﻿* {
	margin: 0;
	padding: 0;
}
body {
	margin-top: 20px;
	background: black;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #757E82;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	background:#C11B17;
	color:#FFFFFF;
}
p {
font-family:"Trebuchet MS";
color:#CCCCCC;
font-weight:normal;
font-size:16px;
line-height:1.6em;
padding-right:5px;
padding-left:5px;
}
p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 2em;
}
blockquote {
}
p a {
	text-decoration:none;
	color:#99FFCC;
}
a {
	text-decoration: underline;
	color: #EF8116;
}
a:hover {
	text-decoration: none;
	color: #EF8116;
}
/* Wrapper */
#wrapper {
}
/* Header */
#header {
	width: 892px;
	margin: 0 auto;
}
/* Logo */
#logo {
	float: left;
	width: 280px;
	margin: 0px;
	padding: 5px;
	background:black;
}
#logo p {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:bold;
	color:red;
}
#logo h2 {
	padding: 0;
	text-transform: uppercase;
	font-size: 39px;
	font-weight: bold;
	color:red;
}
#logo h2 a {
	color: #9AA9B1;
}
#logo a {
	text-decoration: none;
	color: red;
}
/* Top menu */
#menu {
	float: right;
	width: 592px;
	height: 54px;
	margin-top: 10px;
	background: url("../images/img01.jpg") no-repeat left top;
	background:black;
}
#menu ul {
	margin: 0;
	padding: 0px 0 0 20px;
	list-style: none;
	line-height: normal;
	margin-left: 30px;
}
#menu li {
	display: inline;
	text-align: center;
	}
#menu a {
	display: block;
	float: left;
	height: 36px;
	padding: 18px 20px 0px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#CCCCCC;
}
#menu a:hover, #menu .active a {
	background: #C11B17;
	color: #FFFFFF;
}
/* Page */

#page {
	width: 892px;
	margin: 0 auto;
}
#page-bgtop {
}
/* Content */

#content {
	float: right;
	width: 564px;
	padding-top: 30px;
}
.screen {
	margin-top:15px;
}
.post {
	margin: 0px 0px 30px 0px;
}
.post .title {
	margin: 0px;
	padding: 10px 10px 5px 15px;
}
.post .title a {
	padding: 4px 35px 4px 15px;
	background: #C11B17;
	text-decoration: none;
	font-weight: normal;
}
.post .entry {
}
.post img {
	float: left;
	padding: 15px 0px;
}
.post .meta {
	text-align: right;
	padding-top: 20px;
	border-bottom: 1px solid #E5E5E5;
	font-weight: bold;
	color: #202020;
}
.post h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
	color:red;
	line-height:1.5em;
	padding:10px;
	text-align:left;
}
.post h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	color:red;
	line-height:1.5em;
	padding:10px;
	text-align:left;
}
.post li {
    display:list-item;
    list-style:square;
	font-family:"Trebuchet MS";
	font-size:16px;
	color:#CCCCCC;
	margin-left:40px;
	margin-bottom:12px;
}
.infobox {
	width:520px;
	float:left;
	margin-left: 20px;
	border: 1px;
	border-style:dashed;
	border-color:#C0C0C0;
	margin-top:15px;
	margin-bottom:15px;
}
.infoboximage {
	width:200px;
	float:left;
	margin:10px;
}
.infotext {
    width:290px;
    float:right;
    margin-top:20px;
}
.infotext h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:22px;
	color:#CCCCCC;
	padding:10px;
}
.infotext h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#CCCCCC;
	line-height:1.5em;
	padding:10px;
	text-align:left;
}
.infotext p {
	padding:6px;
	text-align:left;
}
.infotext a {
	font-family:"Trebuchet MS";
	font-weight:bold;
	font-size:16px;
	color:#99CCFF;
	text-decoration:none;
}
.blockquote {
    line-height: 1em;
    font-family: Georgia;
    font-size: 14px;
    font-style:italic;
    font-weight: normal;
    color:black;
    background:#CCCCCC;
    border-color:white;
	border-width: 1px;
	border-style: dashed;
	padding-left: 10px;
	padding-right:10px;
	padding-top:10px;
	margin-left:10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.blockquote p {
	color:black;
}
.map {
	width:450px;
	text-align:center;
	margin-top:15px;
}
/* Sidebar */
#sidebar {
	float: left;
	width: 240px;
	margin-top: 10px;
}
#sidebar ul {
	margin: 10px;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#sidebar li {
	margin-bottom: 1px;
}
#sidebar li ul {
	margin: 0px;
	padding: 0px 0px 40px 0px;
}
#sidebar li li {
	margin: 0;
	padding: 9px 0px;
	border: none;
	background: url("../images/img07.jpg") repeat-x left bottom;
}
#sidebar h2 {
	width:212px;
	margin: 0px;
	padding: 6px;
	border-bottom: 2px solid ##808080;
	font-family:"Trebuchet MS";
	font-size: 18px;
	font-weight:bold;
	color:#FFFFFF;
	background:#C11B17;
	text-align:center;
}
#sidebar p {
	margin: 0;
	line-height: normal;
	color: #D4C792;
}
#sidebar a {
	display:block;
	border: none;
	text-decoration: none;
}
#sidebar a:hover {
    display:block;
	text-decoration: none;
	text-transform: none;
	color:#66FFCC;
}
/* Footer */

#footer {
	width: 892px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	border-top: 1px solid #E5E5E5;
	color: #757E82;
}
#footer p {
	margin: 0;
	text-align: center;
	font-size: 16px;
}
#footer a {
	text-decoration: underline;
	color: #757E82;
}
#footer a:hover {
	text-decoration: none;
}
.vcard {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFF99;
	line-height:1.6em;
}
.rightbox {
	float:right;
	width:190px;
	margin-left:20px;
	margin-right:10px;
	margin-top:10px;
	border: 1px dashed #000000;
	padding:5px;
	background:#FF6600;
}
.rightbox h4 {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:black;
	text-align:center;
	margin-bottom:8px;
}
.rightbox p{
	
	font-family:"Trebuchet MS":black;
	font-size:16px;
	text-align:left;
	line-height:1.3em;
	color:black;
}
.rightbox a {
	color:navy;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bolder;
	font-size:14px;
}
.statcounter {
	text-align:center;
}
.photogallery {
	width:540px;
	height:170px;
	padding:12px;
	margin-left:10px;
	margin-bottom:15px;
}
.photo {
	width:116px;
	height:120px;
	border:1px;
	border-style:dashed;
	border-color:white;
	float:left;
	margin-right:15px;
}
.caption {
	width:108px;
	height:34px;
	font-family:Arial, Helvetica, sans-serif;
	color: white;
	font-size:14px;
	font-weight:bolder;
	font-style:italic;
	line-height:1.5em;
	padding:5px;
	text-align:center;
}
.buyboxdvd {
	Width:180px;
	text-align:center;
	margin-top:20px;
	margin-left:200px;
	margin-bottom:15px;
}

