/*  
Theme Name: MistyLook - Cookbooker
Theme URI: http://wpthemes.info
Description: A real clean WordPress Theme by <a href="http://wpthemes.info" title="Sadish">Sadish Bala</a>. Support is available at <a href="http://wprocks.com/forums/" title="Forums">Forums</a>.
Version: 3.7.2
Author: Sadish
Author URI: http://wprocks.com
Tags: fixed width, two columns, widgets, custom image header, Sadish
*/
* {
	padding: 0; 
	margin:0;
}
p {
	margin: 0.7em 0;
	line-height:1.5em;
}
dl {
	margin:1em 0;
}
dt 
{
	font-weight:bold;
}
dd 
{
	margin:0.5em;
	padding:0;
}
hr {
	border: none 0; 
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #efefef;
	width: 100%;
	height: 2px;
	margin: 10px auto;
	text-align: left;
	clear: both;
}
img 
{
	background:url(img/shadow.gif) no-repeat right bottom;
	padding:4px 10px 10px 4px;	
	border:0;
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;	
}
img.right {
	float: right;
	margin:10px 0 0 10px;		
}
img.left {
	float: left; 
	margin:0 10px 10px 0;	
}
a:link img,
a:visited img,
a:hover img,
a:active img {
	border:none;
	background:none;
	padding:none;
	background:url(img/shadow.gif) no-repeat right bottom;
	padding:4px 10px 10px 4px;	
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;		
}
img.wp-smiley, #wpstats, img.noborder, a img.noborder {
	background: none;
	border: 0;
	padding: 0;
}
.clear {
	clear:both;
	height:20px;
}
blockquote
{
	color:#666;
	margin: 1em;
	padding: 0 0 10px 50px;
	background: url(img/blockquote.gif) no-repeat left top;	
}
fieldset 
{
	border:0;
}
body 
{
	background: #666666;;
	margin: 0; 
	font: 76%/1.6em verdana, tahoma, arial,  sans-serif; 
	color: #333; 
	text-align: center;
}
a 
{
    text-decoration:none;
}
a:link, a:visited {
	color: #265e15;	
}
a:hover, a:active {
	border-bottom:#963 1px solid;
}
h1, h2, h3, h4, h5, h6 
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
}
h1 {
	font-size: 2em;
	line-height:normal;
	font-weight:normal;
	color: #5B7201;
	margin: 0.5em 0 0.5em 0.4em;
}


/* ADDED BY ANDREW */
#container { 
	width: 995px;  /* using 5px less than a full 1000px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 25px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	position:relative;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#mainContent {
	margin: 10px 210px 0 202px; /* Controls the left and right margins of the main body column on all pages (for now). */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 1px solid #ccc;
	width: 555px;
} 
/* END ADD BY ANDREW */

#navigation {
	background: transparent; 
	margin: 20px auto 0; 
	overflow: hidden; 
	width: 760px; 
	position: relative; 
	text-align: left;
	font-family: Trebuchet MS,Tahoma, Verdana, Arial, Serif;
}
 html #navigation {
	height: 1%;
}
#navigation ul li {
	float: left; 
	margin: 0 5px 0 0; 
	list-style-type: none;
}
#navigation ul li a {
	border: #ccc 1px solid; 
	border-bottom:none;
	padding: 2px 12px; 
	display: block; 
	font-weight:bold;
	color:#333;		
	text-decoration: none;
	background:#dedede;
	letter-spacing:0px;
}
#navigation ul li a:hover, #navigation ul li a:active, #navigation ul li.current_page_item a {
	background: #fff;
	color: #333;	
	border: #ccc 1px solid; 
	border-bottom:none;		
}
#navigation ul li.search {
	font-size: 0.9em; 
	right: 0; 
	position: absolute; 
	top: 0;
}
#navigation ul li.search input#searchsubmit {
	border: #999 1px solid; 
	font-size: 0.9em; 
	background: #ddd; 
	margin: 0 0 0 2px; 
	color: #265e15; 
	padding: 2px; 		
}

