/* TheMLBand.com CSS Style Template
Created by: Andrew Kupasrimonkol
Date: 5/28/2007

Color Pallete:
	Pink: ff00ee
	Blue: 00ccff
	Neon Green: 66ff00
	Purple: c91acb
	Background Gray: 4b4b4b
	
Rounded Corner Radius: 10px

*/

body{
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.gif);
}

#main{
	padding: 0px;
	height: auto;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #aaaaaa;
	border: 5px solid #66ff00;
}

#header{
	padding: 0px;
	height: 130px;
	margin: 0px;
	position: relative;
	background-image: url(images/banner.png);
	background-repeat: repeat-x;
}

#navigation{
	padding: 0px;
	width: 800px;
	height: 130px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	position: relative;
} 

#navigation img{
	position: absolute;
	left: 0px;
	top: 0px;
}

#mainpic{
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	border: 5px solid #00ccff;
	display: block;
}

#leftcontent{
	width: 500px;
	padding: 0px;
	margin: 10px;
}

p{ 
	padding: 0px 15px 0px 15px;
}

p.query{
	font-size: 1.8em;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-right: 50pt;
	padding-bottom: 50px;
	padding-left: 50px;
	text-align: center;
}

p.error{
	font-size: 1.2em;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	text-align: center;
	color: #FF0000;
}

#rightcontent{
	width: 250px;
	float: right;
	margin: 10px;
}

#footer{
	padding: 0px;
	height: auto;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #888888;
	border: 5px solid #00ccff;
	}
	
#footer p{
	font-size: .8em;
	color: #FFFFFF;
	text-align: center;	
}

h1{
	font-size: 1.7em;
	color: #000000;
	padding: 0px 5px 0px 5px;
	margin: 0 0 5px 0;
	font-weight: lighter;
	text-transform: uppercase;
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #00ccff;
}

h2{
	font-size: 1.2em;
	text-transform: uppercase;
	color: #c91acb;
	padding: 0px 5px 0px 5px;
	margin: 5px 0 0 0;
}

p a, ul a{
	color: #003399;
	text-decoration: none;
}

p a:hover, ul a:hover{
	color: #66ff00;
}
/*Song List*/
/*#songlist h1{
	font-size: 1.7em;
	color: #000000;
	padding: 0px 20px 0px 20px;
	margin: 20px 20px 5px 20px;
	font-weight: lighter;
	text-transform: uppercase;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #00ccff;
}*/

#songlist ol{
	margin-left: 20px;
}

p.biopic{
	float: left;
	margin: 5px 15px 0 15px;
}

.performance{
	text-transform: capitalize;
	margin: 0px;
	padding: 0px;
	font-weight: bolder;
}


/*Bio Image Clearing Hack*/
hr {
	display: block;
	clear: left; 
	margin: 0;
	padding: 0;
  	visibility: hidden;
}


/*Navigation Tabs */

ul#links { /* general settings */
	text-align: right; /* set margins as desired */
	font: bold 11px verdana, arial, sans-serif; /* set font as desired */
	list-style-type: none; /* THIRD number must change with respect to padding-top (X) below */
	display: block;
	margin: 0;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	position: absolute;
	bottom: 20px;
	width: 794px;
}

ul#links li { /* do not change */
	display: inline;
}

ul#links li a { /* settings for all tab links */
	padding: 3px 4px; /* set border COLOR as desired; usually matches border color specified in #tabs */
	color: #FFFFFF; /* set unselected tab link color as desired */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	text-decoration: none;
}

ul#links a:hover { /* settings for hover effect */
	color: #00ccff; /* set desired hover color */
}

ul#links li#tab1, body#tab2 li#tab2, body#tab3 li#tab3, body#tab4 li#tab4 { /* settings for selected tab */
	/* border-bottom: 1px solid #fff;  set border color to page background color */
	background-color: #00ccff; /* set background color to match above border color */
}

ul#links li#tab1 a, body#upcomingshows li#tab2 a, body#tab3 li#tab3 a, body#tab4 li#tab4 a { /* settings for selected tab link */
	background-color: #00ccff; /* set selected tab background color as desired */
	color: #00ccff; /* set selected tab link color as desired */
	position: relative;
	top: 1px;
	padding-top: 4px; /* must change with respect to padding (X) above and below */
}
