@charset "utf-8";
@import url("reset.css");

/* CSS Document */

body {
	background: #000 url(../darkocean/images/background.png) repeat-y center;
	color: #FFFFFF;
	font: 100% 'Segoe UI', 'Lucida Grande', Helvetica, Arial, sans-serif;
}
body.spring {
	background-image: url(../darkocean/images/background_spring.png);
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
h1, h2, h3 {
	font-family: gillsanslight, 'Gill Sans Light', 'Gill Sans Std Light', 'Segoe UI', 'Lucida Grande', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 100%;
}
p {
	font-size: 75%;
	line-height: 185%;
	padding-bottom: 1em;
}
.clear {
	clear: both;
}
#background {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}
#background_wrapper {
	max-width: 1300px;
	margin: 0 auto;
}
#background object {
	float: left;
	/*padding-left: 1px;*/
}
#background_bottom_spring {
	float: left;
	width: 100%;
	height: 325px;
	margin: 0 auto;
	background: url(../darkocean/images/static_bg_spring.jpg) no-repeat top center;
}
#mainWrapper {
	position: absolute;
	width: 100%;
	height: 100%;
}
#topMenu {
	width: 974px;
	height: 55px;
	margin: 0 auto;
	padding: 0 0 0 0;
}
#topMenu ul {
	height: 28px;
	display: block;
	float: right;
}
#topMenu li {
	float: left;
	list-style-type: none;
	padding: 6px 6px 0;
	margin: 6px 6px 0;
}
#topMenu li.subscribe {
	background: url(../darkocean/images/top-menu-subscribe-rss.png) no-repeat 6px 6px;
	width: 89px;
	list-style-type: none;
	height: 23px;
	display: block;
	text-indent: -9999px;
}
#topMenu li a {
	text-transform: uppercase;
	margin-top: -1px;
	font-size: 90%;
	display: block;
}
#topMenu li.search {
	width: 203px;
	height: 23px;
	padding-top: 0;
	padding-right: 0;
	margin-right: 0;
}
#topMenu li.search label {
	background: url(../darkocean/images/top-menu-search.png) no-repeat 0 6px;
	width: 57px;
	height: 11px;
	text-indent: -9999px;
	padding-right: 9px;
	padding-top: 6px;
	float: left;
}
#topMenu li.search input {
	background: url(../darkocean/images/search-textfield-bg.png) no-repeat top;
	color: #bbb;
	border: none;
	width: 129px;
	height: 17px;
	font-size: 75%;
	float: left;
	padding: 4px;
}
#logoTitle {
	background: url(../darkocean/images/logo-title.png) no-repeat;
	width: 271px;
	height: 31px;
	margin: 260px auto 90px;
	overflow: hidden;
	text-indent: -2000px;
}
#logoTitle a {
	display: block;
	height: 31px;
}
#contentWrapper {
	width: 100%;
	margin: 0 auto;
}
#midMenuWrapper {
	background: url(../darkocean/images/box-menu-bg.png) no-repeat top center;
	max-width: 1300px;
	width: 100%;
	height: 45px;
	padding: 6px 0 19px;
	margin: -6px auto -19px;
}
#midMenuWrapper #midMenu {
	height: 45px;
	margin: 0 auto;
	width: 986px;
}
#midMenu #categoriesText {
	background: url(../darkocean/images/box-menu-categories.png) no-repeat center right;
	width: 92px;
	height: 45px;
	padding: 0;
	margin-top: 0;
	float: left;
	text-indent: -500em;
	overflow: hidden;
	margin-left: -92px;
}
#midMenu #leftButton, #midMenu #rightButton {
	background: url(../darkocean/images/arrow-left.png) no-repeat center center;
	height: 45px;
	width: 12px;
	padding: 0 11px;
	display: block;
	float: left;
	overflow: hidden;
}

#midMenu #categoriesScroller {
	width: 1150px;
	height: 45px;
	float: left;
	overflow: hidden;
}
#midMenu #categoriesScroller li {
	float: left;
	background: url(../darkocean/images/box-menu-vr.png) no-repeat left top;
	height: 45px;
	text-decoration: none;
	list-style-type: none;
	padding: 0;
}
#midMenu #categoriesScroller li a {
	height: 10px;
	padding: 16px 11px 18px 12px;
	background: url(../darkocean/images/box-menu-hover-bg.png) center 44px no-repeat;
	font-family: gillsanslight, 'Gill Sans Light', 'Gill Sans Std Light', 'Segoe UI', 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}
