/*   
Theme Name: BlackBox	
Theme URI: blackbox-tech.com
Description: A custom WordPress theme built for BlackBox by BlackBox	
Author: V. Scott Ellis
Author URI: blackbox-tech.com	
Template: 
Version: 1.0
*/


body {
	background: #ffffff;
	width: 980px;
	color: #323232;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	padding: 0px;
        text-align: center;
        margin:0px auto;
	}
#outerwrapper {
	background: ;
	width: 980px;
	
}
#header {
         height: 150px;
}
#header a img {
        border: none;
}
#headerleft {
          background: url(images/song-division-logo.jpg);
          background-repeat: no-repeat;
          height: 131px;
          width: 490px; 
          float: left;
}
#headerright {
          height: 131px;
          width: 490px;
          float: left;
		  *float:right;
		  *margin-right:-12px;
		  *margin-top:30px;
          display: inline;
          text-align: right;
          padding-top: 10px;
}

/***************
*     NAV      *
/************* */

#navbar {
        background-repeat: repeat-x;
	width: 980px;
	height: 50px;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#navbarleft {
        background: url(images/nav-background.jpg);
	width: 980px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#navbarright {
	width: 280px;
	float: right;
	margin: 0px;
	padding: 3px 0px 0px 0px;
	}
#nav {
	margin: 0px;
	padding: 0px;
	}
#nav ul {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
#nav ul li {
	z-index: 9999;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link, #nav li a:visited {
        background: url(images/nav-background.jpg);
	color: #CCCCCC;
	display: block;
	font-size: 14px;
        margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	border-right: 1px solid #dddddd;
        text-transform: uppercase;
        text-decoration: none;
	}
	
#nav li a:hover, #nav li a:active { 
background: url(images/nav-background.jpg);
	color: #FFFFFF;
	display: block;
	text-decoration: none;
        margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
        text-transform: upper;
        text-decoration: none;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	z-index: 100; 
        opacity: .90;
	filter: alpha(opacity=90);
	background: #5D87B4;
	width: 170px;
	color: #eeeeee;
	float: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
        font-size: .8em;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #1763B4;
	color: #FFFFFF;
	padding: 7px 10px 7px 10px;
        font-size: .8em;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	margin: 0px;
	padding: 0px;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 160px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -31px 0 0 192px;
	}

#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 {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}

	
#bodywrapper {
	width: 980px;
	display: inline;
}

*****************
/*    HOMEPAGE    */
*****************

#bodytop {
	width: 980px;
	height: 370px;
	background: #ffffff;
}

#bodytopleft {
        float: left;
	display: inline;
	width: 590px;
	height: 379px;
	padding: 25px 0px 0px 0px;
	background: #ffffff;
}

#bodytopleftnew {
        float: left;
	display: inline;
	width: 440px;
	padding: 0px 10px 0px 0px;
	background: #ffffff;
	border-right:1px solid #979797;
	margin-top:0px;
}
#bodytopleftnew p { margin:12px 0px 3px 0px; }
#bodytopleftnew ul { margin:0; }
#bodytopleftnew ul li { line-height:19px; }
#bodytopleftnew h1 { margin:0px 0px -10px 0px; }

#bodytopright {
        float: left;
	display: inline;
	width: 360px;
	height: 370px;
	text-align: left;
        font-size: 14px;
	background: #ffffff;
}
#bodytopright h1 {
	color: #1766B5;
        font-size: 18px;
}
#bodytopright h1 a {
	color: #1766B5;
        text-decoration: none; 
        font-size: 18px;
}
#bodytopright h1 a:hover {
	color: #1766B5;
        font-size: 18px;
        text-decoration: underline; 
}
#bodytopright a {
	color: #FFFFFF;
        text-decoration: none;
        font-size: 14px;
}
#bodytopright a:hover {
	color: #1766B5;
        text-decoration: underline;
        font-size: 14px;
}
#bodytopright p {
	margin: 20px 0px 0px 0px;
        font-size: 14px;
}


