/*  
Theme Name: Silly Prezzies
Theme URI: http://wordpress.org/
Description: Silly Prezzies Theme
Version: 1
Author: Ben Adcock
Author URI: http://www.cagedfish.co.uk/
*/
body {
	background-color: #A5BEDA;
	margin: 0px;
	padding: 0px;
	background-image: url(images/sillybkg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#contentwrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#silly_leftcol {
	float: left;
	width: 742px;
	padding-left: 8px;
	padding-bottom: 10px;
}

#header{
	padding-bottom: 35px;
}
.post{
	width: 742px;
	padding-bottom: 10px;
}
.postheader{
	width:742px;
	background-image: url(images/post_header_bkg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 82px;
	position: relative;
}
.postheader h2{
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #FFFFFF;
	position: absolute;
	left: 49px;
	top: 20px;
}
.postheader a{
	color: #FFFFFF;
	text-decoration:none;
}
.postheader a:hover{
	color: #FFFFFF;
	text-decoration:underline;
}
.sillycaticon{
	position: absolute;
	top: 44px;
	left: 49px;
}
.sillycategory{
	position: absolute;
	top: 44px;
	left: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 13px;
	color: #FFFFFF;
}
.sillyday{
	position: absolute;
	font-size: 20px;
	z-index: 100;
	width: 50px;
	top: 19px;
	right: 36px;
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
}
.posttext{
	width: 710px;
	padding: 16px;
	margin: 0;
	background-image: url(images/post_bkg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.postfooter{
	width:742px;
}
#silly_rightcol {
	float: right;
	width: 181px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#footer{
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/footer_bkg.gif);
	clear: both;
	height: 22px;
	width: 937px;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	padding-top: 12px;
}
#footer a{
	color: #000000;
	text-decoration:none;
}
#footer a:hover{
	color: #000000;
	text-decoration:underline;
}
.sillymonth {
	position: absolute;
	font-size: 14px;
	z-index: 100;
	width: 50px;
	top: 40px;
	right: 34px;
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}
.sillycomments{
	padding-top: 10px;
	height: 15px;
	padding-bottom: 10px;
	position:relative;
}
.sillycommenticon{
	position: absolute;
	width: 22px;
	height: 15px;
	left: 0;
}
.sillycommenttext{
	position: absolute;
	width: 200px;
	height: 15px;
	left: 35px;
	color: #029BDE;
	font-weight:bold;
}
#searchform{
	background-image: url(images/searchbkg.gif);
	margin: 0px;
	padding: 0px;
	height: 48px;
	width: 181px;
	position: relative;	
}
#s{
	position: absolute;
	width: 81px;
	height: 17px;
	left: 65px;
	top: 12px;
}

#searchsubmit{
	position: absolute;
	height: 17px;
	left: 155px;
	top: 15px;
}
#sidebar{
	margin-top: 10px; 
}
#sidebarnav{
	background-color: #5069A2;
}
#sidebarnav h2{
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}	
#sidebarnav ul{
	margin: 0;
	padding: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	list-style-image: none;
	list-style:none;
}
#sidebarnav li{
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}
#sidebarnav li a{
	display: block;
	margin: 0px;
	min-height:15px;
height:auto !important;
 height:15px;
	width: 155px;
	padding-left: 26px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #5069A2;
	
}

#sidebarnav ul li a:hover{
	background-color: #EE6C56;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
