@charset "utf-8";
/* CSS Document */
/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display:block;
}
body {
	line-height:1.1;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
table, td, th {
	vertical-align:middle;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
a img {
	border:none;
}
/* typography.css */
html {
	font-size:100.01%;
}
body {
	font-size:75%;
	color:#222;
	background:#fff;
	font-family:Calibri, "Helvetica Neue", Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color:#111;
}
h1 {
	font-size:3em;
	line-height:1;
	margin-bottom:0.5em;
}
h2 {
	font-size:2em;
	margin-bottom:0.75em;
}
h3 {
	font-size:1.5em;
	line-height:1;
	margin-bottom:1em;
}
h4 {
	font-size:1.2em;
	line-height:1.25;
	margin-bottom:1.25em;
}
h5 {
	font-size:1em;
	font-weight:bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0;
}
p {
	margin:0 0 1.5em;
}
p img.left {
	float:left;
	margin:1.5em 1.5em 1.5em 0;
	padding:0;
}
p img.right {
	float:right;
	margin:1.5em 0 1.5em 1.5em;
}
blockquote {
	margin:1.5em;
	color:#666;
	font-style:italic;
}
strong {
	font-weight:bold;
}
em, dfn {
	font-style:italic;
}
dfn {
	font-weight:bold;
}
sup, sub {
	line-height:0;
}
abbr, acronym {
	border-bottom:1px dotted #666;
}
address {
	margin:0 0 1.5em;
	font-style:italic;
}
del {
	color:#666;
}
pre {
	margin:1.5em 0;
	white-space:pre;
}
pre, code, tt {
	font:1em 'andale mono', 'lucida console', monospace;
	line-height:1.5;
}
li ul, li ol {
	margin:0;
}
ul, ol {
	margin:0 1.5em 1.5em 0;
	padding-left:3.333em;
}
ul {
	list-style-type:disc;
}
ol {
	list-style-type:decimal;
}
dl {
	margin:0 0 1.5em 0;
}
dl dt {
	font-weight:bold;
}
dd {
	margin-left:1.5em;
}
table {
	margin-bottom:1.4em;
	width:100%;
}
th {
	font-weight:bold;
}
thead th {
	background:#c3d9ff;
}
th, td, caption {
	padding:4px 10px 4px 5px;
}
tr.even td {
	background:#e5ecf9;
}
tfoot {
	font-style:italic;
}
caption {
	background:#eee;
}
.small {
	font-size:.8em;
	margin-bottom:1.875em;
	line-height:1.875em;
}
.large {
	font-size:1.2em;
	line-height:2.5em;
	margin-bottom:1.25em;
}
.hide {
	display:none;
}
.quiet {
	color:#666;
}
.loud {
	color:#000;
}
.highlight {
	background:#ff0;
}
.added {
	background:#060;
	color:#fff;
}
.removed {
	background:#900;
	color:#fff;
}
.first {
	margin-left:0;
	padding-left:0;
}
.last {
	margin-right:0;
	padding-right:0;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}
.wrapper {
	width:960px;
	padding:0 30px;
	background:url(../pageImages/background.png) no-repeat #000 top left;
	border:1px #1e1e1e;
	margin:0 auto;
	background-color:#000;
	overflow:none;
}

.adultwrapper {
	width:960px;
	padding:0 30px;
	background:url(../pageImages/adult_background.png) no-repeat #000 top left;
	border:1px #1e1e1e;
	margin:0 auto;
	text-align:center;
	background-color:#000;
	overflow:none;
}
.mixeswrapper{
	width:960px;
	padding:0 30px;
	background:url(../pageImages/videomixes_background.png) no-repeat #000 top left;
	border:1px #1e1e1e;
	margin:0 auto;
	text-align:center;
	background-color:#000;
	overflow:none;
}
.concertswrapper{
	width:960px;
	padding:0 30px;
	background:url(../pageImages/liveconcerts_background.png) no-repeat #000 top left;
	border:1px #1e1e1e;
	margin:0 auto;
	text-align:center;
	background-color:#000;
	overflow:none;
}
.movieswrapper{
	width:960px;
	padding:0 30px;
	background:url(../pageImages/movies_background.png) no-repeat #000 top left;
	border:1px #1e1e1e;
	margin:0 auto;
	text-align:center;
	background-color:#000;
	overflow:none;
}

.mp3wrapper{
	width:960px;
	padding:0 30px;
	background:url(../pageImages/mp3s_background.png) no-repeat #000 top left;
	border:1px #1e1e1e;
	margin:0 auto;
	text-align:center;
	background-color:#000;
	overflow:none;
}

.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.boxLeft {
	float:left;
	width:300px;
	padding:13px 0px 15px 40px;
	display:block;
	font-size:1.6em;
	background:#000;
	color:#eee;
	background:url(../pageImages/rightBoxBack.png) top left no-repeat;
}
p.boxRight {
	width:590px;
	padding:30px 0 30px 30px;
	display:block;
	font-size:1.3em;
	background-color:#000;
	color:#eee;
	background:url(../pageImages/rightBoxBack.png) top left no-repeat;
	margin-bottom:10px;
}
.boxFull {
	width:620px;
	padding:25px 40px;
	margin:0 130px;
	margin-bottom:10px;
	display:block;
	font-size:1.4em;
	background-color:#000;
	color:#eee;
	background:url(../pageImages/rightBoxBack.png) top left no-repeat;
}
a, a:active, a:visited, a:hover {
	color:#FFC;
	text-decoration:none;
	font-weight:bold;
	outline:none;
}
#header {
	width:960px;
	text-align:left;
	height: 80px;
	padding: 20px 0 20px 0;
	margin: 0 0 5px 0;
}
#content {
	text-align:left;
	margin-top:10px;
}
#content h5 {
	font-size:1.6em;
	font-weight:bold;
	color:#FF9;
}
#content p {
	color:#F3F3F3;
	font-size:1.3em;
	display:block;
}
#footer {
	text-align:left;
	width:960px;
	color:#666;
	vertical-align:middle;
	clear:both;
}
.bottomLinks {
	margin-top:10px;
}
p.bottomLinks a {
	font-size:1.2em;
}
body {
	background-color:#000;
}
.invi {
	line-height:0;
	font-size:0px;
	height:0px;
	visibility:hidden;
}
h2 {
	font-size:1.8em;
	font-weight:bold;
	color:#FF9;
	text-align:left;
	text-transform:capitalize;
}
h3{
	font-size:1.8em;
	font-weight:bold;
	color:#FFF;
	text-align:left;	
}
table {
	font-size:13px;
	color:#F3F3F3;
}
table tr th {
	font-weight:bold;
	font-size:16px;
	color:#FF9;
}
p.searchResult{
	line-height:1.1em;
	vertical-align:middle;
	margin-bottom: 0;
	display:block;
	clear:both;
	float:left;
}
.searchResult img {
	float:left;
	display:inline;
	margin-right:30px;
	width:20%;
	height:20%;
}
.red {
	color:red;
	font-size:1.1em;
	font-style:italic;
}
form label {
	color:#FF9;
	font-size:1em;
	font-weight:bold;
	width:200px;
	text-align:left;
}
form input[type=text] {
	width: 220px;
}
img {
	border:0;
}
div.videoClips p.boxRight a.videoClipsLink {
	color:#666;
}
div.mp3 p.boxRight a.mp3Link {
	color:#666;
}
div.liveConcert p.boxRight a.liveConcertLink {
	color:#666;
}
div.movies p.boxRight a.moviesLink {
	color:#666;
}
div.adult p.boxRight a.adultLink {
	color:#666;
}
div.videomixes p.boxRight a.videoMixesLink {
	color:#666;
}
.spaceRight{
	margin-right:450px;	
	float:left;
}
.spaceLeft{
	margin-Left:450px;
	float:right;
}
a, a:hover, a:active, a:visited, a:focus{
	outline:none;	
}
#contentmain{
	border:1px solid #2d2d2d;
	width:940px;
	margin:5px 0px;
	padding:10px;
	}