/* Custom Page Header - Added by Andrew */
#header {
	height:92px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	background-color: #F5F5F1;
	background-image: url(../../../../images/navbar2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
} 
#header h1, #header h2 {
	position:absolute;
	padding:0px 0;
	margin:0;
}
#header h1 {
	top:0px;
	left:0px;
	background-color: #FFFFFF;
	padding-right: 3px;
}
#header h2 {
	top:0px;
	left:203px;
}
#header img {
	margin:0;
	border:0;
	padding:0;
}
#headerlinks {
	float:right;
	font-size:0.9em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	color: #ABAB58;
}
#headerlinks a {
text-decoration:none;
color: #abab58;
}
#headerlinks a:hover {
text-decoration:underline;
}
#headermenu { /* Add width to this DIV? */
	position:absolute;
	top:50px;
	left:203px;
}
#headermenu ul,#headermenu li {
	padding:0;
	margin:0;
	list-style:none;
}
#headermenu li {
	float:left;
	border-right:1px solid #FFFFFF;
	font-size:1.1em;
}
#headermenu a {
	display:block;
	padding-top: 14px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	height: 28px;
	_width: 1px;  
	_white-space: nowrap; 
	/* These last two lines are to make the menu inline in IE6, as the height element breaks this, as detailed here: http://www.sitefromscratch.com/content/ie-6-inline-list-display-bug */
}
#headermenu a:link , 
#headermenu a:visited {
	color:white;
	text-decoration:none;
} 
#headermenu a:hover {
	color:white;
	text-decoration:underline;
}
#headermenu a:active {
	color:white;
	text-decoration:none;
} 
#headermenu a.current {
	background-image: url(../../../../images/navbar2_current.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	color: #EF5024;
}

#headersearch {
	position:absolute;
	top:62px;
	right:5px;
	font-size:0.9em;
	color: white;
} 
#headersearch form input {
	padding:2px;
	margin:0;
	vertical-align:middle;
	font-size: 0.9em;
} 
#searchterms {
	width:100px;
} 
/* Custom Page Header Ends */


#feedarea {
	padding:10px 10px 0 0; 
	float: right; 	
	text-align: right;
}
html #feedarea {
	padding-top: 10px;
}
#feedarea dl dt {
	display: inline; 
	margin-right: 5px; 
	height: 45px;
}
#feedarea dl dd {
	display: inline; 
	margin-right: 5px; 
	height: 45px;
	background:url(img/icon_feed.gif) no-repeat left center;
	padding-left:16px;
}
#headerimage {
	clear: both; 
	background: #fff url(img/misty.jpg) no-repeat 0 0 center;
	margin: 10px; 
	color: #fff; 	
	height: 200px;
}
 html #headerimage {
	margin-top: 0;
}
#content {
	margin: 10px 10px 0 0px;
}
 html #content {
	height: 1%;
}
#content h4 {
	font-size: 1.1em; 
	margin: 1em 0 0 0;
}
#content h5 {
	font-size: 1em; 
	margin: 1em 0;
}
#content-main ul 
{
    margin:0 1em;
    padding:0 1em;
    list-style-image:url(img/bullet.png);
}
#content-main ul.asides 
{
	margin:0;
	padding:2em;
	border-bottom:#ddd 1px dashed;
}
#content ol 
{
    list-style-type:decimal;
    margin:1em;
    padding-left:2em;
}
#content-main {
	float: left; 
	width: 540px; 
	margin-right: 20px;
	padding-left: 10px;
}
 html #section-index #content-main {
	margin-right: 20px;
}
#content .post 
{
	clear:both;
	padding:0 0 2em 0;
	border-bottom:#dcc 1px dashed;
}
#content h2 /* ADJUSTED BY ANDREW */
{
	font-size: 1.5em; 
	margin: 0.5em 0 0;	
	font-weight:normal;
	line-height:1.4em;	
	letter-spacing:0px;
}

#content h3 /* ADJUSTED BY ANDREW */
{
	font-size: 1.1em; 
	margin: 1.5em 0 1em 0;	
	font-weight: bold;
	line-height:1.4em;	
	letter-spacing:0px;
	color:#660000;
}
#content .entry 
{
    clear:both;
    margin:1em 0;
    padding-right:1em;    
}
#content .entry a:link, #content .entry a:visited
{
    text-decoration:none;   
}
#content .entry a:hover, #content .entry a:active
{
    border-bottom:#963 1px solid;    
}
#content .entry li 
{
	margin:0 0 0.3em 0;
	padding:0;
	line-height:1.6em;
}
#content .post-info , #content .postmetadata
{
	clear:both;
	font-size:0.9em;
	color:#999;
	margin:0;
	padding:0;	
}
#content .post-info, 
#content h2.pagetitle 
{
	background:url(img/underline1.jpg) no-repeat left bottom;
	padding-bottom:15px;	
}
.postnav {
	display: block;
	margin: 10px 0 60px;
	
}
.alignleft 
{
	float:left;
	text-align:left;	
}
.alignright
{
	float:right;
	text-align:right;	
}
.textwidget
{
	margin: 5px 0;
}
#divider { /* ADDED BY ANDREW */
	border-top: 1px solid #ccc;
	width: 100%;
	height: 2px;
	margin-top: 5px;
	padding: 0;
}
/* Sidebar */
#sidebarAds { /* Added by ANdrew for ads */
	float: right; /* since this element is floated, a width must be given */
	width: 198px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 15px 5px; /* padding keeps the content of the div away from the edges */
	text-align: right;
}
#sidebar { /* EDITED BY ANDREW */
	float: left; 
	width: 190px;
	font-size:0.9em;
	padding: 10px 0 0 5px;
}
#sidebar h3 { /* ADDED BY ANDREW */
font-size: 1.3em; 
	margin: 0.5em 0 0;	
	font-weight:normal;
	line-height:1.4em;	
	letter-spacing:0px;
	color: #000000;
	}
