@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	color: #666666;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

object {
outline:none;
}

a {
	text-decoration: underline;	
	color: #666666;
}
.sitemap {
	list-style-position: inside;
	list-style-type: circle;
	list-style-image: url(images/red-bullet.gif);
	color:#FFFFFF;
}
.sitemap-gray {
	list-style-position: inside;
	list-style-type: none;
	list-style-image: url(images/black-bullet.gif);
	color:#666666;
}
.gray {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;	
}
/* Text color styles */
.whitebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;	
}

.whitebig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;	
}

.greythin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;	
}

.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;	
}

.white a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:underline;
	color: #FFFFFF;	
}

.redbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#FF0000;
}
.redlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FF0000;
	text-decoration: none;
}
/* Main page container */
#container {
	width: 800px;
	margin: 0px auto;
}
/* Content containers */
#content {
	border: thin solid #666666;
}
#content_about {
	clear: left;
	padding-top: 30px;
	padding-left: 25px;
	padding-bottom: 50px;
}
#content_media {
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 50px;
}
#content_music {
	clear: left;
	padding-top: 0px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
}
#content_music_disc {
	clear: left;
	padding-left: 35px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#sidebar_music {
	min-height: 100%;
	height:100%;
	width: 275px;
	float: left;
	padding-top: 2px;
}
#sidebar_music a:link{
	cursor:pointer;
	display:block;
	margin:1px;
}
#sidebar_music a:visited{
	cursor:pointer;
	display:block;
	margin:1px;
}
#sidebar_music a:hover{
	cursor:pointer;
	border:1px solid #FFFF66;
	margin:0;
}
#content_contact {
	clear: left;
	padding-top: 30px;
	padding-left: 100px;
	padding-bottom: 50px;
	width:300px;
	float:left
}
#content_events {
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 50px;
}
#centertext {
	width: 50%;
	height: auto;
}
/* Header menu */
#menu {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;	
	height: 35px;
}
/* Submenu styles */
#submenu {
	float: right;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;	
	height: 35px;
}
#subfoundation {
	float: left;
	width:100%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;	
	height: 35px;
}
#submenuabout {
	float: left;
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;	
	height: 34px;
}
#submenuevents {
	float: left;
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;	
	height: 34px;
}

/* Subblock styles */
#subblock {
	float: right;
	width: 100px;
	height: 35px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #666666;	
}
#subblockabout {
	float: left;
	width: 197px;
	height: 34px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #666666;	
}
#subblockevents {
	float: left;
	width: 417px;
	height: 34px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #666666;	
}
#subblockmedia {
	float: left;
	width: 346px;
	height: 34px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #666666;	
}
#subblockmusic {
	float: left;
	width: 280px;
	height: 34px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #666666;	
}

/* Main Sub Nav */
 #subnav ul{
 	float: right;
	padding-top: 10px;
	margin: 0;
	white-space: nowrap;
	background-color: #000000;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#subnav ul li{
	padding-top: 10px;
   display: inline;
   padding: 10px;
}
#subnav ul li a{
   background-color: #000000;
   color:#666666;
   text-decoration: none;
}
#subnav ul li a:hover{
   background-color: #000000;
   color:#ffffff;
   text-decoration: none;
}
#subnav ul li.active{
   background-color: #000000;
   color:#FF0000;
   text-decoration: none;
}

/* Main Sub Nav */
  #subnavfoundation ul{
    float: right;
    clear: none;
    margin-top: 2px;
    padding-top: 10px;
    margin: 0;
    white-space: nowrap;
    background-color: #000000;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
#subnavfoundation ul li{
	padding-top: 10px;
   display: inline;
   padding: 10px;
}
#subnavfoundation ul li a{
   background-color: #000000;
   color:#666666;
   text-decoration: none;
}
#subnavfoundation ul li a:hover{
   background-color: #000000;
   color:#ffffff;
   text-decoration: none;
}
#subnavfoundation ul li.active{
   background-color: #000000;
   color:#FF0000;
   text-decoration: none;
}

