/*
Theme Name: Cheater Chef 2010-- merged bd
Theme URI: http://pomomusings.com/design/
Description: Based on Cleaker by  Adam Walker Cleaveland of <a href="http://cleavedesign.com" title="cleave design">cleave design</a>. This theme utlizes XHTML and CSS, some code from Kubrick and beautiful icons from FamFamFam.
Version: 3.0
Author: Tamra Stallings
Author URI: http://www.tamrastallings.com
Tags: three column, fixed width, simple, widget ready, custom header, valid CSS, valid XHTML

COLORS
tetrad color scheme based on #D25C00 which is the background for header
*/


/***** GLOBAL FORMATTING *****/

* {
	padding: 0;
	margin: 0;
}

body {
	color: #000;
	font-family: arial, helvetica, verdana, sans-serif;
line-height: 125%; letter-spacing: 1px;
background-color:white;/*#e9ac3a;
/*background: #F8F5EC url(images/yellowbarshort.gif) repeat-x;*/
}

img {
	border: 0;
}

a {/*blog titles*/
	color: #893b00;
	text-decoration: none;

}

a:hover {
	color: #D25C00;
	text-decoration: none;
}


/***** PAGE STRUCTURE FORMATTING *****/

#wrapper {
	display: block;
	margin: 0 auto;
	width: 1000px;
	position: relative;
	background-color: #fff;
	border: solid 10px #e9bc69;
	background: url(images/cheater_bkg.gif) repeat-y;
}

#header {
	width: 1000px;
	background-color: #D25C00;
	/*background: #fff url(images/cc_tag.gif) no-repeat;
	background-position: 100% 64%;*/
	height: 180px;
	position: relative;
}

#sideCap {position: absolute; top: 10px; left: 10px; width: 318px; height: 120px; 	background-color: white;
			padding: 8px; border: solid 2px #893b00; letter-spacing: 1px;}
img.min {float:left; border: none; margin-right:5px;}

#sideCapRB {position: absolute; top: 10px; right: 10px; width: 318px; height: 120px; 	background-color: white;
				padding: 8px; border: solid 2px #893b00; letter-spacing: 1px;}

img.rb {float:right; border: none; margin-left:5px;}

img.logo {position: absolute; top: 10px; left: 360px; border: none;}
img.feed {margin-top: 5px;}
img.amazon {border: 1px solid #DEE0DF; margin-top: 5px; margin-left: 15px;}
img.tiny {margin-top: 0px;}
img.twit {margin-top: 7px;}

#networking {margin-left: 10px;}

	
.image_box{float:left; padding: 5px 20px 10px 35px;}
.caption {text-align:left; font-size:90%; width: 130px; margin-top: 5px;} 

#store {width: 180px; 	margin: 0 auto;}

#bbq {/*may not need this*/
	width: 300;
	/*background: #fff url(images/logo140_280.jpg) top left no-repeat;*/
	height: 50px;
	float: right;
	margin-right: 300px;
		margin-top: 0px;

	font-size: 18px;
}

#tagline {
	width: 400px;
	height: 35px;
	position: absolute; top: 90px; left: 380px;
	font-size: 125%;
	font-weight: 900;
	letter-spacing: 2px;
}


#cc {/*may not need this*/
	width: 194px;
	height: 138px;
	float: right;
	margin-left: 9px;
	border: 2px solid #f6c236;
	font-size: 12px;
}

.title {/*may not need this*/
	padding: 5px 5px 5px 20px;
	color: #fff;
}

#Nav {
	display: block; background-color: #fff;
}

#content {
	width: 488px;
	float: left;
	color: #000;
	font-family: georgia, times, serif;
	padding: 20px 20px 20px 20px;
	background-color: #fff;
	margin-top: 0px;
	border-left: 1px solid #e9ac3a; 	border-right: 1px solid #e9ac3a;

}

#sidebarRight {
	width: 213px;
	float: right;
	color: #000; /*background-color: #e9bc69;*/
	padding: 10px 10px 0px 15px;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: left;
	font-weight: normal;
	margin-top: 1px; 
	border-left: 1px solid #e9ac3a;


}

