body {
	background: #FFF;
	color: #29303B;
	margin: 0;
	padding: 0;
	text-align: center;
}

a {
	color: #909D73;
	text-decoration: none;
}

a:visited {
	color: #909D73;
}

a:hover {
	color: #753206;
	text-decoration: underline;
}

input, textarea {
	background: #F3F6ED;
	border: #E1D6C6 1px solid;
}

#rap {
	background: url(img/rap.jpg) #FFFFFF center repeat-y;
	margin: 0 auto;
	padding: 0px 8px;
	text-align: left;
	width: 760px;
}

#header {
	background: url(img/top.jpg) #FFFFFF no-repeat bottom;
	border: #FFCC99 0px solid;
	height: 183px;
	margin: 0 auto;
	padding: 0;
	width: 760px;
}

#main {
	background: url(img/content_bg.gif) repeat;
	margin: 0 auto;
	padding: 0;
	width: 740px;
}

#content {
	display: inline;
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 5px;
	width: 510px;
}

#sidebar {
	color: #333333;
	display: inline;
	float: right;
	font-size: 1em;
	margin: 0;
	padding: 0px 8px 10px 8px;
	width: 186px;
}

 
a img {
	border: none;
}

acronym, abbr {
	border-bottom: 1px dotted #0C6BF0;
}

acronym, abbr, span.caps {
	cursor: help;
	letter-spacing: .07em;
}

code {
	font-size: 1em;
	font-style: italic;
}

code {
	color: #D48B00;
	padding-left: 2px;
	padding-right: 2px;
}

blockquote, cite {
	background: url(img/blockquote.gif) #F3F6ED no-repeat left top;
	margin: 15px 30px 0 10px;
	padding: 0 10px 20px 45px;
}

img {
	border: none;
}

h3 {
	font-size: 1.3em;
	margin: 0;
	padding: 0;
}

p {
	line-height: 1.5em;
	margin: 0 0 1em;
	padding: 0;
}

h1, h2, h3, h4 {
	font-weight: normal;
	letter-spacing: 1px;
}

hr {
	border-top: #BBC4A3 1px solid;
}

#header h1 {
	font-size: 1.6em;
	margin: 0;
	padding: 10px 20px 0 0;
	text-align: right;
}

#header h1 a {
	color: #B5C09D;
	text-decoration: none;
}

#header h1 a:hover {
	color: #F7F3ED;
}

#header #desc {
	color: #B5C09D;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 0 20px 0 0;
	text-align: right;
}

#sidebar ul h2 {
	background: url(img/sidenav_top.jpg) no-repeat center;
	border: #E1D6C6 1px solid;
	border-bottom: #F3F6ED 0px solid;
	color: #676E04;
	font-size: 1em;
	font-weight: bold;
	height: 22px;
	margin: 10px 0 0 0;
	padding: 2px;
	text-align: center;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0px;
}

#sidebar ul ul {
	background: url(img/sidenav_bottom.jpg) #F3F6ED no-repeat bottom;
	border: #E1D6C6 1px solid;
	font-size: 0.9em;
	list-style-type: none;
	margin: 0;
	padding: 5px;
	padding-bottom: 3em;
}

#pagenav {
	list-style: none;
}

#sidebar ul ul li {
	margin: 0.1em 0 0 0;
	padding: 0;
}

#sidebar ul ul li a {
	border: none;
	text-decoration: none;
}

#sidebar ul ul li a:link {
	color: #909D73;
}

#sidebar ul ul li a:visited {
	color: #999999;
}

#sidebar ul ul li a:hover, #sidebar ul ul li a:active {
	color: #990000;
}

#sidebar ul ul ul {
	background: none;
	border: none;
	font-size: 1em;
	list-style-type: none;
	margin: 0;
	padding: 5px;
}

#sidebar ul ul ul li {
	background: url(img/subcat_bullet.gif) no-repeat 0 5px;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}

#content ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 45px;
}

#content ul li {
	background: url(img/bullet.gif) no-repeat 0 7px;
	padding-left: 1.5em;
}

.post , .page {
	margin: 0 0 30px 0;
}

.page {
	margin: 25px -5px 0 27px;
}

.post-info, .page-info {
	color: #333333;
	margin: 0;
	padding: 0;
}

.page-info {
	text-align: center;
}

.post-info a {
	color: #990000;
}

.post-info a:hover {
	color: #000000;
}

.post-content, .page-content {
	border-top: #BBC4A3 1px solid;
	margin: 3px 0;
	padding: 10px 0;
}

.page-content {
}

.post-title, .page-title {
	margin: 0;
}

.page-title {
	font-size: 1.6em;
	font-weight: normal;
}

#content .page-title a, .post-title a:link, .post-title a:visited, .post-title a:hover, .post-title a:active {
	color: #676E04;
	text-decoration: none;
}

.post-date {
	background: #E7EBDE;
	color: #BBC4A3;
	float: left;
	margin: 3px 10px 0 0;
	padding: 8px 3px;
	text-align: center;
	width: 55px;
}

.post-footer {
	background: url(img/divider.gif) no-repeat center;
	padding-top: 20px;
}

#footer {
	border-top: #BBC4A3 1px solid;
	clear: both;
	color: #999999;
	font-size: 0.8em;
	margin: 0 auto;
	padding: 7px 0;
	text-align: center;
	width: 740px;
}

#footer a {
	border: none;
	color: #7A7636;
}

.commentlist {
	font-size: 1em;
	font-weight: normal;
}

#commentform {
	margin: 0 0 0 40px;
}

#commentform textarea {
	width: 80%;
}

#commentform p {
	margin: 0 0 1em;
}

#comments,#respond {
	color: #676E04;
	margin: 3em 0 1em 40px;
	text-transform: uppercase;
}

.commentlist li {
	background: url(img/comments_bottom.jpg) #F3F6ED repeat-x bottom;
	border: #E1D6C6 1px solid;
	margin: 5px 0;
	padding: 10px 10px 20px 10px;
}

.commentlist .alt {
}

#topnav {
	font: 0.9em Verdana, Arial, Sans-Serif;
	list-style: none;
	margin: 0 auto;
	padding: 12px 20px 0 0;
	text-align: right;
}

#topnav li {
	display: inline;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0;
}

#topnav li a:link, #topnav li a:visited {
	color: #BBC4A3;
	text-decoration: none;
}

#topnav li a:hover, #topnav li a:active {
	color: #F7F3ED;
}

/************/
/* Calendar */
/************/
#calendar {
	margin: 10px 0px 0px 0px;
	position: inherit;
}

#wp-calendar {
	background: url(img/sidenav_bottom.jpg) #F3F6ED no-repeat bottom;
	border: #E1D6C6 1px solid;
	border-top: #F3F6ED 1px solid;
	empty-cells: show;
	font-size: 0.9em;
	margin: 0px;
	padding: 3px;
	padding-bottom: 3em;
	text-align: center;
	width: 100%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #E0E6E0;
	color: #333333;
}

#wp-calendar caption {
	background: url(img/sidenav_top.jpg) no-repeat center;
	border: #E1D6C6 1px solid;
	color: #676E04;
	font-size: 1em;
	font-weight: bold;
	height: 22px;
	margin: 10px 0 0 0;
	padding: 2px;
	text-align: center;
}

#wp-calendar caption a, #wp-calendar caption a:hover {
	background: transparent;
	color: #000000;
}

#wp-calendar td {
	color: #CCCCCC;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #FFFFFF;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #EEEEEE;
	color: #BBBBBB;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

#wp-calendar .today {
	background: #EEEEEE;
	font-weight: bold;
}

/* Text and Image Alignment */ 
.center {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}
