/*  
Theme Name: Chocolate WordPress Themes
Theme URI: http://www.chocolate.custardmedia.co.uk/
Description: Designed by <a href="http://www.custardmedia.co.uk/">Custard Media</a>
Author: Custard Media
Author URI: http://custardmedia.co.uk
© 2008, Custard Media. All rights reserved. 
*/

* {
	margin: 0;
	padding: 0;
	outline: none;
}
a:link, a:visited, a:active {
	color: #f069a6;
	text-decoration: none;
}
a:hover {
	color: #cccccc;
	text-decoration: underline;
}
body {
	background: #ADDCE9 url(img/background2.gif) repeat-x top;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
	background: #ADDCE9;
}
#header {
	width: 980px;
	height: 100px;
	background: url(img/header.png) no-repeat;
	margin-top: 45px;
}
a.logo {
	width: 330px;
	height: 52px;
	float: left;
	margin-top: 45px;
}
a.logo span {
	display: none;
}
.search {
	float: right;
	margin-top: 55px;
}
.search .search-text {
	background: url(img/search-bg.png) no-repeat;
	width: 157px;
	padding: 6px 30px 8px 10px;
	border: none;
}
#subheader {
background: url(img/header.gif) no-repeat;
	width: 800px;
	height: 100px;
	float: left;
}
#subheader p {
	font-size: 10px;
	margin: 55px 0 0 10px;
	width: 460px;
}
/*

	script stuff 

*/

.search-alert {
	display: none;
	background: url(img/search-alert-arrow.png) no-repeat;
	padding: 20px 15px 10px 15px;
	float: left;
	margin-top: 2px;
	position: absolute;
	font-size: 10px;
	cursor: pointer;
	color: #000;
}

#content {
	width: 701px;
	float: left;
/*	background: #2E1806;
*/	min-height: 685px;
	overflow: auto;
	background: #2E1806 url(img/footer_img.png) no-repeat bottom;
	padding-bottom: 100px;
	}

/*.content_bottom_images
	{
	background: url(img/footer_img.png) no-repeat bottom;
	}*/

.header_img
	{
	background: url(img/sub_header_img.png) no-repeat;
	height: 314px;
	width: 700px;
	}

.post {
	width: 580px;
	padding-left: 35px;
	margin-bottom: 40px;
	padding-top: 12px;
}
.post h2 a {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	font-size: 24px;
}
.post span.post-info {
	color: #FFFFFF;
	font-size: 10px;
	padding-bottom: 10px;
	width: 560px;
	float: left;
}
.post p {
	line-height: 22px;
	margin-bottom: 10px;
	color: #FFFFFF;
	text-align: justify;
}
.post div.cats {
	border-top: 1px solid #ececec;
	padding-top: 10px;
}
#sidebar {
	width: 231px;
	float: right;
	background: #2E1806;
	}
#sidebar ul {
	list-style-type: none;
	padding-left: 20px;
	padding-right: 10px;
	}

.sidebar2
	{
	background: url(img/navbottom.gif) no-repeat bottom;
	height: 21px;
	width: 231px;
	float: right;
	}

#sidebar ul li {
	padding-bottom: 5px;
	border-bottom: 1px solid #f069a6;
	margin-bottom: 15px;
}
#sidebar ul li ul li {
	margin: 0;
	border: none;
	padding: 0;
}
#sidebar ul li ul li /* a */ {
	padding: 5px 0px 5px 20px;
	display: block;
	width: 150px;
	background: url(img/arrow1.gif) no-repeat 0px 6px;
}
#sidebar ul li h2 {
	font-size: 18px;
	color: #FFFFFF;
	padding-bottom: 9px;
	font-weight: normal;
}
.navigation .previous {
	float:left;
}
.navigation .next {
	float:right;
}
#footer {
	clear: both;
	width: 100%;
	float: left;
	font-size: 11px;
}

#footer a.link, a.visited
	{
	text-decoration: underline;
	}

#footer a.hover
	{
	text-decoration: none;
	
	}

.commentmetadata a:link, a:visited, a:hover
	{
	color: #EE6BA6;
	}

#footer .inner {
	width: 800px;
	margin: 0 auto;
	color: #f069a6;
	padding-bottom: 10px;
}



/*

	.comments template styles

*/



.comments {
	float: left;
	padding: 0;
	padding-left: 25px;
}
.comments input[type=text], textarea {
	width: 350px;
}
textarea {
	width: 450px;
}
.comments fieldset {
	padding: 20px;
	border: 1px solid #CCC;
	margin: 10px 0 20px 0;
}
.comments p {
	padding: 0 0 10px 0;
}
.comments h2 {
	padding: 0 0 15px 0;
}
#cdisplay {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#cdisplay li {
	padding: 10px;
	margin-bottom: 10px;
	width: 560px;
}
#cdisplay li.first {
	background: #f9f9f9;
	border-bottom: #CCC 1px solid;
}
#cdisplay li.second {
	background: #f6f6f6;
	border-bottom: #dedede 1px solid;
}
.aligncenter,  div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	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;
}
img.avatar {
	float:right;
}


h1
{
color: #FFFFFF;
}