/*
logoLight:  e3aa27
logoDark:   803b00
subText:    f4f0cd
lightBrown: bb8636
medBrown:   97671f
darkBrown:  824e15
lightGray:  887962
darkGray:   5a4b38
cream:      e9e5c2
greenish:   b3bf9b

Jason's Choice
superBrown:	542d00
regBrown:	874a0a
medTan:		e4bb56
lightTan: 	dfd6b4
*/
/* - - - - - - - - - - - - - - - - - - */
* {
	margin: 0;
	padding: 0;
}
body {
	color: #542d00;
	background-color: #e9e5c2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #803b00; 
} 
a:link {
	color : #803b00; 
} 
a:visited {
	color : #824e15; 
} 
a:active {
	color : #803b00; 
} 
a:hover {
	color: #803b00;
	background: #e9e5c2; 
	text-decoration : none; 
}
img {
	border: none;
	vertical-align: top;
}
button {
	padding: 3px 6px 4px;	
}
p {
	margin-bottom: 8px;	
}
h1 {
	font-size: 3.0em;
	font-weight: bold;
	color: #542d00;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #542d00;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: italic;
	color: #874a0a; 
}
/* - - - - - - - - - - - - - - - - - - 
    SPLASH
*/
#splashHeader {
	width: 1024px;
	margin: 0 auto;
	padding: 75px 0 10px 25px;
	color: #e3aa27;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#splashHeader span {
	color: #803b00;
	background-color: #e4bb56;	
}
#splashContainer {
	width: 1024px;
	height: 768px;
	margin: 0 auto;
	background-image: url(../img/SplashPage_bg.jpg);
	
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border: 4px dashed #000;
	border-color: #803b00;
}
#splashColumnRight {
	float: right;
	width: 300px;
	padding: 136px 50px 0 0;
}
#splashJukeBox {
	width: 300px;
}
#splashEnterButton a.redic1 {
	width: 150px;
	height: 45px;
	margin: 50px auto 0;
	display: block;
  	background-image: url(../img/btn_enterSite.png);
  	background-position: 0px 45px;
}
#splashEnterButton a:hover.redic1, #splashEnterButton a:active.redic1 {
	background-position: 0px 0px;
}
#splashDownloadButton a.redic2 {
	width: 300px;
	height: 70px;
	margin: 50px auto 0;
	display: block;
  	background-image: url(../img/btn_downloadNow.png);
  	background-position: 0px 70px;
}
#splashDownloadButton a:hover.redic2, #splashDownloadButton a:active.redic2 {
	background-position: 0px 0px;
}
#splashFooter {
	width: 1024px;
	margin: 0 auto;
	padding: 25px 0 10px 0;
	color: #e3aa27;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* - - - - - - - - - - - - - - - - - - */
#container {
	width: 1024px;
	margin: 0 auto;
	padding-top: 10px;
}
#content {
	float: left;
	width: 500px;
}
#sideColumn {
	float: left;
	width: 300px;
	padding: 10px 0 0 20px;
}
#jukeBox {
	float: left;
	width: 300px;
	padding: 10px 0 20px 0;
}
#footer {
	clear: both;
	width: 500px;
	padding: 20px 0 10px 0;
	color: #5a4b38;
	text-align: center;
}
/* - - - - - - - - - - - - - - - - - - */
.listenButton a.listenBtn {
	float: right;
	width: 150px;
	height: 45px;
  	background-image: url(../img/btn_listen.png);
  	background-position: 0px 0px;
}
.listenButton a:hover.listenBtn, .listenButton a:active.listenBtn {
	background-position: 0px 45px;
	background-color: transparent;
}
.downloadButton a.downloadBtn {
	float: right;
	width: 150px;
	height: 45px;
	margin: 0 8px 0 0;
  	background-image: url(../img/btn_download.png);
  	background-position: 0px 0px;
}
.downloadButton a:hover.downloadBtn, .downloadButton a:active.downloadBtn {
	background-position: 0px 45px;
	background-color: transparent;
}
.stupidClear {
	clear: both;
	width: 100px;	
}
/* - - - - - - - - - - - - - - - - - - */
#contentLogo {
	width: 500px;
	padding: 0;	
}
#contentH1 {
	width: 500px;
	margin: 0 auto;
	text-align: center;
}
#christofMan {
	float: left;
	width: 130px;
	padding: 650px 20px 0;
}
#bricenMan {
	float: left;
	width: 210px;
	padding: 0;
}
.new {
	color: #824e15;
	background-color: #e3aa27;
}
.coverArtThumb {
	float: left;
	width: 50px;
	display: block;
	padding: 0 10px 10px 0;
}
/* - - - - - - - - - - - - - - - - - - 
    C O N T A C T
- - - - - - - - - - - - - - - - - - */
#contactPanel {
	width: 300px;
	padding-top: 20px;
}
#likeSubPanel {
	float: left;
	width: 45px;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	/* border: 3px dashed #542d00; */
	background-color: #dfd6b4;	
}
#likeSubPanel span {
	margin: 0 auto;
}
#contactSubPanel {
	float: right;
	width: 190px;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	/* border: 3px dashed #542d00; */
	background-color: #dfd6b4;	
}
#contactSubPanel a {
	float: left;
	width: 95px;
	height: 32px;
  	background-image: url(../img/contactSubPanel.png);
}

#contactSubPanel a.facebook       {background-position: 0px 0px;}
#contactSubPanel a:hover.facebook {background-position: 190px 0px; background-color: transparent;}

#contactSubPanel a.myspace        {background-position: 285px 0px;}
#contactSubPanel a:hover.myspace  {background-position: 95px 0px; background-color: transparent;}

#contactSubPanel a.twitter        {background-position: 0px 32px;}
#contactSubPanel a:hover.twitter  {background-position: 190px 32x; background-color: transparent;}

#contactSubPanel a.youtube        {background-position: 285px 32px;}
#contactSubPanel a:hover.youtube  {background-position: 95px 32px; background-color: transparent;}

/* - - - - - - - - - - - - - - - - - - */
#missingContent {
	width: 450px;
	margin: 0 auto;
}
#aboutContent {
	width: 500px;
	margin: 0 auto;
}

/* - - - - - - - - - - - - - - - - - - 
    S T A C K
- - - - - - - - - - - - - - - - - - */
.stack {
	width: 500px;
}
.stack300 {
	width: 300px;
	clear: both;
}
.stackSeparator {
	width: 500px;
	height: 30px;
	display: block;
}
.singleStackA {
	background-color: #e4bb56;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.singleStackB {
	background-color: #dfd6b4;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.singleStackA, .singleStackB, .layerTopA, .layerTopB, .layerMidA, .layerMidB, .layerBotA, .layerBotB {
	padding: 10px 10px 12px 10px;
	border: 3px dashed #542d00;
}
.layerTopA, layerTopB {
	background-color: #e4bb56;	
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
}
.layerMidA {
	background-color: #e4bb56;	
}
.layerMidB {
	background-color: #dfd6b4;	
}
.layerBotA {
	background-color: #e4bb56;	
}
.layerBotB {
	background-color: #dfd6b4;	
}
.layerMidA, .layerMidB {
	border-top: none;
}
.layerBotA, .layerBotB {
	border-top: none;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