* html #sidebarRight {
	width: 185px;
}

#sidebarLeft {
	width: 190px;
	float: left;
	color: #000;
	padding: 10px 20px 20px 20px;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: left;
	font-weight: normal;
	margin-top: 1px; 
	border-right: 1px solid #e9ac3a;
/*background-color: #e9bc69;*/

}

#highlight {
	width: 150px;
	color: #000;
	margin: 5px 15px 10px 10px;
	padding: 5px;
	border: 1px solid #893b00;
	background-color: #F8F5EC;
}

* html #sidebarLeft {
	width: 185px;
}


/***** NAVIGATION BAR FORMATTING *****/

ul#Nav {
	margin: 160px 0 0 0;
	padding:0 0 0 0;
	list-style: none;
	width: 1000px;
	height: 35px;
	float: left;
	font-size: 16px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #e9ac3a; /*e9863a;*/
}



ul#Nav li {
	float: left;
	margin-top: 5px; 	
	border-right: 1px solid #000;
}

ul#Nav a {
	display: block;
	float: left;
	padding: 0 1em;
	line-height: 25px;
	text-decoration: none;
	color: #000;
	/*border-right: 1px solid #F6C236;*/
}

ul#Nav li.noline{border-right: none;}

ul#Nav a:hover {
	color: #893b00;
}

ul#Nav li.current_page_item a { 
	color: #893b00; 
	/*background-color: #6bd560;*/
}

/***** GENERAL TEXT FORMATTING *****/

.post {
	margin-bottom: 20px;
}

blockquote {
	color: #000; 
	margin: 0 30px 20px 30px; 
	border-left: 5px solid #ACAB7B;
	background: #e8e9dc url(images/bqt_Bg.png) top no-repeat;
	padding: 10px 10px 4px 10px;
	font-size: 11px;
}

p {font-size: 1em; line-height: 125%; letter-spacing: 1px; margin-bottom: 15px;}

p a {  /**links in the text*/
	text-decoration: none;
	color: #893b00; 
}

p a:hover {
	text-decoration: none;
	color: #D25C00;
}

p.center {
	text-align: center;
}

.postmeta { /*blog comments and catagories*/
	border-bottom: 1px dotted #000;
	padding: 3px;
	font-size: 12px;
}

.postmeta a {
	border-bottom: none;
}

.postmeta a:hover {
	border-bottom: none;
}

.small {
	font-size: 10px;
}

code {
	font: 12px 'Courier New', Courier, Fixed;
}

h1 {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 24px;
	letter-spacing: 1px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 8px;
}

h1.title {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 45px;
	letter-spacing: -2.5px;
	font-weight: normal;
	padding: 10px 10px 10px 17px;

}

h2 {
	font-size: 16px;
	letter-spacing: 1px;
	text-align: left;
	padding:  2px;
	font-weight: normal;
	color:  #000;
	border-bottom: 2px solid #e9ac3a;
	margin-bottom: 5px;
}

h3 {/*text in header*/
	font-size: 15px;
	padding-top:  10px;
	color:  #000;
	font-family: Georgia, serif;
	font-weight: 100;
}


h4 {
	font-family: arial, helvetica, verdana, sans-serif;
	margin: -5px 0 10px 0;
	padding: 0;
	font-weight: normal;
	font-size: 14px;
	color: #000;
}

/***** LISTS FORMATTING *****/

html>body .post ul {
	margin-left: 0px;
	padding: 0 0 10px 30px;
	list-style-image: url(images/bullet.png);
	padding-left: 30px;
} 

html>body .post li {
	margin: 7px 0 8px 10px;
}

.post ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.post ol li {
	margin: 0;
	padding: 0;
	}

/***** SEARCH FORM FORMATTING *****/

#searchform {
	display: inline;
	float: left;
	margin: 0 5px 0;
	padding: 5px 0 0;
	text-align: left;
}

#searchform #s {
	width: 140px;
	padding: 4px;
	margin: 0 0 5px 5px;
	background: #fff;
	border: 1px solid #000;
	color: #000;
	font-size: 11px;
}