#midMenu #categoriesScroller li a:hover {
	background-position: center 37px;
}
#midMenu #categoriesScroller .first {
	background: transparent;
}
#midMenu #categoriesScroller .first a {
	padding-left: 6px;
}
#midMenu #rightButton {
	background-image: url(../darkocean/images/arrow-right.png);
}
#homeAboutBox h1, #mainContentWrapper h1 {
	float: left;
	width: 235px;
	padding: 20px 10px 0 0;
	text-align: right;
}
#homeAboutBox h1 {
	padding-top: 25px;
}
#homeAboutBox p {
	font-size: 70%;
	line-height: 1.6em;
	float: left;
	width: 675px;
	height: 100px;
	padding: 22px 0 0 10px;
	background: url(../darkocean/images/box-top-short-vr.png) no-repeat left center;
}
#mainContentWrapper h1 {
	padding-top: 21px;
	font-size: 150%;
}
#mainContent h1 {
	float: none;
	width: 675px;
	text-align: left;
	font-family: gillsans, 'Gill Sans', 'Gill Sans Std', 'Segoe UI', 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding: 0;
}
#mainContent p a {
	color: #7b8ba3;
	font-weight: bold;
}
#mainContent p a:hover {
	color: #fff;
	text-decoration: none;
}
#mainContentWrapper #mainContent {
	float: left;
	width: 675px;
	padding: 20px 0 0 10px;
	background: url(../darkocean/images/box-centre-vr-top.png) no-repeat left top;
}
#mainContentWrapper .mainContentVrBottom {
	clear: both;
	width: 100%;
	height: 60px;
	background: url(../darkocean/images/box-centre-vr-bottom.png) no-repeat 245px 0;
}
#mainContent .postDateCat, #mainContent .comments {
	display: block;
	width: 80%;
	float: left;
	color: #888;
	font-family: gillsans, 'Gill Sans', 'Gill Sans Std', 'Segoe UI', 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 75%;
	text-transform: uppercase;
	padding-bottom: 5px;
}
#mainContent .postDateCat a, #mainContent .comments a {
	color: #aaa;
}
#mainContent .comments {
	width: 19.9%;
	text-align: right;
}
#mainContent .postPrev, #mainContent .postNext {
	display: block;
	width: 50%;
	float: left;
	font-family: gillsans, 'Gill Sans', 'Gill Sans Std', 'Segoe UI', 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 85%;
	text-transform: uppercase;
	padding-bottom: 5px;
	white-space: nowrap;
}
#mainContent .postNext {
	text-align: right;
}
#mainContent .commentList {
	padding-top: 10px;
}
#mainContent .commentAuthor {
	display: block;
	font-family: gillsans, 'Gill Sans', 'Gill Sans Std', 'Segoe UI', 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 85%;
	text-transform: uppercase;
	text-align: right;
	margin-left: -255px;
	width: 235px;
	height: 0;
}
#mainContent .commentText {
	margin-top: -2px;
	padding-bottom: .5em;
}
#mainContent .commentText p {
	font-size: 70%;
	line-height: 1.7em;
	padding-bottom: .8em;
}
#mainContent .hr {
	background: url(../darkocean/images/box-middle-content-hr.png) no-repeat top center;
	padding-top: 10px !important;
	margin-top: 3px !important;
	clear: both;
}
#mainContent p + .hr {
	background: url(../darkocean/images/box-middle-content-hr.png) no-repeat top center;
	padding: 0 0 15px !important;
	margin-top: 0 !important;
	clear: both;
}
#mainContent .hr hr {
	display: none;
}
#mainContent a[rel*=shadowbox] {
	display: block;
	width: 670px;
	height: 136px;
	overflow: hidden;
	padding: 1px;
	border: 1px solid #7b8ba3;
	text-align: center;
}
#mainContent #commentform label {
	float: left;
	width: 35%;
	text-align: right;
	font: 85% gillsans, 'Gill Sans', 'Gill Sans Std', 'Segoe UI', 'Lucida Grande', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	padding: .4em .5em 0 0;
	display: block;
	clear: both;
}
#mainContent #commentform input, #mainContent #commentform textarea {
	float: left;
	width: 45%;
	font: 75% 'Segoe UI', 'Lucida Grande', Helvetica, Arial, sans-serif;
	display: block;
}
#mainContent #commentform textarea {
	height: 10em;
	resize: none;
}
#footerCopyRightNote {
	text-align: center;
	color: #828386;
	font-family: gillsans, 'Gill Sans', 'Gill Sans Std', 'Segoe UI', 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 75%;
	text-transform: uppercase;
	padding: 0 0 12px;
	display: block;
}
.boxTop {
	background: url(../darkocean/images/box-top-bg.png) no-repeat top center;
	width: 974px;
	height: 22px;
	clear: both;
	margin: 0 auto;
}
.boxMiddle {
	background: url(../darkocean/images/box-middle-bg.png) repeat-y center;
	width: 930px;
	padding: 0 22px 0;
	margin: 0 auto;
}
.boxBottom {
	background: url(../darkocean/images/box-bottom-bg.png) no-repeat bottom center;
	width: 974px;
	height: 27px;
	clear: both;
	margin: 0 auto;
}