#searchouter{
	border:1px solid #2d2d2d; width:920px; margin:5px 0px 10px 0px; padding:10px; overflow:hidden;
	}
.searchinput{
	border:1px solid #ccc;
	width:180px;
	height:25px;
	line-height:25px;
	}
.searchbutton{
	width:60px;
	height:25px;
	line-height:25px;
	border:1px solid #ccc;
	}
.searchleft{
	float:left;
	height:100px;
	width:350px;
	border:1px solid #2d2d2d;
	}
.searchright{
	float:right;
	height:60px;
	width:580px;
	padding-top:40px;
	border:1px solid #2d2d2d;
	}	
.searchtext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#ffffcc;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	padding:5px 5px 5px 5px;
	}
.headingmain{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffcc;
	text-align:center;
	padding-top:20px;
	width: 243px;
	}
.headingmain2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffcc;
	text-align:left;
	}
.headingtext{
	color:#FF9;
	font-size:1.2em;
	font-weight:bold;
	text-align:left;
	margin: 0;
	}
p.maintext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.05em;
	color:#fff;
	text-align:justify;
	padding:5px 0;
	margin:0px;
	line-height: 1.5em;
	}
.footerlinks{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#ffffcc;
	text-align:left;
	text-decoration:none;
	padding:5px 5px 5px 5px;
	}
