/*
Theme Name: OVUM Recordings
Description: Ovum Theme
Version: 1.2
Author: THAT Agency/ OVUM
Author URI: http://www.thatagency.com/
Tags: red, dark, three-columns, fixed-width, right-sidebar
*/


/* Reset CSS */
@import url("reset.css");

/* All Text CSS */
@import url("text.css");

/* 960 Grid CSS */
@import url("960.css");

/*********************************************************************
	Primary Construct - Generic Styles
*********************************************************************/

body {
	margin:0;
	padding:0;
	background-attachment: fixed;
	background-image: url(img/grunge_bck.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.clear {
	clear:both;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	//padding: 4px;
	padding-right: 10px;
	display: block;
	margin-top: 0;
	margin-right: 7px;
	margin-bottom: 2px;
	margin-left: 50;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

img {
	border:none;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

h6 {
	font-size: 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #333;
}

h6 a{
	font-size: 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #50CCF1;
}

h6 a:hover{
	font-size: 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #50CCF1;
}

/*********************************************************************
	sep lines
*********************************************************************/
.OvumArtistSeperator {
	border-bottom-width: 1pt;
	border-bottom-style: dashed;
	border-bottom-color: #666;

	
}

.OvumArtistSeperator2 {
	border-bottom-width: 1pt;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	margin-bottom: 20px;

}

/*********************************************************************
	Title
*********************************************************************/

.blog_title h1 {
	font-size:19px;
	color:#FFF;
	height:75px;
	width:568px;
	background-image: url(img/site_title_bck.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

.blog_title h1 a {
	background:url(img/title_icon.gif) top left no-repeat;
	padding: 7px 0 0 45px;
	color:#FFF;
	text-decoration:none;
}

.blog_title h1 a:hover {
	text-decoration:line-through;
}

.blog_title h4 {
	font-size:13px;
	color:#444;
	padding:0 0 0 65px;
}
/*********************************************************************
	Navigation
*********************************************************************/
.navigation {
	background:url(img/nav_bck.jpg) repeat-x top left;
	height:45px;
	font-size:13px;
}

.navigation ul {
	float:left;
	list-style:none;
}

.navigation ul li {
	float:left;
	display:block;
}

.navigation ul li a {
	background:url(img/nav_rightbrdr.gif) top right no-repeat;
	color:#FFF;
	display:block;
	font-weight:bold;
	height:13px;
	padding:15px 15px;
	text-decoration:none;
	margin:0;
	width:auto;
	float:left;
}
.navigation  ul  li  a:hover {
	background:url(img/nav_rightbrdr.gif) top right no-repeat;
	color:#00CCFF;
	display:block;
	font-weight:bold;
	height:13px;
	padding:15px 15px;
	text-decoration:none;
	margin:0;
	width:auto;
	float:left;
}


.search_box {
	float:right;
	margin:10px;
	color:#FFF;
	width:222px;
}

input.search_field {
	border:2px solid #26262A;
	background:#575A62;
	height:16px;
	widht:190px;
	color:#FFF;
}

input.search_btn {
	margin:0 10px 0 0;
	float:left;
}

/*********************************************************************
	Main Image Header
*********************************************************************/

.main_image {
	height:380px;
	background-color: #E6E6E6;
	//background-image: url(img/OVUM_homePage.swf);
	background-repeat: no-repeat;
	background-position: center center;
}

.main_image img {
	margin: 0;
	padding: 0;
}

/*********************************************************************
	Content
*********************************************************************/

.content_wrapper {
	background-image: url(img/content_bck.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
}
.content_wrapperCopy {
	background-image: url(images/diagonal.gif);
	background-repeat: repeat;
	background-position: center top;
	margin-top: 10px;
}

/*********************************************************************
	Entry Styles
*********************************************************************/

.entry {
	_background:none;
	line-height:140%;
	width: 615px;
	background-color: #ffffff;
	margin-top: 20px;
	clip: rect(auto,auto,auto,auto);
	padding-left: 10px;
	margin-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
}

.entry p {
	padding-bottom:10px;
	font-size:12px;
	line-height:1.5em;
	color:#333333;
	width: 95%;
	padding-left: 10px;
        font-weight:normal;
}

.entry p a {
	color:#0BAAD2;
        text-decoration:none;
        font-weight: normal;
}

.entry p a.link {
	color:#0BAAD2;
        text-decoration:none;
        font-weight: bold;
}

.entry p a.hover {
	color:#0BAAD2;
        text-decoration:none;
        font-weight: bold;
}

.entry h2.sectionhead {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding-bottom:15px;
	background:none;
	height: 5px;
	border-bottom-width: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #666;
	margin-right: 30px;
}

.entry h2 {
	padding:8px;
	display:block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

.entry h2 a {
	color:#0BAAD2;
	text-decoration:none;
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-top-color: #666666;
	border-right-color: #0BAAD2;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
	border-top-width: 0px;
	border-top-style: solid;
	line-height: 30px;
}

.entry img {
}

html>body .entry ul {
	padding-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}

html>body .entry li {
	color:#FFF;
	font-size:10px;
	margin-top: 70px;
	margin-bottom: 8px;
}

.entry ul li:before {
	content: "\00BB \0020";
}

.entry p.postinfo {
	font-size:10px;
	padding-bottom:10px;
	margin-bottom:15px;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
        text-decoration:none;
}

.entry p.postinfo a {
	color:#333333;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
        text-decoration:none;
}

.entry p.postinfo a:link {
	color:#0BAAD2;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
        text-decoration:none;
}
.entry p.postinfo a:hover {
	color:#0BAAD2;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
        text-decoration:none;
}
.entry p.postinfo a:visited {
	color:#0BAAD2;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
        text-decoration:none;
}
.entry p.postinfo a:active {
	color:#000000;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
        text-decoration:none;
}
.entry p.postinfo span.upper {
}

.entry p.postinfo span.category {
	color:#2A2B2E;

	
}

.entry p.postinfo span.comment {
	padding-left: 16px;
}

.post {

}

blockquote {
	background:#A9A088;
	border-bottom:2px solid #908873;
	border-top:2px solid #908873;
	color:#FFF;
       	font-size:90%;
	font-style:italic;

	margin-top: 23px;
	margin-right: 30px;
	margin-bottom: 23px;
	margin-left: 30px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}

/*********************************************************************
	Right Side Content
*********************************************************************/

.right {
	margin-bottom:10px;
	margin-top:20px;
	background-repeat: repeat;
	background-position: right top;
	float: right;
	width: 250px;
	height: 100%;
	margin-right: 25px;
	background-color: #FFFFFF;
}

h2.widgettitle {
	color:#FFF;
	font-size:13px;
	padding:5px 5px 5px 15px;
	margin:0 0 5px 0;
	display:block;
	width: 210px;
	background-image: url(img/Ovum_blueGrayFade.jpg);
}

.sleft ul li ul li, .sright ul li ul li{
	//color:#333333;
	font-size:11px;
	background:url(img/bullet.png) no-repeat 0 7px;
	padding-left:16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	width: 200px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 6px;
text-decoration:none;
}


.sleft ul li a, .sright ul li a {
	font-size:11px;
        color:#0BAAD2;
	width: 20px;
        text-decoration:none;
        font-weight: bold;
}
.sleft ul li a.link, .sright ul li a.link {
	
        font-weight: bold;
        color:#0BAAD2;
	width: 20px;
        text-decoration:none;
}

.sleft ul li a.hover, .sright ul li a.hover {
	font-weight: bold;
        color:#000000;
	width: 20px;
        text-decoration:none;
}

.sleft ul li a.active, .sright ul li a.active {
	font-weight: bold;
        color:#000000;
	width: 20px;
        text-decoration:none;
}

/*********************************************************************
	Tabbed Content
*********************************************************************/
#tab {
	padding:0px;
	margin:8px;
	background-color: #CCCCCC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.tabbertab h2 {
	font-size:11px;
	width: 100px;
	text-decoration: none;
}
.tabbertab  h2 a {
	font-size:11px;
	width: 100px;
	text-decoration: none;
}

.tabbertab h2 a.hover{
	font-size:11px;
	width: 100px;
	color: #00CCFF;
	text-decoration: none;
}

.tabberlive .tabbertabhide {
	display:none;
}

.tabber {
	font-size:11px;
}

.tabberlive {
	background-color: #333333;
}

ul.tabbernav {
	padding: 3px 0 0 0;
	background-color: #FFFFFF;
}

ul.tabbernav li {
	list-style: none;
	display: inline;
}

ul.tabbernav li a {
	margin-right: 3px;
	border-bottom: none;
	text-decoration: none;
	color:#FFFFFF;
	background-color: #999999;
	padding-top: 2px;
	padding-right: 0.5em;
	padding-bottom: 2px;
	padding-left: 0.5em;
	font-style: normal;
	font-weight: normal;
}

ul.tabbernav li a:link {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

ul.tabbernav li a:hover {
	color: #333333;
	background-color: #999999;
	font-style: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

ul.tabbernav li a:visited {
}

ul.tabbernav li.tabberactive a {
	background-color: #333333;
}

ul.tabbernav li.tabberactive a:hover {
	color: #FFFFFF;
}

.tabberlive .tabbertab {
	padding:5px;
	border-top:0;
}

.tabberlive .tabbertab h2 {
	display:none;
}
.tabberlive .tabbertab h2 a:hover {
	display:none;
	font-style: normal;
	text-decoration: none;
	color: #00CCFF;
}

.tabberlive .tabbertab h3 {
	display:none;
}

.tabberlive#tab1 {
}

.tabberlive#tab2 {
}

.tabberlive#tab2 .tabbertab {
	height:200px;
	overflow:auto;
}

.tabbertab p {
	padding-bottom:10px;
	line-height:140%;
}

.tabbertab ul {
	padding:0;
	margin:0;
}

.tabbertab ul li {
	padding:5px 0 6px 0;
	font-size:11px;
	background:url(img/bullet.png) no-repeat 0 7px;
	padding-left:16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.tabbertab ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#FFF;
}
.tabbertab ul li a a.hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#FFF;
}

/*********************************************************************
	Comments
*********************************************************************/

#c {
	float:left;
	width:150px;
	font-size:9px;
}

#cc {
	float:right;
	width:300px;
	font-size:9px;
}

#commentform p {
	padding-bottom:10px;
}

#commentform #author {
	border:1px solid #BBB;
	height:20px;
	background:#f5f5f5;
	padding-left:5px;
}

#commentform #email {
	border:1px solid #BBB;
	height:20px;
	background:#f5f5f5;
	padding-left:5px;
}

#commentform #url {
	border:1px solid #BBB;
	height:20px;
	background:#f5f5f5;
	padding-left:5px;
}

#commentform #comment {
	border:1px solid #BBB;
	padding:10px;
	width:278px;
}

.commentlist {
	font-size:10px;
}

.commentlist cite {
	padding:5px 5px 5px 10px;
}

.commentlist cite a {
	color:#FFF;
}

.commentlist .ctext {
	border-bottom:1px solid #908873;
	font-size:11px;
}

.postmetadata {
	border: 1px solid #908873;
	padding:10px;
	color:#FFF;
	font-size:10px;
}

.postmetadata a {
	color:#FFF;
}

.ccomment {
	line-height:140%;
	margin:0;
	padding:20px 5px 20px 20px;
	color:#FFF;
}

.ccomment a {
	color:#FFF;
}

.ccomment h3 {
	font-size:12px;
}

.ccomment ol {
}

.ccomment ol li {
	padding:15px;
	background-color: #99FFFF;
}

.ccomment ol li.alt {
	background:#A9A088;
	padding:15px;
}


/*********************************************************************
	Captions
*********************************************************************/
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
height: 1000px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/*********************************************************************
	Footer
*********************************************************************/

.footer {
	background:url(img/footer_bck.jpg) top center repeat-x;
	height:51px;
	color:#FFF;
	margin-bottom:50px;
	text-align:right;
	font-size:11px;
}

.footer a {
	color:#FFF;
	text-decoration:none;
}

.footer a:hover {
	color:#666666;
	text-decoration:underline;
}

.footer p {
	padding:15px;
}
.jukeBox {
	top: 54px;
	background-repeat: no-repeat;
	height: 44px;
	position: absolute;
	float: right;
	width: 100%;
	margin-left: 739px;
}
.ovumMainImageAnimation {
	background-color: #FFFFFF;
	position: relative;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
	background-image: url(images/diagonal3.gif);
	background-repeat: repeat;
}