/*  
Theme Name: Wild About Chocolate
Theme URI: http://www.wildaboutchocolate.co.uk
Description: The Default Wild About Chocolate Theme
Version: 1.0
Author: Nick Gaunt
*/

body {
	text-align:center;
	font-family:Verdana,Helvetica,Arial;
}
a {
	text-decoration:none;
	color: #EEEF87;
	font-size:14px;
	font-weight:bold;
}
#page {
	width:923px;
	margin:10px auto;
}
#header {
	float:right;
	clear:both;
	text-align:left;
	border-bottom:5px solid white;
}
#headerimages {
	clear:both;
	width:923px; height:165px;
	text-align:center;
	border-top:5px solid white;
	background-color:#825746;
}
#nav {
	text-align:center;
	background-color: #63483D;
	border-top:5px solid white;
}

#nav ul {
	padding:2px;
	margin:0px;
}

#nav ul li {
display: inline;
list-style-type: none;
padding-right: 20px;
}

#maincontent {
	text-align:center;
	color:white;
	background-color: #63483D;
	border-top:5px solid white;
}

#maincontent .post {
	padding-bottom:10px;
	padding-left:30px;
	padding-right:30px;
	font-size:10pt;
}