#bodytoprightnew {
        float: left;
	display: inline;
	width: 500px;
	text-align: left;
        font-size: 14px;
	background: #ffffff;
	padding-left:15px;
}
#bodytoprightnew h1 {
	color: #1766B5;
        font-size: 18px;
}
#bodytoprightnew h1 a {
	color: #1766B5;
        text-decoration: none; 
        font-size: 18px;
}
#bodytoprightnew h1 a:hover {
	color: #1766B5;
        font-size: 18px;
        text-decoration: underline; 
}
#bodytoprightnew a {
	color: #1766B5;
        text-decoration: none;
        font-size: 14px;
}
#bodytoprightnew a:hover {
	color: #1766B5;
        text-decoration: underline;
        font-size: 14px;
}
#bodytoprightnew p {
	margin: 20px 0px -5px 0px;
        font-size: 14px;
}
#bodytoprightnew h4 { margin:6px 0 -10px 0; padding:0;}
#bodytoprightnew h5 { margin:6px 0 -10px 0; padding:0;}
#bodytopleftnew h5 { margin-bottom:5px;  font-size:12px; margin-top:6px; padding-top:0;}
#bodytopleftnew ul { margin-top:0; padding-top:0;  }
#bodytopleftnew ul li {  font-size:11px; line-height:14px;   color:#323232; 
font-family:Verdana,Helvetica,Arial,sans-serif;
 }
#bodytoprightnew ul { margin:10px 0 -5px 0; padding-top:0; }
#bodytoprightnew ul li {  font-size:11px; line-height:14px;   color:#323232; 
font-family:Verdana,Helvetica,Arial,sans-serif;
 }



#bodymid {
	float:left;
        display:inline;
	width: 980px;
	background: transparent;
	border-bottom: 4px double rgb(125,125,125);
	margin: 0px 0px 0px 0px;
        padding: 0px 0px 5px 0px;
        text-align: middle;
}
#bodymid img {
	float:left;
        display:inline;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 1.25em;
	margin-right: 1.25em;
        padding: 0px 0px 0px 0px;
}
#ticker {
        position: relative;
        bottom: 0px;
        z-index: -10;
}

#bodybottom {
	width: 980px;
	height: 160px;
	display: inline;
	margin: 10px 0px 10px 0px;
	text-align: left;
}

#bodybottom h1 {
	color: #1766B5;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	text-align: left;
	font-size: 13px;
}
#bodybottom h1 a {
	color: #1766B5;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	text-align: left;
	font-size: 12px;
}
#bodybottom a {
	color: #323232;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	text-align: left;
	font-size: 12px;
         text-decoration: none;
}
#homeheader a, #homeheader a:hover {
         font-family: Verdana,Helvetica,Arial,sans-serif;
	color: #1766B5;
         font-size: 16px;
}
#bodybottom a:hover {
        text-decoration: underline;
}

#bodybottom ul {
	list-style: square;
	position: relative;
	left: 0px;
	top: 0px;
}

#bodybottom li, li a {
	list-style: square;
	font-size: 12px;
	color: #323232;
	padding: 2px 0px 0px 0px;
}
#bodybottom li a,
#bodybottom li a:link,
#bodybottom li a:active,
#bodybottom li a:visited { font-size:12px; }

#bodybottomleft {
        float: left;
	width: 255px;
	height: 165px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-right: 1px dotted rgb(125,125,125);
	background:;
	color: #323232;
	font-size:12px;
}

#bodybottomleft h1 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 16px;
}

#bodybottommiddle {
        float: left;
	width: 227px;
	height: 155px;
	margin: 10px 0px 0px 0px;
	padding: 0px 10px 0px 15px;
        border-right: 1px dotted rgb(125,125,125);
}

#bodybottommiddle h1 {
	margin: -5px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#bodybottommiddle img {
	border: none;
}


#bodybottomsm {
        float: left;
	width: 195px;
	height: 155px;
	margin: 10px 0px 0px 0px;
	padding: 0px 10px 0px 15px;
        border-right: 1px dotted rgb(125,125,125);
}

#bodybottomsm h1 {
	margin: -5px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#bodybottomright {
        float: left;
	width: 220px;
	height: 155px;
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}

#bodybottomright h1 {
	margin: 1px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#bodybottomright h1 {
	color: #1766B5;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	text-align: left;
	font-size: 14px;
}

#bodybottomright img {
	border: none;
}

.slideimg { height:100px; }
.imgsm { border:0; width:35px}



#footer {
	float: left;
	display: inline;
	height: 30px;
	width: 980px;
	border-top: 1px solid rgb(125,125,125);
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	font-size: 10px;
	color: #888888;
	text-align: left;
}

/*******************************************
                CONTENT
*******************************************/

#contentarea {
/*      border: 2px solid #00FF00; */
        float: left; 
        display: inline: 
        width: 980px;
        color: #323232;
        text-align: left;
        line-height: 1.5em;
}
#contentarealt {
        float: left; 
        width: 620px;
        color: #323232;
        text-align: left;
        padding: 20px 10px 10px 10px;
        margin: 0px 0px 0px 0px;
/*      border: 2px solid #FF0000; */
}
#contentareart {
        float: left; 
        display: inline;
        width: 300px;
        color: #323232;
        text-align: left;
        padding: 10px 0px 10px 0px;
        margin: 0px 0px 0px 0px;
/*      border: 2px solid #0000FF; */
}
#contentareafull {
        float: left; 
        width: 960px;
        color: #323232;
        text-align: left;
        padding: 20px 10px 10px 10px;
        margin: 0px 0px 0px 0px;
/*      border: 2px solid #FF0000; */
}
#contentareart li {
       list-style: none;
}
h1 {
       color: #1766B5;
       font-size: 18px;
       text-transform: uppercase;
}

h2 {
       color: #1766B5;
       font-size: 18px;
       text-transform: uppercase;
}
a {
       color: #1766B5;
       text-decoration: underline;
}
.date {
       color: #cccccc;
}
/*******************************************
                SIDEBAR
*******************************************/

#sidebar {
        float: left; 
        width: 300px;
        color: #323232;
        text-align: left;
        border-left: 1px dotted #C0C0C0;
        padding: 0px 0px 0px 20px;
}
#sidebar h2 {
	color: #1766B5;
	font-family: tahoma, arial, verdana, "trebuchet ms";
	text-align: left;
	font-size: 16px;
        font-weight: bold;
        border-bottom: 1px dotted #C0C0C0;
}
#sidebar h2 a {
	color: #1766B5;
	font-family: tahoma, arial, verdana, "trebuchet ms";
	text-align: left;
	font-size: 16px;
        font-weight: bold;
        border-bottom: 0px dotted #C0C0C0;
        text-decoration: none;
}
#sidebar h2 a:hover {
       text-decoration: underline;
}
#sidebar h3 a {
	color: #000000;
	font-family: tahoma, arial, verdana, "trebuchet ms";
	text-align: left;
	font-size: 12px;
        font-weight: none;
        border-bottom: 0px dotted #C0C0C0;
        text-decoration: none;
}
#recent {
        margin: 0px 0px 25px 0px;
}
/******************************************
              GALLERY PAGE
******************************************/

#gallerypost {
background: #FFFFFF;
float: left;
width: 530px;
margin: 0px 0px 10px 0px;
padding: 10px 10px 10px 10px;
text-align: left;
}

#gallerypost img {
border: 1 px double #0000FF;
}

/******************************************
              THEME PAGE
******************************************/
#themeimage {
       float: left;
       width: 300px;
       margin: 0px 0px 20px 0px;
}
#themeinfo {
       float:left;
       width: 290px;
       margin: 0px 0px 20px 0px;
       padding: 0px 0px 0px 10px;
}
#year {
       float: left;
       border-right: 1px dotted #CCCCCC;
       width: 290px;
       padding: 0px 10px 0px 0px;
}
#year img {
       border: 0px;
}
#lifetime {
       float: left;
       width: 280px;
       margin: 0px 0px 0px 10px;
}
#lifetime img {
       border: 0px;
}
#unsupported {
       float: left;
       margin: 30px 0px 0px 0px;
       font-size: 10px;
}
#unsupported a {
       font-size: 10px;
}
/******************************************
              COMMENTS 
******************************************/

#commentarea {
	width: 620px;
	color: #000000;
	font-size: 12px;
	font-family: tahoma, arial, verdana, "trebuchet ms";
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 20px 0px;
	}
#commentarea p {
       color: #323232;
       font-family: tahoma, arial, verdana, "trebuchet ms";
       font-size: 12px; 
}
/******************************************
              404
******************************************/
#error p, ul, li {
       text-align: left;
       align: left;
}


