/*
Theme Name: LouiseBrooks
Theme URI: http://www.codescheme.net/
Description: Fixed-width 2-col layout with right sidebar - compatible with WordPress 2 (and Widgets!) - <a href="http://www.codescheme.net/">Codescheme.net</a>
Version: 1.4
Author: Codescheme
*/


body {
margin: 0;
padding:0;  
font-size: 100.1%;
color: #eee;
background: black;
text-align:center;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrapper{
width: 770px;
margin: 0px auto 10px auto;
padding: 0;
border: 1px solid #777;
text-align:left;
background: black;
}

#superheader{
background: #333;
text-align: right;
border-bottom:1px solid #ccc;
}

#header{
height:120px;
text-align:right;
}	

#subheader{
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
background: #333;
text-align: right;
}
		
	


#content {
width: 490px; 
float:left;
margin: 10px;
padding: 10px 20px;
font-size: 78%;
overflow:hidden;
background:#222;

}

#sidebar {
padding: 0 8px;
font-size: 78%;
margin: 10px 10px 10px 560px;
background:#222;
}


#footer {
clear: both;
font-size: 68%;
padding: 10px 0;
margin: 0 10px;
border-top:1px solid #666;
text-align:center;
}




/*  ********** default styles *********** */

p, h1, h2, h3, h4, h5, h6{
margin: 12px 0;
padding: 0;
}
p,li{
line-height:18px;
}
h1, h5, h6{
font-family: Lucida, Arial, Verdana, sans-serif;
font-weight:100;
}
h2, h3, h4{
font-family: Lucida, Arial, Verdana, sans-serif;
font-weight:800;
}

h1{
	font-size: 190%;
}
h2{
	font-size: 160%;
}
h3{
	font-size: 130%;
}
h4{
	font-size: 120%;
}
h5{
	font-size: 100%;
}
h6{
	font-size: 70%;
}

table{
	font-size: 100%;
}

a, a:link, a:visited, a:active{
color:#FBF584;
font-weight:800;
text-decoration:none;
}
a:hover{
color:#F5CB4D;
text-decoration:none;
}

a img{
border:0px;
}

hr{
height:2px;
margin:5px 0;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}

blockquote{
font-style:oblique;
padding: 5px 10px;
margin:3px 15px;
}

blockquote ul{
padding: 3px 10px;
margin: 4px;
}

form{
margin: 0;
padding:3px;
}

fieldset{
padding:10px;
margin:0;
border:none;
}

legend{
font-weight:800;
}

/* Headings */ 

#header h3{
margin: 0;
padding: 80px 10px 10px 0;
font-family:Lucida, Arial, Verdana, sans-serif;
font-weight:100;
font-size: 160%;
}

#header h3 a{
font-weight:100;
color: #ccc;
text-decoration: none;
}



#subheader h1{
margin: 0;
font-family:Lucida, Arial, Verdana, sans-serif;
letter-spacing:1px;
padding: 3px 10px;
font-weight:100;
color: #fff;
font-size: 11px;
}

#footer a{
font-weight: 100;
text-decoration:underline;
}

/* post styles */

.post{
margin: 0 0 15px 0;
}

.post h2, .post h2 a{
font-family: Lucida, Arial, Verdana, sans-serif;
color:#FBF584;
font-size: 120%;
font-weight:100;
}

.post h2 {
padding: 0 0 0 22px;
}
.post h2 a {
color: #FBF584;
text-decoration:none;
}

.post h2 a:hover {
color:#FBF584;
text-decoration:none;
}

.postmetadata{
font-size:78%;
border-top: 1px solid #444;
border-bottom:1px solid #444;
padding: 1px 0 1px 5px;
text-align:right;
}

/* comment styles */

h2#comments, h2#postcomment{
font-size:110%;
}

ol#commentlist{
margin: 0;
padding: 0 0 0 20px;
}

ol#commentlist li{
margin: 6px 0;
padding: 1px 8px;
background: #444;
}

/*  sidebar styles */

.menu{
padding:5px 0;
font-size:90%;
}

.menu ul{
margin:0 0 0 3px;
padding:0;
list-style-type:none;
}

.menu ul li{
border-bottom:1px solid #383838;
background: none;
padding:0 0 0 2px;
margin:0;
}
.menu ul li a{
font-weight:100;
}

.menu ul li ul li{
border: none !important;
padding: 0 0 0 6px;
}

.menu a:hover{
}

.menu h2, .menu ul li h2{
font-size:100%;
margin:3px 0 3px 0;
padding:5px 0 3px 5px;
border-bottom: 1px solid #444;
  background: #333; 
color: #ccc;
}
.menu ul li h2 a{
color: #333;
font-weight: 100;
}
.menu ul li h2 a:hover{
color: #333;
text-decoration: none;
}

.menu form{
margin:0px;
padding:5px 0px;
}

.menu input{
margin:3px 0;
font-size:80%;
}


/* Calendar styles */
#wp-calendar {
empty-cells: show;
margin: 10px auto 0;
width: 155px;
}

#wp-calendar #next a {
padding-right: 10px;
text-align: right;
}

#wp-calendar #prev a {
padding-left: 10px;
text-align: left;
}

#wp-calendar a {
display: block;
}

#wp-calendar caption {
text-align: center;
width: 100%;
}

#wp-calendar td {
padding: 3px 0;
text-align: center;
}


form#searchform{
padding:5px;
}

form#searchform input, form#commentform input, form#commentform textarea{
background: #111;
border: 1px solid #ccc;
color: white;
}
