@charset "UTF-8";
/* CSS Document */
/*
Thor Graphic Designs 
thorgraphicdesigns@gmail.com
2014
*/

/* Website reset*/

body {
	font-family: Verdana, Geneva, sans-serif;
	background: #000 url(../_images/background.jpg) no-repeat fixed;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	}

p, h1, h2, h3, h4, h5, h6, li {
	margin: 1ex 1em;
	padding: 0;
	text-align: left;
	}

section#outerDiv {
	width: 800px;
	height:auto;
	margin: 0 auto;
}

#outerDiv #logo h1 {
	text-indent: -999em;
}

#logo {
	position: absolute;
	left: 100px;
	top: 20px;
	width: 400px;
	height: 150px;
	background-image: url(../_images/BeatTweakerz_Logo.png);
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}

#outerDiv #mainContent {
	position: absolute;
	left: 400px;
	top: 200px;
	width: 800px;
	height: auto;
	background: rgba(255,255,255,1);
	border-radius: 0px 20px 0px 20px;
	padding: 10px 10px;
	line-height: 2.8ex;
}

#outerDiv #contact {
	position: absolute;
	left: 880px;
	top: 20px;
	width: 340px;
	height: 60px;
}

#outerDiv #mainContent h1 {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 10px 10px;
}

#outerDiv #contact #facebook {
	position: absolute;
	left: 0px;
}

#outerDiv #contact #twitter {
	position: absolute;
	left: 70px;
}

#outerDiv #contact #email {
	position: absolute;
	left: 140px;
}
	
#outerDiv #contact #itunes {
	position: absolute;
	left: 210px;
}

#outerDiv #contact #soundcloud {
	position: absolute;
	left: 280px;
}

#outerDiv #contact #facebook a:link, #facebook a:visited {
	height:60px;
	width: 60px;
	display:block;
	text-indent:-1000em;
	background: url(../_images/social_media.jpg) no-repeat left top;
	border:none;
}

#outerDiv #contact #facebook a:hover, #facebook a:active {
	background-position: left bottom;
}

#outerDiv #contact #twitter a:link, #twitter a:visited {
	height: 60px;
	width: 60px;
	display: block;
	text-indent: -1000em;
	background: url(../_images/social_media.jpg) -60px 0px;
	border:none;
}

#outerDiv #contact #twitter a:hover, #twitter a:active {
	background-position: -60px bottom;
}

#outerDiv #contact #email a:link, #email a:visited {
	height: 60px;
	width: 60px;
	display: block;
	text-indent: -1000em;
	background: url(../_images/social_media.jpg) -120px 0px;
}

#outerDiv #contact #email a:hover, #email a:active {
	background-position: -120px bottom;
}

#outerDiv #contact #itunes a:link, #itunes a:visited {
	height: 60px;
	width: 60px;
	display: block;
	text-indent: -1000em;
	background: url(../_images/social_media.jpg) -180px top;
	border:none;
}

#outerDiv #contact #itunes a:hover, #itunes a:active {
	background-position: -180px bottom;
}

#outerDiv #contact #soundcloud a:link, #soundcloud a:visited {
	height: 60px;
	width: 60px;
	display: block;
	text-indent: -1000em;
	background: url(../_images/social_media.jpg) right top;
	border:none;
}

#outerDiv #contact #soundcloud a:hover, #soundcloud a:active {
	background-position: right bottom;
}
	
#mainContent p img {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}

#footer {
	font-family: Verdana, Geneva, sans-serif;
	color: rgba(255,255,255,1);
	font-size: 1em;
	text-align: center;
	width: 700px;
	position: absolute;
	left: 550px;
	top: 840px;
	margin: 0 auto;
	height: auto;
}



/*.clear {
	clear: both;
}*/

#mediaPlayer {
	position: absolute;
	left: 100px;
	top: 200px;
	width: 280px;
	height: 220px;
	border-radius: 0px 20px 0px 2px;
}

#twitterFeed {
	position: absolute;
	left: 100px;
	top: 420px;
	width: 280px;
	height: 260px;
}

body h1 {
	text-indent: -9000em;
}