/*
Theme Name: Boomers
Theme URI: http://seetheboomers.com/
Description: Custom theme for The Boomers
Version: 1
Author: Andres "Dre" Armeda June 2009
Author URI: http://armeda.com/
Tags: boomers, wordpress, xhtml, css, 2 column
The CSS, XHTML and design is is not released for free, please contact site administrator for details
*/
* {margin: 0;padding: 0;}

/* LAYOUT */
body {
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	background: #FCEB16 url(images/boomers_background.png) top right repeat-x;
}

#wrapper {
	clear: both;
	height: 100%;
	position: relative;
	width: 990px;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}

/* LAYOUT END*/
#page {background-color: white;	text-align: left;}
 
h2.pagehdng {margin: 30px 0 0;}

/* HEADER */
#header {
	height: 200px;
	background: #fff url('images/boomers_nav.jpg') top left no-repeat;
	margin: 0;
}

#headerLeft {
	float: left;
	width: 460px;
	height: 200px;
}

#header h1{ 
	float: left;
	width: 442px;
	text-indent: -10000px;
	margin: 0;
	padding: 0;
}

#header h1 a{
	display: block;
	background: url('images/logo.png') no-repeat left;
	margin:0;
	height: 200px;
	width: 442px;
}

/* NAV */
#navi {float: right;	width: 520px;padding-top: 55px;}

.navi {
	background: url('images/nav.png') no-repeat;
	width: 520px;
	height: 40px;
	margin: 0;
	padding: 0;
} 

.navi span {display: none;}
.navi li,.navi a {height: 40px;display: block;}
.navi li {float: left;list-style: none;display: inline;}

.navHome {width: 68px;}
.navShows {width: 72px;}
.navBand {width: 99px;}
.navHumor {width: 144px;}
.navTunes {width: 67px;}
.navNews {width: 66px;}

.navHome a:hover {background: url('images/nav.png') 0px -41px no-repeat;}
.navShows a:hover {background: url('images/nav.png') -68px -41px no-repeat;}
.navBand a:hover {background: url('images/nav.png') -140px -41px no-repeat;}
.navHumor a:hover {background: url('images/nav.png') -239px -41px no-repeat;}
.navTunes a:hover {background: url('images/nav.png') -383px -41px no-repeat;}
.navNews a:hover {background: url('images/nav.png') -450px -41px no-repeat;}


/* NAV END */ /* HEADER */ 

/* MAIN CONTENT */

#content {padding: 0 0 10px 20px;background: #FFF url(images/sidebar_bg.png) top left repeat-y;overflow: hidden;}

#content h1,#content h2,#content h3,#content h4,#content h5 {margin-bottom: 10px;font-family: Arial, Helvetica, sans-serif;}

#content h1 {color: #FF8D08;}
#content h2 {color: #666666;}
#content h4 {color: #666666;}
#content h5 {color: #20B9EF;}
#content p {padding: 2px 0 2px 0; font-size: .8em;}
#content a {color: #20B9EF;}
#content a:hover {color: #FF8D08;}
#content ul li {list-style-position: inside;margin-bottom: 4px;}
#content ol li {list-style-position: inside;margin-bottom: 4px;}

#main {
	float: left;
	width: 730px;
	min-height: 400px;
	padding-right: 20px;
	overflow: hidden;
}

/* END MAIN CONTENT */
small {font-family: Arial, Helvetica, Sans-Serif;font-size: 0.9em;line-height: 1.5em;}
.sticky {background: #f7f7f7;padding: 0 10px 10px;}
.sticky h2 {padding-top: 10px;}


#commentform p {
	font-family: Arial, Helvetica, sans-serif;
}

.commentmetadata {
	font-weight: normal;
}

small,#sidebar ul ul li,#sidebar ul ol li,.nocomments,.postmetadata,blockquote,strike
	{
	color: #777;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym,abbr,span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

/* End Typography & Colors */ /* Begin Structure */
.post {
	margin: 0 0 10px;

}

.entry {
	border-left: 1px solid #20B9EF;
	padding: 0 0 20px 10px;
	margin: 0 80px 30px 80px;
	border-bottom: 1px solid #E9E9E9;
}

.entry p, .pageentry p {
	margin: 0 0 10px 0;
}
#content h3 {
 color: #20b9ef; }
#content .entry h3, #content .pageentry h3 {
	margin: 30px 0 30px 0;
}

.entry ul{
margin: 0 0 40px 0;
}

.pageentry {
	border-left: 1px solid #20B9EF;
	padding: 0 0 0 10px;
	margin: 30px 80px 0 80px;
}


