@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	outline: none;
	border: none;
}

a { color: #333; }

body {
	background: #34393D url(images/bgdash.png) top left repeat;
	font: normal 12px Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 880px;
	height: inherit;
	padding: 0px 15px;
	margin: 0px auto;
	background: #fff;
	border-left: 2px solid #AD9862;
	border-right: 2px solid #AD9862;
	position: relative;
}

#main {
	width: 548px;
	float: left;
}

#sidebar, #rss-search {
	width: 204px;
	padding-left: 7px;
	border-left: 2px solid #CBCCCD;
	margin-left: 7px;
	float: left;
}

#sidebar { padding-bottom: 80px; }

#rss-search {
	padding-left: 9px;
	border: none;
	height: 117px;
}

#header {
	height: 90px;
	border-right: 3px solid #2F3438;
	border-left: 3px solid #2F3438;
	background: #fff url(images/headerbg.png) top right no-repeat;
}

.menu {
	background: transparent url(images/blackslash.png) 0px 1px repeat-x;
	height: 22px;
	position: relative;
	bottom: 1px;
}
.menu ul li {list-style: none; float: left; display: block; }
.menu a:link, .menu a:visited, .menu a:active {
	float: left;
	padding: 4px 0px;
	height: 14px;
	width: 89px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 11px Arial, Helvetica, sans-serif;
	background-color: #1b5fb3;
	margin-left: 2px;
	overflow: hidden;
}

.menu a:hover { text-decoration: underline; }

#gallery {
	cursor: pointer;
	width: 548px;
	height: 380px;
	padding-top: 16px;
	margin: 10px 0px;
	background: url(images/hometmp.jpg) 0px 16px no-repeat;
	position:relative;
}

#gallery h3 {
	position: absolute;
	top: 4px;
	left: 2px;
	background: url(images/boxcorner-l.png) top left no-repeat;
	padding: 6px 3px 0px 0px;
	width: 110px;
	height: 107px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font: bold 14px Arial, Helvetica, sans-serif;
}

#gallery h3 a { color: #fff; text-decoration:none; }

#main .box {
	width: 166px;
	height: 160px;
	margin: 10px 0px 0px 16px;
	border: 3px solid #34393D;
	float: left;
	color: #666666;
	font-size: 10px;
}

#main .box div { overflow: hidden; width: 166px;
	height: 160px; }

#main .box div p { margin: 0px 4px 4px 4px; }

#main .box h3 {
	background-color: #1b5fb3;
	height: 18px;
	border-bottom: 2px solid #34393D;
	position: relative;
	bottom: 5px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding-top: 4px;
}

#main .box a { 
	font-size: 11px; 
	color: #333;
}

#main .box h3 a { color: #fff; text-decoration: none; font-size: 12px; }

#main .boxhome { height: 280px; } 
#main .boxhome div { height: 250px; margin: 5px; width: auto; }
#main .footer {
	border-top: 2px solid #CBCCCD;
	height: 50px;
	margin-top: 50px;
	padding-top: 10px;
}

#main .footer div {
	width: 156px;
	height: 70px;
	margin-left: 16px;
	background-color: #34393D;
	padding: 0px 8px;
	float: left;
	font-size: 10px;
	color: #fff;
}

#main .footer a:link, #main .footer a:active, #main .footer a:visited {
	color: #fff;
	text-decoration: none;
}

#main .footer a:hover { text-decoration: underline; }

#main .footer div h3 {
	font: bold 10px Arial, Helvetica, sans-serif;
	padding-top: 4px;
}

#sidebar .box{
	width: 292px;
	padding: 20px 10px;
	border: 2px solid #34393D;
	position: relative;
	margin-top: 21px;
	display: block;
	list-style: none; 
}

#sidebar .box h3 {
	position: absolute;
	display: block;
	top: -13px;
	right: 0px;
	width: 92px;
	height: 88px;
	padding-top: 5px;
	background: url(images/boxcorner-r.png) 0 0 no-repeat;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
}

#sidebar .box h3 a { color: #fff; text-decoration: none; }

#sidebar .box .post {
	font-size: 10px;
	color: #333;
}

#sidebar .box .post .title a:link, #sidebar .box .post .title a:visited, #sidebar .box .post .title a:active{
	margin-top: 10px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	display: block;
	width: 70%;
}

#social p { clear: both; padding: 3px 0px; line-height: 20px; }
#social img { margin-right: 5px; }
#social a { color: #333; font-weight: bold; }

.boxbg { background: url(images/boxbg.png) 100% 100% no-repeat; }

#sidebar .footer { position: absolute; bottom: 0px; }

#sidebar .tagcloud, #tag_cloud {
	text-align:center;
	margin: 20px 0px 40px 0px;
	width: auto !important;
	padding: 0px !important;
	border: none !important;
}

#tag_cloud h3 { visibility: hidden; }
#sidebar .tagcloud a:link,#sidebar .tagcloud a:visited,#sidebar .tagcloud a:active,
#tag_cloud a:link,#tag_cloud a:visited,#tag_cloud a:active
{
	color: #333333;
}

#sidebar .box ul { margin: 0px; padding: 0px; }
#sidebar .box li{ list-style: none; margin: 0px; padding: 0px; text-indent: 0px; }

#main .singlepost {
	border: 3px solid #34393D;
	margin: 25px 0px;
	padding: 35px 10px;
	position: relative;
}

#main .post {
	border: 3px solid #AD9862;
	margin: 25px 0px;
	padding: 25px 10px 10px 10px;
	position: relative;
	font-size: 11px;
}

h2, #comments, #respond h3 {
	color: #fff;
	display: block;
	font-size: 14px;
	background: #34393D;
	padding: 2px 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	margin: 10px 0px;
	height: 16px;
	overflow: hidden;
}

.singlepost p { padding: 5px 0px; }

#comments {background: #AD9862}
#respond h3 {background: #666}

#main .post h2, #main .singlepost h2 {
	position: absolute;
	height: auto;
	top: -10px;
	left: 0px;
	margin: 0px;
}

#main .post h2 a, #main .singlepost h2 a { text-decoration: none; color: #fff;}

#main .singlepost h2 { font-size: 16px; }

.smallthumb img { 
	float: right; 
	height: 100px; 
	width: auto; 
	margin-left: 20px;
	padding: 5px;
	border: 1px solid #34393D;
	background: #fff;
}

input, textarea {
	border: 2px solid #ddd;
	color: #666;
}

#searchform { margin-top: 4px; text-align: center; }
#searchsubmit { border-width: 1px }
#commentform { 
	width: 522px; 
	overflow: hidden; 
	border: 3px solid #ccc;
	margin: 10px 0px;
	padding: 10px;
}

#commentform input { margin: 8px 0px; }
#commentform textarea { width: 518px; }

.widecolumn .singlepost { line-height: 150%; }

ol.commentlist { list-style-position: inside; }