@charset "utf-8";

html {
	height: 100%;
	margin-bottom: 1px;
	}
	
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/stripebg.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
#container  {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ECE9D8;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
} 
#header  {

} 

#nav {
	background-image: url(images/navbg.jpg);
	height: 35px;
	padding-top: 1px;
	background-repeat: no-repeat;
}
#nav1 {
	background-image: url(images/nav1bg.jpg);
	padding-top: 1px;
	background-repeat: no-repeat;
	height: 35px;
}

#navitems {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 350px;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 390px;
	background-image: url(images/homesidebar.jpg);
	background-repeat: no-repeat;
	height: 520px;
}
#sidebar_left  {
	float: left; /* since this element is floated, a width must be given */
	width: 390px;
}
#follow  {
	float: right; /* since this element is floated, a width must be given */
	width: 390px;
	position: absolute;
	height: 127px;
	top: 554px;
	left: 1231px;
}
.song_title {
	float: left;
	width: 40%;
}
.player {
	float: left;
	width: 59%;
}

#artist_image  {
	float: left; /* since this element is floated, a width must be given */
	width: 900px;
	margin: 0px;
	padding: 0px;
}
#sidebar_right  {
	float:right;
	width: 525px;
	padding: 0px;
}
#sidebar_right_inside  {
	float:right;
	width: 400px;
	padding: 0px;
}
#audio  {
	float:right;
	width: 400px;
	background-color: #eee;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #333;
	border: 8px solid #CCC;
	margin-left: 5px;
	height: auto;
	position: relative;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px;
}
.soldout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #930;
}
.follow_header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	margin-bottom: 5px;
	width: 290px;
}

.button_pad {
	padding-right: 10px;
}

#mainContentHolder {
	background-image: url(images/bottomscroll.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	z-index: 0;
}
#mainContentHolder1 {
	background-image: url(images/topscroll.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 40px;
	padding-left: 30px;
}
#mainContent1 p {
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 50px;
}


#mainContent  {
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#mainContent1 {
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 0px;
}

#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #252325;
	padding: 0px;
}
#mainContent1 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #252325;
}

a {
	color: #632110;
}
a:hover {
	color: #835A46;
	text-decoration:underline;
}


.showtitle {
	font-weight: bold;
	font-size:16px;
}

.smalltext {
	font-size:x-small;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px;
	line-height: 12px;
}

h2 {
	padding-top: 5px;
}

#footer  {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 960px;
	background-color: #ECE9D8;
	text-align: left;
} 
#footer1 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 960px;
	background-image: url(images/footer1bg.jpg);
	height: 155px;
}


#footerTop {
	background-color: #67331D;
	height: 40px;
}

#footer table {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 11px;
	font-style: italic;
}
#footer td {
	padding-right: 20px;
	padding-left: 20px;
}
#copyright {
	font-size: 11px;
	color: #CCCCCC;
	text-align: left;
	padding-top: 15px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 10px;
}
#copyright a {
	color: #CCCCCC;
}

#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	padding-left: 0px;
	padding-top: 15px;
}
.name {
	font-size: 1.2em;
}
#home_message {
	float:right;
	width: 525px;
	margin-bottom: 5px;
	position: relative;
	z-index: 100;
	height: auto;
	padding-top: 25px;
}
.tab_h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #ECE9D8;
	padding: 0px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	padding-left: 0px;
	padding-top: 3px;
	font-weight: bold;
}
h3 {
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: .2em;
}

.image_left {
	float: left;
	border: 1px solid #333333;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
	padding: 3px;
}
.image_right {
	float: right;
	border: 1px solid #999999;
	background-color: #E9E9E9;
	padding: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
}
.no_top_spacing {
	margin-top: 0px;
	padding-top: 0px;
}
