html, body {
	height: 100%;
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.68em;
	color: #aaa;
	background-color: #000;
	text-align: center;
	line-height: 1.25em;
}

a {
	outline: 0;
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #fb4c75;
	text-decoration: none;
}

h1 {
	background-image: url(../images/logo_bird.png);
	width: 206px;
	height: 87px;
	position: absolute;
	top: 15px;
	left: -15px;

}

h1 a {
	display: block;
	width: 206px;
	height: 87px;
	text-indent: -3000px;
}

h2 {
	text-indent: -3000px;
	height: 23px;
	padding-bottom: 1em;
	background-repeat: no-repeat;
}

h3 {
	text-indent: -3000px;
	height: 15px;
	padding-bottom: 1em;
}

h4 {
	font-size: 1.36em;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 0.5em;
	color: #fff;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.18em;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 0.5em;
	color: #fb4c75;
}

p {
	margin-bottom: 1em;
}

#wrapper {
	width: 791px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#header {
	background-image: url(../images/bkg_header.jpg);
	width: 791px;
	height: 225px;
	position: relative;
}

#nav {
	width: 495px;
	height: 27px;
	background: url(../images/nav.png);
	position: absolute;
	top: 170px;
	right: 30px;
}

#nav li {
	position: absolute;
	top: 0;
}
#nav li,
#nav a {
	height: 27px;
	display: block;
	text-indent: -3000px;
	overflow: hidden;
}

#discography {left: 0; width: 125px;}
#bands {left: 125px; width: 67px;}
#store {left: 192px; width: 57px;}
#distribution {left: 249px; width: 124px;}
#links {left: 373px; width: 57px;}
#board {left: 430px; width: 67px;}

#discography a:hover {
	background: transparent url(../images/nav.png) 0 -27px no-repeat;
}
#bands a:hover {
	background: transparent url(../images/nav.png) -125px -27px no-repeat;
}#store a:hover {
	background: transparent url(../images/nav.png) -192px -27px no-repeat;
}
#distribution a:hover {
	background: transparent url(../images/nav.png) -249px -27px no-repeat;
}
#links a:hover {
	background: transparent url(../images/nav.png) -373px -27px no-repeat;
}
#board a:hover {
	background: transparent url(../images/nav.png) -430px -27px no-repeat;
}

body#section-discography #discography a {
	background: transparent url(../images/nav.png) 0 -27px no-repeat;
}
body#section-bands #bands a {
	background: transparent url(../images/nav.png) -125px -27px no-repeat;
}
body#section-distribution #distribution a {
	background: transparent url(../images/nav.png) -249px -27px no-repeat;
}
body#section-links #links a {
	background: transparent url(../images/nav.png) -373px -27px no-repeat;
}

#subnav {
	position: absolute;
	top: 200px;
	right: 37px;
	float: left;
}

#subnav li {
	float: left;
	padding: 0 5px 0 4px;
	border-right: 1px solid #fff;
}

#subnav li.last {
	padding-right: 0;
	border: none;
}

#contents {
	float: left;
	background-color: #000;
}

#contents div {
	float: left;
}

div.panel {
	width: 160px;
	padding: 20px;
	background-color: #000;
}

div#main-contents {
	width: 371px;
	padding: 10px;
	background-color: #000;
}

h3#tour-info {
	background-image: url(../images/header_tour-info.gif);
	background-repeat: no-repeat;
}

ul.tour-info-list,
ul.new-releases-list {
	padding: 0 0.5em 2.5em;
	border-bottom: 1px dotted #222;
	margin-bottom: 1em;
}

li.band-name {
	font-size: 1.36em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #fb4c75;
	padding-bottom: 0.25em;
}

li.tour-name,
li.record-name {
	font-size: 1.18em;
	font-weight: bold;
	padding-bottom: 0.25em;
	color: #fff;
}

li.read-more {
	font-size: 0.9em;
	float: right;
	padding-right: 1em;
}

h3#new-releases {
	background-image: url(../images/header_new-releases.gif);
	background-repeat: no-repeat;
}

li.record img {
	float: left;
	/*padding-bottom: 0.5em;*/
	margin: 0 0.5em 0 0;
	border: 1px solid #ccc;
}

ul.new-releases-list li.record p {
	float: none;
}

body#home h2 {
	background-image: url(../images/header_whats-new.gif);
}

.text-box {
	width: 371px;
}

.text-box span.news-date {
	font-size: 1.36em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fb4c75;
}

