/* - - - - - - 	DEFAULTS / CLASSES	- - - - - - */
html {
	height:100%;
}
body {
	background:url(../img/backgrounds/bg.jpg) top center;
	color:#181818;
	font:11px Arial, Helvetica, sans-serif;
	height:100%;
	text-align:center
}
h2 {
	font-size:0em;
	line-height:0em;
	text-indent:-1000000px;
	background:url(../img/backgrounds/title-gradient.gif) repeat-x top;
	height:32px;
	margin-bottom:4px;
}
	h2 img {
		display:block;
	}
a {
	color:#0b0d57;
}
.left {
	float:left
}
.right {
	float:right
}
.clear {
	clear:both;
	display:block;
	height:0em;
}

/* - - - - - - 	CONTAINER / HEADER	- - - - - - */

#container {
	background: url(../img/backgrounds/bg-content.gif) repeat-y;
	width:951px;
	margin:0 auto;
	text-align:left;
}
#header {
	background:url(../img/backgrounds/bg-header.jpg) no-repeat center top;
	padding:0 2px;
}
	#header h1 {}
		#header h1 a {
			display:block;
			font-size:0em;
			line-height:0em;
			text-indent:-100000px;
			width:306px;
			height:148px;
		}
	#header div {
		background:url(../img/backgrounds/bg-menu.gif) repeat-x;
	}
	
	/* - - - - - - 	NAVBAR	- - - - - - */
	#header ul {
		float:left;
		height:40px;
		padding-left:8px;
	}	
		#header ul li {
			display:block;
			float:left;	
		}
			#header ul li a {
				display:block;
				float:left;
				font-size:0em;
				line-height:0em;
				text-indent:-1000000px;
				padding:0 9px;
			}
				#header ul li a img {
					display:block;
					padding-top:13px;
				}
	
	/* - - - - - - 	SEARCH	- - - - - - */
	#header form {
		padding-top:6px;
		padding-right:10px;
	}
	#header form div {
		float:right;
		background:url(../img/backgrounds/bg-search.gif) no-repeat top;
		width:191px;
		height:25px;	
		padding-left:12px;
	}
		#header form input {
			border:0;
			background:none;
			color:#fff;
			display:block;
			float:left;
			color:#000;
			font-size:9px;
			padding-top:3px;
			*padding-top:6px;
			width:155px;
			outline:none;
		}
		#header form button {
			display:block;
			float:right;
			background:none;
			border:0;
			width:35px;
			height:25px;
			cursor:pointer;	
		}
		
	/*** SEARCH RESULTS ***/
	.ajaxSearch_resultsInfo {
		font-size:24px;
		margin-bottom:10px;
	}
	
	.ajaxSearch_result {
		text-indent:20px;
		font-size:14px;
		margin-bottom:10px;
	}
	
	.ajaxSearch_resultLink {
		background: #fff url(../img/icons/ico-file.gif) no-repeat 0% 55%; 		/* first number is left postion, second is top */
		padding:0px 0 0px 25px;
		font-size:18px;
	}
	
	.ajaxSearch_resultExtract {
		margin:5px 0 0 20px;
	}

