@import 'reset.css';
@import 'fonts.css';

body {
	background: #060606 url('../images/bg.jpg') repeat;
	color: #ccc;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 87.5%;
	line-height: 1.7;
	padding-bottom: 20px;
	text-align: center;
}

/* controls */
button,
input,
select,
textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
}

/* typography */
a {
	color: Gold;
	text-decoration: underline;
}
a:hover {
	color: Peru;
}
a.pseudo {
	border-bottom: 1px dotted Gold;
	text-decoration: none;
}
a.pseudo:hover {
	border-color: Peru;
}
h1, h2, h3, h4 {
	font-family: Cuprum, ArialNarrow, 'Trebuchet MS', Helvetica, Arial, sans-serif;
	font-weight: normal;
}
h1 {
	color: OldLace;
	font-size: 2.25em;
	line-height: 32px;
}
h2 {
	font-size: 1.7em;
	line-height: 32px;
	margin-bottom: 24px;
}
h3 {
	color: Chartreuse;
	font-size: 1.25em;
	line-height: 23px;
	margin-bottom: 12px;
}
h4 {
	font-size: 1.25em;
	line-height: 23px;
	margin-bottom: 12px;
}
p {
	margin: 0;
}
b, strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
sup, sub {
	line-height: 0;
}
small {
	font-size: .85em;
}
big {
	font-size: 1.15em;
}
acronym {
	border-bottom: 1px dotted #ccc;
	cursor: help;
}

/* layout */
#wrapper {
	border: 1px solid #1a1a1a;
	margin: 20px auto 0;
	width: 880px;
	padding: 40px 40px 20px;
	background: Black;
	text-align: left;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0 0 15px rgb(0, 0, 0);
	-moz-box-shadow: 0 0 15px rgb(0, 0, 0);
	box-shadow: 0 0 15px rgb(0, 0, 0);
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
}
.hidden {
	display: none;
}
.nobr {
	white-space: nowrap;
}


#header {
	height: 100px;
	padding: 30px 20px;
	background: url('../images/bg_header.jpg') no-repeat;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

/* header */
#header h1 {
	background: hsla(0, 0, 0, .8);
	background: rgba(0, 0, 0, .8);
	float: left;
	font-size: 2.1em;
	padding: 5px 8px;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#header h1 a {
	text-decoration: none;
	color: #f6ff00;
}
#header .contact {
	background: hsla(0, 0, 0, .6);
	background: rgba(0, 0, 0, .6);
	color: #fff;
	float: right;
	font-size: .9em;
	line-height: 19px;
	padding: 8px 10px;
	width: 230px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#header .contact dt {
	float: left;
	font-size: 12px;
	margin-right: -100%;
	width: 120px;
}
#header .contact dd {
	margin-left: 120px;
}

/* navigation */
#navigation {
	border-bottom: 1px solid #1a1a1a;
	clear: both;
	margin: 20px 0 25px;
	overflow: hidden;
	padding-bottom: 15px;
}
#navigation li {
	float: left;
	font-family: Cuprum, ArialNarrow, 'Trebuchet MS', sans-serif;
	line-height: 20px;
	margin-right: 30px;
}
#navigation li a {
	color: White;
	font-size: 1.25em;
}
#navigation li a:hover {
	color: PeachPuff;
}
#navigation li.current_page_item a {
	color: PeachPuff;
	text-decoration: none;
}

/* content */
#content {
	float: left;
	min-height: 200px;
	width: 580px;
	
}
#content h1,
#content h2,
#content h3,
#content h4 {
	clear: both;
}
#content h2 {
	color: White;
}
#content h2 a {
	text-decoration: none;
	color: White;
}
#content p,
#content .map {
	margin-bottom: 18px;
}
#content ul,
#content ol {
	margin-bottom: 24px;
}
#content ul {
	list-style: disc;
}
#content ol {
	list-style: decimal;
}
#content li {
	margin-left: 32px;
}

#content .post {
	margin-bottom: 40px;
	overflow: hidden;
}
#content .post.insearch {
	margin-bottom: 20px;
}

#content .wp-caption {
	margin-bottom: 20px;
}
#content .wp-caption .wp-caption-text {
	color: DarkKhaki;
	font-size: .75em;
	line-height: 14px;
	margin: 0;
	padding-top: 8px;
}

#content .commentlist li {
	font-size: .85em;
	margin: 0 0 12px;
}
#content .commentlist p {
	margin-bottom: 5px;
}

#content form p {
	margin-bottom: 12px;
}
#content form label {
	margin-left: 8px;
}
#content form label small {
	margin-left: 3px;
	color: OliveDrab;
}

.gallery {
	margin-bottom: 20px !important;
}

.map {
	height: 300px;
	margin-bottom: 20px;
	width: 580px;
}
.map .YMaps-b-balloon-content {
	color: Black;
}

.alignleft, 
.alignright {
	display: block;
	width: 40%;
	float: left;
}
.alignleft {
	margin-right: 20px;
}
.alignright {
	float: right;
	margin-left: 20px;
	text-align: right;
}

.advertising {
	font-size: .85em;
	margin-bottom: 20px;
}

/* sidebar */
#sidebar {
	float: right;
	margin-bottom: 40px;
	width: 260px;
}
#sidebar li {
	line-height: 18px;
	margin-bottom: 40px;
}
#sidebar li h2 {
	margin-bottom: 8px;
	font-size: 1.25em;
	line-height: 23px;
	color: White;
}
#sidebar li li {
	margin-bottom: 15px;
}

/* footer */
#footer {
	border-top: 1px solid #1a1a1a;
	clear: both;
	color: #444;
	font-size: .85em;
	overflow: hidden;
	padding-top: 20px;
}
#footer .counters {
	float: left;
}
#footer p {
	float: right;
}
#footer a {
	color: #444;
}
#footer a:hover {
	color: #666;
}
