/*
Theme Name: Rehistoricizing 2011
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 */

@font-face {
    font-family: 'CartoGothicStdBook';
    src: url('fonts/CartoGothicStd-Book-webfont.eot');
    src: url('fonts/CartoGothicStd-Book-webfont.eot?iefix') format('eot'),
         url('fonts/CartoGothicStd-Book-webfont.woff') format('woff'),
         url('fonts/CartoGothicStd-Book-webfont.ttf') format('truetype'),
         url('fonts/CartoGothicStd-Book-webfont.svg#webfont1l1oLWSU') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CartoGothicStdItalic';
    src: url('fonts/CartoGothicStd-Italic-webfont.eot');
    src: url('fonts/CartoGothicStd-Italic-webfont.eot?iefix') format('eot'),
         url('fonts/CartoGothicStd-Italic-webfont.woff') format('woff'),
         url('fonts/CartoGothicStd-Italic-webfont.ttf') format('truetype'),
         url('fonts/CartoGothicStd-Italic-webfont.svg#webfontwfIPNIfh') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CartoGothicStdBold';
    src: url('fonts/CartoGothicStd-Bold-webfont.eot');
    src: url('fonts/CartoGothicStd-Bold-webfont.eot?iefix') format('eot'),
         url('fonts/CartoGothicStd-Bold-webfont.woff') format('woff'),
         url('fonts/CartoGothicStd-Bold-webfont.ttf') format('truetype'),
         url('fonts/CartoGothicStd-Bold-webfont.svg#webfontjp82WRel') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CartoGothicStdBoldItalic';
    src: url('fonts/CartoGothicStd-BoldItalic-webfont.eot');
    src: url('fonts/CartoGothicStd-BoldItalic-webfont.eot?iefix') format('eot'),
         url('fonts/CartoGothicStd-BoldItalic-webfont.woff') format('woff'),
         url('fonts/CartoGothicStd-BoldItalic-webfont.ttf') format('truetype'),
         url('fonts/CartoGothicStd-BoldItalic-webfont.svg#webfontCWJpTiZr') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* 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;
	}
	
#header {
	width: 940px;
	background: #000;
	height: 120px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#content {
	width: 570px;
	float: left;
	margin-right: 10px;
	background: #FFF;
	padding: 10px;
	text-align: left;
	min-height: 800px;
}
#sidebar {
	width: 310px;
	float: left;
	background: #1a1513;
	min-height: 820px;
	color: #FFF;
	text-align: left;
	padding: 10px 20px 0px 10px;
}
#footer {
	clear: both;
	padding: 20px 9px;
	text-align: left;
	color: #CAA47A;
	background: #000
}
#rtBar {
	background:#46150f 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;
}

/* Navigation */

div.access {
	width: 100%;
	height: 31px;
	background: #46150f;
	overflow: auto;
	margin: 0px 0px 10px 0px;
}
div.access ul.menu {
	list-style: none;
	float: left;
	margin-left: 15px;
	margin-top: 8px;
}
div.access ul.menu li {
	list-style: none;
	padding: 0px;
	float: left;
	margin-right: 32px;
}
div.access ul.menu li a {
	display: block;
	font-family: 'CartoGothicStdBook', 'Myriad-Pro', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	color: #caa47a;
	letter-spacing: .1em;
	text-decoration: none;
}
div.access ul.menu li a:hover {
	color: #FFF;
	text-decoration: none;
}
div.access ul.menu li.current-menu-item a, div.access ul.menu li.current-page-ancestor a, div.access ul.menu li.current-post-ancestor a {
	color: #FFF;
}


/* Search bar */

div.access form {
	width: 280px;
	float: right;
	margin-right: 10px;
	text-align: right;
}

input#s {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	padding: 3px;
	margin: 6px 2px 0px 0px;
	width: 160px;
	background: #a38a87;
	text-align: left;
}
button.searchbtn {
	background: #3a120c url(images/btnBg.jpg) top left repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #CCC;
	font-weight: 500;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 4px 7px 3px 7px;
	-moz-text-shadow: 0px 1px 0px #541b14;
	-webkit-text-shadow: 0px 1px 0px #541b14;
	text-shadow: 0px 1px 0px #541b14;
	text-align: center;
	border: 1px solid #300f0a;
	letter-spacing: .075em;
	-webkit-background-clip: padding-box;
}
button.searchbtn:hover {
	color: #FFF;
	-moz-text-shadow: 0px 1px 0px #46150f;
	-webkit-text-shadow: 0px 1px 0px #46150f;
	text-shadow: 0px 1px 0px #46150f;
	cursor: pointer;
}
div.searchBar label {
	display: none;
}

/* Sidebar */

#sidebar h2 {
	color: #514133;
	font-family: 'CartoGothicStdBook', 'Myriad-Pro', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: .1em;
	margin: 10px 0px 5px 0px;
	padding-left: 3px;
	font-weight: normal;
}
#sidebar select {
}
#sidebar div.widget {
	padding-bottom: 5px;
	border-bottom: 1px solid #342a22;
	margin-bottom: 21px;
}
#sidebar div.pad {
	margin-bottom: 84px;
}
#sidebar ul {
	margin-left: 5px;
}
#sidebar ul li {
	margin-top: 18px;
}
#sidebar ul li a {
	color: #CAA47A;
	text-decoration: none;
	line-height: 18px;
}
#sidebar ul li a:hover {
	color: #FFF;
}
#sidebar {
	padding-bottom: 36px;
}

/*Content */

div.entry {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	line-height: 21px;
}

#content h2 {
	font-size: 24px;
	font-family: Georgia, Times, serif;
	color: #992e21;
	margin: 10px 5px 21px 5px;
	font-weight: normal;
	line-height: normal;
}
#content h2 a {
	text-decoration: none;
}
#content h2 a:hover {
	text-decoration: none;
}
#content .entry p {
	margin-bottom: 21px;
	padding: 0px 5px;
}
#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: 21px;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
.entry ul {
	margin-left: 5px;
	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: 21px;
}
ol.commentlist li p {
	margin-bottom: 21px;
}
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: 21px;
}
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: 21px;
}
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 {
	text-decoration: none;
}
#footer a:hover {
	color: #CAA47A;
}
/* Home page things */

div.thumbPost div.post-thumbnail {
	width: 90px;
	height: 90px;
	float: left;
	margin: 0px 10px 10px 5px;
}
div.thumbPost {
	overflow: auto;
	margin-top: 10px;
	color: #CAA47A;
}
div.thumbPost a {
	color: #992E21;
	text-decoration: none;
}
div.thumbPost a:hover {
	color: #FFF;
}
div.thumbPost p.thumbtitle {
	font-size: 12px;
	font-weight: bold;
	margin-top: 2px;
}
div.thumbPost p.thumbtitle span.tags {
	font-size: 12px;
	font-weight: normal;
	font-family: Georgia, Times, serif;
	color: #514133;
}
div.thumbPost p.thumbtitle span.tags a {
	color: #514133;
	font-style: italic;
}
div.thumbPost p.thumbtitle span.tags a:hover {
	color: #992E21;
}
#sidebar hr.sidebar {
	background-color:#514133;
	border-style:none;
	color:#514133;
	height:1px;
	margin-bottom:18px;
	margin-top:17px;
}

/* Special */

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	margin: 0px auto;
}
img.alignleft {
	margin: 0px 12px 12px 0px !important;
}

#content h1 {
	font-family: Georgia, Times, serif;
	color: #992E21;
	margin: 10px 5px 21px 5px;
	font-weight: bold;
	line-height: normal;
}