/* begin css tabs */

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 0px; /* set margins as desired */
font: 14px helvetica, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #aaa; /* set border COLOR as desired */
list-style-type: none;
padding: 6px 14px 6px 1px; /* THIRD number must change with respect to padding-top (X) below */
}

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

div#tab1 li.tab1, div#tab2 li.tab2, div#tab3 li.tab3, div#tab4 li.tab4, div#tab5 li.tab5, div#tab6 li.tab6, div#tab7 li.tab7, div#tab8 li.tab8 { /* settings for selected tab */
border-bottom: 1px solid #000; /* set border color to page background color */
background-color: #000; /* set background color to match above border color */
}

div#tab1 li.tab1 a, div#tab2 li.tab2 a, div#tab3 li.tab3 a, div#tab4 li.tab4 a, div#tab5 li.tab5 a, div#tab6 li.tab6 a, div#tab7 li.tab7 a, div#tab8 li.tab8 a { /* settings for selected tab link */
background-color: #000; /* set selected tab background color as desired */
color: #FFF; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 8px; /* must change with respect to padding (X) above and below */
font-weight: bold;
}

ul#tabnav li a { /* settings for all tab links */
padding: 6px 8px 6px 8px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #aaa; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #000; /* set unselected tab background color as desired */
color: #aaa; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #444; /* set desired hover color */
color: #CCC;
}
#album {
	background-image: url(/images/2009/album_hero.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 480px;
	height: 460px;
	margin-top: 20px;
}
#listen img {
	float: left;
	padding-right: 10px;
}
#intro {
	float: right;
	width: 410px;
	margin-top: 20px;
	height: 420px;
}
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	color:#FFFFFF;
}
#intro a, #launch a, #listen a, #team a, #albumbio a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#intro a:hover, #launch a:hover, #listen a:hover, #team a:hover, #albumbio a:hover {
	font-weight: bold;
	color: #56B1E0;
	text-decoration: underline;
}
#launch {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	float: left;
	width: 400px;
	border: 1px solid #999999;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#launch h1, #listen h1, #team h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
}
#albumbio {
	margin-top: 20px;
	width: 450px;
}
#albumbio p {
	color: #FFFFFF;
}
#albumbio h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 34px;
}
#listen {
	float: right;
	width: 410px;
	margin-top: 10px;
}
#team {
	margin-top: 20px;
}
#team table {
	margin-top: 10px;
}
#team p {
	font-size: 12px;
	line-height: 16px;
	color:#999999;
}
#tabnav .title {
	font-size: 14px;
	color: #777;
	margin: 0 0 0 -8px;
}
#tabnav .title a {
	border: 0px;
	margin: 0px;
}
#tabnav .title a:hover {
	background: #000;
}