/*
Theme Name: MD Sunrise
Theme URI:
Description: Custom theme for Maryland Sunrise Farm, LLC
Version: 1.0
Author: Addison Berry - rocktreesky
Author URI: http://www.rocktreesky.com/
*/

/**** BASIC SETUP *************************************************************/
/* Level the playing field */
html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 16px Georgia, serif;
}

/* Standardize elements with vertical margins */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

/* Apply standard left margins */
li, dd, blockquote {
        margin-left: 1em;
}

/* Set the form elements */
form label {
        cursor: pointer;
}

fieldset {
        border: none;
}

input, select, textarea {
        font-size: 100%;
}

/**** GLOBAL ELEMENTS *********************************************************/
body {
    background: #FEF1AB;
}

img {
    border: none;
}

object { /* gaps if displayed natively as inline */
    display: block;
    float: right;
}

a {
    color: #A20611;
}


/**** HEADER ******************************************************************/
#images {
    height: 135px;
}

#header img {
    margin-right: -4px;
}

/**** NAVIGATION **************************************************************/
#navigation {
    clear: both; /* because the flash objects are floated */
    width: 100%;
    background: #A20611;
    text-align: center;
}

#navigation ul {
    margin: 0;
    padding: 6px 0;
}

#navigation li {
    display: inline;
    margin: 0 7px;
}

#navigation li a {
    padding: 5px;
    color: #F8D448;
    text-decoration: none;
}

#navigation li a:hover {
    background: #F8D448;
    color: #A20611;
}

/**** MAIN STRUCTURE **********************************************************/
#page {
    width: 764px;
    margin: 0 auto;
}

#welcome {
    padding: 0 15px;
    font-weight: bold;
    font-size: 70%;
}

#content {
    padding: 0 15px;
}

#contentLeft {
    float: left;
    width: 420px;
    padding-left: 15px;
    font-size: 90%;
}

#contentRight {
    float: right;
    width: 280px;
    font-size: 90%;
}

#footer {
    clear: both;
    padding: 5px 15px;
    font-size: 70%;
    background: #A20611;
    color: #F8D448;
}

    #footer .right {
        width: 200px;
        float: right;
        text-align: right;
    }

    #footer .right a {
        color: #F8D448;
    }

/**** FRONT PAGE TITLES *******************************************************/
#promo-title, #hours-title {
    height: 28px;
    padding: 12px 0 0 45px;
    border-bottom: 3px solid #A20611;
    font-weight: bold;
    font-size: 130%;
}

#promo-title {
    width: 390px;
    background: url(images/barn.gif) no-repeat;
}

#hours-title {
    width: 225px;
    background: url(images/compass.jpg) no-repeat;
}

/**** RENTAL GALLERIES ********************************************************/
#galleryNav {
    width: 500px;
    float: right;
    text-align: right;
}

.left {
    width: 50%;
    float: left;
}

.right {
    width: 50%;
    float: right;
}


.gallerythumb {
    padding: 10px;
}

/**** CONTACT FORM ************************************************************/
.sidelbl {
    width: 95px;
    text-align: right;
    padding: 0 10px 0 0;
    vertical-align: top;
    position: relative;
    display: block;
    float: left;
}

.maildiv input {
    margin-bottom: 10px;
}

.fmsubmit {
    margin: 10px 0 0 106px;
}

/**** MAILLIST FORM ***********************************************************/
#maillist {
    margin-bottom: 20px;
}
