/*
Theme Name: soundlounge-studio.de
Theme URI: http://soundlounge-studio.de
Description: Soundlounge
Tags: blue, custom header, fixed width, two columns, widgets
*/

body { background-color: #E4E7D7; 
outline:thin;

}

a img {
	border: none;
}



input.texter {
outline:thin;

border:1px solid #CCC;
}

a { 
	text-decoration: none; 
	color:#EC0000;
}

a:hover {
	text-decoration: underline; 
	color:#000000;
}

a:active {
	text-decoration: underline; 
	color:#000000;
	
	
}



a.black { 
	text-decoration: none; 
	color:#999;
	font-weight:normal;
}

a.black:hover {
	text-decoration: underline; 
	color:#EC0000;
	font-weight:normal;
}

a.black:active {
	text-decoration: underline; 
	color:#999;
	font-weight:normal;
	
}


.text_head {

color:#999; 
font-family: 'Lucida Grande', Verdana, Geneva, Helvetica, Arial; 
font-size:14px; 
font-weight:bold;

}


.text_head_red {

color:#EC0000; 
font-family: 'Lucida Grande', Verdana, Geneva, Helvetica, Arial; 
font-size:14px; 
font-weight:bold;

}

.text_teaser {
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: 'Lucida Grande', Verdana, Helvetica, Geneva, Arial;
	font-size: 11px;
	color: #FFF;
	font-weight:bold;
	line-height: 1.5em;
}


.xxx {

 height:460;
 }

.text_black
{
	font-family: 'Lucida Grande', Verdana, Helvetica, Geneva, Arial;
	font-size: 11px;
	color: #FFF;
	padding-right: 35px;
}


.text_weiss {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFF;
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 1.5em;

}

.menubar
{
	background-image: url("images/bar_bg.gif");
	background-repeat: repeat-x;
	font-family: Lucida Grande, Verdana, Helvetica, Geneva, Arial;
	font-size: 12px;
	color: #990000;
	height:31px;
	
}

.menubar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.menubar ul li {
	float: left;
	padding: 0 1.5em 0 0;
}

.menubar ul li.current_page_item {
	font-weight: bold;
}

.menubar ul li.studiotagebuch {
	font-weight: bold;
}

.menubar ul li.studiotagebuch a {
	color: #000;
}



.frontpage {
	margin-top: 25px;
	width: 231px;
	padding-right: 8px;
	border-right: 1px solid #EE0000;
}





.xxx {
	font-family: 'Lucida Grande',Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}

.xxx h2 {
	border-top: 1px solid rgb(102, 102, 102); 
	border-bottom: 1px solid rgb(102, 102, 102);
	padding: 7px 0; 
	margin: 7px 0; 
	color: #EC0000;
	font-size: 14px;
	width: 100%;
}

.xxx h2 a {
	color: #EC0000;
	font-weight: bold;
}

.xxx a {
	color: #999;
	font-weight: normal;
	text-decoration: none;
}

.xxx a:hover {
	color: #EC0000;
	text-decoration: underline;
}



.entry p {
	line-height: 1.5em;
	margin: 2px 0 2em 0;
}

.entry img {
	background-color: #E4E7D7;
	padding: 5px;
}



.navigation {
	color: #999;
	margin-bottom: 1.5em;
}

.navigation .alignleft {
	width: 45%;
	float: left;
}

.navigation .alignright {
	width: 45%;
	float: right;
	text-align: right;
}



.hentry {
	margin-bottom: 2.5em;
}



.bottombar
{
	background-image: url("images/bottom_bg.gif");
	background-repeat: repeat-x;
	font-family: Verdana, Helvetica, Geneva, Arial;
	font-size: 9px;
	color: #333333;
}


.entry {
	color: #fff;
}


.clear {
	clear: both;
}




p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.cform {
	margin-bottom: 2em;
}