@CHARSET "UTF-8";
* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: 500;
}
body {
	background: #342a23 url(/images/bg.png) repeat-x;
	color: #cfc0a1;
	font: 62.5% "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,sans-serif;	
}


#wrapper {
	background: #302620;
	margin: 20px 0 0;
	overflow: hidden;
	border-bottom: 1px solid #392e27;
}

#header {
	width: 900px;
	height: 78px;
	margin: 0 auto 20px;
}

#logo {
	width: 276px;
	height: 71px;
	float:left;
}
#logo a {
	display:block;
	height:71px;
	overflow:hidden;
	position:relative;
	width:276px;
}
#logo img {
	border:medium none;
	left:0;
	position:absolute;
}

#navigation {
	list-style-type:none;
	float:left;
	width: 569px;
	margin: 35px 0 0 55px;
}
#navigation li {
	float:left;
	margin: 0 15px;
}
#navigation a {
	color: #cfc0a1;
	text-decoration: none;
	font-size: 1.3em;
}
#navigation a:hover {
	border-bottom: 1px solid #e55e15;
}

#body {
	width: 900px;
	margin: 0 auto 50px;
	overflow:hidden;
}

#content {
	margin: 0 35px 0 15px;
	width: 550px;
	float: left;
}
#content h2, #content h3 {
	font-size: 1.5em;
}

#content p strong {
	font-weight: 700;
}
#content p a {
	text-decoration: none;
	color: #e55e15;
}

#sidebar {
	width: 300px;
	float: left;
}
#sidebar h4 {
	font-size: 1.4em;
}

.previews {
	list-style-type: none;
}
.previews img {
	border: 0;
}
.previews>li {
	float: left;
	margin: 0 30px 30px;
	
}
.previews h3 {
	margin: 0 0 5px;
	font-size: 1em !important;
}
.previews h3>a {
	color: #cfc0a1;
	font-weight: 700;
	text-decoration: none;
}
.previews ul {
	list-style-type: none;
	overflow:hidden;
	margin: 5px 0 0;
}

#details {
	font-size: 1.2em;
}
#details a {
	color: #E55E15;
	text-decoration: none;
}
#details td {
	padding: 2px;
}
#details th {
	padding: 2px 20px 2px;
	font-weight: 700;
	text-align: left;
}

#footer {
	border-top: 1px solid #251e1a;
	color: #c6b799;
	text-align: center;
	padding: 10px 0 50px;
}
#footer a {
	color: #ba521a;
	text-decoration: none;
}

.box {
	margin: 10px;
}

.sidebar-links {
	margin: 10px;
	list-style-type: none;
}
.sidebar-links a {
	color: #cfc0a1;
	text-decoration: none;
	font-size: 1.2em;
}
.sidebar-links li:before {
	content:"+ ";
	color: #e55e15;
	padding-right: 5px;
}

.meta-left {
	float: left;
	line-height: 16px;
}
.meta-right {
	float: right;
}

.nice-border {
	background: #271f1a;
	padding: 1px;
}
.nice-border>div {
	border: 1px solid #40362d;
	overflow: hidden;
	background: #382e27;
	padding: 10px;
}

.nice-border-bottom {
	padding-bottom: 1px;
	background: #362d27;
	margin-bottom: 15px;
	text-shadow: #000 1px 1px 1px;
}
.nice-border-bottom span {
	display: block;
	background: #302620;
	border-bottom: 1px solid #241e1b;
	padding-bottom: 7px;
}
.nice-border-bottom em {
	color: #e55e15;
	font-style: normal;
}

.loading{
	background-image: url(/images/loading.gif) !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	height:500px;
}

.spacer-top {
	margin-top: 35px;
}

.clearfix{
	clear: both;
	border:0;
}

.pagination {
	clear: both;
	list-style-type: none;
	float:right;
	overflow: hidden;
	font-size: 1.2em;
}

.pagination li {
	float: left;
}

.pagination>.current-page {
	font-weight: 700;
	padding: 2px;
	margin: 2px;
	border-bottom: 1px solid #e55e15;
}

.pagination a {
	display:block;
	padding: 2px;
	margin: 2px;
	text-decoration: none;
	color: #cfc0a1;
}

.pagination span {
	color: #e55e15;
}

.comments {
	list-style-type:none;
}
.comments li {
	margin-bottom: 15px;
}
.comment-author {
	font-weight: 700;
	width: 50%;
	float: left;
	font-size: 1.2em;
}
.comment-time {
	width: 50%;
	float: right;
	color: #e55e15;
	text-align: right;
}
.comment {
	clear: both;
	font-size: 1.2em;
}

#commentbox {
	font-size: 1.2em;
}
#commentbox fieldset {
	border: 0;
}
#commentbox legend {
	font-weight: 700;
	margin-bottom: 10px;
}
#commentbox label {
	cursor: pointer;
	display:block;
	margin: 10px 5px 5px;
}


#cse {
	margin-bottom: 20px;
}

#cse ol {
	margin: 10px;
	padding-left: 25px;
}

#cse li {
	color: #e55e15;
}

#cse a {
	color: #cfc0a1;
	text-decoration: none;
	font-size: 1.2em;
}

