/*  
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;
}

a               {text-decoration: none;}
a img           {border: 0;}

#logo           {padding: 0 0 10px 0;}

#allcontent {
margin-left : auto;
margin-right : auto;
}
body {

background-image : url(http://www.langbrett.com/wp-content/uploads/2012/01/Jan2012.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 {
width : 600px;
}
#container {
width : 500px;
padding : 10px;
background-color : #fff;
}
.post {
padding : 0;
}
.post h1 {
color : #fff;
}
.post h2 {
font-family : American Typewriter;
font-size : 18px;
}
.entry {
line-height : 18px;
}
p.postmetadata {
border-top : 1px solid #ccc;
margin : 10px 0 0 0;
}
.navigation {
padding : 0;
font-size : 14px;
font-weight : bold;
}
.sidebar {
background-color : #fff;
height : auto;
left : 20px;
position : fixed;
top : 0;
width : 170px;
padding-bottom : 10px;
}
.secondsidebar {
background-color : #fff;
height : auto;
left : 20px;
position : fixed;
top : 0;
width : 170px;
padding-bottom : 10px;
}
.sidebar ul {
list-style-type : none;
margin : 0;
padding : 0 10px 0 10px;
}
.sidebar ul li h2 {
font-family : American Typewriter;
font-size : 14px;
}
.sidebar ul li {
font-family : American Typewriter;
padding : 1px 0 0 0;
}
#footer {
padding : 10px 0 0 0;
clear : both;
float : left;
width : 750px;
}
.footer p {
line-height : 18px;
}