#sidebar ul
{
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar li  /* Space between boxes on sidebar. ADJUSTED BY ANDREW */
{
	margin-bottom:5px;
}
#sidebar ul ul
{
	list-style:none;
	margin:0.5em 0 0 1em;
}
#sidebar ul ul ul
{
	margin:0 0 0 1em;
}
#sidebar li.sidebox { /* Also space between boxes on sidebar. ADJUSTED BY ANDREW */
	padding:1px 10px;
	margin:0 0 1em 0;
	border: 1px solid #d7d7aa;
	line-height:normal;
	}
li#sidelinks ul
{
	margin:0;
	padding:0;
}
#sidebar li.sidebox p img { 
	margin:0;
	padding:3px;
	border:#ccc 1px solid;
	background:none;
}
#sidebar li.sidebox-feed { /* ADJUSTED BY ANDREW */
	padding:1px 10px;
	margin:0 0 1em 0;
	border: 1px solid #d7d7aa;
	}
#sidebar li.sidebox-feed ul { /* ADJUSTED BY ANDREW */
	background:url(img/icon_feed.gif) no-repeat left center;
	padding-left:18px;
}

/* == FOOTER LAYOUT == */

#footer { 
	clear:both;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	margin-top: 5px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.footertext {
	font-size: 1em;
	padding: 0px;
}
.footertext a:link {
	color:#333333;
}

#comments, #respond{
	margin: 0;
	padding:1em 0 0 0;
}
#commentform 
{
	margin:10px 0;	
	padding:10px;
	background:#f9fcfc;
	border-top: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
}
.commentnum 
{
	font-size:1.5em;
	font-weight:bold;	
	margin:0 5px 0 0;
}
.nocomments 
{
	text-align:center;
	color:#999;
	font-size:0.9em;
}
#container .commentlist {
	margin: 1em 0;
	padding: 0;		
	border-top: #ddd 1px solid;
}
#container .commentlist li 
{
	list-style:none;
	margin: 0;
	padding: 0.5em 0.5em 2em;	
	background:#fff url(img/shadow_top.gif) repeat-x top;
	border-bottom: #ddd 1px solid;
}
#container .commentlist li.alt 
{
    background:#f9f9f9;    
}
#container .commentlist li.authorcomment, #container .commentlist li.bypostauthor 
{
    border:#fc9 1px solid;      
}

#container .commentlist li .cmtinfo 
{
	font-size:1em;			
}
#container .commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
}
#container .commentlist li .cmtinfo em 
{
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color:#999;
}
#container .commentlist .avatar
{
	float:right;	
}
#container .commentlist .commentmetadata
{
	font-size:0.9em;
}
#content .commentsfeed 
{
	background:url(img/icon_feed.gif) no-repeat left center;
	padding-left:16px;
}
#content .trackback 
{
	background:url(img/link.gif) no-repeat left center;
	padding-left:20px;
}
input.textbox, textarea, input[type="text"]
{
	border:#ccc 1px solid;
	background:#fff url(img/shadow_top.gif) repeat-x top;
	font:1em Verdana, Arial, Serif;
	padding:4px;
	width:200px;
}
#s
{
	width:150px;
}
textarea{
	width: 90%;
	padding:10px;
	line-height:2em;
	height: 20em;
}
input.textbox:focus, textarea:focus, input[type="text"]:focus
{
	background:#fff url(img/shadow_top.gif) repeat-x top;
	border:#999 1px solid;
}
#submit 
{
	padding:3px 5px;
}
.post h4 
{
	font-size:1em;
	font-weight:normal;
	font-family:Verdana, Tahoma, Arial, Serif;
}
.post h4 em
{
	font-style:normal;
	float:right;
	font-weight:normal;
	color:#999;
}
#header, #content, #sidebar, #footer, .widget {
    overflow: hidden;
}

img.left, img.alignleft, div.alignleft
{
	float:left;
	margin:1em 1em 1em 0;
}
img.right, img.alignright, div.alignright
{
	float:right;
	margin:0 0 1em 1em;
}
img.aligncenter, div.aligncenter
{
	text-align:center;
	margin:0 auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 14px;
	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;
}
.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;
}