#searchIcon {
	padding: 2px;
	color: #000;
	display: inline;
}

/***** SIDEBAR FORMATTING *****/


#sidebarRight a {
	color: #893b00;
	text-decoration: none;
	line-height: 90%;
	font-size: 14px;
}

#sidebarRight a:hover {
	background: none;
	text-decoration: none;
	color: #D25C00
}

#sidebarLeft a {
	color: #951d1d;
	text-decoration: none;
}

#sidebarLeft a:hover {
	background: none;
	color:  #f6c236;
	text-decoration: underline;
}


/***** SIDEBAR LISTS FORMATTING *****/

.sidebarIcon ul, .sidebarIcon ol { 
	margin: 0 0 1em 0; 
	font-size: 11px;
}

.sidebarIcon ul { 
	list-style-image: url(images/tag.png);
	list-style-position: inside;
}

.sidebarIcon li { 
	margin: 0 0 0.2em 0; 
}

.sidebarIcon ul li ul, .sidebarIcon ul li ol, .sidebarIcon ol li ul, .sidebarIcon ol li ol { 
	margin: 0.5em 0 0.5em 5px; 
}

.sidebar ul, .sidebar ol { 
	margin: 0 0 1em 0; 
	font-size: 11px;
}

.sidebar ul { 
	list-style-type: none;
}

.sidebar li { 
	margin: 0 0 0.6em 0; 
}

.sidebar ul li ul, .sidebar ul li ol, .sidebar ol li ul, .sidebar ol li ol { 
	margin: 0.5em 0 0.5em 5px; 
}

/***** FOOTER FORMATTING *****/
#footer {
	clear: both;
	width: 980px;
	background: #fff;
	color: #000;
	text-align: center;
	height: 10px;
	padding: 8px 0px 12px 20px;
	border-top: 2px solid #e9a069;
}


#footer p {
	font-size: 11px;
	text-align: center;
	letter-spacing: -0.1px;
	margin-bottom: 0px;
	color: #893b00;
}

#footer a {
	color: #893b00;
	text-decoration: none;
	border-bottom: none;
}

#footer a:hover {
color: #d25c00;
	background: none;
	border-bottom: none;
}

#icons {
	display: inline;
	margin-top: -30px;
	float: right;
	text-align: right;
}

#footerIcons {
	padding: 2px;
	color: #000;
	display: inline;
	float: right;
}

/***** IMAGE FORMATTING *****/
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
   color: #454545;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}


img.post {
	padding: 5px;
	border: 1px solid #000;
	margin: 10px;
	float: right;
}

img.center {/* not sure this does anything*/
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	
	border: 1px solid #ddd;
   background-color: #f3f3f3;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;

}

img.alignright {
	padding: 5px;
	border: 1px solid #000;
	background: #fff;
	margin: 10px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	border: 1px solid #ddd;
	margin: 8px;
	display: inline;
	   background-color: #f3f3f3;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;

}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ddd;
   background-color: #f3f3f3;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
   padding: 5px;
}

.alignleft {
	float: left;
		border: 1px solid #ddd;
   background-color: #f3f3f3;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
   padding: 5px;

}

.alignright {
	float: right;
		border: 1px solid #ddd;
   background-color: #f3f3f3;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
   padding: 5px;

}

	
/***** MISCELLANEOUS FORMATTING *****/

.alignright {
	float: right;
}

.alignleft {
	float: left;
}	

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.postspermonth {
	margin: 5px 0 10px 0;
	list-style: none;
	padding-left: 25px;
}
	
/***** COMMENTS FORMATTING *****/

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #49647d;
}

#commentform textarea {
	width: 480px;
	padding: 5px;
	margin: 2px;
	border: 1px solid #49647d;
	font-size: 12px;
}

#commentform #submit {
	margin: 0;
	float: right;
	border: 1px solid #49647d;
}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 11px;
}

.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
}

.commentmetadata {
	font-weight: normal;
	font-size: 10px;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 10px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}