/* - - - - - - 	MAIN CONTENT	- - - - - - */
#content {
	width:951px;
	padding-top:8px;
}
#page {
	width:611px;
	float:left;
	padding-left:10px;
	padding-bottom:20px;
}
	#page h2 {
		margin-bottom:18px;
	}
	#page .news {
		background:#2b2b2b;
		border:solid 1px #3a3b3c;
		padding:5px;
		margin-bottom:8px;
	}
		#page .news img {
			border:solid 1px #161616;
			display:block;
		}
	#page .music {
		padding:0 20px 20px 20px;
	}
		#page .music h3 {
			font-size:17px;
			font-weight:bold;
			color:#939393;
			padding-bottom:7px;
		}
			#page .music h3 span {
				color:#ff0000;
			}
		#page .music ul {
			padding-bottom:7px;
		}
			#page .music ul li {
				font-size:14px;
				font-weight:bold;
				padding-bottom:10px;
				background:url(../img/icons/ico-file.gif) no-repeat 0 0;
				padding-left:23px;
				cursor:pointer;
			}
				#page .music .content {
					text-decoration:none;
					cursor:default;	
					font-weight:normal;
				}
				#page .music .content:hover {
					text-decoration:none;
					cursor:default;	
				}
		#page .music p {
			color:#fff;
			font-weight:bold;
			text-decoration:none;
			font-size:13px;
			margin-bottom:12px;
			display:block;
			font-weight:normal;
		}
			#page .music p a {
				color:#8188B0;
				font-weight:bold;
				text-decoration:none;
				font-size:14px;
				float:right;
				margin:5px 0px;
			}
			#page .music p a:hover {
				text-decoration:underline;
			}
		
	#page .celebrity {
		padding:0 20px 20px 20px;
	}
		#page .celebrity h3 {
			font-size:17px;
			font-weight:bold;
			color:#939393;
			padding-bottom:7px;
		}
			#page .celebrity h3 span {
				color:#ff0000;
			}
		#page .celebrity ul {
			padding-bottom:7px;
		}
			#page .celebrity ul li {
				font-size:14px;
				font-weight:bold;
				padding-bottom:10px;
				background:url(../img/icons/ico-file.gif) no-repeat 0 0;
				padding-left:23px;
				cursor:pointer;
			}
				#page .celebrity .content {
					text-decoration:none;
					cursor:default;	
					font-weight:normal;
				}
				#page .celebrity .content:hover {
					text-decoration:none;
					cursor:default;	
				}
				
		#page .celebrity p {
			color:#000;
			font-weight:bold;
			text-decoration:none;
			font-size:13px;
			margin-bottom:12px;
			display:block;
			font-weight:normal;
		}
			#page .celebrity p a {
				color:#8188B0;
				font-weight:bold;
				text-decoration:none;
				font-size:14px;
				float:right;
				margin:5px 0px;
			}
			#page .celebrity
			 p a:hover {
				text-decoration:underline;
			}
			
		#page .generic {
		padding:0 20px 20px 20px;
	}
		#page .generic h3 {
			font-size:17px;
			font-weight:bold;
			color:#939393;
			padding-bottom:7px;
		}
			#page .generic h3 span {
				color:#ff0000;
			}
		#page .generic ul {
			padding-bottom:7px;
		}
			#page .generic ul li {
				font-size:14px;
				font-weight:bold;
				padding-bottom:10px;
				background:url(../img/icons/ico-file.gif) no-repeat 0 0;
				padding-left:23px;
				cursor:pointer;
			}
				#page .generic .content {
					text-decoration:none;
					cursor:default;	
					font-weight:normal;
				}
				#page .generic .content:hover {
					text-decoration:none;
					cursor:default;	
				}
		#page .generic p {
			color:#000;
			font-weight:bold;
			text-decoration:none;
			font-size:13px;
			margin-bottom:12px;
			display:block;
			font-weight:normal;
		}
			#page .generic p a {
				color:#8188B0;
				font-weight:bold;
				text-decoration:none;
				font-size:14px;
				float:right;
				margin:5px 0px;
			}
			#page .generic
			 p a:hover {
				text-decoration:underline;
			}
	
	/*** Sub-Page Styles ***/
	#page h3{
		font-size:22px;
		margin:5px 0 20px 10px;
		color:#271E57;
	}
	#page p{
		margin-bottom:10px;
		font-size:12px;
		line-height:150%;
		margin:0 0 10px 10px;
	}
	
	/*** For the MUSIC Page ***/
			
	#page .recentSongs {
		background:#251D58;
		border:solid 1px #BED6E5;
		padding:6px 5px;
		margin-bottom:6px;
	}
		#page .recentSongs img.img {
			display:block;
			padding-bottom:3px;
		}
		#page .recentSongs .list {
			background:#010101;
			padding:10px 14px 10px 12px;
		}
			#page .recentSongs ul {
				padding-bottom:5px;
			}
				#page .recentSongs ul li {
					display:block;
					_height: 1%;
					padding:4px;
					font-size:12px;
					color:#fff;
					border-bottom:1px solid #BED6E5;
				}
					#page .recentSongs ul li a img {
						display:block;
						float:right;
						margin-right:220px;	
					}
			#page .recentSongs .button img {
				display:block;
			}
	
	/*** For the RECENT SONGS Page ***/			
	.musicList {
		background:#251D58;
		border:solid 1px #BED6E5;
		padding:10px 5px;
	}
			.musicList ul {
				padding-bottom:5px;
			}
				.musicList ul li {
					display:block;
					_height: 1%;
					padding:4px;
					font-size:12px;
					color:#fff;
					border-bottom:1px solid #BED6E5;
					clear:both;
					height:110px;
				}
				.musicList ul li:hover {
					background:#2B225B;
				}
			.musicList .button img {
				display:block;
			}
			.musicList .cover {
				float:right;
				margin:5px 0px 0 0;
			}
			.musicList .itunes {
				margin:3px 0 0 0px;
			}
			.musicList h4.title {
				font-size:24px;
				font-weight:bold;
				color:white;
			}
			.musicList h4.artist {
				font-size:18px;
				color:white;
			}
				.musicList h5 {
				font-size:12px;
				font-weight:bold;
				color:white;
				margin:6px 0;
			}
				
	/*** ACCORDION ***/
	#page #accordion p.toggler  { 
		cursor:pointer;
		font-weight:bold; 
		color:#2B225B; 
		margin: 0 0 0px 0; 
		padding:0 0 0 10px; 
		font-size:20px; 
		font-family:Arial, sans-serif;
	}
	
	#page #accordion p.toggler:hover	 { 
		color:#BED6E5;
	}
	
	#page #accordion p.toggler span {
		font-size:12px;
	}
	
	#page #accordion .element {
		padding:0 5px;
		overflow: hidden; 
		font-size:14px;
		line-height:22px;
		margin-top:10px;
	}
	
	#page #accordion .element p {
		display:block;
		margin-bottom:10px;
	}
	
	#page #accordion .element h3 {
		font-size:28px;
	}
			

