/*  
Theme Name: RockinNewspaper 3Col
Author URI: http://www.corymiller.com
Version: 1
Author: Cory Miller
Überarbeitung: Simone Lau
Description: RockinNewspaper 3 Column is a white and blue, widget ready, clean and simple theme designed with a newspaper/magazine structure for reading and ultimate customization, plus a skybox for photos or AdSense.
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
Photo by Ville Miettinen used with permission.
*/


body {
	background: #EAEAEA url("http://www.bmsaudio.com/layout/bg_body.gif") top left repeat-y;
	color: #3F3F3F;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	margin: 4px 0px 0px 0px;
         scrollbar-base-color: #ffffff;
         scrollbar-arrow-color: #3f3f3f;
	scrollbar-3dlight-color: #bfbfbf;
         scrollbar-darkshadow-color: #3f3f3f; 
         scrollbar-track-color: #eaeaea;
}

textarea {
         border: 1px solid #bfbfbf;
}

input {
         background: #EAEAEA; 
         color: #3F3F3F;
         border: 1px solid #bfbfbf;
         font-weight: bold;
}

a, a:visited{
	color: #000000;
         font-weight: bold;
	text-decoration: underline;
	}
	
a:hover{
	color: #ff0000;
	}

a:focus, a:active  {
	color: #ff0000;
	}

#container { 
	width: 960px; 
	background: #ffffff;
	text-align: left; 
	margin: 20px auto;
         margin-top: 0px; 
         border: 1px solid #000000;
	}

#header { 
	background: #ffffff url(images/photo1.jpg) top center repeat-x;
	height: 99px;
         padding: 15px 375px 0px 0px;
	
         margin-bottom: 0px;
         color: #ffffff;
         font-size: 14px;
}

#menu { 
         background: #93989B url("http://www.bmsaudio.com/layout/hi_hauptnav.gif") repeat-x;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 14px;
	padding: 5px 25px 5px 25px;
	margin-bottom: 0px;
	text-align: left;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}

#menu h2 {
	margin: 0px;
         font-weight: bold;
	padding: 10px 25px 12px 25px;
	}
		
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

#menu ul {
	margin: 0px;
	padding: 0px;
	}
	
#menu ul li a {
	color: #000000;
	padding: 12px 25px 12px 25px;
	margin: 0px;
	text-decoration: none;
	}

#menu ul li a:hover {
	color: #ffffff;
	}


#content { 
         width: 500px; 
	margin: 0px;
	position:relative;
	padding: 15px 15px 25px 15px;
	border-right: 1px solid #cccccc;
	min-height: 760px;
	max-height: 760px;
	OVERFLOW: auto; 
         	}

* html #content {
	height: 660px;
	}

#content p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	}
	
#content p img{
	border: none;
	margin-right: 5px;
	margin-bottom: 3px;
	}

#content h1 {
	color: #3f3f3f;
	font-size: 22px;
	font-family: Helvetica Bold, Arial Bold, Verdana, Sans-Serif;;
	font-weight: normal;
	line-height: 150%;
         padding: 0px 0px 10px 0px;
	margin: 0px;
	}
	
#content h1 a  {
	color: #000000;
	text-decoration: none;
	}

#content h1 a:hover {
	color: #ff0000;
	}

#content h2 {
	color: #3f3f3f;
	font-size: 22px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-weight: bold;
         padding: 0px 0px 10px 0px;
	margin: 0px;
	line-height: 120%;
	}

#content h2 a  {
	color: #000000;
	text-decoration: none;
	}

#content h2 a:hover {
	color: #ff0000;
	}


#content h3 {
	color: #3f3f3f;
	font-size: 15px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-weight: bold;
         padding: 0px;
	margin: 0px;
	line-height: 120%;
	border-bottom: 1px solid #cccccc;
	}

#content h3 a  {
	color: #000000;
	text-decoration: none;
	}

#content h3 a:hover {
	color: #ff0000;
	text-decoration: none;
	}

