/*  
Theme Name: Cooking Story
Theme URI: http://www.zalebox.com
Description: Cooking Story theme 2 Columns is a orange, pink and red, fixed width, widget ready theme, right sidebar, valid XHTML, valid CSS, widgets, gravatars, favicon, SEO friendly, cooking theme, food & drink theme, kitchen theme, flatware theme
Version: 1.0
Author: Zalebox
Author URI: http://www.zalebox.com
Tags: two columns, orange, pink, red, fixed width, widget ready theme, right sidebar, valid XHTML, valid CSS, widgets, gravatars, favicon, SEO friendly, cooking theme, food & drink theme, kitchen theme, flatware theme
*/

body
{	
	background: #eeeeee url(images/body-bg.gif)  repeat;
	color: #000000;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font: 13px/18px Verdana, Tahoma, sans-serif;	
}

a
{
	color: #000000;
}

#container { 
	background: #FF9966;
	width: 900px; 
	text-align: left; 
	margin: 0 auto; 
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	}

/*** Header ***/
#header { 
	background: #ffffff url(images/header-bg.jpg) top center no-repeat;
	height: 190px; 
	padding: 0px 0px 0px 10px;
	text-align: right;
	width: 890px;
	}

#header h2 {
	color: #FFFFFF;
	font-size: 30px;
	font-family: Arial, Tahoma, Verdana, Georgia, Times New Roman, Sans-Serif;
	font-weight: bold;
	margin-right: 10px;
	margin-top: 25px;
	margin-bottom: 0px;
	}

#header h2 a {
	color: #FFFFFF;
	text-decoration: none;
	}

#header h2 a:hover {
	color: #330000;
	text-decoration: none;
	}

#header h3 {
	color: #330000;
	font-size: 12px;
	font-family: Arial, Georgia, Times New Roman, Sans-Serif;
	font-weight: bold;
	margin-right: 10px;
	margin-top: 8px;
	}

/*** Header - Search ***/

#header #header-search {
	position: absolute;
	top: 158px;
	left: 840px;
	width: 250px;
	height: 24px;
}

#header #header-search #searchform {
	margin: 0;
	padding: 0;
	width: 250px;
	height: 24px;
}

#header #header-search #s {
	width: 158px;
	height: 20px;
	padding: 3px 0px;
	border: 0;
	font: normal 13px "Arial", Arial;
	color: #000000;
	background: transparent;
	float: left;
}

#header #header-search #searchsubmit {
	background: transparent;
	border: none;
	width: 85px;
	height: 24px;
	padding: 0;
	float: right;
	border: 1px;
}


/*** Menu ***/
#menu { 
	/*background: url(images/bg.png) top center repeat;*/
	/*background: #333333;*/
	width: 890px; 
	margin-top: 0px;
	margin-bottom: 0px; 
	text-align: right;
	}

#menu h2 {
	color: #ffffff;
	font-size: 13px;
	font-family: Arial, Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
		
#menu ul {
	margin: 0px;
	padding: 4px;
	}
	
#menu ul li a {
	font-family: Arial, Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 13px;
	color: #ffffff;
	padding: 6px 6px 6px 6px;
	margin: 0px 3px 0px 3px;
	text-decoration: none;
	}

#menu ul li a:hover {
	color: #ffffff;
	padding: 6px 6px 6px 6px;
	text-decoration: underline;
	}

#logotitle #logo
{	
	float: left;
	width: 34px;
	height: 40px;	
}

#logotitle #title
{	
	position: relative;
	top: 10px;
	left: 24px;
}

/*** Main ***/
#main
{
	width: 900px;
	margin: 0 auto;
}

#main #content
{
	background: #FFCC99;
	padding: 15px 8px 8px 8px;
	float: left;
	width: 554px;
	margin-top: 0px;
	margin-left: 0px;
}

.post
{
	margin-bottom: 70px;
	line-height: 20px;
}

.post .postheader h2
{
	font-size: 17px;
	margin-bottom: 3px;
}

.post .postheader h2 a
{
	text-decoration: none;
	color: #CC3300;
}

.post .postheader h2 a:hover
{
	text-decoration: underline;
}

.post .postheader .postmeta
{
	width: 554px;
	font-size: 11px;
	border-bottom: solid 1px #CC9966;
	padding-bottom: 5px;
}

.post img
{
	padding: 5px;
	border: solid 1px #CC9966;
}

/*** Sidebar ***/
#sidebar
{
	background: #FF9966;
	float: right;
	width: 315px;
	line-height: 23px;
	margin-top: 5px;
	padding: 5px 0 0 10px;
	/*border-left: dotted 1px #CC9966;*/
}

#sidebar img
{
	border: none;
}

#sidebar ul
{
	list-style: none;
	margin-top: 0;			
	/*white-space: normal;*/
	margin-left: 0;
	padding-left: 10px;
	text-indent: 0px;

}

#sidebar ul li a:hover {
	/*color: #3399cc;*/
	text-decoration: none;
}

#sidebar .sidebarbox
{
	margin-bottom: 30px;
}

#sidebar .sidebarbox h3
{
	color: #CC3300;
	font-size: 15px;
	margin-bottom: 2px;
}

/***  Search form ***/
.searchform form
{
	margin-top: 4px;
}
.searchform #search
{
	width: 160px;
}

/*** Comments ***/
.allcomments h3
{
	font-size: 15px;
}

.commentbox
{
	margin: 0 0 20px 0;
	padding: 10px;
	border: 1px solid #CC9966;
	background: #f6f6f6;
}

.commentbox .avatar
{
	float: left;
	margin-right: 5px;
}

.commentbox small
{
	font-size: 11px;
}

.commentbox p {
	margin-bottom: 0px;
}

.commentbox .commentmeta
{
	width: 300px;
}

#commentform label
{
    display:block;
    margin: 0;
}

#commentform .text {
	width: 300px;
    margin: 0 0 15px 0;
}

#commentform strong
{
	font-size: 11px;
}

#commentform textarea
{
    width:450px;
    height:150px;
    margin:0;
    padding:5px;
}

/*** Footer ***/
#footer
{
	width: 900px;
	color: #ffffff;
	/*background: #FFCC99 url(images/footer.gif) top center repeat-x;*/
	background: #FF9966;
	font-size: 11px;
	overflow: hidden;
	text-align: center;
	/*border-top: 1px solid #ffffff;*/
	clear: both;
	padding: 15px 0px 15px 0px; 
}

#footer a {
	color: #ffffff;
	text-decoration: none;
	}

#footer a:hover {
	color: #FF3300;
	/*text-decoration: underline;*/
	}

/*** Wordpress ***/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

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

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

.wp-caption {
   border: 1px solid #ccc;
   text-align: center;
   background-color: #f3f4f0;
   padding-top: 4px;
}

.wp-caption img {
   float: none;
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0px;
   margin: 0px;
}
