/*  
Theme Name: Chocolate
Theme URI: http://www.facts-about-chocolate.com
Description: Chocolate Theme
Version: 1.0
Author: Hot Potato
Author URI: http://www.facts-about-chocolate.com/

	This theme is released under Creative Commons Attribution 2.5 License.

*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: verdana, arial, helvetica, sans-serif;
        font-size: small;
	text-align: center;
	vertical-align: top;
	background: #fff;
	color: #fff;
}

h1, h2, h3, h4, h5, h6{
	font-family: verdana, arial, helvetica, sans-serif;
}

a{
	text-decoration: underline;
        color: #000;
}

a:hover{
	text-decoration: none;
}

a img{ border: 0; }

abbr, acronym{ border: 0; }

address, dl, p{ padding: 10px 0 0; }

blockquote{
	margin: 10px 0 0;
	background: #eee;
}

blockquote p{ padding: 10px; }

blockquote blockquote{
	margin: 10px;
	background: #fff;
}

code{
	background: #f9f9f9;
}

dt{ font-weight: bold; }

dd{ padding: 0 0 0 15px; }

hr{
	clear: both;
	margin: 10px 10px 5px 10px;
	border: 0;
	height: 1px;
	text-align: left;
	background: #eee;
	color: #eee;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}
/* End captions */

pre{
	width: 90%;
}

input, textarea{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
	padding: 2px;
}

input#s, input#author, input#email, input#url, textarea#comment{
	padding: 3px;
}

input#author, input#email, input#url{
	margin: 0 5px 0 0;
}

.container{
	width: 725px;
	text-align: left;
	vertical-align: top;
}

.page{
	float: left;
	width: 725px;
	background: #fff;
	color: #fff;
}

#banner{
	display: inline;
	float: left;
	width: 725px;
	height: 121px;
	overflow: hidden;
	background: url(http://www.facts-about-chocolate.com/imgs/logo.gif);
	clear: both;
}

.sidebar{
	display: inline;
	float: left;
	width: 130px;
	background: url(http://www.facts-about-chocolate.com/imgs/LEFT.gif);
}

.obar{
	float: left;
	margin: 0;
	width: 130px;
	color: #000;
	font-size: 11px;
}

.obar ul{
	margin: 0;
	padding: 0 10px 0;
	list-style: none;
	background: #E2C6C0;
}

.obar ul li.widget_search{
	padding: 10px 0 0;
}

.obar ul li h2{
	padding: 10px 0 10px;
	border-bottom: 1px solid #888;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	color: #880000;
}

.obar ul li h2 a{
	padding: 10px 0 10px;
	border-bottom: 1px solid #888;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #880000;
        text-decoration:none;
}

.obar ul ul{
	padding: 10px 0 10px;
}

.obar ul ul li{
	line-height: 18px;
}

.obar ul ul ul{
	padding: 0;
}

.obar ul ul ul li{
	padding: 0 0 0 10px;
}

.sidebar li#search input, .obar li#search input{
	margin: 0 0 5px;
}

.narrowcolumn{
	display: inline;
	float: left;
	margin: 0 2px 0;
	width: 461px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
	background: #fff;
	color: #000;
}

.post{
	padding: 15px;
}

.post h2, .post h2 a, .post h2 a:hover{
        text-align: center;
        text-decoration: none;
	color: #880000;
}

.postdate{
	margin-top: 10px;
	border-top: 1px solid #ccc;
	padding: 5px 5px;
	font-size: 11px;
        text-align: right;
	color: #333;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	border: 0;
	padding: 15px 0 0;
	font-weight: bold
}

.entry{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
}

.entry a, .entry a:hover{
	color: #880000;
}

.entry p.postinfo{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
        font-size: 11px;
}

.browse{
	padding: 15px;
	line-height: 18px;
}


.browse a{
	color: #880000;
}

/* comments template */

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 20px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 20px;
	border-bottom: 1px solid #ccc;
}

.commentmetadata{
	font-size: 11px;
}

.comments-template p.nocomments{
	padding: 0;
}

/* end comments template */

#footer{
	display: inline;
	margin: 2px 5px 5px;
	width: 595px;
	color: #fff;
}