/*
Theme Name:    Reform Blog - Version 2
Theme URL: 		http://www.joe-brooks.com
Version: 		Version 1 (Wordpress 2.8)
Description: 	This theme was built by Joe Brooks. Please visit joe-brooks.com to inquire about getting your own custom wordpress theme or email me at joebrooks+wp[at]gmail.com
Author: 		Joe Brooks
Author URI:		http://www.joe-brooks.com
Tags:			Custom Wordpress Theme, Wordpress, Custom Theme, New Theme

== Short-cuts for Joe ==
Link to to inside the image folder:  (Can only be used on the php files, not in CSS - DUH!
	<img src="<?php bloginfo('template_directory') ?>/images/headerbg.png">
	
	link to home; <?php echo get_settings('home'); ?>/
	
	red: #ce0000;
	yellow: #ffe400;
	off-yellow: #fff38b;
	
	Highlighting Codes
	<span class="hl">
	<span class="hl2">
	<span class="hl-bold">
	<span class="hl-font">
	<span class="hl-under-dashed">
	<span class="hl-under-solid">
	<span class="red-under-dashed">
	<span class="red-under-solid"> 
*/

/* Reset Browser Defaults*/
@import url(library/styles/reset.css); 

/* Site Specific Styles */
@import url(css/screen.css);

/* Site Specific Styles */
@import url(css/wordpress-extras.css);
body {
	font-family: Verdana, Arial, Sans-Serif;
	background:url(images/bodybg.jpg) top no-repeat;
	background-color:#414141;
}

#wrapper {
	margin:0 auto;
	margin-bottom:15px;
	width:1109px;
}
#wrapperbar {
	float:right;
	width:200px;
	min-height:600px;
	background:url(images/wrappersidebar.jpg);
	border-top: 2px solid #969696;
	border-right: 2px solid #969696;
}
#header {
	background-image:url(images/headerbg.png);
	background-position:top;
	background-repeat:no-repeat;
	height:301px;
	margin-top:15px;
}

h2 {
	color:#111;
	font-size:20px;
	padding:0 5px 0 5px ;
}

#headernav {
	margin:0 auto;
	margin-left:10px;
	padding-top:270px;
	height: 29px;
	text-align:left;
}
#headernav a {
	color:#fff;
	background:#4c0000;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding:2px 5px 2px 5px;
	margin-right:5px;
}
#headernav a:hover {
	color:#fff;
	background:#cd0000;
}
#contentwrapper {
	background-image:url(images/wrapper.png);
}
}
#contentwrappertop {
}
#contentwrapperfooter {
	background-image:url(images/contentfooter.png);
	background-repeat:no-repeat;
	height:20px; 
	margin-bottom:10px;
	text-align:center;
}
#contentwrapperfooter a {
	color:#e40153;
	font-size:14px;
	font-weight:400;
	text-decoration:none;
	margin-right:25px;
}
#contentwrapperfooter a:hover {
	color:#666666;
}
#content {
	float:left;
	width:555px;
	margin-left:10px;
}
.post {
	margin-bottom:10px;
	padding:0 10px 10px 10px;
}
.posttitle{
}
h1 {
	font-size:18px;
	color:#ce0000;
	font-weight:bold;
}
h1 a {
	color:#ce0000;
	text-decoration:none;
}
.posttext { 
	color:#1b1b1b;
	font-size:13px;
	padding:15px 0px 15px 0;
	line-height:18px;
}
.posttext h2 {
margin: 5px 0 5px 0;
}
.posttext h3 {
	font-size:16px;
	background-color:none;
	font-weight:bold;
	text-align:left;
	padding:0;
	margin: 5px 0 5px 0;

	}
.posttext h4 {
	font-size:14px;
	background-color:none;
	font-weight:bold;
	text-align:left;
	padding:0;
	margin: 5px 0 5px 0;

	}
.posttext h5 {
	font-size:12px;
	background-color:none;
	font-weight:bold;
	text-align:left;
	padding:0;
	margin: 5px 0 5px 0;

	}
.posttext h6 {
	font-size:10px;
	background-color:none;
	font-weight:bold;
	text-align:left;
	padding:0;
	margin: 5px 0 5px 0;

	}
