/*
Theme Name: Website theme
Author: Adrian Pawlik

*/

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,b,u,i,center,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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

li {
	margin-left: 3em;
	margin-bottom: .5em;
}

ul, ol {
	margin-bottom: 1em;
}

body {
	background: #220000;
	text-align: center;

	padding-bottom: 20px;
}

body, p, li, td {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}

h2 {
	font-size: 1.3em;
	margin-bottom: 0.75em;
}

h3 {
	font-size: 1.2em;
	line-height: 1;
	margin-bottom: .75em;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: .75em;
}

h5 {
	font-size: 1em;
	margin-bottom: 1.5em;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

p {
	margin: 0 0 1em 0;
	line-height: 1.4em;
	padding: 0;
}

li {
	line-height: 1.4em;
}

img {
	border: 0;
}

hr {
	border: 1px solid #ddd;
	height: 0;
	margin: 0 0 1em 0;
}

a:link,a:visited {
	color: #009edc;
	text-decoration: none;
}

a:hover,a:active {
	text-decoration: underline;
}

.clear-both {
	clear: both;
}

.center {
	text-align: center; 
}

#pageContainer {
	margin: 0 auto;
	width: 760px;

	text-align: left;
}

#top {
	padding: 60px 0 60px 0;
	position: relative;
}

#top #logo {
	width: 466px;
	height: 56px;

	background: url(img/logo.png) no-repeat center;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/logo.png', sizingMethod='scale');
}

#top #logo a {
	display: block;
	width: 100%;
	height: 100%;
}

#top #topNav {
	position: absolute;
	top: 102px;
	right: 0;
}

#top #topNav li {
	list-style: none;
	display: inline;

	margin: 0;
}

#top #topNav li a {
	display: block;
	float: left;
	margin-left: 2em;
}

#top #topNav li a:link, #top #topNav li a:visited {
	color: #fff;
}

#splash {
	float: left;

	width: 378px;
	height: 573px;

	overflow: hidden;

	border-right: 4px solid #fff;
}

#splash.default {
	background: url(img/splash.jpg) no-repeat center;
}

#content {
	float: left;
	
	width: 378px;
	height: 573px;

	overflow: hidden;

	background: #423737;
	color: #fff;
}

#content div.inner {
	margin: 20px;
}

#content h1 {
	font-family: Arial, sans-serif;
	background: #818157;

	padding: 3px;

	margin-bottom: 1em;

	font-weight: normal;

	font-size: 1.1em;
}

#footerNote {
	margin-top: 10px;
	color: #fff;
}

#footer {
	color: #fff;
	padding-top: 8px;
	margin-top: 10px;
	border-top:1px solid #470505;
}

#footer p.copyright {
	float: right;

	font-family: Arial, sans-serif;
	font-size: 10px;
}

#footer #bottomNav {
}

#footer #bottomNav li {
	list-style: none;
	display: inline;

	margin: 0;
}

#footer #bottomNav li a {
	display: block;
	float: left;
	margin-right: 2em;
}

#footer #bottomNav li a:link, #footer #bottomNav li a:visited {
	color: #fff;
}

.wpcf7-form input {
	background-color: #111;
	border: 0;
	color: #fff;

	padding: 3px 1em 3px 1em;
}

.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
	border: 1px solid #333;
	padding: 3px;

	background: #fff;

	width: 98%;

	font-size: 11px;
	font-family: Arial, sans-serif;

	color: #000;
}

span.wpcf7-not-valid-tip {
	color: #d50000
}