/* - - - - - - 	SIDEBAR	- - - - - - */
#sidebar {
	float:right;
	width:306px;
	padding-right:10px;
	padding-bottom:20px;
}
	#sidebar h2 {
		background:url(../img/backgrounds/stitle-gradient.gif) repeat-x top;
		border:solid 1px #89898a;
		height:30px;
	}
	#sidebar .ad {
		padding-bottom:6px;
	}
		#sidebar .ad img {
			display:block;
		}
	#sidebar .songs {
		background:#bed6e5;
		border:solid 1px #b5c5d4;
		padding:6px 5px;
		width:294px;
		margin-bottom:6px;
	}
		#sidebar .songs img.img {
			display:block;
			padding-bottom:3px;
		}
		#sidebar .songs .list {
			background:#d3eaf8;
			padding:10px 14px 10px 12px;
			width:268px;
		}
			#sidebar .songs ul {
				padding-bottom:5px;
			}
				#sidebar .songs ul li {
					display:block;
					_height: 1%;
					padding-bottom:4px;
					font-size:12px;
					color:#1e1e1e;
				}
					#sidebar .songs ul li a img {
						display:block;
						float:right;	
					}
			#sidebar .songs .button img {
				display:block;
			}
	#sidebar .inside {
		background:#bed6e5;
		border:solid 1px #b5c5d4;
		margin-bottom:6px;	
		padding:5px;		
	}
		#sidebar .inside .bg {
			background:#d3eaf8;
			padding:12px 15px 0 15px;
			width:264px;
		}
		#sidebar .inside h3 {
			color:#7ea737;
			padding-bottom:15px;
			font-size:14px;
			font-weight:bold;
		}
			#sidebar .inside h3 a {
				background:url(../img/icons/ico-file.gif) no-repeat 0 0;
				padding-left:20px;
				color:#181818;
				text-decoration:none;	
			}
			#sidebar .inside h3 a:hover {
				text-decoration:underline;
			}
		#sidebar .inside .box {
			width:264px;
			padding-bottom:15px;
		}
			#sidebar .inside .box .left {
				width:58px;
			}
				#sidebar .inside .box .left img {
					display:block;
				}
			#sidebar .inside .box .right {
				float:left;
			}
			#sidebar .inside .box h5 {
				font-size:12px;
				color:#df0202;
				padding-bottom:4px;
			}
				#sidebar .inside .box h5 a {
					text-decoration:none;
				}
				#sidebar .inside .box h5 a:hover {
					text-decoration:underline;
				}
	#sidebar .poll {
		background:#bed6e5;
		border:solid 1px #b5c5d4;
		margin-bottom:6px;	
		padding:5px;
		min-height:175px;						/* IE6 MIN-HEIGHT TRICK */ 	
		height:auto !important;					/* IE6 MIN-HEIGHT TRICK */ 	
		height:175px; 							/* IE6 MIN-HEIGHT TRICK */ 
	}
		#sidebar .poll .inner {
			background:#d3eaf8;
			padding:5px 15px 5px 15px;
			width:264px;
			min-height:165px;						/* IE6 MIN-HEIGHT TRICK */ 	
			height:auto !important;					/* IE6 MIN-HEIGHT TRICK */ 	
			height:165px; 							/* IE6 MIN-HEIGHT TRICK */ 
		}
		#sidebar .poll p {
			padding-bottom:7px;
		}
		#sidebar .poll label {
			padding-left:18px;
			display:block;
			padding-bottom:2px;
			color:#fff;
			font-size:12px;
		}
		#sidebar .poll a {
			float:right;
			display:block;
			padding-top:3px;
			color:#b6b6b6;
			text-decoration:underline;
		}
		#sidebar .poll a:hover {
			color:#fff;
		}
		#sidebar .poll input.img {
			display:block;
			float:left;
		}
		#sidebar .poll h3 {
			font-size:12px;
			margin-bottom:10px;
			font-weight:normal;
		}
		#sidebar .poll ul {
			margin:0 0 10px 20px;
		}		
		#easypollsubmit {			/* the "VOTE" Button */
		  width: 52px;
		  height: 23px;
		  margin: 5px 0px 0 0px;
		  padding: 0;
		  border: 0;
		  background: transparent url(../img/buttons/vote.gif) no-repeat center top;
		  cursor: pointer; /* hand-shaped cursor */
		  cursor: hand; /* for IE 5.x */
		  display:inline;
		  float:left;
		}
		#easypollresult {			/* the "Results" button */
		  float:right;
		  display:inline;
		  width: 69px;
		  height: 23px;
		  margin: 6px 0px 0 0px;
		  COLOR:WHITE;
		  padding: 0;
		  border: 0;
		  background: transparent url(../img/buttons/results.gif) no-repeat center top;
		  cursor: pointer; /* hand-shaped cursor */
		  cursor: hand; /* for IE 5.x */
		}
		.easypoll_inner{
			margin-bottom:5px;
		}
		
