/*	green 96bb6e    lighter caddb6     shaded 656f5b          yellow fce97b   fdfbbf   grey 989898 */

body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #E4E4E4;
}

body {
	background-color: #000000;
	margin: 0px;
}

a, .gigs_condensed .city {
	text-decoration: none;
	color: #caddb6;
	font-variant: small-caps;
	font-style: normal;
	font-weight: bold;
}

.gigs_condensed a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	font-variant: normal;
}

a:hover {
	border-bottom: solid #656f5b 1px;
}

a:hover img {
	border: 1px solid #999;
}


/*	basic styles	*/
.borderthin {
	border-color: #333;
}

.content {
	text-align: justify;
}

.dummy {
	color: #FF0000;
}

.gray {
	color: #989898;
}


.imageleft {
	float: left; 
	border: solid #000 1px;
}

form .inputbox, form .inputbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	background-color: #E4E4E4;
}
form .inputbutton {
	background-color: #CADDB6;
}

.close_button {
	float: right;
	border: none;
}

.journos {
	font-weight: bold;
	color: #CADDB6;
	font-style: normal;
}
a .journos {
	font-variant: normal;
}

.mixed_case {
	font-variant: normal;
}

.year {
	color: #989898;
}


/*    Universal IDs    */

#header img {
	float: left;
	border: none;
}
#header a:hover img {
	border: none;
}

#pressTable td {
	padding-top: 1.6em;
}

#wrapper {
	width: 100%;
}






#navbar_proportional {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	z-index: 3;
}
#navbar_proportional div {
	font-size: 12px;
	line-height: 1.3;
}
#navbar_proportional a {
	color: #000;
	border-bottom-style: none;
}
#navbar_proportional .navbar_grid td {
	background-color: #000;
}
#navbar_proportional table .doodad {
	background-image: url(../gfx/nav-corner-invert.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	vertical-align: top;
}



/*  Footer styles   */
#bad_bird {
	position: absolute;
	right: 4%;
	bottom: 0px;
	z-index: 1;
}

#showbird {
	width: 100%;
	position: fixed;
	bottom: 0px;
	z-index: 1;
}
/*  End of Footer styles   */

/*   Page IDs    */
#news, #album, #press, #showsCentered, #discogCompact, #AV, #shop, #bio, #contacts, #credits, #fourohfour, #pressdownloads, #list, #flyers, #video_high, #video_med {
	line-height: 1.6;
	z-index: 2;
	margin: auto;
	position: relative;
}

#news {	width: 580px; }
#showsCentered { width: 610px; }
#discogCompact, #album {	width: 646px; }
#AV {	width: 524px; }
#shop {	width: 653px; }
#bio {	width: 531px; }
#press { width: 601px; }
#contacts { width: 662px; }
#credits { width: 657px; }
#fourohfour { width: 523px; }
#pressdownloads { width: 747px; }
#list { width: 556px; }
#flyers { width: 635px; }
#video_high { width: 480px; }
#video_med { width: 387px; }
/*   End of Page IDs    */

/*   mystery1 only used in badbirds.htm   */
#mystery1 {
	line-height: 1.6;
	z-index: 2;
	position: absolute;
	top: 33%;
	width: 100%;
}




/*	12px font pages		*/
#discogCompact .content td, #shop .content td, #pressdownloads td, #video_high td, #video_med td {
	font-size: 12px;
}

/*   Page styles */
#album .title {
	font-style: italic;
	font-size: 18px;
	font-weight: normal;
	color: #96BB6E;
}
/*	used for non italics on Eqgs Q and A page	*/
#album .title_roman {
	font-style: normal;
	font-size: 18px;
	font-weight: normal;
	color: #96BB6E;
}
#album #tracklistSep td {
	border-top: solid #333 1px;
	padding-top: 1em;
	color: #989898;
}
#album .year {
	font-size: 18px;
	font-weight: normal;
}


#album .content .imageleft, #bio .content .imageleft {
	height: 142px;
	margin: 5px 24px 17px 0;
	border: solid #333 1px;
}
#album a:hover img.imageleft, #bio a:hover img.imageleft {
	border: solid #999 1px;
}
#album a img.specialleft {
	float: left; 
	border: solid #333 1px;
}
#album a:hover img.specialleft {
	border: solid #999 1px;
}
#album .content img.arrows {
	float: left;
	border-style: none;
}

#contacts .title  {
	font-size: 18px;
	font-weight: normal;
	color: #96BB6E;
	/*font-variant: small-caps;*/
	font-style: italic;
}

#credits .imageleft {
	border: solid #333 1px;
}
#credits .title {
	font-style: italic;
}


#discogCompact .wares .imageleft {
	width: 142px;
	margin: 23px 0 0 0;  
	border: solid #333 1px;
}
#discogCompact a:hover img.imageleft {
	border: 1px solid #999;
}

/*  headlinesProportional used on index page  */
#headlinesProportional {
	width: 387px;
	position: absolute;
	right: 38%;
	text-align: justify;
	line-height: 1.6;	
	z-index: 2;
}
#headlinesProportional {
	top: 90px;
}
/*  commented backslash hack to hide from IE5 Mac    \*/
#headlinesProportional {
	top: 15%;
}
/*  end hide from IE5 Mac  */


#news .content .imageleft {
	height: 100px;
	margin: 5px 22px 15px 0;
	border: solid #333 1px;
}
#news a:hover img.imageleft {
	border: 1px solid #999;
}



#pressdownloads a {
	text-transform: lowercase;
}

#pressdownloads #downloadsTable br {
	clear: both;
}
#pressdownloads #downloadsTable img {
	float: left;
	border: solid #333 1px;
	clear: both;
}
#pressdownloads #downloadsTable a:hover img {
	border: 1px solid #999;
}
#pressdownloads .title {
	font-size: 18px;
	font-weight: normal;
	color: #96BB6E;
	font-variant: small-caps;
	text-transform: lowercase;
}


#shop .waresRows .imageleft {
	width: 142px;
	margin: 0 0 0 0;  
}


#shows a {
	font-style: italic;
	color: #FFFFFF;
	font-variant: normal;
	font-weight: normal;
}
#shows .gigs_condensed {
	line-height: 2;
}
#shows .expanded {
	line-height: 1.3;
	width: 385px;
}
#shows .expanded a {
	text-decoration: none;
	color: #caddb6;
	font-variant: small-caps;
	font-style: normal;
	font-weight: bold;
	line-height: 1.3;
}
.expanded a:hover img {
	border: none;
}
#shows .venue {
	color: #caddb6;
	font-variant: small-caps;
	font-style: normal;
	font-weight: bold;
}
