/*  
Theme Name: 3spalter
Description: 3-Spalter 
Author: Marion Engel
*/

html
{
	height: 100%;
	margin-bottom: 0.1em;
	
}
*
{
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
}
p
{
	line-height: 1.6em;
	margin: 0.7em 0;
}
dl
{
	margin: 1em 0;
}
dt
{
	font-weight: bold;
}
dd
{
	margin: 0.5em;
	padding: 0;
}
img.right
{
	float: right;
	margin: 10px 0 0 10px;
}
img.left
{
	float: left;
	margin: 0 10px 0 0;
}
hr
{
	display: none;
}
body
{
	background: #EEEEE8;
	color: #333;
	font: 72%/1.6em Verdana, Arial, sans-serif; 
	margin: 0;
	padding: 0;
	text-align: center;
}

#container {
 background-color: #FFFFFF;
 width: 1200px;
 margin: 0 auto;
}

a
{
	text-decoration: none;
}
a:link, a:visited
{
	color: #333333;
}
a:hover, a:active
{
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, sans-serif;
}

h2 {
 font-size: 1.3em;
}

br.clear {
	clear: both;
}

#header {
	margin: 0 auto;
	width: 1200px;
	position: relative;
	height: 220px;
	background: #333;
	background-color: #FFFFFF;
}

#header-pic {
	height: 160px;
	border-bottom: 1px solid #CC0033;
	margin-top: -1px;
	width: 1200px;
}
*html #header-pic{
 width: 1200px;
 margin-top: -24px;
}

*+html #header-pic{
 width: 1200px;
 margin-top: -25px;
}

#page {
	text-align: left;
	width: 1200px;
	background: #FFFDF6;
	margin: 20px auto 10px;
}

#header-title {
	width: 1200px;
	margin: 0 auto;
	color: #C3EAFB;
	text-align: left;
}
#header-title h1 {
	margin: 0;
	padding: 20px 0 0 100px;
	font-size: 2.2em;
}
#header-title h1 a {
	color: #000099;
	font-family: Verdana, Arial, sans-serif;
	}
#header-title h1 a:hover {
	font-decoration: underline;
	}
#header-title .description {
	padding: 10px 0 10px 100px;
	color: #CC0033;
	border-bottom: 1px solid #CC0033;
}
#header-logo {
 width: 70px;
 height: 60px;
 background: url(images/blasmusik-logo.jpg) left top no-repeat;
 float: left;
 margin-left: 30px;
 margin-top: 10px;
}

*html #header-logo{
 margin-left: 10px;
}

*+html #header-logo{
 margin-left: 10px;
}

#header-search{
 float: right;
 margin-top: -35px;
}
#left {
	float: left;
	width: 975px;
	background-color: #FFFFFF;
}


*html #left{
 width: 980px;
 min-height: 400px;
}


#right {
	float: left;
	width: 225px;
	background-color: #FFFFFF;
	min-height: 400px;
}

*html #right {
 width: 220px;
}

#content {
	width: 750px;
	float: right;
	background-color: #EEEEE8;
	padding: 0 10px;
	border-right: 1px solid #CC0033;
	border-left: 1px solid #CC0033;
	min-height: 400px;
}

.post {
	margin-bottom: 10px;
}
.entry {
	margin-bottom: 10px;
	text-align: justify;
}
.entry  a {
	text-decoration: underline;
}
.sidebar-left {
	width: 200px;
	color: #000;
	padding-left: 5px;
}

*html .sidebar-left{
 width: 190px;
}

*+html .sidebar-left{
 width: 190px;
}
.sidebar-right {
	width: 200px;
	float: left;
	color: #000;
	margin-left: 10px;
}

*html .sidebar-right{
 width: 180px;
}

.sidebar-right select {
	width: 170px;
}

*html .sidebar-right select {
	width: 150px;

}
#footer {
	background: #F3E9E5;
	margin: 0 auto;
	padding: 2px 0;
	text-align: center;
	width: 1200px;
	color: #000000;
	font-size: 0.9em;
	border-top: 1px solid #CC0033;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	color: 000;
	text-decoration: none;
}

.sidebar-left  ul, .sidebar-right  ul{
	list-style: none;
	margin-left: -8px;
}
*html .sidebar-left  ul, .sidebar-right  ul{
	margin-left: -2px;
}

*+html .sidebar-left  ul, .sidebar-right  ul{
	margin-left: -2px;
}

.sidebar-left  li, .sidebar-right  li{
	padding-left: 4px;
}

.boxy li{
	text-indent: -20px;
	list-style-position: outside;
	margin-left: 20px;
	list-style-type: none;
}

.box, .sidebar-left .categories, .sidebar-right .categories {
	margin-bottom: 20px;
}

#searchbox {
	padding: 5px;
	margin-bottom: 10px;
	background: #FFFFFF;
	border: 1px solid #666666;
	color: #000000;
    border-color:#333333 #999999 #CCCCCC #333333;
    border-style:solid;
    border-width:1px;
}

#searchsubmit
{
	margin: 0;
	padding: 3px 5px;
	background-color: #666666;
	border: 1px solid #000099;
}

.sidebar-left h2, .sidebar-right h2, .post h2{
	font: 1.2em Verdana, Arial, sans-serif;
	color: #000099;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 4px;
}
.sidebar-left ul li ul li a, .sidebar-right ul li ul li  a {
	color: #333;
	padding-left: 8px;
	border-left:7px solid #666666;
}

.sidebar-left ul li ul li  a:hover,.sidebar-right ul li ul li  a:hover {
	border-left:7px solid #CC0033;
	color:#000000;
}
.sidebar-left ul li ul li.current_page_item a,.sidebar-left ul li ul li.current-cat a, .sidebar-right ul li ul li.current-cat a  {

	font-weight: bold;
	border-left: 7px solid #CC0033;
}

h3, h2.pagetitle {
  text-align: left;
  font-size: 1.5em;
  font-family: Verdana, Arial, sans-serif;
  color: #333333;
  padding-bottom: 15px;
}

.post h2 {
  font-family: Verdana, Arial, sans-serif;
  color: 000099;   	

}
.post h2 a {
	color: #000099;
	display: block;
	font-size: 1.3em;
}
.post h2 a:hover {	
	color: #96989C;
}
p.postmeta {
	margin-bottom: 10px;
	color: #000099;
}

p.meta {
	font-size: 87%;
	margin-bottom: 10px;
	color: #000099;
}
p.meta a
{
	text-decoration: underline;
	color: #000099;
}
span.user
{
	padding: 3px 1px;
}

span.date
{
	color: #000099;
	padding: 3px 1px;
}
span.category
{
	padding: 3px 1px;
}

span.number-comments
{
	padding-right: 2px;
	color: #000099;
}
.post ul.postspermonth{
	list-style:none;
	padding: 0;
	margin: 0;
}
.post ul {
	margin-left: 35px;
}
.post ol {
	margin-left: 40px;
}

.categr, .monthr {
	margin-bottom: 20px;
}
.categr h2, .monthr h2{
	border-bottom: 1px solid #ccc;
}

.rss {
	padding-left: 12px;
}

.navigation 
{
	margin-bottom: 20px;
	width: 510px;
	float: left;
}

.navigation a
{
	color: #666;
}
.alignleft
{
	float: left;
	color: #666666;
        padding-right: 10px;

}
.alignright
{
	float: right;
	text-align: right;
	color: #666666;
        padding-left: 10px;
}

.ileft {
	float: left;
	margin-right: 5px;
}

p.stats {
	color: #999;
	font-size: .8em;
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
}
blockquote
{
	color: #666;
	margin: 1em;
	padding: 0 0 10px 50px;
}

input.textbox, textarea
{
	border-color:#333333 #999999 #CCCCCC #333333;
	background-color: #FFFFFF;
	font: 1em Verdana, Arial, Serif;
	padding: 2px;
}
input.textbox:focus, textarea:focus
{
	border: #999 1px solid;
}
#submit
{
	padding: 3px 5px;
	background-color: ##E7E8E9;
	border: 1px solid #4D514E;
	margin-left: 555px;
}

*html #submit{
 width: 150px;
}
*+html #submit{
 width: 150px;
}
.comment
{
	border-bottom: 2px solid #CC0033;
	list-style: none;
	margin-bottom: 10px;
	padding: 1em 0.5em;
}

h3#respond, h3#comments {
	font-weight: bold;
    font-size: 1.2em;
	font-family: Verdana, Arial, sans-serif;
	color: #000099;
}

#comment {
	width: 98%;
}
/*  Navigation in Kopfzeile */
#navbar {
	width: 1200px;
	margin: 1px auto;
	background: #F3E9E5 none repeat scroll 0 0;
    border-bottom: 1px solid #CC0033;
	border-top: 1px solid #CC0033;
	position: relative;
	height: 30px;
	font-size: 1.0em;
}

#menu  ul {
	list-style: none;
	left: 20px;
	bottom: 5px;
	position: absolute;
	}
#menu li {
	display: inline;
}

#menu li  a:hover {
 color: #96989C; 
}

#menu li.page_item  a, #menu li.current_page_item  a {
 color: #000099;
 font-weight: bold;
 padding: 4px 22px 3px;
 margin-right: 8px;
 font-size: 1.0em;
}

fieldset {
	border: none;
}
textarea#cp_message {
	width: 100%;
}


code {
font: 13px 'Courier New', Courier, Verdana, Arial, sans-serif;
color: #A73228;
padding: 2px;
}

