*{
	padding: 0;
	margin: 0;
	}
body {
	background: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	color: #CCC;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

p{
	line-height: 1.4em;
	margin: 0 0 1.4em 0;	
}
h2, h3, h4, h5, h6 {
	color: #08bbfd;
	margin: 0px 0px 10px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 1.8em;
	font-weight: normal;
	text-transform: uppercase;
}
a {
	color: #08bbfd;
	text-decoration: none;
}
a:hover {
	color: #08bbfd;
	text-decoration: underline;
}
li {
    list-style: none;
}
.home {
	background: url(../images/bg_home.jpg) no-repeat center top;
}
.sub {
	background: url(../images/bg_sub.jpg) no-repeat center top;
}
#wrapper {
	width: 930px;
	margin: 0px auto;
	padding: 0px;
}
#header-home{
	margin: 0px;
	padding: 0px;
	height: 400px;
}
#header-sub{
	margin: 0px;
	padding: 0px;
	height: 270px;
}
/*#header-home h1{
	position: absolute;
	left: 400px;
	top: 270px;
	height: 90px;
	width: 500px;
	display: block;
	margin: 0;
}
*/
#header-home h1, #header-sub h1{
	display: none;
}



#nav {
	padding-left: 403px;
	display: block;
	height: 35px;
	margin: 0px;

}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#nav a {
	text-transform: uppercase;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px 15px 3px 0;
}

#nav a:hover {
	color: #54d0fd;
}

#nav .current {
	background: #000000;
	color: #FFFFFF;
}
#nav .section_name {
	color: #08bbfd;
	text-decoration: none;
	margin-left: 20px;
	font: bold 20px "Trebuchet MS";
}
#nav ul ul {
	background: #222222;
	z-index: 10;
	position: absolute;
	margin: 0px 0px 0px -999px;
	padding: 5px 5px 10px;
}
#nav li li {
	margin: 0px;
	padding: 0px;
}
#nav li li a {
	display: block;
	padding-right: 25px;
	padding-left: 10px;
	border-bottom: 1px solid #333333;
	margin-top: 5px;
}
#nav li li a:hover {
	color: #08bbfd;
	text-decoration: none;
	background: #333333;
}



#nav li.selected{
}

#nav li.selected a{ /*selected main tab style */
background-color: #000;
color: #08bbfd;
}

#nav li.selected a:hover{ /*selected main tab style */
text-decoration: none;
color: #08bbfd;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
font-size: 12px;
text-align: left;
position:absolute;
top: 0;
line-height:16px;
z-index:100;
background-color: #333;
visibility: hidden;
padding: 5px;
/*border: 1px solid #a4521f; */
/*
	filter: alpha(Opacity=80);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70 ); 
	-moz-opacity:.70; 	opacity:.70;
*/	

}
.dropmenudiv li{
	list-style: none;
}

.dropmenudiv a{
	display: block;
	border-bottom: 1px solid #555;
padding: 4px 6px;
text-decoration: none;
color: white;
/*border-bottom: solid 1px #fff;*/

}

* html .dropmenudiv a{ /*IE only hack*/
width: 180px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #fff;
	text-decoration: none;
	background: #333333 url(../images/bg_dropmenu.jpg) repeat-x;
}


#container {
	margin: 0px;
	padding: 20px 0;
	clear: both;
}

#home-intro {
	margin: 0;
	padding: 0px;
	width: 430px;
	float: left;
}
#home-projects {
	margin: 0;
	padding: 0px;
	width: 430px;
	float: right;
}




#footer {
	margin: 0px auto;
	padding: 10px 0px 0px;
	clear: both;
	width: 930px;
	border-top: 1px solid #424141;
	height: 50px;
	color: #767676;
	text-align: center;
}
#footer ul {
	list-style: none;
	margin: 0px;
	padding: 10px 0px 0px ;

}
#footer li {
	display: inline;
}
#footer a {
	color: #767676;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#footer a:hover {
	color:#08bbfd;
}
#footer p {
	margin: 0px;
	padding: 10px 0px 0px;

}
#footer li, #footer p {
		font-size: .9em;
		
}


.floatleft{
    float: left;
    border: 2px solid #cccccc;
    margin-right: 10px;
    margin-bottom: 4px;
    }


/* clearing
----------------------------------------------- */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}






/* Accordion
----------------------------------------------- */
#accordion h3 a{
	color: #fff;
	display: block;
	margin: 0;
	font-weight: normal;
}
#accordion h3 a:hover{
	text-decoration: none;
	color: #08bbfd;
}
.toggler {
	padding: 5px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.0em;
	background: url(../images/event_header.gif) repeat-x;
		margin: 0;
}
 
.element {
  	display: block;
	margin: 0 0 5px 0;
}
 
.element p {
	margin: 0;
	padding: 15px 4px;
}
.element p strong{
	color: #fff;
}
.element img {
	margin-right: 15px;
	float: left;
	border: solid 3px #a0815c;
} 
 
blockquote {
	text-style:italic;
	padding:5px 0 5px 30px;
}

/* Music page
----------------------------------------------- */
#highlight {
	width: 360px;
	float: left;
	margin-right: 20px;
	background-color: #707070;
}
#highlight-inner {
	margin: 2px;
	padding: 13px;
	background: #000 url(../images/bg_highlight.jpg) repeat-x;
}
#highlight-inner img{
	margin-bottom: 10px;
}
#music-list {
	width: 300px;
	float: left;
	margin-right: 20px;
}
#show-list {
	margin: 15px;
}
#show-list p{
	margin: 5px 0;

}
#show-list strong{
	font-weight: normal;

}
#show-list li{
	border-bottom: dotted 1px #666;

}
#highlight li, #music-list li, #show-list li {
	list-style: none;
}
#highlight em, #music-list em, #show-list em {
	font-size: .9em;
	
}

#sidebar {
	width: 220px;
	float: right;
	background-color: #222;
}
#buynow {
	width: 220px;
	float: right;
	background-color: #222;
}
#main {
	width: 680px;
	float: left;

}


/* forms.css */



#comment-form { margin: 20px 0;}

#comment-form fieldset {
  border: none;
  margin: 5px 0;
  padding: 0;
}


label {
  font-size: 10px;
  text-transform: uppercase;
  display: block;
  width: 180px;
  font-weight: bold;
  color: #fff;
  /*background-color: #333;*/
  padding: 5px 10px; 
  margin-right: 10px;
  float: left;
  text-align: right;

}


#comment-form textarea,
#comment-form input[type="text"] { 
  background: #666 url(../images/bg_highlight.jpg) repeat-x;
  float: left; 
  width: 360px;
  padding: 4px 5px;
  border: 1px solid transparent;
  color: #fff;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
}
.button {
	padding: 4px;
	font-size: 12px;
	color: #fff;
	background: url(../images/button.gif) repeat-x center left;
	border: 1px solid #08bbfd;
	font-weight: bold;
	text-decoration: none !important;
}


.img {
	margin: 0px 15px 3px 0;
	float: left;
	display: block;
	border: solid 1px #a0815c;
	padding: 7px;
}
.img2{
	margin: 0px 15px 3px 0;
	float: left;
	display: block;
	border: solid 3px #424141;
	padding: 7px;
}
.img p{
	font-size: .8em;
	display: block;
	text-align: center;
	margin: 5px 0;
}