#container {
  width: 400px;
  padding: 0px;
  border: 1px solid #bfbfbf;
  margin: 0 auto;
  position: relative;
  background:transparent;
  overflow:hidden;
  z-index:1;
  padding:0;
  height:100px;
}
#window {
  width: 400px;
  height: 90px;
  padding: 0px;
  border: 0px solid #666;
  margin: 0 auto;
  background:transparent;
  overflow:hidden;
  position:relative;
  z-index:2;
}
.box {
  height: 50px;
  width: 80px;
  border: 0px solid #666666;
  position: absolute;
  z-index: 5;
}
.box img { height:50px; }

#container2 {
  width: 400px;
  padding: 0px;
  border: 1px solid #bfbfbf;
  margin: 0 auto;
  position: relative;
  background:transparent;
  overflow:hidden;
  height:40px;
  *height:50px; 
}
#window 2{
  width: 400px;
  height: 20px;
  *height:30px;
  padding: 0px;
  border: 0px solid #666;
  margin: 0 auto;
  background:transparent;
  overflow:hidden;
}
.box2{
  height: 20px;
  *height:30px;
  border: 0px solid #666666;
  position: absolute;
  z-index: 100;
  text-align:center;
  padding:0;
  line-height:10px;
}

.red { background-color: #ff6868;}
.green { background-color: 7cd980;}
.blue { background-color: #5793ea;}
.yellow { background-color: #f9f69e;}
.purple { background-color: #ffbffc;}
  .cyan { background-color: #bff3ff;}


.red2 { background-color: #ff6868;}
.green2 { background-color: 7cd980;}
.blue2 { background-color: #5793ea;}
.yellow2 { background-color: #f9f69e;}
.purple2 { background-color: #ffbffc;}
  .cyan2 { background-color: #bff3ff;}
  
   #contactFormContainer
            {
            	position:relative;
            	left:0px;
				top:-141px;
            	float:right;
				z-index:400000;
            }
            #contactForm
            {
            	height:525px;
            	width:499px;
				background:#8CADCE;
            	display:none;
				position:relative;
				z-index:49999;
            }
			#contactform a,
			#contactform a:link,
			#contactform a:active,
			#contactform a:visited {
				font-size:10px;
			}
            #contactForm fieldset
            {
            	padding:0px;
            	border:none;
            }      
            #contactForm label
            {
            	display:block;
            	color:#ffc400;
				color:#000;
				text-align:left;
            }      
            #contactForm input[type=text]
            {
            	display:block;
            	border:solid 1px #4d3a24;
            	width:100%;
            	margin-bottom:10px;
            	height:17px;
				font-size:11px;
				letter-spacing:1px;
            }  
            #contactForm textarea
            {
            	display:block;
            	border:solid 1px #4d3a24;
            	width:100%;
            	margin-bottom:10px;
            }  
            #contactForm input[type=submit]
            {
            	background-color:#4d3a24;
				background:#fff;
            	border:solid 1px #23150c;
				border: 1px solid #555;
            	color:#fecd28;
				color:#8CADCE;
            	padding:5px;
            }                
            #contactLink
            {
            	height:40px;
            	width:499px;
            	background-image:url('http://www.songdivision.com/wp-content/uploads/2010/08/slidein_button.png');
            	display:block;
            	cursor:pointer;
				position:relative;
				z-index:5555555;
            }
            #messageSent
            {
            	color:#ff9933;
            	display:none;
            }
			p.formtitle { color:#000; font-weight:bold; margin:0; padding:0; text-align:center;}
			p.smallcontact { font-size:10px;}
			
			
			
			/* liScroll styles */

.tickercontainer { /* the outer div with the black border */

background: #fff; 
width: 480px; 
margin: 0 0 0 0px; 
padding: 0
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 8px;
width: 460px;
overflow: hidden;
background:transparent;
}
ul.newsticker { /* that's your list */
position: relative;
left: 440px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 10px;
background:transparent;
border: 0px solid #999;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0 8px 0 10px;
background: transparent;

*width:200px;
*height:75px;
*overflow:hidden
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
font: bold 10px Verdana;
margin: 0 50px 0 0;
} 
ul.newsticker img { height:50px; float:left; }
ul.newsticker span {
margin: 0 10px 20px;
padding: 0 0 20px;
float:right;
*float:left;
}

.antispam { display:none;}