.posttext p{
	padding-bottom:10px;
}
.posttext a{
	color:#ce0000;
	text-decoration:none;
	font-weight:bold;
}
.posttext a:hover{
	background-color:#ffe400;
}
.posttext ul {
	padding-left:40px;
	padding-right:40px;
	color:#1b1b1b;
	margin-top:20px;
	margin-bottom:20px;
}
.posttext ul li {
	list-style-type:disc;
	list-style-position:inside;
	color:#ffffff;
	margin-bottom:5px;
}
.posttext ol {
	list-style-type:decimal;
	padding-left:40px;
	padding-right:40px;
	color:#ffffff;
	margin-top:20px;
	margin-bottom:20px;
}
.posttext ol li {
	list-style-type:decimal;
	list-style-position:inside;
	color:#666666;
	margin-bottom:5px;
}
.postmeta {
	border-top:1px solid #e5e9f1;
	text-align:left;
	font-size:10px;
	color:#2b2b2b;
}
.postmeta a{
	color:#ce0000
}
.postmeta a:hover{
	background-color:#ffe400;
}
#sidebar {
	float:left;
	width:300px;
	margin-left:9px;
}
#sidebarright {
	float:right;
	width:200px;
	margin-top:-270px;
	margin-right:28px;
}
.sidebarwidgetbg {
	background:#eef1f7 ;
	margin-bottom:15px;
}
.sidebarwidget {
	font-size:13px;
	color:#222222;
}
h3 {
	color:#fff;
	background-color:#6e6e6e;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	padding:3px;
}

.sidebarwidget a {
	color:#222222;
	font-weight:bold;
}
h3 a {
	color:#fff;
	text-decoration:none;
}
.rsswidget {color:#fff;}
.rsswidget a {color:#fff;}
.sidebarwidget a:hover {
	text-decoration:underline;
}
.sidebarwidget ul {list-style:none;}
.sidebarwidget li {
	list-style:none;
	border-bottom:#cfd1d4 solid 1px;
	
	display:block;
}
.sidebarwidget ul li:hover {	background:#fff38b;}
.sidebarwidget ul li {list-style:none;padding: 10px;}
.sidebarwidget ul li ul {list-style:none;}
.sidebarwidget ul li ul li {list-style:none;}

#footer {
	min-height:100px;
	padding:5px;
	text-align:center;
	font-size: 12px;
}
#footer a {
	color:#ffe400;
	font-weight:bold;
	margin-right:5px;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
.postmeta-single {
	margin-top:20px;
	font-size:10px;
	background:#f2f2f2;
	border-top:1px solid #797979;
	padding:15px;
}

.comment-count {
	float:right;
	margin-left:25px;
	font-weight:bolder;
	color:#b7bfc4;
}
.comment-count a{
	font-size: 20px;
	font-weight:bolder;
	color:#b7bfc4;
	text-decoration:none;
}
blockquote {
	background:#fff38b;
	padding:5px;
	border:#ce0000 3px dashed;
}
blockquote:hover {
}
blockquote a{
	color:#fff;
}
blockquote a:hover {
	color:#ce0000;
}
.hl{
	padding:0 2px 0 2px;
	background:#ffe400;
}
.hl2{
	padding:0 2px 0 2px;
	background:#fff38b;
}
.hl-bold {
	padding:0 2px 0 2px;
	background:#ffe400;
	font-weight:bold;
}
.hl-font {
	padding:0 2px 0 2px;
	background:#ffe400;
	color:#ce0000;
}
.hl-under-dashed {
	font-weight:bold;
	padding:0 2px 0 2px;
	border-bottom:#ffe400 2px dashed;
	}
.hl-under-solid {
	font-weight:bold;
	padding:0 2px 0 2px;
	border-bottom:#ffe400 2px solid;
}
.red-under-dashed {
	font-weight:bold;
	padding:0 2px 0 2px;
	border-bottom:#ce0000 2px dashed;
	}
.red-under-solid {
	font-weight:bold;
	padding:0 2px 0 2px;
	border-bottom:#ce0000 2px solid;
}
.textwidget {
	padding:10px;
}