/*
Theme Name: EpicDJEntertainment
Theme URI: http://www.epicdjentertainment.com
Description: DJ
Version: 2.0
Author: Lindi Wheaton and Michelle Hathaway
Author URI: http://www.the-pixel.com and http://www.thehosted.com
*/

@charset "utf-8";
/* CSS Document */


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003;
}

body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/pageBG.png);
	background-repeat: repeat-x;
}

a:link {
	color: #1f81c3;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #1f81c3;
}

a:hover {
	text-decoration: none;
	color: #1f81c3;
}

a:active {
	text-decoration: underline;
	color: #1f81c3;
}

#container {
	width:966px;
	margin: 0 auto;
}

#header {
	margin-bottom: 2px;
}


/* Navigation */
#navcontainer {
	margin-left: 5px;
	margin-top: 25px;
	margin-bottom: 23px;
	text-align:center;
}

#navlist{
	list-style: none;
	padding: 0;
	margin: 0;
}

#navlist li{
	display: inline;
	padding: 0;
	margin: 0;
	color: #FFF;
}

#navlist li a{
	color: #FFF;
	margin-left: 20px;
	margin-right: 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

#navlist li a:hover{
	color: #64c0ff;
	margin-left: 20px;
	margin-right: 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

#navlist li:before {
	content: " : "; color:#0C0;
}

#navlist li:first-child:before {
	content: ""; 
}

#navlist li:first-child:before {
	content: "";
}

/*IE workaround*/
/*All IE browsers*/
* html #navlist li{
	border-left: 1px solid white;
	padding: 0 0.4em 0 0.4em;
	margin: 0 0.4em 0 -0.4em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #navlist {
	height: 1%; }

* html #navlist li{
	display: block;
	float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #navlist li:first-child {
	border-left: 0; }


/* Content */
#shine {
	background: url(images/shineBG.png) no-repeat top;
	padding-left: 90px;
}

#content {
	width: 768px;
	background: url(images/contentBG.png) repeat-y;
	padding: 15px;
	padding-top: 3px;
	line-height: 200%;
}

.greenDark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration:none; border-bottom:1px dotted;
	color:#008a19;
}

.greenLight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration:none; border-bottom:1px dotted;
	color:#0C0;
}

#endcontent {
	background: url(images/contentEnd.png) no-repeat top;
	height: 84px;
}

#content h1 {
	color: #0075ab;
	font-size: 24px;
	font-style: italic;
}

.green {
	color: #00be21;
}

#content p {
	clear:both;
}

ul#listen {
	margin-left: 10px;
	list-style: none;
}

ul#listen li {
	margin-left: 338px;
	margin-bottom: 10px;
}


/* Footer */
#footer {
	margin-top: 10px;
	padding-left: 100px;
	padding-right: 100px;
}

#footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1f81c3;
	text-decoration: underline;
}

#footer a:visited {
	font-size: 11px;
	text-decoration: underline;
	color: #1f81c3;
}

#footer a:hover {
	font-size: 11px;
	text-decoration: none;
	color: #0cc42e;
}

#footer a:active {
	font-size: 11px;
	text-decoration: underline;
	color: #1f81c3;
}

#copyright {
	float:left;
	width: 350px;
	color:#FFF;
	font-size: 11px;
}

#thehosted {
	float: right;
	width: 280px;
	color:#FFF;
}

.hostlink {
	background-image: url(images/the-hosted.png);
	width: 286px;
	height: 70px;
	display: block; 
}

.hostlink:hover {
	background-image: url(images/hostedHover.png);
	width: 286px;
	height: 70px;
	display: block; 
}