/*
	Theme Name: Small Cooks
	Theme URI: http://www.netconcepts.com
	Description: Design by Netconcepts <a href="http://www.freecsstemplates.org/preview/industrial">Original template by industrial</a>
	Version: 1.0
	Author: Netconcepts
	Author URI: http://www.netconcepts.com
*/


body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #656566;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
	list-style-image: url(images/bullet.gif);
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
	color: #4469a4;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */

#pageContainer {
	width: 880px;
	margin: 0 auto;
	padding: 0 54px;
	background: url(images/shadowBg.png) repeat-y;
}


#header {
	width: 880px;
	height: 200px;
	margin: 0 auto;
	padding: 0;
	background: url(images/headerBG.jpg) no-repeat;
}

#logo {
	width: 880px;
	height: 88px;
	margin: 0 auto;
	padding: 0 10px;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #FFFFFF;

	text-indent: -999em;
}

#logo h1 {
	padding: 30px 0 0 0;
	font-size: 3em;
}

#logo p {
	padding: 52px 0 0 3px;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 880px;
	height: 32px;
	margin: 70px auto 0;
	padding: 0 10px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 22px;
	margin: 0 1px 0 0;
	padding: 10px 20px 0 20px;
	border: none;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .current_page_item a {
	text-decoration: underline;
}

#googleAds{
	width: 880px;
	margin: 0 auto;
	padding: 30px 0;
	background: url(images/pageDivider.png) no-repeat left bottom;
}


/* Page */

#page {
	width: 880px;
	margin: 0 auto;
	padding: 30px 0;
	background: url(images/img03.gif) repeat-y;
}

#page-bg {
	padding: 11px 24px;
	background: url(images/img03.jpg) no-repeat;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 430px;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	line-height: 200%;
	background: url(images/entryDivider.png) no-repeat left bottom;
}

.title {
	margin: 0;
	color: #8098bd;
}

.title a {
	border-bottom: none;
	color: #8098bd;
}

.title a:hover {
	border-bottom: 1px dotted #CCCCCC;
}

.byline {
	margin: 0 0 20px 0;
}

.entry {
	padding: 0 20px;
}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

.links a {
	padding-left: 15px;
	background: url(images/bullet.png) no-repeat left center;
	border: none;
}

.links a:hover {
	border-bottom: 1px dotted #CCCCCC;
}

/* Sidebars */

.sidebar {
	float: left;
	width: 200px;
	padding: 0 0 0 21px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
}

.sidebar li {
	padding: 0 0 20px 0;
	background: url(images/colDivider.png) no-repeat left bottom;
	
}

.sidebar li ul {}

.sidebar li li {
	padding: 5px 0 5px 15px;
	background: url(images/bullet.png) no-repeat 0px 9px;

}

.sidebar li h2 {
	margin: 8px 0 10px 0;
	padding: 5px 0px;
	font-size: 12px;
}

/* Search */

#searchform {
	margin: 0;
	padding: 0;
}

#searchform br {
	display: none;
}

/* Calendar */

#calendar_wrap {
	padding: 0;
	text-align: center;
}

#calendar_wrap table {
	width: 90%;
}

#calendar_wrap th {
	border-bottom: 1px solid #CCCCCC;
}

#calendar_wrap td {
	border-bottom: 1px solid #F2F2F2;
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}

.searchform{ margin-top: 8px; padding-top: 5px;}

.searchform .textbox{ width: 120px;}

/* Footer */

#footer {
	background: #DEDEDE none repeat scroll 0%;
	margin: 0 0 0 -23px;
	padding: 20px 0 20px 20px;
	width: 890px;
}

#footer p {
	margin: 0;
	line-height:1.7em;
}