/*-------------------------------------
   File:        custom.css
   Description:	custom styles for Thesis
-------------------------------------*/

/*------custom header image------*/
.custom #header {
border-bottom:none;
height:110px;
padding-top:0;
padding-bottom:50px;
background:url(http://www.eatwellonline.com/wp-content/themes/thesis/custom/images/eat_well_logo.png)
center center no-repeat;
}

.custom #header #logo {display:none;}
.custom #header #tagline {display:none;}


/*------custom background image------*/
body.custom {
background: #f0f4d3;
}

.custom #container {
margin-top: 2em;
margin-bottom: 2em;
}

.custom #page {
background:#fff;
/*background:#fff url(images/ew_scroll_fade_alpha.png) center top repeat-x;*/
}


/*-------mm box shading-------*/
.custom .image_box, .custom_box { border-style: none; }
.custom #image_box img { background: #fff; border: none; }	

/*------post image border and shading------*/
.custom img.frame {
background: #fff; border:
1px solid black;
}


/*------nav menu styling------*/
.custom .menu li a {text-transform: lowercase;}


/*------breadcrumb style------*/
.custom #breadcrumbs {
/*border-bottom:none;*/
/*original padding top and bottom: 25 and 0*/
padding-top:0.4em;
padding-bottom:0.2em;
font-size:12px;
color:#6E4900;
text-transform: lowercase;
}


/*------drop cap style------*/
.custom .format_text .drop_cap {color: #000000;}


/* ------color the brackets on comments pages------ */
.custom .format_text .to_comments span.bracket {color: #C7D800;}


/*------style bracket------*/
.comments_intro p span.bracket {color: #C7D800;}


/*------custom highlight box------*/
.format_text .highlight_box {
padding: 0 1em 0 1em;
margin-left:auto;
margin-right:auto;
width:600px;
background: #FFFFFF;
border:none;
text-align: justify;
}


/*-------widget styling-------*/
.custom .widget h3, .custom .widget h3 a {
text-transform: lowercase;
font-variant: normal;
text-weight: bold;
color:#6E4900;
}


/*-------eat well green style------*/
.custom .green {
color:#6E4900;
font-weight:bold;
}

/*------xhanch twitter widget------*/
.custom #xmt_eatwelltweets_wid.xmt hr {color:ffffff; margin: 0.5em 0 0.5em 0; border: 0;}


