/*   
Theme Name: mtb_promo_theme
Theme URI: manthebuilder.com
Description: A theme for Man the Builder's new album.
Author: Dustin Schmieding
Author URI: http://www.manthebuilder.com
.
*/


@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: url(images/EP_Splash%20Page.jpg);
	background-position: top center;
	background-attachment:scroll;
	background-repeat: no-repeat;
	background-color: black;
	font-family: Tahoma, Geneva, sans-serif;
	color: white;
}

#wrapper {
	width: 970px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;	
}

h1 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 50px;
	display: block;
}

img a {
	border: none;
}

#top_box {
	height: 75px;
	width: 970px;
	float: left;
}

.right_column {
	width: 400px;
	float: left;	
}

.left_column {
	width: 570px;
	height: 1000px;	
	float: left;
}

.shopping_column {
	padding: 20px;
	margin-top: 30px;
	width: 600px;
	background: white;
	color: black;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float: left;
	margin-left: 150px;
}

.shopping_column h2 {
	font-size: 18px;
	font-family: Georgia;
}

.shopping_column a, a:visited {
	color: black;
}

.shopping_column h4{
	color: #670000;
	font-size: 14px;
}

.shopping_column p {

	font-family: Georgia;
}

.main_list {
	width: 400px;
	float: right;
	color: black;
	background: white;
	padding: 20px;
}

#player {
	margin: 20px 0;
	width: 400px;
	height: 350px;
	border: 5px white ridge;	
}

#new_ep {
	background: url(images/new_ep.gif);
	width: 400px;
	height: 57px;
	text-indent: -9999px;
}

#buy_album {
	background: url(images/download_btn.gif);
	width: 357px;
	height: 56px;
	margin-left: 26px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0 -56px;	
}

#buy_album a {
	display: block;
	background: url(images/download_btn.gif);
	width: 357px;
	height: 56px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0 -56px;	
}

#buy_album a:hover {
	display: block;
	background: url(images/download_btn.gif);
	width: 357px;
	height: 56px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0 0;	
} 

#tracks_pic {
	background: url(images/tracks.gif) no-repeat;
	width: 400px;
	height: 28px;
	text-indent: -9999px;
	margin-top: 20px;
}

.section {
	margin-top: 60px;
	background: #333;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
		
}

#sidebar {
	width: 260px;
	float: left;
	margin-top: 30px;
	margin-left: 40px;
	height: 300px;
	background: white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
}

#footer {
	width: 970px;
	height: 30px;
	font-size: 11px;
	padding-left: 300px;
	float: left;
}

#footer a {
	color: white;
	text-decoration: underline;	
}

.right {
	float: right;	
}