/*   
Theme Name: Cobalt R2
Theme URI: http://www.zreomusic.com/
Author: F3
Author URI: http://www.htloz.net/
Version: 1.1
*/

html {
	height: 100%;
	margin-left: -1px;
}
body {
	margin: 0;
	height: 100%;
	font-family: Book Antiqua, Garamond, Times New Roman, Arial, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	background: #061020 url('images/bg.jpg') top center no-repeat;
}
body a:link, body a:visited {
	color: #c2e2ff;
	text-decoration: none;
}
body a:hover, body a:active {
	color: #87bcff;
	text-decoration: none;
}
table, tr, td {
	border: 0;
	text-align: center;
	vertical-align: top;
}
td {
	font-size: 10pt;
	line-height: 1em;
	color: #959595;
	background: #171717 url('images/bg2.gif') top left repeat-x;
	border: 1px solid #303030;
}
th {
	font-size: 10pt;
	background: #1a1a1a url('images/bg1.gif') top left repeat-x;
	border: 1px solid #292929;
}
th img {
	margin: 0.5em;
}
h1, h2, h3 {
	margin: 2px;
}
img {
	border: 0;
}

/************************/
/******** Layout ********/
/************************/

div#head {
	position: relative;
	left: -34px;
	margin: 0 auto;
	width: 918px;
	height: 139px;
	background: url('images/top.jpg') top left no-repeat;
	z-index: 0;
}

div#main-bg {
	position: relative;
	top: -21px;
	margin: 0 auto;
	width: 850px;
	min-height: 555px;
	background: url('images/bg.gif') top left repeat-y;
	z-index: 1;
}

div#head-bg {
	position: relative;
	top: -8px;
	width: 850px;
	background: url('images/head.jpg') top left no-repeat;
	z-index: 2;
}
div#foot-bg {
	position: relative;
	top: 40px;
	width: 822px;
	min-height: 555px;
	padding: 0 14px 12px 14px;
	background: url('images/foot.jpg') bottom left no-repeat;
	z-index: 4;
}
div#foot {
	position: relative;
	top: 14px;
	margin: 0 auto;
	width: 850px;
	text-align: center;
}
div#preloader {
	visibility: hidden;
	width: 0;
	height: 0;
	overflow: hidden;
}

/************************/
/****** Navigation ******/
/************************/

a#clef {
	display: block;
	width: 210px;
	height: 139px;
	z-index: 1;
}
a#clef:hover {
	background: url('images/clef.gif') top left no-repeat;
}
a#music, a#listen, a#projects, a#about, a#faq, a#archive, a#forums {
	display: block;
	position: absolute;
	top: 1px;
	height: 45px;
	z-index: 3;
}
a#music {
	width: 82px;
	left: 1px;
}
a#music:hover {
	background: url('images/nav_music.gif') no-repeat;
}
a#listen {
	width: 87px;
	left: 83px;
}
a#listen:hover {
	background: url('images/nav_listen.gif') no-repeat;
}
a#projects {
	width: 109px;
	left: 170px;
}
a#projects:hover {
	background: url('images/nav_projects.gif') no-repeat;
}
a#about {
	width: 86px;
	left: 279px;
}
a#about:hover {
	background: url('images/nav_about.gif') no-repeat;
}
a#faq {
	width: 66px;
	left: 365px;
}
a#faq:hover {
	background: url('images/nav_faq.gif') no-repeat;
}
a#archive {
	width: 105px;
	left: 431px;
}
a#archive:hover {
	background: url('images/nav_archive.gif') no-repeat;
}
a#forums {
	width: 97px;
	left: 536px;
}
a#forums:hover {
	background: url('images/nav_forums.gif') no-repeat;
}

/************************/
/******** Ext Nav *******/
/************************/

