@charset "UTF-8";
body{
	font-family: Verdana, Geneva, sans-serif;
	color: #666666;
	background-color: black;
	background: black url('assets/design/bg.jpg') repeat-y center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

#wrapper{
	background-color: white;
	margin: 0px auto;
	padding:0px;
	width: 900px;
	overflow: hidden;
	}

#page {
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow:hidden;
	}

p{
	font-size: 12px;
	line-height: 20px;
	}

a{
	text-decoration: none;
	color: #666666;
	}

a:hover{
	text-decoration: none;
	}

a:active{
border:none;
}

ul{
	list-style-image: url('assets/design/li.jpg');
	}

li{
	font-size: 12px;
	margin: 0px 0px 15px 0px;
	}

img{
	border: none;
	margin: 0px;
	padding: 0px;
	}

a img{
	border:none;
	}

h2{
font-weight: normal;
font-size: 24px;
}

.green{
	color: #7ACC5A;
	}

.orange{
	color: #F56700;
	}

.blue{
	color: #1390C2;
	}


.yellow{
	color: #EFC100;
	}

.red{
	color: #E21937;
	}


.left{
	margin-top: 5px;
	float:left;
	margin-right: 15px;
	margin-bottom: 10px;
	}
	
.right{
	margin-top: 5px;
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
	}


.center{
	display: block;
	margin-left:auto;
	margin-right:auto;
	}

/*  Header  */

#header img{
margin-bottom: 2px;
}

#logo{
	margin-left: 15px;
	float: LEFT;
	}

#headerbtns{
	padding-top: 115px; 
	}

#headerbtns img{
	vertical-align: text-bottom;
	}	

#headerbtns p{
	display: inline;
	font-size: 10px;
	}
	
#headerbtns a{
	display: block;
	text-align: right;

	}



/*  Nav Bar  */
#nav { /* all lists */
	height: 66px;
	width: 750px;
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}

 #nav ul { /* all lists */
	padding: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 150px;
}

#nav li { /* all list items */
	float: left;
	width: 150px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 148px;
	line-height:24px;
	margin:1px 0 0 0;
	padding:0;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -30px 0 0 150px;
	padding:0;
	border-left: 2px solid #ffffff;
}

#nav li {
	border-bottom: 1px solid #ffffff;
	width:150px;
	margin:0;
	padding:0;
}


#nav ul li a{
	color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-size:13px;
	line-height:18px;
	padding:6px;
}

#nav li:last-child{
	border:none;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/*
#navbar{
	height: 65px;
	width: 752px;
	margin: 5px 0 0 0;
	}

#navbar img{
	margin-bottom: -1px;
	}

#navbar ul{
	padding: 0px;
	margin: 0px;
	}

#navbar li{
	cursor: pointer;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 2px 0px 0px;
	list-style:none;
	}
	
#navbar a{
	font-size: 13px;
	width: 135px;
	}
*/

/* DROPDOWNS
	Level One  
ul.dropdown{
 	position: relative;
	margin: 0px 0px;
	padding: 0px 0px;
	}

ul.dropdown li.hover,
ul.dropdown li:hover{
	position: relative;
	} 
	*/

/* 	Level Two 
ul.dropdown ul{ 
	width: inherit; 
	visibility: hidden; 
	position: absolute; 
	top: 100%; 
	left: 0; 
	padding: 0px 5px;
	margin: 0px 0px;
	}

ul.dropdown ul li{
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	float: none;
	width: 100%;
	}
	
ul.dropdown ul li:last-child{
	border:none;
	}

ul.dropdown ul li a{ 
	display: inline-block;
	margin: 5px;
	color: white;
	line-height: 16px;
	} 
 */	
	
/* IE 6 & 7 Needs Inline Block
ul.dropdown ul li a{ 
	display: inline-block;
	margin: 5px;
	color: white;
	} 
 */	
/* 
	LEVEL THREE


ul.dropdown li ul ul { 
	visibility: hidden;
	left: 100%; top: 0;
	border-left: 2px solid white;
	}
	
#red ul { 
	visibility: hidden;
	left: -100%; top: 0; 
	border-left: none; 
	border-right: 2px solid white;
	}


ul.dropdown li:hover > ul { 
	visibility: visible; 
	}	
*/	
#green li{
	background-color: #7ACC5A;
	}

#green li:last-child{
	background-color: none;
	background: url('assets/design/green.png') no-repeat bottom right;
	}
	
