/*
Theme Name: Neumeier
Theme Author: Darren Turpin (build) / Rich Marsden (Graphics)
Description: Custom Theme for www.rachelneumeier.com by Darren Turpin for LBBG
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

* { margin: 0px; padding: 0px; }

html, body {height:100%}

body {
	background: #000 url(images/rn_mainBg.jpg) no-repeat center top fixed;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #111111;
	font-family: Georgia, Helvetica, Times, serif; 
	font-size: 62.5%; 
}

a:link, a:visited {
color: #C86B04;
font-weight: 500;
text-decoration: none;
}

a:hover {
color: #480809;
font-weight: 500;
text-decoration: underline;
}

.alignleft {
float: left;
}

.alignright {
float: right;
}

.aligncenter {
margin: 0 auto;
}

.oneColFixCtrHdr #container {
	width: 960px;
	background: url(images/rn_contentBg.png) repeat-y;
	margin: 0 auto; 
	padding: 0;
	text-align: left;
	float: none;
}
.oneColFixCtrHdr #header {
	background: url(images/rn_header.png) no-repeat; 
	width: 960px;
	height: 245px;
	margin: 0 auto;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #nav {
	background: url(images/rn_navBg.png) no-repeat; 
	width: 960px;
	height: 45px;
	margin: 0 auto;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#nav ul {
list-style: none;
text-align: center;
padding-top: 12px;
}

#nav ul li {
display: inline;
padding: 0px 12px;
margin: 0px;
}

#nav ul li a, #menu ul li a:visited {
font-size: 2.2em;
font-weight: bold;
font-variant: small-caps;
text-decoration: none;
}

#nav ul li a:hover {
text-decoration: none;
}

.oneColFixCtrHdr #mainContent {
padding: 40px 40px 0px 40px; 
margin: 0 auto -16px;
}

.oneColFixCtrHdr #sidebar {
float: right;
width: 200px;
padding: 15px 10px;
margin-right: 20px;
padding-top: 35px;
}

.oneColFixCtrHdr #footer {
padding: 0; 
height: 103px;
width: 960px;
margin: 0 auto;
background: url(images/rn_footer.jpg) no-repeat;
}

div .post {
width: 650px;
margin-bottom: 30px;
padding-bottom: 15px;
border-bottom: 1px dotted #AF1000;
}

div .intro {
width: 650px;
margin-bottom: 30px;
}

#mainContent h1 {
color: #111;
font-size: 2.8em;
font-weight: bold;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 1px solid #111;
}

.post h2, .intro h2 {
color: #111;
font-size: 2.4em;
font-weight: bold;
margin-bottom: 20px;
}

.post h3, .commentheader {
color: #111;
font-size: 2.0em;
font-weight: bold;
margin-bottom: 20px;
}

.post h4 {
color: #111;
font-size: 1.6em;
font-weight: bold;
margin-bottom: 20px;
}

.post ul, .post ol {
margin: 10px 0 20px 25px;
padding: 0;
}

.post ul li, .post ol li {
font-size: 1.3em;
line-height: 1.6em;
padding-left: 10px;
}

.bookcovers-block {
width: 650px;
min-height: 390px;
margin-bottom: 20px;
padding: 0;
}


.datetime {
color: #666;
margin-top: -15px;
margin-bottom: 20px;
}

.post p, #mainContent p {
font-size: 1.3em;
line-height: 1.6em;
padding-bottom: 15px;
}


#comments {
width: 630px;
margin:20px 0; 
padding: 10px; 
border: 1px dashed #999;
font-family: "Trebuchet MS", Verdana, Helvetica, san-serif; 
font-size: 1.1em;
line-height: 1.5em;
}

#comments h2 {
font-size: 2.0em;
margin-bottom: 20px;
}

#comments input, #comments textarea, .wpcf7 input, .wpcf7 textarea {
font-family: "Trebuchet MS", Verdana, Helvetica, san-serif; 
font-size: 1.2em;
line-height: 1.5em;
}

#comments textarea {
margin-bottom: 20px;
clear: both; 
}

#comments ol {
margin: 0 20px 20px 20px;
}

#comments ol li {
font-size: 11px;
border-bottom: 1px dashed #999;
padding: 10px 0;
margin-bottom: 10px;
}

#comments ol li.alt {
}


div.navigation {
width: 650px;
height: 50px;
font-size: 1.4em;
margin: 20px 0;
clear: both;
}


#sidebar h2 {
font-family: Georgia, Helvetica, Times, Serif;
font-size: 1.4em;
margin-top: 15px;
margin-bottom: 10px; 
color: #111;
}

#sidebar ul {
margin: 0px;
}

#sidebar ul li {
list-style: none; 
font-size: 1.3em;
padding-bottom: 10px; 
border-bottom: 1px dotted #aaa;
margin-bottom: 15px;
}

#sidebar ul li ul li {
list-style: none; 
padding: 5px 0px;
font-size: 1.0em;
border-bottom: none;
margin-bottom: 0;
}

#sidebar ul li ul li ul li, #sidebar ul li ul li ul li ul li {
padding: 5px 0 5px 8px;
font-size: 1.0em;
border-bottom: none;
margin-bottom: 0;

}

#sidebar select, #sidebar select option {
font-family: "Trebuchet MS", Verdana, Helvetica, san-serif; 
font-size: 12px;
padding: 0px 2px;
}

.sideimg {
border: 1px solid #999;
}

.footer-text {
padding: 20px;
text-align: center;
font-size: 1.0em;
line-height: 1.5em;
color: #333;
}

.footer-text a, .footer-text a:visited {
color: #444;
text-decoration: none;
}

.footer-text a:hover {
color: #111;
text-decoration: underline;
}

.see-thru {
display: none;
}

.wp-caption {
text-align: center;
font-size: 8px;
line-height: 14px;
padding: 4px;
margin: 0;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 1px solid #999;
}

.imgl {
border: 1px solid #999;
margin-right: 25px;
margin-bottom: 25px;
float: left;
}

.imgr {
border: 1px solid #999;
margin-left: 25px;
margin-bottom: 25px;
float: right;
}

img.aligncenter {
display: block;
margin: 25px auto;
border: 2px solid #773908;
padding: 2px;
}

img.alignleft {
float: left;
margin: 0 25px 20px 0;
border: 2px solid #773908;
padding: 2px;
}

img.alignright {
float: right;
margin: 0 0 20px 25px;
border: 2px solid #773908;
padding: 2px;
}

blockquote {
margin: 20px;
padding: 15px 15px 5px 15px;
background-color: #FDF7F2;
border: 1px dotted #666;
}


