@charset "UTF-8";

/**** RESET ****/
/* http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* END RESET */

body{margin:0; background:#000; font-size:12px;}

p {font-family:Georgia, "Times New Roman", Times, serif; color:#333; line-height:1.2em; font-size:12px; margin: 0 0 10px 10px;}

h1 {font-family:Georgia, "Times New Roman", Times, serif; color:#666; font-size:1.2em; line-height:1.2em; padding:10px;}

h2 {font-size:1em; padding: 0 0 0 10px; color:#333; font-style:italic;}

h3 {font-family:Georgia, "Times New Roman", Times, serif; color:#666; font-size:1em; line-height:1em; padding:8px;}

#wrapper{height:559px; width:992px;margin:30px auto;}

#musicpage #wrapper {height:579px;}

#musicpage #main, #musicpage #left {height:460px;}

#musicpage #right {height:440px;}

#mp3player {
	position:absolute;
	top:0;
	left:0;
	width:560px;
}

#head {
	width:100%;
	height:152px;
	background:url('../img/bgtop.jpg') no-repeat bottom center;
}

#head ul {
	list-style:none;
	float:right;
	margin:110px 0 0 0;
	}
	
#head ul li {
	display:inline;
	padding:0 0 0 20px;
}

#main {
	width:100%;
	height:260px;
}


#left {width:246px; height:260px; float:left;}

.hme {background:#fff url(../img/female-rock-singer-hme.jpg) top left no-repeat;}

.bio {background:#fff url(../img/female-rock-singer-bio.jpg) top left no-repeat;}

.contact {background:url(../img/female-rock-singer-contact.jpg) top left no-repeat #fff;}

.shop {background:#fff url(../img/female-rock-singer-shop.jpg) top left no-repeat;}

.music {background:#fff url(../img/female-rock-singer-music.jpg) top left no-repeat;}

.video {background:#fff url(../img/female-rock-singer-video.jpg) top left no-repeat;}

.indexpic {position:relative; top:100px; left:240px; border:0;}

#right {width:726px; height:240px; float:left; padding: 10px; background:#fff;}

#rightcontact {float:left; width:370px; margin:10px 0 0 20px;}

#contactform { margin:10px 20px 0 10px; float:left; width:300px;}

#foot {
	width:100%;
	height:147px;
	background:url('../img/bgbtm.jpg') no-repeat top center;
	padding:0;
}

#videowrapper {
	position:absolute;
	top:0px;
	left:0px;
	width:330px;
}

#videotext {
	width:320px;
	padding:10px;
}


#mp3text {
	width:550px;
	padding:10px;
}

#musiclist {
	width:400px;
	border:0;
	padding:0 0 0 15px;
	color:#333333;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
}


.title {
	width:60%;
}

.play {
	width:20%;
}

.download {
	width:20%;
}





/* typography */

#head  a {
	font-family:Georgia, "Times New Roman", Times, serif; 
	text-transform:uppercase;
	font-size:1em;
	text-decoration:none;
	color:#999;
}

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


#main a {
	color:#46698f;
	text-decoration:none;
}

#main a:hover {
	text-decoration:underline;
}

.note {font-style:italic; font-size:0.8em;}


#main ul li {
	list-style-image:url(../img/li.gif);
	padding:5px 0 5px 0;
	color:#333333;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;

	
}


/* form */


input {
	border: 1px solid #999;
	background: url(../img/form.jpg) top repeat-x #fff;
	font-family:Georgia, "Times New Roman", Times, serif; color:#20416d; 
	font-style: normal;
	font-size: 11px;
	color: #20416d;
}

.form {
	border: 1px solid #999;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 11px;
	color: #20416d;
	background: url(../img/form.jpg) top repeat-x #fff;
}

.row {padding: 0 0 10px 0; width:300px;}

.lastrow {padding-bottom:0;}

#receiveData {font-size:0.8em; font-style:italic; color:red;}


label {
	font-family:Georgia, "Times New Roman", Times, serif; color:#333; 
	line-height:1.2em; 
	font-size:12px;
	float:left;
	width:120px;
}

input:focus {
	border: 1px solid #20416d;

}

.centered {
	text-align:center;
}

.form:focus {
	border: 1px solid #20416d;


}