@import url("css/reset.css");

body {
	background: #410000 url(images/bg.png) center repeat-y;
	font: 16px Arial, Helvetica, sans-serif;
}
p {
	margin: 20px 0;
}
h1 {
	font-size: 40px;
	margin-bottom:10px;
	color: #000;
	font-family: 'Arial Black', Gadget, sans-serif;
}
h1 span {
	color: #851515;
	text-transform: uppercase; 
}
h1 span.thin {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #000;
}
h2 {
	font-size: 28px;
	border-bottom: 1px dashed #851515;
	padding-bottom: 6px;
	margin-bottom: 20px;
}
h2 span {
	color: #851515;
	text-transform: uppercase;
}
h3 {
	font-size: 24px;
}
b, strong {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
a {
	color: #851515;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}

#main {
	background: url(images/main.png) center repeat-y;
	margin-bottom: 30px;
}
#main .top {
	background: url(images/main-top.png) top center no-repeat;
}
#main .bottom {
	background: url(images/main-bottom.png) bottom center no-repeat;
}
#header, #content, #footer {
	width: 960px;
	margin: 0 auto;
}
#header {
	position: relative;
	height: 440px;
}
#jukeboxWrapper {
	position: absolute;
	margin-top: 60px;
	margin-left: 460px;
}
.nav {
	position: absolute;
	right: 0;
	bottom: 6px;
}
.nav li {
	display: inline;
}
.nav li a {
	display: inline-block;
	font-size: 28px;
	text-decoration: none;
	color: #FFF;
	padding: 0 25px 0 20px;
	border-right: 2px solid #cc3333;
}
.nav li a:hover {
	color: #ffcc66;
}
.nav li a.last {
	border: none;
}

#content {
	padding: 40px 0 80px 0;
}

#footer {
	color: #FFF;
	font-size: 14px;
	padding-bottom: 1px !important;
}
#footer a {
	color: #FFF;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	margin: 0 0 35px 0;
}
.facebook-footer {
	float: right;
}

.home-video {
	float: left;
	margin: 20px 20px 0 0;
}
img.leftalign {
	float: left;
	margin: 0 20px 20px 0;
}

.page-nav {
	text-align: center;
	margin-bottom: -40px;
}
.page-nav li {
	display: inline;
	margin: 0 3px;
	font-size: 10px;
}
.page-nav li a {
	display: inline-block;
}

/*--- Album Grid ---*/
.album {
	width: 250px;
	float: left;
	margin: 0 35px 40px 35px;
}
.album .price {
	font-size: 14px;
	text-align: center;
	font-style: italic;
}
.album h2 {
	font-size: 18px;
	text-align: center;
	border-bottom: 1px dashed #CCC;
	padding-bottom: 4px;
	margin-bottom: 4px;
}
.album h3 {
	font-size: 22px;
	text-align: center;
	font-style: italic;
}
.album a {
	color: #000;
}
.album a:hover {
	color: #000;
	text-decoration: none;
	color: #851515;
}
.album p {
	font-size: 12px;
	text-align: justify;
	height: 100px;
	overflow: auto;
}
.album-order {
	display: inline-block;
}

/*--- Album Pages ---*/
#album-info {
	width: 350px;
	float: left;
}
#album-preview {
	background: url("images/preview.jpg") no-repeat;
	margin: 40px 0 0 440px;
	padding: 120px 0 0 50px;
}
#album-order {
	margin: 40px 0 0 360px;
	text-align: center;
}

/*--- Contact Page ---*/
.contact-info {
	width:440px;
	height:440px;
	margin: 30px auto 0;
	background-image:url(images/slideshow-bg.jpg);
	background-repeat:no-repeat;
	text-align: center;
	padding: 40px;
	color: #FFF;
}
.contact-info h1 {
	color:#FFF;
}
.contact-info p {
	color:#FFF;
	font-size:18px;
}
.contact-info a:link, .contact_info a:visited {
	color:#FFF;
	font-style:italic;
}
.contact-info a:hover {
	color:#000;
}
.disclaimer {
	color:#FFF;
	font-size:15px;
	font-style:italic;
}

/*--- News Page ---*/
.article {
	margin: 20px 0 40px 40px;
}
.article h2 {
	margin-left: -20px;
}
#editorialsWrapper {
	margin-top: 20px;
	padding: 0 0 40px 40px;
	float: right;
	width: 300px;
	background: #FFF;
}
#editorials {
	background: #EEE;
	padding: 15px 20px 0;
	border: 1px solid #DDD;
}
#editorials h3 {
	font-weight: bold;
	font-size: 30px;
}
#editorials h3 span {
	color: #851515;
	text-transform: uppercase;
}
#editorials li {
	margin: 10px 0 20px 0;
	border-left: 5px solid #CCC;
	padding-left: 10px;
}

/*--- Artists Pages ---*/
#artists img {
	margin: 0 15px 15px 0;
}
#slideshow {
	float:left;
	width:500px;
	height:500px;
	background-image:url(images/slideshow-bg.jpg);
	margin: 0 20px 0 0;
}
#myGallery {
	float: left;
	margin-left:50px;
	margin-top:40px;
	width: 400px !important;
	height: 400px !important;
}

