@charset "utf-8";
/* CSS Document */



body{
	font: .75em/1.4em Tahoma, Geneva, sans-serif;
	color: #6d6e71;
	background-color: #000;
}

a {
	color:#f1592a;
	text-decoration:none;
}

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

a:active
{
  outline: none;
}

img {
	border:none;
}

h1 {
	font-size:150%;
	margin-bottom:20px;
}

h2 {
	font-size:150%;
	margin: 0 0 10px -30px;
	background:url(../images/little-triangle.png) no-repeat left bottom;
	text-indent: 26px;
	padding: 10px 0 4px 0;
}

p{
	margin:4px 0;	
}
/* LAYOUT DIVS */


#soundCloudPlayer {
	width:1200px;
	margin:0px auto;
}

#mainDiv {
	width: 1000px;
	padding-top: 10px;
	margin: 0px auto;
	position:relative;
}

#mainDivHome {
	padding-top:10px;
	position: relative;
	width: 1200px;
	margin: 0px auto;
}

#wooferTopLeft{
	position:absolute;
	top:400px;
	left:0px;
	width:240px;
	height:260px;
}

#wooferTopLeftOver{
	position:absolute;
	top:400px;
	left:0px;
	width:240px;
	height:260px;
	display:none;
}

#centerSlideShowDiv {
	position:absolute;
	top:80px;
	left:255px;
	width:680px;
	height:450px;
}

.slideShow img {
	border:1px solid #000;	
}

#contactInfo {
	position:absolute;
	top:700px;
	left: 500px;
	width: 200px;
	text-align:center;
	color:#b1b1b1;	
}

/* LAYOUT CLASSES */

.floatRight { 
	float: right;
	margin-left: 8px;
}
.floatLeft { 
	float: left;
	margin-right: 8px;
}
.clearAll { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.darkBorder {
	border:1px solid #999;
}

.bottomMargin {
	margin-bottom:14px;	
}

.leftMargin {
	margin-left:16px;
}

.topMarginSm {
	margin-top:8px;
}

.leftMarginSm {
	margin-left:10px;	
}

.leftMarginExSm {
	margin-left:4px;	
}

.regList {
	list-style-type:disc;
}	
.regList li {
	margin:6px 10px 4px 10px;
	text-indent:-.1em;
}

/* CONTACT FORM */

.contactFormList {
	list-style-type:none;	
}

.contactFormList input, .contactFormList textarea, .contactFormList select{
	background:#ccc;
	border:1px solid #999;
	margin:12px 0 1px 0;
}

/* TYPE STYLES */

.italText {
	font-style:italic;
}

.boldText {
	font-weight:bold;
}

.indentText {
	text-indent: 30px;	
}

.capsText {
	text-transform:uppercase;	
}

.rightAlign {
	text-align:right;	
}


.listText {
	margin-left:16px;
	line-height:1.5;
}

.shortLine {
	line-height:90%;
}

.grayText {
	color:#999;	
}

.smallText {
	font-size:80%;	
}
