@charset "UTF-8";
/* CSS Document */

* {margin:0;padding:0;}

ul, li {list-style-type:none;}

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

body {background:#ff4c05;font-family:Arial, Helvetica, sans-serif;}

#pseudoBody {width:760px;margin:0 auto;background:#fff;}

#header {padding:34px 30px 15px;background:url(http://www.cookingbroke.com/wp-content/themes/default/images/header-bg.jpg) no-repeat top center;}

	#header h1 {font-size:56px;font-family:Georgia, "Times New Roman", Times, serif;font-weight:normal;line-height:56px;}
	#header h1 a {color:#fff;}
	#header h1 a:hover {text-decoration:none;}
	#header .description {color:#853500;font-size:31px;font-family:Georgia, "Times New Roman", Times, serif;}

	#header #searchForm {float:right;margin-top:-30px;}
	#header #searchForm input {padding:1px 2px;}

	#pagesNav {padding:30px 0 8px;}
	#pagesNav li {float:left;margin-right:15px;}

#mainContent {margin:0 20px 0 20px;padding:0 0 20px 0;border-top:1px dotted #666;}

	#mainWell {float:right;width:510px;}
	
		#archiveHeader h2 {margin-bottom:10px;padding-top:20px;font-size:20px;font-weight:normal;color:#853500;}
	
		.pagination {margin-bttom:15px;padding-top:20px;font-size:12px;}
		.topPagination {border-bottom:1px solid #ccc;}
	
		.post {padding:20px 0;border-bottom:1px solid #ddd;}
		.post h1 {margin-bottom:10px;font-weight:normal;font-family:Georgia, "Times New Roman", Times, serif;font-size:20px;}
		.post h1 a {color:#853500;}
		.post p {margin-bottom:10px;color:#333;}
		.post p.dateMeta {font-size:11px;color:#666;}
		.post p.tagMeta {font-size:12px;}
		.post .entry p {font-size:14px;line-height:20px;}
		.post img {border:1px solid #ccc;padding:3px;}
		.post p.wp-caption-text {font-size:11px;color:#666;}
		
		#store #pseudoBody {width:790px;}
		#store #header {padding:34px 40px 15px;}
		#store #mainWell {margin-left:-20px;width:750px;float:none;}
		#store .post {padding:0;}
		#store .post h2 {display:none;}
		#store #sideBar {display:none;}
		
		#commentsArea {padding-top:15px;}
		
		.commentlist li {padding:10px;border-bottom:1px solid #ccc;}
		.commentlist li img {display:none;}
		.commentlist li p {margin-bottom:8px;font-size:12px;color:#333;}
		
		#commentsArea textarea {width:400px;}
		#commentsArea form p {margin-bottom:5px;}
		#commentsArea #commentForm {padding:10px;background:#fff3c8;}
		#commentForm h3 {margin-bottom:10px;}
	
	#sideBar {float:left;width:190px;margin-right:20px;}
		
		#sideBar ul {margin-bottom:10px;padding:10px;background:#fff3c8;}
		#sideBar ul ul {margin-bottom:0;padding:0;}
		#sideBar li {padding:6px 0;font-size:12px;}
		#sideBar li h2 {padding:6px 0;font-size:12px;color:#853500;letter-spacing:1px;text-transform:uppercase;border-bottom:1px dotted #853500;}
	
		#sideBar .nowReading img {margin:5px 0;padding:3px;border:1px solid #ccc;background:#fff;}
		#sideBar .nowReading h1 {margin-bottom:5px;font-size:14px;}
		#sideBar .nowReading p {font-size:12px;}
	
#footer {color:#fff;line-height:50px;text-align:center;background:url(http://www.cookingbroke.com/wp-content/themes/default/images/footer-bg.jpg) no-repeat bottom center;}

/* HACKS */
		
.cornerTopLeft {width:100%;height:10px;background:url(../images2/backgrounds/corner-topLeft.gif) left top no-repeat;overflow:hidden;}
.cornerTopRight {float:right;width:10px;height:10px;background:url(../images2/backgrounds/corner-topRight.gif) right top no-repeat;}
.cornerBottomRight {float:right;width:10px;height:10px;background:url(../images2/backgrounds/corner-bottomRight.gif) right bottom no-repeat;clear:both;}
.cornerBottomLeft {width:100%;height:10px;background:url(../images2/backgrounds/corner-bottomLeft.gif) left bottom no-repeat;}

.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

img {border:none;}

.alignleft {float:left;margin:0 10px 10px 0;}
.alignright {float:right;margin:0 10px 10px 0;}

.spacer {clear:both;}
