/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */
img { line-height: 0; margin:0; padding:0 }

/* ********************************************* */

body {
	background-color: #B4A891;
	margin-top: 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

html {
	overflow-y: scroll;
}

#content ul {
	padding: 0 0 20px 35px;
}

#content li {
	font-size: 14px;
	line-height: 160%;
	list-style-type: disc;
	color: #000000;
	font-weight: bold;
}

#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
}

#pageback {
	width: 979px;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF;
}

#header {
	background-color: #B4A891;
	height: 213px;
	position: relative;
	background-image: url(/images/header_wp.jpg);
	background-repeat: none;
	margin: 0;
	padding: 0;
}
	#header h1 {
	margin-left: -9999px;
	}

	#header p {
		display: none;
	}

#rss {
	float: right;
	position: absolute;
	top: 45px;
	right: 122px;
	margin: 0;
	padding: 0;
	border: none;
	text-align: right;
}

#emailtop {
	float: right;
	position: absolute;
	top: 45px;
	right: 65px;
	margin: 0;
	padding: 0;
	border: none;
	text-align: right;
}

#twittertop {
	float: right;
	position: absolute;
	top: 45px;
	right: 8px;
	margin: 0;
	padding: 0;
	border: none;
	text-align: right;
}

#rsstext {
	position: absolute;
	top: 45px;
	right: 62px;
	margin: 0;
	padding: 0;
	border: none;
	text-align: right;
}

#rsstext a:link, #rsstext a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 12px;
	line-height: 100%;
	font-weight: normal;
}

#rsstext a:hover, #rsstext a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	line-height: 100%;
	font-weight: normal;
}

#emailtext {
	position: absolute;
	top: 85px;
	right: 62px;
	margin: 0;
	padding: 0;
	border: none;
	text-align: right;
}

#emailtext a:link, #emailtext a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 12px;
	line-height: 100%;
	font-weight: normal;
}

#emailtext a:hover, #emailtext a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	line-height: 100%;
	font-weight: normal;
}

#navi {
	float: right;
	position: absolute;
	bottom: 29px;
	right: 25px;
	margin: 0;
	padding: 0;
}

#navi ul {
	list-style: none;
}

#navi li {
	text-align: left;
	display: inline;
	font-weight: bold;
	margin-left: 22px;
}

#navi ul li a:link, #navi ul li a:visited {
	color: #D5CEBD;
	text-decoration: underline;
	font-size: 13px;
	line-height: 100%;
}

#navi ul li a:hover, #navi ul li a:active {
	color: #D5CEBD;
	text-decoration: none;
	font-size: 13px;
	line-height: 100%;
}

#footer {
	clear: both;
	height: 113px;
	position: relative;
	background-image: url(/images/footer.jpg);
	background-repeat: none;
}

#footer  p {
	text-align: center;
	padding: 30px 0 4px 0;
	line-height: 100%;
	color: #CCCCCC;
	font-size: 90%;
}

#bottom {
	width: 979px;
	text-align: left;
	font-size: 13px;
	margin: 30px 0 0 6px;
}
#bottom ul {
	display: inline;
	text-align: left;
}

#bottom ul li {
	display: inline;
	margin: 0 0 0 20px;
	font-size: 12px;
}

#bottom ul li a:link, #bottom ul li a:visited {
	color: #1F1F1F;
	text-decoration: underline;
}

#bottom ul li a:hover, #bottom ul li a:active {
	color: #1F1F1F;
	text-decoration: none;
}

#main-area {
	position: relative;
	width: 979px;
	background-image: url(/images/blog_bck.jpg);
	background-repeat: repeat-y;
}

#content {
	position: relative;
	float: left;
	display: inline;
	padding: 0 0 10px 25px;
	width: 490px;
}

#content .date {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #999999;
	margin: 20px 0 4px 0;
	padding: 7px 0 0 0;
	line-height: 90%;
	border-top: 1px solid #999999;
}


#content h1 {
	color: #000000;
	font-weight: bold;
	font-size: 22px;
	margin: 0 0 2px 0;
	padding: 0;
	line-height: 110%;
}

#content h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0 7px 0;
	line-height: 110%;
}

#content h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 19px 0 8px 0;
	padding: 0;
	line-height: 110%;
}

#content h4 {
	font-size: 12px;
	font-weight: bold;
	padding: 12px 0 4px 0;
	color: #000000;
}

#content a:link,  #content a:visited {
	text-decoration: underline;
	color: #806947;
	font-weight: bold;
}

#content a:hover,  #content  a:active {
	text-decoration: none;
	color: #806947;
	font-weight: bold;
}

#content h1 a:link,  #content h1 a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	line-height: 120%;
}

#content h1 a:hover,  #content h1 a:active {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
	line-height: 120%;
}

#content .postmetadata {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #999999;
	margin: 0 0 16px 0;
	padding: 0 0 7px 0;
	line-height: 100%;
	display: block;
	border-bottom: 1px solid #999999;
}

#content .postmetadata a:link,  #content .postmetadata a:visited {
	text-decoration: underline;
	color: #806947;
	font-weight: normal;
}

#content .postmetadata a:hover,  #content .postmetadata  a:active {
	text-decoration: none;
	color: #806947;
	font-weight: normal;
}

#content p {
	font-size: 15px;
	font-weight: normal;
	padding: 0px 0 14px 0;
	line-height: 140%;
	color: #000000;
}

#content .navigation a:link,  #content .navigation a:visited {
	text-decoration: underline;
	color: #806947;
	font-weight: normal;
	font-size: 12px;
}

