/*
Theme Name: ocb
Theme URI: http://indiePixel.net
Description: ocb2010
Version: 1.0
Author: Ryan Smith
Author URI: http://indiePixel.net

*/



/* Begin Typography & Colors */
body {
	background-image: url(../images/ocb_background.jpg);
	background-repeat: repeat;
	background-color: transparent;
	font-family: "Gill Sans", "Gill Sans MT", "Helvetica Neue", "Helvetica", "Verdana", "Arial", sans-serif;
	color: #d09a64;
	}

#page {
	background-color: black;
	padding-right: 10px;
	}

#header {
	background-color: black;
	}

#headerimg 	{
	background-color: transparent;
	}

#content {
	background-color: black;
	font-size: 1.2em;
	}


#footer {
	font-size: 0.7em;
	text-align: center;
	
	}

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

a:hover, a:active { color: #7b450f; }

th { font-weight: normal; border-bottom: 1px dotted #d09a64; }

small {
	font-size: 0.8em;
	line-height: 1.5em;
	}

big {
	font-size: 1.5em;
	line-height: 1.5em;
}

label {
	width: 80px;
	float: left;
	font-weight: normal;
}

.album_title {
	font-size: 1.2em;
}

.leftcolumn_heading {
	text-align: left;
	font-size: 1.2em;
	border-bottom: 1px solid #d09a64;
	margin-bottom: 1em;
}

.leftcolumn_content {
	text-align: left;
	font-size: 0.8em;
	padding-left: 20px;
	margin-bottom: 1em;
}

.rightcolumn_heading {
	text-align: right;
	font-size: 1.2em;
	border-bottom: 1px solid #d09a64;
	margin-bottom: 1em;
}

.rightcolumn_content {
	text-align: left;
	font-size: 0.8em;
	padding-left: 20px;
	margin-bottom: 1em;
}

.disco {
	padding: 1em 0;
}

.next_show {}

.next_show p { padding: 0; margin: 0.5em}
.next_show h3 { color: #d09a64; padding: 0; margin: 0.5em; 
	line-height: 1em;}

#next_gig_info p {padding-left:1em;}

/* the overlayed element */ 
.apple_overlay { 
     
    /* initially overlay is hidden */ 
    display:none; 
     
    /* growing background image */ 
    background-image:url(../img/overlay/white.png); 
     
    /*  
        width after the growing animation finishes 
        height is automatically calculated 
    */ 
    width:640px;         
     
    /* some padding to layout nested elements nicely  */ 
    padding:35px; 
 
    /* a little styling */     
    font-size:11px; 
} 
 
/* default close button positioned on upper right corner */ 
.apple_overlay div.close { 
    background-image:url(../img/overlay/close.png); 
    position:absolute; right:5px; top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}
div.apple_overlay.black { 
    background-image:url(http://static.flowplayer.org/tools/img/overlay/transparent.png);         
    color:#fff; 
}