/*** FORM STYLES ***/

.form {
	margin:0;
	padding:0;
}

.form fieldset {
	border:1px dashed #271E57;
	padding:10px;
	width:507px;
	margin:10px 0 0 30px;
}

.form legend {
	font:17px/33px Arial, sans-serif;
	line-height:18px;
	border: 1px solid #333;
	padding: 2px 6px 5px 6px;
	*padding-right:10px;
	font-weight:bold;
	font-size:16px;
	color:#fff;
	background:#4A4D7E;
	*margin:0 0px 7px -7px;
}
.form label {
	width:142px;
	height:32px;
	margin-top:3px;
	margin-right:2px;
	padding-top:11px;
	padding-left:6px;
	color:#fff;
	background:#4A4D7E;
	float:left;
	display: block;
	font-size:16px;
	font-weight: bold;
	line-height: 1.1;
}

.form .holder {
	background-color:#fff;
}
.form .div_textbox {
	width:347px;
	float:right;
	background-color:#D3EAF8;
	height:35px;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
	display:block;
}

.form .textbox {
	background-image: url(../img/icons/16t.png);
	background-repeat: no-repeat;
	background-position:left;
	width:285px;
	font:normal 18px Arial;
	color: #444444;
	padding:3px 5px 3px 24px;
	margin-bottom:30px;
}
.form .textbox:focus, .textbox:hover {
	background-color:#EFF9FF;
}

.form .div_textarea {
	width:347px;
	float:right;
	background-color:#D3EAF8;
	height:115px;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
}

.form .textarea {
	background-image: url(../img/icons/16t.png);
	background-repeat: no-repeat;
	background-position:left;
	width:285px;
	height:100px;
	font:normal 18px Arial;
	color: #444444;
	padding:3px 5px 3px 24px;
}
.form .textarea:focus, .textarea:hover {
	background-color:#EFF9FF;
}

.form .username {
    	background-image: url(../img/icons/16m.png);
    	background-repeat: no-repeat;
    	background-position:left;
		width:285px;
    	font:normal 18px Arial;
    	color: #444444;
    	padding:3px 5px 3px 19px;
}
.form .username:focus, .username:hover {
	background-color:#EFF9FF;
}
   
.form .password {
    	background-image: url(../img/icons/16s.png);
    	background-repeat: no-repeat;
   	background-position:left;
	width:285px;
    	font:normal 18px Arial;
    	color: #444444;
    	padding:3px 5px 3px 19px;
}
.form .password:focus, .password:hover {
	background-color:#EFF9FF;
}

.form .email {
    background-image: url(../img/icons/email.gif);
    background-repeat: no-repeat;
   	background-position:left;
	width:285px;
    font:normal 18px Arial;
    color: #444444;
    padding:3px 5px 3px 24px;
}
.form .email:focus, .email:hover {
	background-color:#EFF9FF;
}

.form .button_div {
	width:287px;
	float:right;
	background-color:#fff;
	border:1px solid #ccc;
	text-align:right;
	height:35px;
	margin-top:8px;
	padding:5px 32px 3px;
}
.form .buttons {
	background: #4A4D7E;
	font-size:12px; 
	color: #fff; 
	padding: 6px 14px;
	border-width: 2px;
	border-style: solid;
	border-color: #595D9F #35385F #35385F #595D9F;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
}

/** END OF FORM STYLES ***/
		
/* - - - - - - 	FOOTER	- - - - - - */
#footer {
	background:#090909;
	padding:18px 28px;
	margin:0 2px;
}
	#footer ul {
		padding-bottom:10px;
	}
		#footer li {
			display:inline;
			color:#fcd403;
			letter-spacing:0.2em;
			font-size:12px;
		}
			#footer li a {
				color:#fcd403;
				letter-spacing:normal;
				text-decoration:none;
			}
			#footer li a:hover {
				text-decoration:underline;
			}
	#footer p{
		color:#FFFFFF;
	}
	#footer p a{
		color:#fff;
	}