/*#green li:last-child:hover{
	background-color: #7ACC5A;
	}*/

#green ul li:last-child:hover{
	background-color: none;
	background: url('assets/design/green.png') no-repeat bottom right;
	}

#orange li{
	background-color: #F56700;
	}

#orange li:last-child{
	background-color: none;
	background: url('assets/design/orange.png') no-repeat bottom right;
	}

/*#orange li:last-child:hover{
	background-color: #F56700;
	}*/

#orange ul li:last-child:hover{
	background-color: none;
	background: url('assets/design/orange.png') no-repeat bottom right;
	}

#blue li{
	background-color: #1390C2;
	}

#blue li:last-child{
	background-color: none;
	background: url('assets/design/blue.png') no-repeat bottom right;
	}
	
/*#blue li:last-child:hover{
	background-color: #1390C2;
	}*/

#blue ul li:last-child:hover{
	background-color: none;
	background: url('assets/design/blue.png') no-repeat bottom right;
	}

#yellow li{
	background-color: #EFC100;
	}
	
#yellow li:last-child{
	background-color: none;
	background: url('assets/design/yellow.png') no-repeat bottom right;
	}
	
/*#yellow li:last-child:hover{
	background-color: #EFC100;
	}*/	

#yellow ul li:last-child:hover{
	background-color: none;
	background: url('assets/design/yellow.png') no-repeat bottom right;
	}
	
#red li{
	background-color: #E21937;
	}

#red li:last-child{
	background-color: none;
	background: url('assets/design/red.png') no-repeat bottom right;
	}

#red li ul li:last-child{
	background-color: none;
	background: url('assets/design/redflip.png') no-repeat bottom right;
	}


/* For feature slideshow */

#feature{
	padding: 0px;
	margin: 0px;
	}



/* Columns on the front page */

#lists{
	margin: 30px 0 50px 0;
	height: 295px;
	}

#links{
	background: url('assets/design/links.jpg') no-repeat top right;
	width: 225px;
/*	margin: 0px 35px 70px 0px; */
	float:left;
	height: 100%;
	}

#blogs{
	background: url('assets/design/blogs.jpg') no-repeat top right;
	width: 225px;
/*	margin: 0px 35px 70px 0px; */
	height: inherit;
	float:left;
	height: 100%;
	}


#mission{
	background: url('assets/design/mission.jpg') no-repeat top right;
	width: 225px;
/*	margin: 0px 0px 0px 525px;
	padding: 0px 0 5px 0; */
	height: 100%;
	}

#missiontext {
padding-top: 50px;
}

.frontlist ul{
	margin-top:60px;
	margin-left:30px;
	padding:0px;
	width: 190px;
	}

#missiontext p{
	line-height: 16px;
	text-align: left;
	margin-left:20px;
	margin-bottom:10px;
}

#entry{
    width: 750px;
	margin: 20px 0 50px 0;
	}

/* Sidebar */

#sidebar{
	float: left;
	width: 200px;
	background: url('assets/design/sidebar.jpg') no-repeat top left;
	margin: 0 0 40px 0;
	}

#sidehead{
	width: 200px;
	height: 50px;

	}

#sidelist{
	width: 170px;
	margin-bottom: 20px;
	}

#sidelist ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	}

#sidelist li{
	width: 165px;		
	list-style-image: url('assets/design/li.jpg');
	}

#sidelist li ul li{
	list-style-type: none;
	list-style-image: none;
	}

#sidelist li a{
color: #333333;
text-decoration: none;
}

#sidelist li a:hover{
text-decoration: none;
}

#sidebar h2{
	margin-top: 8px;
	margin-left: 20px;
	font-size: 14px;
	}
	
#sidelist li ul{
margin: 10px 0 20px 0;
}

#sidelist li ul li{
width: 140px;
font-size: 11px;
margin: 0 0 8px 0;
list-style: none;
}

#sidelist li ul a{
color: #666666;
text-decoration: none;
}

#sidelist li ul a:hover{
text-decoration: none;
}

/* Content */

#content{
	margin:0px 0px 50px 225px;
	padding: 0 0 0 0;
	}
	
#content a{
	color: #cc0000;
	text-decoration: none;
}

#content a:hover{
	text-decoration: none;
}

#content h2{
	margin: 3px 0px 15px 0px;
	}

#content ul{
	margin-right: 45px;
	}

#content p{
	}

#content img{
	}
	
