﻿html {
	font-size: 80%;
	font-family: "Trebuchet MS", "Verdana", "Arial";
}

body {
	text-align: center;
	background-color: Black;
	padding: 0;
	margin: 0;
}

a img {
	border: none;
}

blockquote {
	font-style: italic;
	padding: 10px;
	margin: 0;
}

#main {
	margin-left: auto;
	margin-right: auto;
	width: 720px;
	text-align: left;
	background-color: White;
}

#main .mainwrapper1 {
	width: 720px;
	position: relative;
}

.accesshelper {
	display: none;
}

.clearboth {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

#nav {
	position: absolute;
	right: 20px;
	top: 20px;
	background-image: url("../img/nav-top.gif");
	background-color: Black;
	background-repeat: no-repeat;
	width: 182px;
}

#nav ul {
	margin: 0;
	padding: 0;
	background-image: url("../img/nav-bottom.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 182px;
	list-style: none;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

#nav ul li a {
	color: White;
	text-decoration: none;
	font-size: 1.5em;
}

#nav ul li a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 1.2em;
}

/** LANDING PAGE **/

body.landing #main {
	background-image: url("../img/landing-bottom.jpg");
	background-repeat: no-repeat;
	background-position: 0 490px;
	background-color: Black;
}

body.landing #main .mainwrapper1 {
	background-image: url("../img/landing-beth.jpg");
	background-repeat: no-repeat;
	background-position: 0 10px;
	height: 713px;
}

#landingButton {
	position: absolute;
	top: 585px;
	right: 51px;
}

#landingLogo {
	width: 571px;
	height: 321px;
	background-image: url("../img/landing-logo.gif");
	background-repeat: no-repeat;
	position: absolute;
	top: 335px;
	left: -5px;
}

#landingOption {
	color: White;
	position: absolute;
	top: 670px;
	left: 10px;
}

/** HOME PAGE **/

body.home #main {
	background-image: url("../img/home-background.jpg");
	background-repeat: no-repeat;
	background-position: 0 15px;
}

body.home #main .mainwrapper1 {
	height: 800px;
	position: relative;
}

body.home #itunes {
	position: absolute;
	top: 20px;
	right: 222px;
}

#homePlayer {
	background-image: url("../img/home-player.jpg");
	background-repeat: no-repeat;
	background-position: 0 15px;
	width: 538px;
	height: 303px;
	position: absolute;
	left: 86px;
	top: 477px;
	padding-top: 30px;
	padding-left: 15px;
}

#homePlayer .buy {
	position: absolute;
	right: 30px;
	top: 40px;
}

/** DIARY **/

body.diary #main {
	background-image: url("../img/diary-beth.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;
}

body.diary #main .mainwrapper1 {
	padding-top: 240px;
	background-image: url("../img/logo.gif");
	background-repeat: no-repeat;
	background-position: 20px 20px;
}

body.diary h1 {
	position: absolute;
	left: 350px;
	top: 50px;
}

body.diary .content {
	padding-left: 275px;
	padding-bottom: 10px;
	padding-right: 20px;
}

body.diary .content .minheight {
	width: 1px;
	height: 579px;
	float: left;
}

/** ABOUT **/

body.about #main {
	background-image: url("../img/about-beth.jpg");
	background-repeat: no-repeat;
	background-position: 0 200px;
}

body.about #main .mainwrapper1 {
	padding-top: 240px;
	background-image: url("../img/logo.gif");
	background-repeat: no-repeat;
	background-position: 20px 20px;
}

body.about h1 {
	position: absolute;
	left: 330px;
	top: 50px;
}

body.about .content {
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

body.about .content .fauximage {
	width: 455px;
	height: 280px;
	float: left;
}

/** MUSIC **/

body.music #itunes {
	position: absolute;
	top: 300px;
	left: 80px;
}

body.music #main {
	background-image: url("../img/music-beth.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;
}

body.music #main .mainwrapper1 {
	padding-top: 240px;
	background-image: url("../img/logo.gif");
	background-repeat: no-repeat;
	background-position: 20px 20px;
}

body.music h1 {
	position: absolute;
	left: 325px;
	top: 50px;
}

body.music .content {
	padding-left: 350px;
	padding-bottom: 10px;
	padding-right: 20px;
}

body.music .content .minheight {
	width: 1px;
	height: 579px;
	float: left;
}

body.music .songlist ul {
	width: 49%;
	float: left;
	margin: 0;
	padding: 0;
}

body.music .songlist ul li {
	margin-left: 20px;
}

body.music .pricebox {
	background-color: #F0F0F0;
	padding: 5px;
	border: 1px solid #404040;
	margin-top: 10px;
	margin-bottom: 10px;
}

/** MEDIA **/

body.media #main .mainwrapper1 {
	padding-top: 240px;
	background-image: url("../img/logo.gif");
	background-repeat: no-repeat;
	background-position: 20px 20px;
}

body.media h1 {
	position: absolute;
	left: 325px;
	top: 50px;
}

body.media .content {
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
}

body.media .content .minheight {
	display: none;
}

body.media .thumb {
	display: block;
	float: left;
	width: 150px;
	height: 150px;
	border: 1px solid black;
	margin-left: 9px;
	margin-right: 9px;
	margin-bottom: 15px;
	text-align: center;
}

body.media .thumb a {
	display: block;
	width: 150px;
	height: 150px;
}

/** PRESS RELEASES **/

body.press #main {
	background-image: url("../img/press-beth.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;
}

body.press #main .mainwrapper1 {
	padding-top: 240px;
	background-image: url("../img/logo.gif");
	background-repeat: no-repeat;
	background-position: 20px 20px;
}

body.press h1 {
	position: absolute;
	left: 305px;
	top: 50px;
}

body.press .content {
	padding-left: 350px;
	padding-bottom: 10px;
	padding-right: 20px;
}

body.press .content .minheight {
	width: 1px;
	height: 579px;
	float: left;
}

/** CONTACT **/

body.contact #main {
	background-image: url("../img/contact-beth.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
}

body.contact #main .mainwrapper1 {
	padding-top: 240px;
	background-image: url("../img/logo.gif");
	background-repeat: no-repeat;
	background-position: 20px 20px;
}

body.contact h1 {
	position: absolute;
	left: 305px;
	top: 50px;
}

body.contact .content {
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 480px;
	padding-right: 20px;
}

body.contact .content .minheight {
	width: 1px;
	height: 579px;
	float: left;
}