/*  
Theme Name: Langbrett Custom Theme
Theme URI: http://www.ericvanwyke.com
Description: Custom Theme for Langbrett's Wordpress site.
Version: 1.0
Author: Eric Van Wyke
*/

body, h1, h2, h3, h4, h5, h6, blockquote, p{
	font-family: American Typewriter;
	margin: 0;
	padding: 0;
}

#allcontent{
        width: 1000 px;
        margin-left: auto;
        margin-right: auto;

}

body{
	background-image:url(http://www.langbrett.com/wp-content/uploads/2010/07/hintergrundbild.jpg);
	background-attachment:fixed;
        background-repeat:no-repeat;
	color:#231F20;
	margin: 0;
	font-family: American Typewriter;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	color: #335CAD;
}


h1{
	font-family: American Typewriter;
	font-size: 24px;
	padding: 0;
}

a:link, a:visited{
	text-decoration: none;
	color: #335CAD;
}
	
a:hover{
	text-decoration: none;
	color:#FC9
}

p{
	padding: 10px 0 0 0;
}


		
#wrapper{
	margin: 0 auto 0 auto;
	width: 600px;
	text-align: left;
      

        
}

	
#header{
	background image:logo.jpg;
        image border: transparent;
	width: 600px;
 

}

#container{
	
	width: 500px;
	padding: 10px;
	background-color:#FFF;
        

        
}

.post{
	padding: 0px;
}

.post h1{
	color:#FFF;
}

.post h2{
	font-family: American Typewriter;
	font-size: 18px;
	font-color: #335CAD;
}


.entry{
	line-height: 18px;
        

}


p.postmetadata{
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
}

.navigation{
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	line-weight: 18px;
}

.sidebar{
	background-color:#FFF;
	height: auto;
	left:20px;
	position:fixed;
	top:0;
	width:170px;
        padding-bottom: 10px;
        opacity: .90;
}

.secondsidebar{
	background-color:#FFF;
	height: auto;
	left:20px;
	position:fixed;
	top:0;
	width:170px;
        padding-bottom: 10px;
        opacity: .90;
}



.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li h2{
	font-family: American Typewriter;
	font-size: 14px;
	color: transparent;
}

.sidebar ul li{
	font-family: American Typewriter;
	font-color:#335CAD;
	padding: 1px 0 0 0;
}




	
#footer{
	padding: 10px 0 0 0;
	clear: both;
	float: left;
	width: 750px;
}

.footer p{
	line-height: 18px;
	color: transparent;
}