#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 30px;
	}

#content ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
#content li {
	margin: 0px;
	padding: 0px;
	}
	
#content ul li {
	list-style: square inside;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
	}
	
#content ul li a {
	color: #000000;
	text-decoration: underline;
	}

#content ul li a:hover {
	color: #ff0000;
	text-decoration: underline;
	}

blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 5px 0px 0px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #cccccc;
	}
	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

.postspace {
	background: #ffffff;
	width: 465px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	}

.postspace2 {
	background: #ffffff;
	width: 465px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}

.postspace3 {
	background: #ffffff;
	width: 465px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	}

#l_sidebar { 
	background: #BFBFBF url("http://www.bmsaudio.com/layout/hi_unternav.gif") repeat-y;
	border-right: 1px solid #8F8F8F;
         color: #000000;
	width: 195px;
	float: left; 
	margin: 0px;
         padding: 20px 15px 20px 15px;
         	min-height: 760px;
}

* html #l_sidebar {
	height: 760px;
        }

#l_sidebar p{
	margin: 0px;
	line-height: 16px;
	padding: 5px 0px 10px 0px;
	}

#l_sidebar h2 {
	background: #BFBFBF url("http://www.bmsaudio.com/layout/hi_unternav.gif") repeat-y;
         color: #ff0000;
	font-size: 14px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	list-style: none;
	padding: 5px 0px 5px 5px;
	margin: 0px;
         border-top: 1px solid #8F8F8F;
	border-left: 1px solid #8F8F8F;
	border-right: 1px solid #8F8F8F;
	border-bottom: 1px solid #cccccc;
	}

#l_sidebar ul {
	border-bottom: 1px solid #8F8F8F;
         border-left: 1px solid #8F8F8F;
	border-right: 1px solid #8F8F8F;
	list-style: none;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
	
#l_sidebar li {
         list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#l_sidebar ul li {
	list-style: none;
	margin: 0px;
         border-bottom: 1px solid #cccccc;
	background: #dfdfdf;
         padding: 0px 0px 0px 0px;
	}
	
#l_sidebar ul li a {
	font-weight: normal;
         display: block;
	color: #3F3F3F;
	text-decoration: none;
	padding: 5px 0px 5px 5px;
	}

#l_sidebar ul li a:hover {
	color: #000000;
         background-color: #F7F7F7
	}


#r_sidebar { 
	background: #ffffff;
	color: #000000;
	width: 190px;
	float: right; 
	position:relative;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px 7px 15px 0px; 
	min-height: 760px;
	}

* html #r_sidebar {
	height: 760px;
        }

#r_sidebar p{
	margin: 0px;
	line-height: 16px;
	padding: 5px 0px 25px 0px;
	}

#r_sidebar h2 {
	color: #ff0000;
	font-size: 14px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	list-style: none;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	border-bottom: 1px solid #cccccc;
	}


#r_sidebar ul {
         	padding: 5px 0px 20px 0px;
	margin: 0px;
         list-style: none;
	}
	
#r_sidebar li {
	padding: 10px 0px 10px 0px;
	margin: 0px;
         list-style: none;
	}
	
#r_sidebar ul li {
	padding: 10px 0px 10px 0px;
	margin: 0px;
	list-style: none;
	border-bottom: 1px dotted #cccccc;
	}
	
#r_sidebar ul li a {
	display: block;
	color: #3f3f3f;
	text-decoration: none;
         }

#r_sidebar ul li a:hover {
         color: #ff0000;
	}

#footer { 
	color: #ffffff;
         background: #93989B url("http://www.bmsaudio.com/layout/hi_fuss.gif") repeat-x bottom;
	padding: 5px 0px 5px 0px;
	text-align: center;
	border-top: 1px solid #000000;
	clear: both;
	}

#footer a { 
	color: #ffffff;
         	}

#footer a:hover { 
	color: #ff0000;
         	}
