/*
Theme Name: Aton special theme
Theme URI: http://atoncenter.com/
Description: Comig soon
Version: 1.0
Author: V.S.
Tags: 
*/

body {
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
}

p {
	margin:0 0 10px;
}

h1, h2, h3, h4, h5, h6 {
	margin:0 0 15px;
}

a {
	color:#010F37;
}
a:hover {
	color:#f00;
}

a.veryStrange {
	color:#00f;
}
a.veryStrange:hover {
	color:#000;
}

a img {
	border:0;
}

#wrapper {
	width:959px;
	margin:0 auto;
}

#header {
	height:150px;
	position:relative;
	font-family:Tahoma;
}

#header p {
	margin:0;
}

#header .logo {
	background:url(img/logo.jpg) left top no-repeat;
	position:absolute;
	width:234px;
	height:97px;
	left:0;
	top:0;
}

#header .description {
	position:absolute;
	width:230px;
	left:242px;
	top:13px;
	font-size:11px;
}
#header .description span {
	display:block;
	font-size:15px;
	margin-bottom:18px;
}

#header .contact {
	position:absolute;
	width:493px;
	padding:30px 9px 0 0;
	right:0;
	top:0;
	text-align:center;
	line-height:140%;
}
#header .contact .banner {
	float:right;
	margin:-7px 0 0 10px;
}
#header .contact a {
	color:#3a5373;
	text-decoration:none;
}
#header .contact a:hover {
	text-decoration:underline;
}
#header .contact strong {
	margin-right:5px;
}

#header .menu {
	background:#3a5373;
	position:relative;
	top:121px;
	height:29px;
	line-height:29px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
#header .menu ul {
	list-style:none;
	margin:0 auto;
	padding:0;
}
#header .menu ul li {
	float:left;
	border-right:#9dadba 2px solid;
}
#header .menu ul li.last {
	border:none;
}
#header .menu ul li a {
	color:#fff;
	text-decoration:none;
	display:block;
	padding:0 15px;
}
#header .menu ul li a:hover {
	background:#58738a;
}


#middle {
	padding:5px 2px 4px 0;
}
#middle .mdLeft {
	background:url(img/cnt_left.gif) left top repeat-y;
}
#middle .mdRight {
	background:url(img/cnt_right.gif) right top repeat-y;
}
#middle .mdTop {
	background:url(img/cnt_top.gif) left top repeat-x;
}
#middle .mdBottom {
	background:url(img/cnt_bottom.gif) left bottom repeat-x;
}
#middle .mdLeftTop {
	background:url(img/cnt_left_top.gif) left top no-repeat;
}
#middle .mdRightTop {
	background:url(img/cnt_right_top.gif) right top no-repeat;
}
#middle .mdRightBottom {
	background:url(img/cnt_right_bottom.gif) right bottom no-repeat;
}
#middle .mdLeftBottom {
	background:url(img/cnt_left_bottom.gif) left bottom no-repeat;
	padding:6px;
}
#middle .content {
	width:100%;
	overflow:hidden;
}

#middle .content h2 {
	font-size:16px;
	/*text-transform:uppercase;*/
}
#middle .content h2.nocaps {
	text-transform:none;
}
#middle .content h2.bigMargin {
	margin-bottom:30px;
}

#middle .content .post {
	padding:3px 3px;
}
#middle .content .post.haveRotator {
	padding-left:332px;
}
#middle .content .post.gallery {
	padding:4px;
}

#sidebarRotator {
	float:left;
	width:311px;
	height:467px;
}
#sidebarRotator .display {
	width:311px;
	height:463px;
	overflow:hidden;
}
#sidebarRotator .image {
	background-position:left top;
	background-repeat:no-repeat;
	width:311px;
	height:467px;
}
#sidebarRotator .image.new {
	margin-top:-467px;
}

#contactForm {
	margin-top:30px;
}
#contactForm label {
	float:left;
	width:100px;
}
#contactForm .text {
	width:300px;
}
#contactForm textarea.text {
	height:200px;
}
#contactForm .submit {
	position:relative;
	left:100px;
}

#videoGallery {
	background:#000E35;
	width:100%;
	height:582px;
	position:relative;
}
#videoGallery h3 {
	color:#fff;
	position:absolute;
	left:25px;
	top:30px;
}
#videoGallery .videoContainer {
	text-align:center;
	padding:20px 0 0 40px;
}
#videoGallery .otherVideos {
	color:#fff;
	margin-top:20px;
}
#videoGallery .otherVideos .vid {
	width:25%;
	float:left;
	text-align:center;
}

#footer {
	font-family:Tahoma;
	font-size:11px;
	color:#231f20;
	height:80px;
	border-top:#3b5a75 6px solid;
}
#footer .right {
	float:right;
	color:#6d6e71;
	font-weight:bold;
	width:150px;
	text-align:center;
	padding:4px 13px 0 0;
}
#footer .left {
	padding:6px 0 0 8px;
}