/* Blog */
.BlogEntry {
	width:525px;
	min-height:120px;
}
.BlogEntry img{
	padding:2px;
	border:1px solid #999;
}

.BlogEntry h1 {
	font-size:12px;
	font-weight:bold;
	line-height:28px;
	color:#333;
	margin:0;
}
.BlogEntry h1 a {
	font-size:12px;
	font-weight:bold;
	line-height:28px;
	margin:0;
}

.BlogEntry p {
	font-size:12pxem;
	line-height:20px;
	margin:0;
}

.CommentError {
	border:1px solid #CCC; 
	background-color:#8D795B; 
	padding:10px; 
	color:#AD1B21;
	font-size:11px;
	font-weight:bold;
	width:624px;
}
.Comment {
	border:1px solid #CCC; 
	background-color:#EFEFEF; 
	padding:10px; 
	margin-bottom:10px;
	width:624px;
}
.CommentHeader {
	color:#AD1B21;
	font-size:11px;
}

.FormLable {
	font-size:11px;
}
.TexTBox {
	background: #eee !important;
	width: 210px;
	color: #a27d76;
	font-family: Arial, Tahoma, Verdana;
	font-size:12px;
	margin:4px 0 0 0;
	border: 1px solid #95979a;
	height:20px; 
}

.ButtonStyle {
	font-family:'Lucida Sans Unicode', 'Lucida Grande', Lucida Sans, Lucida, Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:12px;
  	border:1px solid #c5c5b6;
	padding:3px 6px;
	margin:0px 0;
	cursor:pointer;
	text-align:center;
}
form, select, input {
	display:inline;
}





.archivedate li {list-style:none}
#ArchiveList .toggle{cursor:pointer;font-family:Arial,sans-serif}
#ArchiveList .toggle-open{_font-size:1.7em;line-height:.6em}
#ArchiveList{text-align:left}
#ArchiveList a.post-count-link,#ArchiveList a.post-count-link:link,#ArchiveList a.post-count-link:visited{text-decoration:none}
#ArchiveList a.toggle,#ArchiveList a.toggle:link,#ArchiveList a.toggle:visited,#ArchiveList a.toggle:hover{color:inherit;text-decoration:none}
.BlogArchive #ArchiveList ul li{background:none;list-style:none;list-style-image:none;list-style-position:outside;border-width:0;padding-left:15px;text-indent:-15px;margin:.25em 0;background-image:none}
.BlogArchive #ArchiveList ul ul li{padding-left:1.2em}
.BlogArchive #ArchiveList ul{margin:0;padding:0;list-style:none;list-style-image:none;border-width:0}
.BlogArchive #ArchiveList ul.posts li{padding-left:1.3em}
#ArchiveList .collapsed ul{display:none}

.backlink-toggle-zippy{padding-right:11px;margin-right:.1em;cursor:pointer;cursor:hand;background:url(http://www.blogger.com/img/triangle_ltr.gif) no-repeat left center}.expanded-backlink .backlink-toggle-zippy{background-image:url("http://www.blogger.com/img/triangle_open.gif")}.collapsed-backlink .collapseable{display:none}


/* Footer */

#footer{
	height: 50px;
	clear: both;
	border-top: 1px solid #333333;
	padding: 0px 0px 0px 20px;
	}

.address{
	float:left;
	margin-right: 25px;
	}

#revenue{display: inline; float: right; padding: 15px 0 0 0;}

#revenue img{
	display: inline;
	}	

#revenue p{
	display: inline;
	font-size: 10px;
	}
	
#revenue a{
	text-decoration: none;
	display:inline;
	margin: 0px 3px 0px 0px;
	}


.small{
	font-size:10px;
	line-height: 14px;
	}
	
#results{
margin: 25px 0 0px 0;
}

#query{
margin:0;
}

#query p{
margin: 5px 0 0 0;	
}

.artistlist{
width: 180px;	
}

.disclist{
width: 150px;	
}

.audiencelist{
width: 150px;	
}
	
.result{
margin: 0 0px 20px 0;
width: 520px;
height: 110px;
}

h3{
font-weight: normal;
margin: 10px 0px;
}

.result p{
font-weight: normal;
margin: 0px;
}


#profile{
margin: 25px 0px 0px 0px;
}

#profile img {
margin-bottom: 30px;
}

#youtube{
padding: 0px auto 0px auto ;
}

#profile h3{
clear:right;
margin-top: 20px;
}

.desc {
margin: 0px 0px 0px 0px;
font-style: italic;
}