/*  
Theme Name: Chocolate
Theme URI: http://healthychocolaterichrewards.com
Description: healthychocolaterichrewards theme
Version: 1.0
Author: Kelden Cowan
Author URI: http://www.cowansoft.com/

*/

@import url("960/960.css");
@import url("960/reset.css");
@import url("960/text.css");

body {
	font-size: 12px;
	font-family: Georgia, "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	line-height: 22px;
	margin-bottom: 40px;
}

a {
	text-decoration: none; font-weight: normal;

	font-family: Georgia, "Lucida Grande",Tahoma,"Bitstream Vera Sans",Arial,sans-serif;
	font-weight: normal;
	line-height: 34px;
	font-size: 14px;

}

#menu ul, #menu li, #sidebar ul, #sidebar li {
	list-style: none;
}

#menu ul { background: url(images/menubar.png) no-repeat}
#menu li { height: 32px; overflow: visible; text-align: center }
.menu-selected { background: url(images/menusel.png); }
.menu-selected a { color: #FFF; }
.menu-item { display: none; }

#menu li:hover .menu-item { /*background-color: #333;*/ display: inline;}

h2 {
	margin: 0px;
	font-size: 250%;
	font-weight: normal;
	line-height: 1.35;
}

h3 {
	margin: 5px 0px;
}
#sidebar h3 {
	color: #FFF
}

/* color */
body {
	background: #1e1000;
	color: #3e301e;
}

#menu a {
	color: #FFF;
	text-shadow: #291A07 1px 1px 1px;
	font-weight: normal;
}

a {
	color: #705080;
	font-weight: 600;
}

#menu a:hover {
	color: #63B577;
	text-shadow: #14222C 1px 1px 1px;
}

a:hover {
	color: #63B577;
}


div#content {
	padding-top: 10px;
	padding-bottom: 10px;
	/*background-color: #AF9A7D*/
	background-color: #FFF;
}

div#menu {
	background-color: #1C1300;
}

div#footer {
	background-color: #1C1300;
}

#footer a, #sidebar a {
	line-height: 0.5;
}
div#header {
	background: url(images/head.png) repeat-x;
	height: 100px;
	text-align: center
}

div#sidebar {
	background-color: /*#2a2a30*/ #98B72E;
	color: #fff;
	padding-bottom: 100px
}

h1 {
	font-size: 360%;
	font-weight: normal;
	color: #FFF;
	margin-top: 40px;
	margin-bottom: 0px;
}

h2 {
	color: #625038
}

#content .entry p:first-letter {
	font-size : 250%;
	font-weight: 100;
	float : left;
}

.hidden, .screen-reader-text {
	display: none;
}