a#donate {
	position: absolute;
	top: 43px;
	left: 644px;
	width: 72px;
	height: 47px;
	z-index: 2;
}
a#donate:hover {
	background: url('images/donate.jpg') no-repeat;
}
a#twitter {
	position: absolute;
	top: 43px;
	left: 720px;
	width: 47px;
	height: 47px;
	z-index: 2;
}
a#twitter:hover {
	background: url('images/twitter.jpg') no-repeat;
}
a#facebook {
	position: absolute;
	top: 43px;
	left: 769px;
	width: 47px;
	height: 47px;
	z-index: 2;
}
a#facebook:hover {
	background: url('images/facebook.jpg') no-repeat;
}
a#wzmr {
	position: absolute;
	top: 43px;
	left: 822px;
	width: 87px;
	height: 47px;
	z-index: 2;
}
a#wzmr:hover {
	background: url('images/wzmr.jpg') no-repeat;
}
a#invert {
	display: block;
	position: absolute;
	top: 5px;
	left: 784px;
	width: 52px;
	height: 54px;
	cursor: default;
}

/************************/
/***** Song Buttons *****/
/************************/

a#button-left-1, a#button-right-1, a#button-down-1, a#button-left-2, a#button-right-2, a#button-down-2, a#button-A, a#button-down-3 {
	display: block;
	position: absolute;
	width: 31px;
	height: 31px;
	cursor: default;
	z-index: 2;
}

a#button-left-1 {
	top: 44px;
	left: 228px;
}
a#button-left-1:hover {
	background: url('images/button_c_left.gif') no-repeat;
}
a#button-left-2 {
	top: 44px;
	left: 372px;
}
a#button-left-2:hover {
	background: url('images/button_c_left2.gif') no-repeat;
}
a#button-right-1 {
	top: 59px;
	left: 276px;
}
a#button-right-1:hover {
	background: url('images/button_c_right.gif') no-repeat;
}
a#button-right-2 {
	top: 59px;
	left: 420px;
}
a#button-right-2:hover {
	background: url('images/button_c_right2.gif') no-repeat;
}
a#button-down-1 {
	top: 67px;
	left: 324px;
}
a#button-down-1:hover {
	background: url('images/button_c_down.gif') no-repeat;
}
a#button-down-2 {
	top: 67px;
	left: 468px;
}
a#button-down-2:hover {
	background: url('images/button_c_down2.gif') no-repeat;
}
a#button-A {
	top: 78px;
	left: 516px;
}
a#button-A:hover {
	background: url('images/button_a.gif') no-repeat;
}
a#button-down-3 {
	top: 67px;
	left: 564px;
}
a#button-down-3:hover {
	background: url('images/button_c_down3.gif') no-repeat;
}

/************************/
/****** WordPress *******/
/************************/

/*
WordPress Index
*/

.news-post-container {
	margin: 0.5em 0.5em 0 0.5em;
	padding: 0.5em 0.5em 0 0.5em;
	background: #1a1a1a url('images/news-post_bg.gif') top left repeat-x;
	border: 1px solid #606060;
}
.news-post-avatar {
	float: left;
	margin: 0 1em 0 0;
}
.news-post-body h2 {
	margin: 0;
	padding: 0 0 0.5em 0;
	font-size: 16pt;
	letter-spacing: 0.2em;
	text-align: left;
	border-bottom: 1px solid #606060;
}
.news-post-body div {
	text-align: center;
}
.news-post-info {
	margin: 0.5em 0 1em 0;
	font-size: 10pt;
	letter-spacing: 0.2em;
	color: #cccccc;
}
.news-post-author {
	float: left;
	text-align: left;
}
.news-post-comments {
	float: right;
	text-align: right;
}
.news-post-break {
	clear: both;
	width: 823px;
	margin-bottom: 1em;
	text-align: center;
}

#idc-container-parent {
	width: 805px;
	margin: 0 0.5em 0 0.5em;
}

/*
WordPress Pages
*/

.page {
	margin-top: -4px;
}
.page div {
	margin: 0.5em;
	padding: 0.5em;
	color: #d8d8d8;
	text-align: center;
	background: #0d0d0d url('images/bg3.gif') top left repeat-x;
	border: 1px solid #606060;
}
.page h1 {
	min-width: 780px;
	width: 780px;
	margin: 0.5em 0.5em 0 8px;
	padding: 0.25em 0.5em 0.25em 0.5em;
	color: #ffffff;
	font-size: 18pt;
	text-align: center;
	background: #1a1a1a url('images/bg1.gif') top left repeat-x;
	border: 1px solid #4b4b4b;
}
.page h2 {
	margin: 0 0 0.5em 0;
	padding: 0 0 0.5em 0;
	color: #ffffff;
	font-size: 16pt;
	text-align: center;
	border-bottom: 1px solid #606060;
}
.page h3 {
	margin: 0;
	font-size: 12pt;
	text-align: center;
}
.page p {
	text-align: center;
}
.page table {
	margin: 0 auto;
}

