@charset "utf-8";
/* I Hate Billboards */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/*
:focus {
	outline: 0;
}*/
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
ol, ul {
	list-style: none;
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	display: inline-block;
}
/* \*/
.clear {
	display: block;
}
/* */
.image {
	display: block;
	font-size: 0;
	text-indent: -9999px;
	outline: none;
}
body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	background: #171717 url(images/background.gif) repeat-x;
	color: #8c8c8c;
	text-align: center;
	margin:0;
	padding:0;
}
img {border:none;}
a { outline:none;}
a:link { color:#acacac; text-decoration:none;}
a:hover { color:#c8c8c8; text-decoration:underline;}

.spacer {
	clear:both;
	float:none;
	height:1px;
	line-height:1px;
	margin:0;
	padding:0;
	font-size:1px;
}
#header {
	background:url('images/header.png') no-repeat top center;
	width:915px;
	height:178px;
	margin:0 auto;
	text-align:left;
	border-bottom:7px solid #490000;
}
#header img {
	width:332px;
	margin-left:20px;
}
#navigation {
	margin-top:10px;
	display:block;
	width:915px;
	float:none;
	clear:both;
	margin:0 auto;
	height:28px;
	line-height:28px;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom:1px solid #7a7a7a;
}
#navigation a {
	color:#8c8c8c;
	text-decoration:none;
	border-right:1px solid #00000;
	border-left:1px solid #1a1a1a;
	padding:0 10px;
	height:28px;
}
#navigation a:hover {
	color:#5a5a5a;
	text-decoration:none;
}
#navigation h2 {
	float:right;
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:0;
}
#navigation ul {
	margin:0;
	padding:0 0 0 6px;
}
#navigation li {
	float:left;
	list-style-type:none;
}

#content {
	text-align:left;
	margin:0 auto;
	margin-top:30px;
	min-height:800px;
	width:915px;
	clear:both;
	float:none;
}
div.thumbnail {
	width: 500px;
	float: left;
}
div.thumbnail p {
	margin-bottom:24px;
}
div.entry {
	width: 330px;
	float: right;
	padding-left:20px;
	padding-top:30px;
	text-align:left;
}
#content .box {
	width:925px;
	clear:both;
	float:none;
	margin-bottom:40px;
}
#content .top {
	margin:0 auto;
	width:925px;
	height:21px;
	background:url(images/box-top.png) no-repeat center top;
}
#content .ctre-wrap {
	width:925px;
	background:url(images/shadow.png) repeat-y center top;
}
#content .bte {
	width:874px;
	min-height:400px;
	padding:5px 20px;
	margin-left:6px;
	background:#000 url(images/box-middle.gif) repeat-x;
}
#content .bte img {
	border-right:2px solid #000;
	border-bottom:2px solid #000;
	width:500px;
}
#content .btm {
	margin:0 auto;
	width:925px;
	height:16px;
	background:url(images/box-btm.png) no-repeat center top;
}
.entry h2 {
	text-align:left;
	text-transform:uppercase;
	color:#aaaaaa;
	font-weight:bold;
	font-size:16px;
	margin:0;
	padding:0;
}
.entry h2 a {
	color:#aaaaaa;
	text-decoration:none;
}
.entry h2 a:hover {
	color:#8a8a8a;
	text-decoration:none;
}
.source {
	color:#616161;
	font-size:11px;

}
.source a {
	color:#616161;
	text-decoration:none;
}
.source a:hover {
	color:#616161;
	text-decoration:underline;
}
.date {
	color:#303030;
	float:right;
	font-size:10px;
}
.postedby {
	color:#6a6a6a;
	font-size:11px;
	float:left;
	width:200px;
}
.postedby a {
	color:#8a8a8a;
	font-size:11px;
	text-decoration:none;
}
.postedby a:hover {
	color:#acacac;
	text-decoration:underline;
}
.description {
	font-size:12px;
	line-height:13px;
	float:none;
	clear:both;
	color:#aaaaaa;
	margin-top:10px;
}
.description p {
	margin:5px 0 0 0;
	padding:8px 0;
}
.comment-link {
	margin-top:20px;
	font-size:11px;
}
.comment-link a {
	text-decoration:none;
	color:#990000;
}
.comment-link a:visited {
	color:#990000;
	text-decoration:none;
}
.comment-link a:hover {
	text-decoration:underline;
	color:#990000;
}


p.comment-link {
	margin: 0;
}
p.comment-link a {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #808080;
	text-decoration: none;
	font-size: 16px;
	line-height: 36px;
}
p.comment-link a:hover {
	color: #999;
	text-decoration: underline;
}
h3#comments, h3#respond {
	color: #fff;
	line-height: 64px;
}
div.author {
	width: 250px;
	float: left;
}
div.author cite {
	font-size: 16px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 0 12px;
}
div.author img {
	position: relative;
	top: 10px;
}
div.author a {
	color:#e5e5e5;
	text-decoration:underline;
}
div.comment {
	width: 500px;
	float: right;
	padding: 18px 0 0 0;
}
.comment p, #commentform p {
	margin: 0 0 24px;
}
.comment a {
	color:#e5e5e5;
	text-decoration:underline;
}
.comment a:hover {
	color:#ff0000;
	text-decoration:underline;
}
ol.commentlist {
	border-top: 1px solid #333;
	margin: 0 0 48px;
}
ol.commentlist li {
	border-bottom: 1px solid #333;
	padding: 12px 0 0;
}
form input, form textarea {
	margin: 0 12px 0;
}
div.alignleft, div.alignright {
	display: block;
	width: 40%;
	float: left;
}
div.alignright {
	float: right;
	text-align: right;
}
div.alignleft a, div.alignright a {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 18px;
	text-decoration: none;
	color: #777;
}
div.alignleft a:hover, div.alignright a:hover {
	color: #999;
	text-decoration: underline;
}
#commentform a {
	color:#4a4a4a;
	text-decoration:none;
}
#commentform a:hover {
	color:#6a6a6a;
	text-decoration:underline;
}
#commentform #comment {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#acacac;
	background:#1a1a1a;
	border:1px solid #5a5a5a;
	padding:3px;
}
#commentform #author,
#commentform #email,
#commentform #url {
	margin:5px 12px;
	background:#171717;
	border:1px solid #272727;
	padding:2px 5px;
	width:140px;
	color:#acacac;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.bte h2 {
	font-weight:bold;
	color:#990000;
	margin:0 0 10px 0;
	font-size:14px;
}
.tdomf_form fieldset {
	padding:20px 0;
}
.page p {
	padding:10px;
	margin:10px;
}
.page a {
	color:#990000;
	text-decoration:none;
}
.page a:hover {
	color:#ff0000;
	text-decoration:none;
}
#footer {
	clear:both;
	float:none;
	background:#000;
	height:32px;
	line-height:32px;
	text-align:center;
	color:#5a5a5a;
}
.contacts .inpt {
	padding:4px 5px;
	border:1px solid #4a4a4a;
	background:#2a2a2a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#e5e5e5;
	margin:4px 0;
	width:300px;
}
.contacts textarea {
	padding:4px 5px;
	border:1px solid #4a4a4a;
	background:#2a2a2a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#e5e5e5;
	margin:2px 0;
	width:450px;
}
.contacts span input {
	padding:0;
	margin:5px 0 !important;
}
.contacts img {
	width:auto !important;
	height:auto !important;
}
	
