/***********************************************/
/***********************************************/ 
/*                                             */
/*        bs2.css - bibbySound CSS v2          */
/*                                             */
/***********************************************/ 
/***********************************************/ 

body{
	font-family: Tahoma,Verdana,Arial,sans-serif;
  font-size: 140%;
	color: #dddddd;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #000000;
/*	background-image: url("http://bibbysound.com/darkgrid1.gif");*/
/*	background-image: url("darkgrid1.gif");*/
/*	background-image: url("gbg2.jpg");*/
	background-image: url("gbg4.jpg");
/*	background-repeat: repeat-x;*/
	
}

a{
	color: #EE0000;
/*	text-decoration: none;*/
}

a:link{
	color: #EE0000;
}

a:visited{
	color: #EE0000;
	text-decoration: underline;
}

a:hover{
	color: #FF0000;
	text-decoration: underline;
}

h1{
 font-size: 180%;
 font-weight: bold;
 color: #FFF;
 margin: 0px;
 padding: 25px 0 5px 0;
}

h2{
 font-size: 180%;
 color: #FFF;
 margin: 0px;
 padding: 25px 0 5px 0;
}
h3{
 font-size: 150%;
 font-weight: bold;
 color: #FFF;
 margin: 0px;
}

h4{
 font-size: 150%;
 color: #FFF;
 margin: 0px;
 padding: 0px;
}
h5{
 font-size: 120%;
 font-weight: bold;
 color: #FFF;
 margin: 0px;
}

h6{
 font-size: 120%;
 color: #FFF;
 margin: 0px;
 padding: 0px;
}


ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: square;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#pagelayout{
	padding: 0px 0px 0px 0px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	position: relative;
	background-color: #000000;
	width: 784px;
}

#masthead{
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #000;
	background-image: url("");
	background-repeat: no-repeat;
	width: 99%;
}

#navBar{
	float: left;
	width: 160px;
	margin: 0px;
	padding: 20px 0px 0px 0px; 
	
	border-right: 1px solid #000;
	border-bottom: 0px solid #333;
	background-color: #000;
}

#content{
	float: right;
	background-color: #000;
	width: 610px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#SiteName{
	margin: 0;
	padding: 5px 0 0 0px;
}





/************** .entry styles *****************/

.entry b{
 color: #EEE;
 font-weight: normal;
 text-decoration: none;
}

.entry{
 font-size: 120%;
}

.entry b:hover{
 color: #FFF;
 text-weight: bold;
 text-decoration: underline;
}

.entry a{
 color: #EEE;
 text-decoration: none;
}

.entry a:hover{
 color: #FFF;
 text-weight: bold;
 text-decoration: underline;
}