/*
WordPress Pagination
*/

div.navigation {
	width: 77px;
	margin: 0 auto;
}
div.nav-previous, .nav-next {
	display: inline-block;
	position: relative;
	top: -14px;
	width: 13px;
	height: 30px;
}
div.nav-center {
	display: inline-block;
	width: 51px;
	height: 30px;
	background: url('images/nav_center.gif') no-repeat;
}
div.nav-previous a {
	display: inline-block;
	width: 13px;
	height: 30px;
	background: url('images/nav_left.gif') no-repeat;
}
div.nav-previous a:hover , div.nav-previous a:active {
	background: url('images/nav_left_active.gif') no-repeat;
}
div.nav-next a {
	display: inline-block;
	width: 13px;
	height: 30px;
	background: url('images/nav_right.gif') no-repeat;
}
div.nav-next a:hover , div.nav-next a:active {
	background: url('images/nav_right_active.gif') no-repeat;
}
.page .navigation {
	width: 77px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: transparent;
	border: 0;
}

a#nav-previous {
	display: inline-block;
	width: 13px;
	height: 30px;
	background: url('images/nav_left.gif') no-repeat;
}
a#nav-previous:hover {
	background: url('images/nav_left_active.gif') no-repeat;
}
a#nav-center {
	display: inline-block;
	width: 51px;
	height: 30px;
	background: url('images/nav_center.gif') no-repeat;
}
a#nav-center:hover {
	background: url('images/nav_center_active.gif') no-repeat;
}
a#nav-next {
	display: inline-block;
	width: 13px;
	height: 30px;
	background: url('images/nav_right.gif') no-repeat;
}
a#nav-next:hover {
	background: url('images/nav_right_active.gif') no-repeat;
}

/*
Music Page
*/

td.column-title {
	font-size: 10pt;
	color: #777777;
}
td.title {
	text-align: left;
}
td.title a, td.dl-link a {
	display: block;
	width: 100%;
	height: 1em;
	font-size: 10pt;
	line-height: 1em;
}
td.dl-link a {
	text-align: center;
}
td.title a:hover, td.dl-link a:hover {
	background: #171717 url('images/bg1.gif') top left repeat-x;
}

/*
FAQ
*/

div.faq-list * {
	text-align: left;
}
.faq p {
	text-align: left;
}

/*
Archive Page
*/

.archive-entry div {
	width: 773px;
	padding: 0;
	background: transparent;
	border: 0;
}
.archive-entry h3 {
	margin: 0;
	text-align: center;
}
.archive-entry p {
	text-align: center;
}

/*
Staff Page
*/

div.staff-profile {
	float: left;
	width: 381px;
	min-height: 170px;
	margin: 8px 0 0 8px;
}
.staff-profile img {
	float: left;
	margin-right: 6px;
}
.staff-profile p {
	margin: 0;
	padding-left: 136px;
	padding-right: 9px;
	font-size: 10pt;
	text-align: left;
}
.staff-profile h1 {
	margin: 0;
	padding: 0;
	font-size: 12pt;
	line-height: 24px;
	vertical-align: middle;
	text-align: left;
	background: none;
	border: none;
}
.staff-profile h1 img {
	float: none;
	margin: 0;
	vertical-align: middle;
}
div.staff-list {
	float: left;
	width: 381px;
	margin: 8px 0 0 8px;
}
.staff-list p {
	line-height: 24px;
	vertical-align: middle;
}
.staff-list p img {
	margin: 0;
	vertical-align: middle;
}
.staff-list table {
	width: 100%;
}

/*
Multi-Purpose
*/

div.clear {
	clear: both;
	width: 0;
	height: 0;
	background: transparent;
	border: 0;
}