/*
Theme Name: Rehistoricizing
Theme URI: http://rehistoricizing.org/
Author: Andrew Venell
Author URI: http://burning-house.com/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li, input, textarea,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* End CSS reset */

/* Begin Typography & Colors */
body {
	font-size: 12px;
	line-height: 18px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	background: #000;
	color: #1a1513;
	text-align: center;
	}

#container {
	width: 940px;
	margin: 0px auto;
	overflow: auto;
	background: #000 url('images/bg-pattern.gif') repeat-y;
	}
	
#header {
	width: 940px;
	background: #000;
	height: 120px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#sidebar2 {
	width: 160px;
	float: left;
	margin-right: 10px;
	background: #1a1513 url('images/sidebarImg.jpg') no-repeat;
	min-height: 820px;
}
#content {
	width: 520px;
	float: left;
	margin-right: 10px;
	background: #FFF;
	padding: 10px;
	text-align: left;
	min-height: 800px;
}
#sidebar {
	width: 220px;
	float: left;
	background: #1a1513;
	min-height: 820px;
	color: #FFF;
	text-align: left;
}
#footer {
	clear: both;
	padding: 20px 9px;
	text-align: left;
	color: #CAA47A;
	background: #000
}
#rtBar {
	background:#992E21 none repeat scroll 0 0;
	height:100%;
	position:fixed;
	right:0;
	top:0;
	width:4px;
	z-index:12;
}
a {
	color: #992e21;
}
a:hover {
	color: #000;
	text-decoration: none;
}

/* Search bar */

div.searchBar {
	background: #992e21;
	text-align: left;
}
div.searchBar input#s {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	padding: 3px;
	margin: 5px;
	width: 100px;
	float: left;
}
button.searchbtn {
	float: right;
	margin-right: 5px;
	margin-top: 6px;
}
div.searchBar label {
	display: none;
}
div.blackBar {
	width: 100%;
	height: 10px;
	background: #000;
	clear: both;
}

/* Sidebar */

#sidebar h2 {
	color: #FFF;
	font-size: 18px;
	line-height: 18px;
	margin: 10px 6px 9px 6px;
	padding-left: 3px;
	padding-bottom: 7px;
	border-bottom: 1px solid #FFF;
	font-weight: normal;
}
#sidebar ul {
	margin-left: 9px;
}
#sidebar ul li a {
	color: #CAA47A;
	text-decoration: none;
	line-height: 18px;
}
#sidebar ul li a:hover {
	color: #FFF;
}

/*Content */

#content h2 {
	font-size: 18px;
	color: #992e21;
	margin-bottom: 18px;
	margin-left: 4px;
}
#content h2 a {
	text-decoration: none;
}
#content h2 a:hover {
	text-decoration: underline;
}
#content .entry p {
	margin-bottom: 18px;
	padding: 0px 4px;
}
#content hr {
	background-color:#CAA47A;
	border-style:none;
	color:#CAA47A;
	height:1px;
	margin-bottom:17px;
	margin-top:0px;
}
span.caption {
	display: block;
	clear: both;
}
#content .entry p img, #content .entry p object {
	margin-bottom: 18px;
	margin-left: -4px;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
.entry ul {
	margin-left: 4px;
	margin-bottom: 24px;
}
.entry ul li ul {
	margin-left: 0px;
}

/* Comments */

ol.commentlist li div, ol.commentlist li p  {
	padding: 0px 2px;
}
ol.commentlist li {
	border-bottom: 1px solid #CAA47A;
	margin-bottom: 18px;
}
ol.commentlist li p {
	margin-bottom: 18px;
}
cite.fn {
	font-weight: bold;
	color: #992e21;
}
cite.fn a {
	text-decoration: none !important;
}
cite.fn a:hover {
	text-decoration: underline !important;
}
div.comment-meta {
	font-size: 10px;
	margin-bottom: 18px;
}
div.comment-meta a {
	color: #CCC;
	text-decoration: none;
}
div.comment-meta a:hover {
	text-decoration: underline;
}
div#respond input {
	padding: 4px;
	border: 1px solid #CCC;
}
div#respond p input {
	float: right;
	width: 350px;
	clear: none;
}
div#respond p label {
	float: left;
	width: 152px;
	font-size: 10px;
	clear: none;
}
div#respond p {
	overflow: auto;
	padding: 0px 4px;
	margin-bottom: 18px;
}
div#respond textarea {
	width: 502px;
	border: 1px solid #CCC;
	padding: 4px;
	height: 100px;
}
div#respond input#submit {
	background: #992e21;
	color: #FFF;
	width: 152px;
	border: none;
}
div#respond input#submit:hover {
	background: #1b1513;
	color: #FFF;
}
#footer a:hover {
	color: #FFF;
}