.pageentry ul{
margin: 0 0 40px 0;
}

#main li.address{list-style-type:none}

#footer {
	width: 970px;
	margin: 0 auto;
	padding: 10px 0 10px 20px;
	clear: both;
	background: #20B9EF;
}

#footer p {
	margin: 0;
	text-align: left;
	color: #fff;
	font-size: .8em;
}

/*	Begin Headers */
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}

/* End Headers */ /* Begin Images */
p img {
	padding: 0;
	margin: 0;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
 
img.alignright {
	padding: 0 0 4px 14px;
	display: inline;
}

img.alignleft {
	padding: 0 14px 4px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/* MUSIC STYLES */

.muspod {
	background: #f0f0f0;
	border: 1px dotted #20B9EF;
	padding: 8px 8px 8px;
	margin: 5px;
	height: 25px;
}

.muspod a{
        font-size: 12px;	
        background: transparent url(images/PDF_icon.gif) top left no-repeat;
	padding: 2px 0 0 30px;
}

#IEroot .muspod {
height: 25px;
}

.audioplayer_container {
	float:left;
	width: 290px;
}
/* End Images */ /* Begin Form Elements */

.searchbox{ /*outer background*/
	background:url(images/search-box.gif) no-repeat top left;
	height: 30px;
	padding: 5px 0 10px;
	width: 210px;
	margin-bottom: 10px;
}

input.search-field{ /*input field */
	float: left;
	border:0;
	margin:0;
	color: #000;
	font-size: 1.1em;
	padding: 3px 0px 2px 10px;
	height:23px;
	background: #fff;
	width: 160px;
	border: 1px solid #ccc;
}

input.search-go{ /*search icon */
	float:left;
	border:0;
	margin:0;
	padding:0;
	height: 30px;
	width: 28px;
	background: url(images/search_btn.png) no-repeat top left;
	cursor: pointer;
}

.entry form {
	/* This is mainly for password protected posts, makes them look better. */
	text-align: center;
}

select {
	width: 130px;
}

/* End Form Elements */ /* Begin Comments*/

#commentform .logged-in{font-weight:bold;margin:0 0 1em;}
#commentform textarea{border:1px solid #d5d5d5;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background:#fff;height:1%;margin:10px 0;padding:5px;position:relative;width:500px;}
#commentform .required{color:#A41623;}
#commentform a{color:#20B9EF;}
#commentform a:hover{color:#20B9EF;}
#commentform p{margin:0 0 10px;}
#commentform #author,#commentform #email,#commentform #url,#commentform #mcspvalue{border:1px solid #d5d5d5;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background:#fff;height:1%;padding:5px;position:relative;}
#commentform .caption{line-height:1.4;margin:0 0 1em;}
#commentform .comment-timeout{font-weight:bold;margin:2em 0 0;}
#commentform .subscribe-to-comments{font-size:100%;margin:1em 0 .25em 0;}
#comment_form .text_input{width:191px;padding:3px;color:#444;border:1px solid #696969;border-left:2px solid #2FCBFF;}
#comment_form .text_area{width:321px !important;border:1px solid #696969;border-left:2px solid #2FCBFF;}

ol#comment_list{list-style-type:none;margin:0;padding:0;}
ol#comment_list li.comment{margin:0 0 10px 0;}
ol#comment_list li.trackback{padding:1.2em 15px 0 15px;}
ol.commentlist{list-style:none;margin:0;padding:0;text-indent:0;}
ol.commentlist a{color:#A41623;}
ol.commentlist li{border:1px solid #d5d5d5;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;height:1%;margin:0 0 10px;padding:5px 7px 5px 57px;position:relative;}
ol.commentlist li.alt{}ul.commentlist li.bypostauthor{background:#999;}
ol.commentlist li.byuser{}
ol.commentlist li.comment-author-admin{}
ol.commentlist li.comment{background:#fff;}
ol.commentlist li div.comment-author{padding:0 170px 10px 0;}
ol.commentlist li div.vcard{font-weight:bold;font-size:1.2em;}
ol.commentlist li div.vcard cite.fn{font-style:normal;font-weight:normal}
ol.commentlist li div.vcard cite.fn a.url{color:#333;text-decoration:none;font-weight:bold;}
ol.commentlist li div.vcard cite.fn a.url:hover{color:#A41623;}
ol.commentlist li div.vcard img.avatar{border:2px solid #d5d5d5;left:7px;position:absolute;top:7px;}
ol.commentlist li div.vcard img.avatar-32{}
ol.commentlist li div.vcard img.photo{}
ol.commentlist li div.vcard span.says{}
ol.commentlist li div.commentmetadata{}
ol.commentlist li div.comment-meta{font-size:.7em;position:absolute;right:10px;text-align:right;top:5px;}
ol.commentlist li div.comment-meta a{color:#A41623;text-decoration:none;}
ol.commentlist li div.comment-meta a:hover{color:#333;}
ol.commentlist li p{font:1.4em;margin:0 0 1em;}
ol.commentlist li ol{font:12px;list-style:square;margin:0 0 1em;padding:0;text-indent:0;}

/* This is needed if Nested Comments is enabled
ol.commentlist li div.reply{color:#fff;background:#484848;border:1px solid #484848;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;padding:2px 2px 2px;text-align:center;width:36px; margin: 0 0 4px 0;}
ol.commentlist li div.reply:hover{background:#484848;border:1px solid #333;}
ol.commentlist li div.reply a{color:#fff;text-decoration:none;text-transform:uppercase;font-size:9px; margin-top: 2px;}
#IEroot ol.commentlist li div.reply{background:#A41623;border:1px solid #A41623;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;color:#fff;font:bold 7px;padding-left:2px;padding-top:1px;padding-bottom:3px;text-align:center;width:36px}
#IEroot ol.commentlist li div.reply:hover{background:#333;border:1px solid #333;}
End Reply Button Styling */ 

ol.commentlist li ol.children{list-style:none;margin:1em 0 0;text-indent:0;}
ol.commentlist li ol.children li{}
ol.commentlist li ol.children li.alt{}
ol.commentlist li ol.children li.bypostauthor{}
ol.commentlist li ol.children li.byuser{}
ol.commentlist li ol.children li.comment{}
ol.commentlist li ol.children li.comment-author-admin{}
ol.commentlist li ol.children li.depth-2{margin:0 0 .25em;}
ol.commentlist li ol.children li.depth-3{margin:0 0 .25em;}
ol.commentlist li ol.children li.depth-4{margin:0 0 .25em;}
ol.commentlist li ol.children li.depth-5{}
ol.commentlist li ol.children li.odd{}
ol.commentlist li.even{background:#fff; margin: 0 0 10px 0;}
ol.commentlist li.odd{background:#f6f6f6;list-style-type:none;}
ol.commentlist li.parent{}

.comment_meta{margin:0 30px 15px 0;font-size:11px;}
.comment_num{padding:0;margin:0;padding:6px 0 0 11px;width:30px;height:28px;float:right;color:#000;}
.comment_num a,.comment_num a:visited{font-weight:bold;color:#2FCBFF;text-decoration:none;}
.comment_num a:hover{color:#94D227;text-decoration:none;background:none;}
.trackback .comment_num{padding:0 0 0 20px;}
.comment_meta strong{font-size:1.2em;}
.comment_time{font-size:1em;color:#888;}






/* End Comments */ 

/* Begin Sidebar */
#sidebar {
	float: right;
	width: 200px;
	min-height: 600px;
	padding: 10px 10px;
	background: transparent url('images/sidebar_bg_top.png') top left
		repeat-x;
}

#sidebar h4{font-size: .9em; color: #fff; letter-spacing: -.05em;}

#sidebar .book ul {margin: 0 0 20px;}
#sidebar .book ul li{list-style-type:none; font-size: .9em;}
#sidebar .book span{font-size: .8em;}

#sidebar p.gray {color: #F2F2F2;}
#sidebar .social ul li{list-style-type:none; font-weight: bold;}


/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}

.tabberlive {
 margin:0 0 20px 0;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #ccc;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #ccc;
 border-bottom: none;
 background: #fff;
 text-decoration: none;
 font-size: .8em;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #F2F2F2;

}

ul.tabbernav li.tabberactive a
{
 background-color: #F2F2F2;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: #F2F2F2;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #ccc;
 border-top:0;
 background: #F2F2F2;

 
 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */

#sidebar .tabbertab ul li{list-style-type:none;}
#sidebar .tabbertab ul {padding: 0 0 0 4px}

.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

/* END SIDEBAR */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 200px;
	background: #F2F2F2;
	border: 1px solid #CCCCCC;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	 }
/* End Calendar */

/* End Sidebar */ 

/* Begin Various Tags & Classes */
acronym,abbr,span.caps {
	cursor: help;
}

acronym,abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.screen-reader-text {
	position: absolute;
	left: -1000em;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

/* End Various Tags & Classes*/ /* Captions */
.aligncenter,div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* End captions */
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */
