body {
	margin: 0;
	padding: 0;
	background: #282828;
	font-family: Tahoma, Lucida Grande, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
}


h1, h2, h3 {
	font-weight: bold;
	color: #c39446;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

p, ul, ol {
}

p {
}

.blockbg {
	background: #D9D785;
}

blockquote {
	background: url(images/quote_grey.jpg) no-repeat left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0 0 0 15px;
	padding: 0px 20px 0px 30px;
	font-size: 18px;
	color: #3D3D3D;
}

ul {
}

ol {
}

a {
	color: #c39446;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: maroon;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
	border: #D9D785 1px dashed;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
	border: #D9D785 1px dashed;
}

.text1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0 0 0 15px;
	padding: 90px 20px 0px 30px;
	font-size: 30px;
	color: #FFFFFF;
}

/* Header */

#header {
	width: 710px;
	margin: 0 auto;
	height: 71px;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


#headerbg {
	clear: both;
	margin: 0 auto;
	width: 710px;
	height: 213px;
	background: url(images/topbar.jpg) no-repeat left top;
	margin: 0 auto;
	margin-top: 20px;
}

/* Page */

#page {
	width: 710px;
	margin: 0 auto;
	padding-top: 20px;
	background-color: white;
	background-image: none;
}


#latest-post {
	text-align: justify;
	float: left;
	width: 370px;
	padding: 0px 20px;
	color: #c39446;
	font: bold 13px "Helvetica Neue", Geneva, Helvetica, sans-serif;
}

#recent-posts {
	float: right;
	width: 250px;
	padding: 0px 20px 20px 20px;
	line-height: 25px;
	font-size: 12px;
}

#recent-posts .entry {
	text-align: left;
	color: #000;
}


/* Sidebar */

#sidebar {
	clear: both;
	width: 710px;
	color: #fafafa;
	padding: 0;
}

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

#sidebar li {
	display: block;
	float: left;
	width: 200px;
	padding: 5px 10px 5px 25px;
}

#sidebar li ul {
	line-height: 1.8em;
}

#sidebar li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 0 0 0 10px;
	line-height: 25px;
}

#sidebar h2 {
	margin: 0 0 10px 0;
	color: #c39446;
}

#sidebar a {
	text-decoration: none;
	color: #CCCCCC;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 710px;
	height: 50px;
	background: url(images/bttmbar.gif) no-repeat left top;
	font-size: 12px;
	color: #CCCCCC;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

#footer p {
	margin: 0;
	padding: 20px 20px 15px;
}

#footer a {
	color: #FFFFFF;
}

#footer a:hover {
	color: maroon;
}


#legal {
	float: left;
}

#links {
	float: right;
}

