@charset "utf-8";

/*
Theme Name: caroljohnson.net
Theme URI: http://caroljohnson.net/
Description: Theme for Carol Johnson's Website
Version: 1.0
*/

/* UCR - Unique CSS Reset */
body, h1, h2, h3, h4, h5, h6, a, ul, ol, p, div, img { margin:0; padding:0; }

/* Globals */
body { background:#fff url(images/page_bg.png) repeat-y 50% 0; font-family:'Palatino Linotype', Georgia, 'Times New Roman', Times, serif; }
h1 { font-size:60px; border-bottom:1px dotted #969696; color:#444444; margin:0 15px 10px; padding:0 0 5px; text-align:center; }
h1 p { font-weight:italic; font-variant:small-caps; font-size:16px; letter-spacing:0.025em; margin:0; padding:0; position:relative; top:-8px; }
h2 { font-size:24px; margin:0 0 10px; border-bottom:1px dotted #969696; }
h3 { font-size:18px; margin:0 0 10px; }
ul { list-style:disc; }
ul, ol { list-style-position:outside; padding:0 0 0 30px; }
ul.menu { list-style-type:none; }
cite { font:italic 14px monospace; }
p { line-height:1.6; }
blockquote p { font-weight:italic; font-size:24px }
a { color:#963; }
a:hover { color:#df8c40; }
input[type="text"], textarea { width:450px; display:block; }
#commentform p label { padding: 0 5px 0 0;}
#submit { margin:0 0 0 340px; }
label span { color:red; }
.entry img { max-width:600px; border:1px solid #ccc; padding:5px; display:block; margin:0 auto; }

/* Generic classes */
.lefty { float:left; padding:0 10px 0 0; }
.righty { float:right; padding:0 0 0 10px; }
.copyright { color:#ccc; }
.meta { clear:both; text-align:right; }

/* Containers */
#page { width:940px; margin:0 auto; padding:0 10px; }
#main { overflow:hidden; }
#flash { width:910px; margin:0 auto 15px; }

/* Content */
#content { list-style:none; width:700px; float:left; padding:0; }
#content li.entry { margin:0 0 25px; }
#content p.large:first-letter { color:#d4d4c7; float:left; font-size:90px; line-height:77px; padding:0 3px 3px 0; }
#content p, #content blockquote, #content li { font-size:16px; line-height:1.6; }
#content blockquote { font-style:italic; padding:10px 35px; margin:0 0 10px; background:url(/wp-content/themes/caroljohnson/images/quote_lg.gif) no-repeat 10px 10px; clear:both; }
#content h2 a { text-decoration:none; }
		 h2 a { color:#444; }
		 
/* Sidebar */
#sidebar { width:210px; float:left; margin:0 0 0 19px; border-left:1px solid #ccc; padding:0 0 0 10px; }
#sidebar a { text-decoration:none; }
.menu { margin:0 0 25px; padding-top:1px; padding:0 0 0 5px; }
.menu li { font-weight:bold; font-size:14px; line-height:1.4; }
.menu a:hover { text-decoration:underline !important; }
.sideGroup { margin:20px 0 0; }

/* Footer */
#footer { clear:both; text-align:center; border-top:1px dotted #969696; margin:15px 0 0; padding:15px 0 0; }