/*****************/
/* General style */
/*****************/
body {
	font-family: Georgia, "Trebuchet MS", Verdana, Arial, Sans-Serif;
	font-size: 1em;
	background: #3b412d url('../images/bg.gif');
	text-align: center;
	color: #000;
	margin: 0;
	padding: 20px;
}
a, a:visited {
	color: #aa7900;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#page {
	width: 934px;
	margin: 0 auto;
	border: 8px solid #ffffff;
	background: #d2dbb8 url('../images/mainbg.jpg');
}
#header {
	background: #000;
	color: #ffffff;
	height: 150px;
	border-bottom: 8px solid #2e341f;
}
.small {
	font-size: 0.8em;
	line-height: normal;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
img.centered, img.aligncenter {
	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
	}
.date {
	position:absolute;
	left:8px;
	top:30px;
	background: url('../images/calendar.png');
	height: 67px;
	width: 59px;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	margin: 0;
}
.date .month, .date .day {
	text-align: center;
	width: 59px;
}
.date .month {
	overflow: hidden;
	font-size: 13px;
	position: absolute;
	margin-top: 42px;
	text-transform: uppercase;
}

.date .day {
	font-weight: bold;
	font-size: 30px;
	line-height: 32px;
	position: absolute;
	margin-top: 11px;
}

.date .year {
	display: none;
}

.clear {
	clear:both;
}
/****************/
/* Content page */
/****************/
#content {
	position:relative;
	width: 618px;
	float: left;
	text-align: left;
	padding: 0 8px 50px 8px;
}
*+html #content, * html #content{
	padding-top: 30px;
}
#content h1 {
	font-family: "Georgia", Verdana, Arial, Sans-Serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #4d4d40;
	border-bottom: 1px solid #aa7900;
	margin-top:30px;
}
#content h2 {
	font-size: 1.2em;
	margin:0;
	padding:0;
}
#content h2 a, #content h2 a:visited {
	color: #4A6411;
	text-decoration: none;
}
#content h2 a:hover {
	text-decoration: underline;
}

#content p {
	line-height: 20px;
	text-align: justify;
}
#content .attachment-thumbnail {
	background: #fff;
	border: 1px solid #999999;
	float: left;
	margin: -6px 10px 20px 0;
	padding: 6px;
}
#content .size-thumbnail {
	background: #fff;
	border: 1px solid #999999;
	margin: 10px;
	padding: 6px;
}
#content .flashvideo {
	margin-left:60px;
}
#content .cd {
	float: left;
	width: 200px;
	text-align: center;
	margin:3px;
	padding-bottom:10px;
	min-height:200px;
	height:auto;
}
#content .cd img {
	border: 1px solid #000;
	display: block;
	margin: 0 auto;
}

/****************/
/* Comment form */
/****************/
#content #comments{
	padding-bottom:6px;
	margin-top:30px;
	border-bottom: 1px solid #aa7900;
}
#content .commentlist li{
	background: url('../images/quote-start.gif') no-repeat top left;
	padding-left: 34px;
	font-size: 0.9em;
	margin-bottom:30px;
}
#content .commentlist div.commenttext{
	background: url('../images/quote-end.gif') no-repeat bottom right;
	padding-right:30px;
}
#respond{
	margin-left:40px;
}
#commentform{
	margin-left:40px;
	font-size: 0.9em;
}
#commentform input {
	width: 180px;
	padding: 6px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #999999;
	background: #e1e5d7;
}
#commentform textarea {
	width: 480px;
	height: 150px;
	border: solid 1px #999999;
	padding: 6px;
	background: #e1e5d7;
	font-family: Arial, Sans-Serif;
	font-size: 0.8em;
}
#commentform #submit {
	width: 138px;
	height: 34px;
	padding: 0;
	border: 1px solid #999999;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
	border-color: #15190a;
}
/****************/
/* Contact form */
/****************/
#contactform{
	margin-left:40px;
	font-size: 0.9em;
}
#contactform label {
	width: 100px;
	display:block;
	float:left;
	padding:6px;
}
#contactform input {
	width: 180px;
	padding: 6px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #999999;
	background: #e1e5d7;
}
#contactform textarea {
	width: 380px;
	height: 150px;
	border: solid 1px #999999;
	padding: 6px;
	background: #e1e5d7;
	font-family: Arial, Sans-Serif;
	font-size: 0.8em;
}
#contactform #submit {
	width: 138px;
	height: 34px;
	padding: 0;
	border: 1px solid #999999;
}
#contactform textarea:focus, #contactform input[type="text"]:focus {
	background: #ffffff;
	border-color: #15190a;
}


/*****************/
/* Sidebar style */
/*****************/
#sidebar {
	width: 260px;
	float: right;
	color: #ffffff;
	padding: 20px;
	font-size: 0.8em;
	text-align: left;
}
#sidebar a{
	color: #d6b267;
}
#sidebar h3 {
	text-align: center;
	font-weight: normal;
	background-color: #384025;
	border-bottom: 1px dotted #ffffff;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
	padding:4px;
	margin-top: 40px;
}
#sidebar ul {
	list-style-type: none;
	list-style-image: none;
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Sans-Serif;
	font-size:11px;
}
#sidebar ul.sidebarlist {
	text-align:center;
}
#sidebar ul.sidebarlist li {
	margin-bottom:10px;
}
#searchform input {
	vertical-align: middle;
}
#s{
	padding: 4px 4px 4px 22px;
	background: #ffffff url('../images/search.gif') no-repeat center left;
	border: 1px solid #aa7900;
}
#archiveslist li{
	display: inline;
}
#recentcomments li {
	background: url('../images/smallquote-start.gif') no-repeat top left;
	padding-left: 24px;
	padding-bottom:10px;
	text-align:left;
}
#recentcomments span {
	background: url('../images/smallquote-end.gif') no-repeat bottom right;
	margin-bottom:10px;
	padding-right:20px;
}
#recentposts li {
	margin-left: 20px;
	list-style-type: square;
	text-align: left;
}
#rssfeed {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Sans-Serif;
	font-size:11px;
}
#rssfeed img{
	margin:4px;
	vertical-align:middle;
}
/****************/
/* Footer style */
/****************/
#footer {
	clear: both;
	background: #292e1a url('../images/footerbg.png');
	color: #ffffff;
	border-top: 5px solid #4d4d40;
	font-size: 0.7em;
	padding-bottom:10px;
}
#footer h3, #footer h4 {
	text-align: center;
	font-size: 1.1em;
}
#footer .col {
	float:left;
	width: 33%;
	padding-bottom:10px;
	text-align: left;
	font-size:11px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Sans-Serif;
}
#footer ul {
	line-height: 18px;
}