/* About Sub Nav */
 #subnavabout ul{
 	float: left;
	padding-top: 10px;
	margin-top: 1px;
	white-space: nowrap;
	background-color: #000000;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#subnavabout ul li{
	padding-top: 10px;
   display: inline;
   padding: 10px;
}
#subnavabout ul li a{
   background-color: #000000;
   color:#666666;
   text-decoration: none;
}
#subnavabout ul li a:hover{
   background-color: #000000;
   color:#ffffff;
   text-decoration: none;
}
#subnavabout ul li.active{
   background-color: #000000;
   color:#FF0000;
   text-decoration: none;
}

/* About Sub Nav */
 #subnavevents ul{
 	float: left;
	padding-top: 10px;
	margin-top: 1px;
	white-space: nowrap;
	background-color: #000000;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#subnavevents ul li{
	padding-top: 10px;
   display: inline;
   padding: 10px;
}
#subnavevents ul li a{
   background-color: #000000;
   color:#666666;
   text-decoration: none;
}
#subnavevents ul li a:hover{
   background-color: #000000;
   color:#ffffff;
   text-decoration: none;
}
#subnavevents ul li.active{
   background-color: #000000;
   color:#FF0000;
   text-decoration: none;
}

/* Bottom content & blocks */
.content_bottom {
	padding-top: 45px;
	padding-left: 20px;
	padding-right: 20px;
	height: 110px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
}

#subcontentl {
	float: left;
	width: 250px;
	height: auto;
}
#subcontentr {
	float: right;
	width: 250px;
	height: auto;
}

/* 3 column center layout */
#leftbox_member {
	padding-left: 25px;
	padding-right: 25px;
	float: left;
	height: 250px;
	position: relative;
	width: 180px;
}
#rightbox_member {
	padding-left: 30px;
	height: 250px;
	float: right;
	position: relative;
	width: 180px;
}

/* Project styles */
#project {
	padding-top: 15px;
	padding-left:15px;
	padding-right: 20px
	width: 783px;
	height: 257px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#project .content {
	float: right;
	padding-right: 20px;
	width: 400px;
}
#project-bottom .content {
	float: right;
	padding-right: 20px;
	width: 400px;
}
#project-bottom {
	padding-top: 15px;
	padding-left:15px;
	width: 800px;
	height: 272px;
}
.music_right {
	min-height:280px;
	width: 400px;
	float: right;
	padding-top: 15px;
	padding-left:60px;
	text-align: left;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #666666;	
}
/* Image Float */
img.floatleft {
	float: left;
	margin: 0px 14px 3px 0px;
} 
img.floatleft_project {
	float: left;
	margin: 0px 14px 3px 0px;
} 
img.floatleft_music {
	clear: right;
	float: left;
	margin: 15px 15px 3px 15px;
} 
img.floatright {
	float: right;
	margin: 0px 14px 3px 0px;
} 
/* Footer styles */
#footer {
	height: 36px;
	clear: left;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
}
#footer_right {
	float: right;
	width: 190px;
	height: 36px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #666666;
}
#footerfront {
	height: 68px;
	clear: left;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
}
#footerfront_right {
	float: right;
	width: 235px;
	height: 68px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #666666;
}
.footertext {
	padding-top: 12px;
	padding-left: 8px;
	padding-right: 15px;
}
.footerlinks {
	clear: none;
}


/* commerce link styles */


#itunes {
	background : url(images/itunes.jpg)	0px	0px	no-repeat;	
	padding-left : 22px;
	height : 17px;
}

#amazon {
	background : url(images/amazon.jpg)	0px	0px	no-repeat;	
	padding-left : 22px;
	height : 17px;
	}

#emusic {
	background : url(images/emusic.jpg)	0px	0px	no-repeat;	
	padding-left : 22px;
	height : 17px;
	}

#boac_store {
	background : url(images/boac.jpg)	0px	0px	no-repeat;	
	padding-left : 22px;
	height : 17px;
	}

#commercebar {	
	width : 350px;
	height : 170px;
	display : block;
		
}

#commercebar a { margin : 10px; margin-top:15px; display : block;}		
		

#commercebar a:active { text-decoration : none; color:#ffffff;}
#commercebar a:link { text-decoration : none; color:#ffffff;}
#commercebar a:visited { text-decoration : none; color:#ffffff;}
#commercebar a:hover { text-decoration : underline; }


