/*
Theme Name: Black Hole
Theme URI: http://www.falloutmedia.com
Description: Built in Feb of 2007 exclusively for Black Hole
Author: Fallout Media
*/

body {
	font: 14px Arial, Helvetica, sans-serif;
	line-height:1.6em;
	color: #494236;
	background:url(images/bg.jpg) repeat-x;
	background-color:#D8D6CA;
	margin:0px;
	padding:0px;
}
p {
	margin:0px;
	padding:0px 0px 20px 0px;
}
img {
	display:block;
	margin-bottom:20px;
}
h1 {
	font-family: "Georgia",Arial,Helvetica,sans-serif;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #000;
	font-weight: normal;
}
h2 {
	font-family: "Georgia",Arial,Helvetica,sans-serif;
	margin: 15px 0px 5px;
	padding-bottom:5px;
	color: #970F00;
	font-weight: normal;
	font-size:18px;
}
h3 {
	font-family: "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	font-style: italic;
	margin: -5px 0px 20px;
	padding-left:5px;
	color: #999;
	font-weight: normal;
	font-size:12px;
	background:url(images/h3BG.gif) repeat-x;
}
#content ol li {
	padding-bottom:20px;
}
a{
	color: #970F00;
}
a:hover {
	text-decoration:none;
}
.left {
	float:left;
	margin:5px 5px 5px 0px;
}
.right {
	float:right;
	margin:5px 0px 5px 5px;
}
.wrap {
	width:705px;
	margin:0px auto;
}
#mainWrap {
	background:url(images/swirlBg.jpg) no-repeat top center;
	padding: 1px 0 15px 0;
}
#homeWrap {
	background:url(images/homeSwirlBg.jpg) no-repeat top center;
	padding: 1px 0 15px 0;
}
#banner {
	height:159px;
	background:url(images/BHlogo.gif) no-repeat;
}
#homeBox {
	background: url(images/homeBox.jpg) no-repeat;
	height: 160px;
}
.homeBox {
	width: 215px;
	padding-left: 29px;
	float: left;
	height: 160px;
}
.homeBox ul {
	margin: 0px;
	line-height: 1.2em;
	padding:60px 0 0 0;
}
#content .homeBox li {
	background: url(images/homeBullet.gif) no-repeat bottom left;
	list-style: none;
	margin: 0px 0px 5px;
	padding: 0 0 0 15px;
}
.homeBox li a {
	color:#000;
}
#nav {
	float:left;
	position:relative;
	top:123px;
}
#nav a {
	display:block;
	padding:0 15px;
	float:left;
	text-align:center;
	text-decoration:none;
	color:#FFFFFF;
	border-left: 1px dashed #FFFFFF;
	font: normal 14px/37px "Trebuchet MS", Arial, Verdana, Helvetica;
}
#nav a:hover {
	text-decoration:underline;
}
#content {
	float: left;
	width: 490px;
	padding:12px 10px 0 13px;
	color:#000;
}
#content h1 {
	background: url(images/h1Bullet.gif) no-repeat top left;
	padding-left:20px;
	font-size:28px;
	border-bottom:dotted 2px #89836F;
	padding-bottom:10px;
}
#content h1 a {
	text-decoration:none;
	color:#000;
}
.box {
	padding:20px 20px 20px 20px;

}
.box2 {
	background: url(images/box2.gif) no-repeat top left;
	padding:25px 20px 20px 20px;
	margin-top:8px;
}
.galleryBox {
	padding:20px 20px 20px 20px;
}
.galleryBox p{
	clear:both;
}
.galleryBox img {
	float:left;
	border:none;
	padding-right:15px;
	height:100px;
}
#sideBar {
	background: url(images/sidebarBG.gif) no-repeat top left;
	background-color:#C4C2B6;
	float: left;
	width: 175px;
	margin-top:12px;
	line-height:1.4em;
}
#firsth1{
	background: url(images/h1bg_first.gif) no-repeat;
}
.sideh1 {
	background: url(images/h1bg.gif) no-repeat;
}
#sideBar h1 {
	color: #fff;
	font-size: 18px;
	font-weight:normal;
	line-height: 30px;
	padding: 0px 0px 15px 30px;
	margin: 0px;
}
#sideBar p {
	font-size: 12px;
	padding:0px 10px 15px 15px;
}
#sideBarFooter {
	background: url(images/sidebarFooter.gif) bottom;
	height: 60px;
	width: 175px;
}
.clear {
	clear:both;
	height:1px;
}
#footerWrap {
	padding: 60px 0px 40px;
	background:url(images/footer.jpg) no-repeat top center;
	color:#B7B195;
	font-size:12px;
	text-align:center;
	margin-top:-30px;
}

/*------------------------------------------------------

	Drop Down Menu

------------------------------------------------------*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.menu ul{
margin: 0;
padding: 0;
list-style-type: none;
position:relative;
top:123px;
}

/*Top level list items*/
.menu ul li{
position: relative;
display: inline;
float: left;
background: url(images/navBG.gif) repeat-x right;
}

/*Top level menu link items style*/
.menu ul li a{
display: block;
text-decoration: none;
padding:0 15px;
color:#FFFFFF;
border-left: 2px dotted #ccc;
font: normal 14px/37px "Trebuchet MS", Arial, Verdana, Helvetica;
}
.menu ul li a:hover {
	color:#fff;
}
.link a:hover {
	text-decoration:underline;
}
	
/*1st sub level menu*/
.menu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
background:url(images/menuGradient.jpg) repeat-x top;
background-color:#fff;
border-width:0 2px 1px 2px;
border-color:#000;
border-style:solid;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.menu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.menu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.menu ul li ul li a{
display: block;
width: 125px; /*width of sub menu levels*/
color: #000;
text-decoration: none;
padding: 1px 10px;
border-width:0 0 1px 0;
border-color:#000;
border-style:solid;
font-size:12px;
}

.menu ul li ul li a:hover{
color: #970F00;
	background-color:#D8D6CA;
}

/*Background image for top level menu list links */
.menu .mainfoldericon{
}

/*Background image for subsequent level menu list links */
.menu .subfoldericon{
background: #F3F3F3 url(media/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */