
/*  
Theme Name: Recipes Blog
Theme URI: http://www.Build-Reciprocal-links.com
Description: Recipes Blog hmm... yummy.
Version: 1.0
Author: BRL
Author URI: http://www.Build-Reciprocal-links.com
*/

#head2 h1 {
	padding:0px 0px 0px 50px;
	margin:0px;
	}
#head2 h1 a {	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:26px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:-2px;
	}
.description {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	padding:0px 0px 0px 50px;
	margin:0px;
	}

.menu {
	margin: 0 20px;
	}
.menuleft {
	margin: 0 20px;
	padding-bottom:150px;
	}
.menu-title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	text-align:left;
	text-transform:uppercase;
}

.menu a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	text-decoration:underline;
}
.menuleft a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
}

.menu a:hover, .menuleft a:hover {
	text-decoration:none;
	color:#cccccc;
}

.menu a:visited, .menuleft a:visited {
	color:#ffffff;
}

.menu ul, .menuleft ul {
	margin:0px;
	padding:5px 0px 30px 0px;
}

.menu li {
	list-style-position:inside;
	line-height:18px;
	color:#ffffff;
}
.menuleft li {
	list-style-position:outside;
	line-height:18px;
	color:#ffffff;
	border-bottom: 1px dotted #cccccc;
	margin:0 0 0 15px;
}
.post {
	margin: 0px 20px 30px 20px;
}
.post-title a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	text-decoration:none;
	color:#ffffff;
}
.post-title a:hover {
	color:#ff6600;
}

p {
	margin:0;
	padding:0;
	margin-top:4px;
	margin-bottom:8px;
}
.post-text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-align:justify;
}
.post-text a {
	color:#ffffff;
	text-decoration:none;
	border-bottom:1px dashed #cccccc;
	padding-bottom:0px;
	font-weight:bold;
}
.post-text a:hover {
	color:#cccccc;
	text-decoration:none;
	border-bottom:1px dashed #ff6600;
	padding-bottom:0px;
}
.post-text a img {
	margin:2px;
	border:0;
}

.post-date{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#cccccc;
	text-align:left;
	padding:5px;
	margin-left:11px;
}

.post-date a {
	color:#cccccc;
	text-decoration:none;
	font-weight:bold;
}

.post-date a:hover {
	color:#ff6600;
	border-bottom:1px dashed #ff6600;
	text-decoration:none;
}

.potd a img {
	border:1px solid #032648;
	margin:2px;
	text-align:center;
	margin-right:12px;
}

.potd a:hover img {
		border:1px solid #063a6c;
}

.potd a:hover {
		color: #063a6c;
}

/* ----------------------- */

body {
	padding: 0px; 
	margin: 0px; 
	background: #5C2E14 url(images/pagebg.jpg) repeat-x;
}
#pageWrapper {
	margin: 0px auto; 
	width: 870px;
	background: url(images/bg.jpg) repeat-y;
}
#head {
	clear: both; 
	padding: 0px; 
	margin: 0px; 
	overflow: visible; 
	width: 100%; 
	height: 289px;
}
#head1 {
	clear: both; 
	padding: 0px; 
	margin: 0px; 
	width: 100%; 
	height: 89px;
	background: url(images/head1.jpg) no-repeat;
	}
#head2 {
	clear: both; 
	padding: 0px; 
	margin: 0px; 
	width: 100%; 
	height: 100px;
	/*background: url(images/head2.jpg) no-repeat;*/
	}
#head3 {
	clear: both; 
	padding: 0px; 
	margin: 0px; 
	width: 100%; 
	height: 100px;
	background: url(images/head3.jpg) no-repeat;
	}
#ColumnContainer {
	padding: 0px;
	margin: 0px; 
	width: 100%; 
	height: 100%;
	background:  url(images/spacer.jpg) repeat-x;
}
#SOWrap {
	padding: 0px;
	margin: 0px; 
	width: 670px; 
	height: 100%;
	float:left;
}
#leftColumn {
	padding: 0px;
	margin: 0px; 
	width: 246px; 
	height: 100%;
	float: left;
	background: url(images/bg-left.jpg) repeat-y;
}
#middleColumn {
	padding: 0px;
	margin: 0px; 
	width: 404px; 
	height: 100%;
	float: right;
	background: url(images/bg-center.jpg) repeat-y;
}
#rightColumn {
	margin: 0px;
	padding: 0px 22px 0px 0px; 
	width: 159px; 
	height: 100%;
	float: right;
	background: url(images/bg-right.jpg) repeat-y;
}
#footer {
	background: #5C2E14 url(images/footer.jpg) no-repeat;
	height: 49px;
	clear:both;
	padding: 15px 22px 0 0;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	}
#footer a {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}
#footer a:hover {
	color:#ffffff;
	border-bottom:1px dashed #ff6600;
	text-decoration:none;
}
.clear {
	clear: both
}