.text-box img {
	float: left;
	padding: 1em 0 0.5em;
	margin-right: 1em;
}

.text-box img.float-right {
	float: right;
	padding: 1em 0 0.5em;
	margin-left: 1em;
}
    
.text-box p {
	float: none;
}

#footer {
	width: 771px;
	padding: 5px 10px;
	background-color: #fb4c75;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
	float: left;
}


/*----------* Section Discography *----------*/

/*body#section-discography div#main-contents {
	width: 571px;
}*/

body#section-discography h2 {
	background-image: url(../images/header_discography.gif);
}

.release-box {
	width: 371px;
	position: relative;
	margin-bottom: 3.5em;
}

.release-box span.release-info {
	font-size: 1.36em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fb4c75;
}

.release-box h4 span {
	color:#fb4c75; 
}

.release-box img {
	float: left;
	padding: 0;
	margin: 0 1em 0.5em 0;
	border: 1px solid #ccc;
}
    
.release-box p {
	float: none;
}

a.buy-now {
	background-image: url(../images/btn_buy-now.gif);
	width: 60px;
	height: 15px;
	text-indent: -3000px;
	display: block;
	overflow: hidden;
	position: absolute;
	bottom: -15px;
	right: 20px;
}

a.itunes {
	background-image: url(../images/btn_itunes.jpg);
	width: 25px;
	height: 24px;
	text-indent: -3000px;
	display: block;
	overflow: hidden;
	position: absolute;
	bottom: -20px;
	right: 190px;
}

a.amazon {
	background-image: url(../images/btn_amazon.gif);
	width: 84px;
	height: 23px;
	text-indent: -3000px;
	display: block;
	overflow: hidden;
	position: absolute;
	bottom: -19px;
	right: 93px;
}

a.buy-now:hover {
	background-position: 0 -15px;
}

span.sold-out {
	background-image: url(../images/btn_sold-out.gif);
	width: 60px;
	height: 15px;
	text-indent: -3000px;
	display: block;
	position: absolute;
	bottom: -15px;
	right: 20px;
}

/*----------* Section Links *----------*/

body#section-links div#main-contents {
	width: 571px;
}

body#section-links h2 {
	background-image: url(../images/header_links.gif);
}

body#section-links h4 {
	margin-top: 1em;
	float: left;
}

div.link-box a {
	float: left;
	display: block;
	text-decoration: none;
	margin-right: 1em;
	font-size: 1.18em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fb4c75;
}

div.link-box a:hover {
	color: #fff;
	background-color: #fb4c75;
}

/*----------* Section Distribution *----------*/

body#section-distribution h2 {
	background-image: url(../images/header_distribution.gif);
}

body#section-distribution h5 {
	font-size: 1.36em;
	padding-bottom: 0;
}

body#section-distribution h5 span {
	color: #fff;
}

body#section-distribution div.country-box {
	padding-top: 1em;
	float: none;
}

div.country-box a {
	text-decoration: none;
	font-size: 1.18em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fb4c75;
}

div.country-box a:hover {
	color: #fff;
	background-color: #fb4c75;
}

div.country-box ul {
	padding: 1em 0 0 0;
}

div.country-box ul li {
	padding: 0 0 0.5em 1.5em;
}

div.country-box p {
	padding: 0.5em 0 0 0;
	margin-bottom: 0;

	color: #fff;
}

/*----------* Section Bands *----------*/

body#section-bands h2 {
	background-image: url(../images/header_bands.gif);
}

ul#bands-list {
	margin: 2em 0 0 1em;
}
body#section-bands ul#bands-list li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.36em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

ul#bands-list a {
	text-decoration: none;
}

ul#bands-list a span {
	color: #fb4c75;
	margin-right: 0.5em;
}

/*----------* Section Band Page *----------*/

body#section-bands h2 {
	background-image: url(../images/header_bands.gif);
}

ul#bands-list {
	margin: 2em 0 0 1em;
}
body#section-bands ul#bands-list li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.36em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

ul#bands-list a {
	text-decoration: none;
}

ul#bands-list a span {
	color: #fb4c75;
	margin-right: 0.5em;
}

/*----------* Section Band Intro *----------*/

body#section-band-intro h5 {
	color: #fff;
	font-size: 2em;
}

body#section-band-intro h5 span {
	color: #fb4c75;
}


/*----------* Section About *----------*/

body#section-about div#main-contents {
	width: 571px;
}

body#section-about h2 {
	background-image: url(../images/header_bands.gif);
}

body#section-about .text-box {
	width: auto;
}