#content .navigation a:hover,  #content .navigation  a:active {
	text-decoration: none;
	color: #806947;
	font-weight: normal;
	font-size: 12px;
}

#respond {
	font-size: 16px;
	color: #990000;
}

#author {
	border: 1px solid #333333;
	padding: 4px 2px;
	font-size: 13px;
	width: 160px;
}

#email {
	border: 1px solid #333333;
	padding: 4px 2px;
	font-size: 13px;
	width: 160px;
}

#url {
	border: 1px solid #333333;
	padding: 4px 2px;
	font-size: 13px;
	width: 160px;
}

#comment {
	width: 480px;
	border: 1px solid #333333;
	padding: 4px 2px;
	font-size: 14px;
}

#comments, #respond {
	color: #000000;
	font-size: 15px;
	line-height: 160%;
}

.commentbox {
	border: 1px dotted #666666;
	background-color: #eeeeee;
	padding: 20px;
	margin-top: 25px; 
}

.commentlist a:link, .commentlist a:visited {
	color: #0000CC;
	text-decoration: underline;
}

.commentlist a:hover, .commentlist a:active {
	color: #0000CC;
	text-decoration: underline;
}

.avatar {
float: left;
padding-right: 10px;
}

#sidebar-middle {
	display: inline;
	float: left;
	margin: 0 0 0 34px;
	padding: 0;
	width: 140px;
}

#sidebar {
	display: inline;
	float: left;
	margin: 0 0 0 15px;
	padding: 0;
	width: 250px;
}

#sidebar ul {
	
}

#sidebar h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 1px 0px;
	display: block;
	line-height: 100%;
}

#sidebar h5 {
	font-size: 12px;
	font-weight: bold;
	padding: 6px 0 6px 0px;
	line-height: 120%;
}

#sidebar h5 a:link, #sidebar h5 a:visited {
	text-decoration: underline;
	color: #0000CC;
	font-weight: bold;
}

#sidebar h5 a:hover, #sidebar h5 a:active {
	text-decoration: none;
	color: #0000CC;
	font-weight: bold;
}

.advertise a:link, .advertise a:visited {
	font-size: 12px;
	text-decoration: underline;
	color: #806947;
}

.advertise a:hover, .advertise a:active {
	font-size: 12px;
	text-decoration: none;
	color: #806947;
}

.widget {
	padding: 10px 0 0 8px;
	width: 250px;
}

.widgettitle {
	margin: 0px 0 6px 0;
	border-bottom: 1px solid #000000;
	padding: 0 0 2px 0;
	display: block;
}

.widget ul {
	padding-bottom: 10px;
}

.widget li {
	padding: 3px 0;
}

.widget ul li a:link,  .widget ul li a:visited {
	font-size: 12px;
	text-decoration: none;
	color: #806947;
	line-height: 110%;
	font-weight: bold;
}

.widget ul li a:hover,  .widget ul li a:active {
	font-size: 12px;
	text-decoration: underline;
	color: #806947;
	line-height: 110%;
	font-weight: bold;
}

#archives {
	padding: 0 0 0 8px;
	width: 270px;
}

#archives a:link,  #archives a:visited {
	font-size: 12px;
	text-decoration: none;
	color: #806947;
	line-height: 120%;
	font-weight: bold;
}

#archives a:hover,  #archives a:active {
	font-size: 12px;
	text-decoration: underline;
	color: #806947;
	line-height: 120%;
	font-weight: bold;
}


/*
.widget {
	padding: 15px 0 0 8px;
	width: 288px;
}

.widgettitle {
	margin: 12px 0 6px 0;
	border-bottom: 1px solid #000000;
	padding: 0 0 0 0;
	display: block;
}

.widget a:link,  .widget a:visited {
	font-size: 12px;
	text-decoration: none;
	color: #0000CC;
	line-height: 150%;
	font-weight: bold;
	display: block;
	margin-bottom: 7px;
}

.widget a:hover,  .widget a:active {
	font-size: 12px;
	text-decoration: underline;
	color: #0000CC;
	line-height: 150%;
	font-weight: bold;
	display: block;
	margin-bottom: 7px;
}


#archives {
	padding: 15px 0 0 8px;
	width: 288px;
}

#archives a:link,  #archives a:visited {
	font-size: 12px;
	text-decoration: none;
	color: #0000CC;
	line-height: 150%;
	font-weight: bold;
	display: block;
	margin-bottom: 7px;
}

#archives a:hover,  #archives a:active {
	font-size: 12px;
	text-decoration: underline;
	color: #0000CC;
	line-height: 150%;
	font-weight: bold;
	display: block;
	margin-bottom: 7px;
}

*/

#search {
text-align: left;
padding: 8px 0 0 8px;
}

.searchbox {
	padding: 2px;
	font-size: 13px;
	border: 1px solid #333333;
	width: 172px;
	height: 16px;
}

.searchbutton {
	font-size: 13px;
	width: 50px;
	height: 18px;
}

.clear {
	clear: both;
}

.leftphoto {
	border: none;
	margin: 0 15px 10px 0;
	float: left;
}

.rightphoto {
	border: none;
	margin: 10px 0 10px 15px;
	float: right;
}

.leftphotoline {
	border: 1px solid #000000;
	margin: 5px 12px 5px 0;
	float: left;
}

.rightphotoline {
	border: 1px solid #000000;
	margin: 5px 0 5px 12px;
	float: right;
}

.blackbold {
	color: #000000;
	font-weight: bold;
	padding-top: 20px;
}
