/* HEADER ZONE */

.custom #header_area 
	{ background-image: url(http://katymcarter.com/wp-content/themes/thesis_18/custom/header_imgs/header_bkgd.jpg); 
	height: 158px;
	padding-bottom: 0;
	margin-bottom: 0;
	}

.custom #header_area .page { background: none; padding-top: 10px; padding-bottom: 0; margin-bottom: 0;}



/* NAVBAR ZONE */
	/* background image */

.custom #nav_area { background-image: url(http://katymcarter.com/wp-content/themes/thesis_18/custom/header_imgs/menu_bkgd_outer.jpg); height: 40px;
	border-bottom-style: solid;
	border-bottom-color: #674626;
	border-bottom-size: 3px;
	}

.custom #nav_area .page { background-image: url(http://katymcarter.com/wp-content/themes/thesis_18/custom/header_imgs/menu_bkgd.jpg); height: 40px; border-bottom: 1px #674626;
	}
.custom .menu { background-image: url(http://katymcarter.com/wp-content/themes/thesis_151/custom/header_imgs/menu_bkgd.jpg) no-repeat; height: 40px; margin-bottom: 0; padding-bottom: 0; border: 1px 0 1px 0;
	}

	/* menu specs */
.custom .menu {border:none;}

.custom .menu a:link { background-color: #674626; color:#FFFFFF;      
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
    	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: none; margin-top: 14px; margin-left: 10px;}
.custom .menu a:visited { background-color: #674626; color:#FFFFFF; 
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
    	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: none; margin-top: 14px; margin-left: 10px; }
.custom .menu a:hover { background-color: #38230d; color:#FFFFFF; 
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
    	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: none; margin-top: 14px; margin-left: 10px;}


/* CONTENT ZONE */

.custom #content_box { padding-top: 30px; }
.custom a {text-decoration: none; }
.custom a:hover {color: #669933; text-decoration: underline; }


/* sidebar title styles */
.custom .sidebar h3 {text-transform: uppercase; color: #674626; padding: 0; background: none;}
.custom .sidebar a {text-decoration: none; }
.custom .sidebar a:hover {text-decoration: underline; }

/* widget styles */

   /* widget with top border */
.custom .widget  {
background:none;
border-top: 1px dotted #999999;
padding:0;
margin-right:10px;
}

   /* widgets without top border */

/*blogherfood button */
.custom li#text-13 {border: none}
/*blogher syndication button */
.custom li#text-12 {border: none}
/*babble button */
.custom li#text-2 {border: none}

.custom .widget p {
size: 0.5em;
color: a6a6a6;
line-height: 150%;
}

.custom .widget h2 {
text-align: left;
line-height: 120%;
margin-bottom: 0.5em;
font-size: 1.5em;
font-color: 666666;
}

/* TEASERS */
	/* teasers one across instead of two */
.custom .teaser {
   width: 100%;
   margin-top: 2em;
   padding-top: 2em;
   border-top: 1px dotted #bbb;
   text-align: left;
   font-color: #707070;
}
.custom .teasers_box {
   padding-top: 0;
   padding-bottom:0;
   border-top: 0;}

	/* teaser title color */
.custom .teasers_box h2 a {
  color: #669933;
}
.custom .teasers_box h2 a:hover {
  text-decoration: underline;
}

/* fix photo frame issues */
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* ZipList fixes */
#zlrecipe-container #zlrecipe-innerdiv #zlrecipe-ingredients-list li { list-style-type: disc; } 
#zlrecipe-container #zlrecipe-title { font-size: 18px; } 

/* custom footer colors */
.custom #footer_area {background:#fffeda; padding:0.5em 0; border-top:1px dotted #989772;}
	.custom #footer_area .page {background:transparent;}
		.custom #footer {border-top:0;}

.custom #footer_1 {text-align:left; color:#333;}
	.custom #footer_1 ul.sidebar_list li.widget {width:23%; margin-right:2%; float:left;}
		.custom #footer_1 ul.sidebar_list li.widget h3 {color:#222;}
		.custom #footer_1 ul.sidebar_list li.widget a {color:#669933; border-bottom:0;}
		.custom #footer_1 ul.sidebar_list li.widget a:hover {text-decoration: underline;}
