

/*
Theme Name: AWR Custom.
Theme URI: http://awrhawkins.com
Description: Writings on military history.
Version: 1.0
Author: Form
Author URI: http://thisisform.com
*/

/* Global Reset */

* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* ClearFix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* Page Style */

body {
	background: #322e22 repeat-x;
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

p {
	font-size: .9em;
	color: #746f62;
	padding-bottom: 11px;
	line-height: 1.5em;
}

a {
	color: #c84533;
	text-decoration: none;
}

a:hover {
	color: #a98480;
	text-decoration: underline;
}


a.login {
	font-style: italic;
	background-color: #c2baa4;
	padding: 5px;
	color: #645e4e;
}

h1 {
	color: #322e22;
	font-size: 1.3em;
	margin-top: 0;
}

blockquote {
	color: rgba(50,46,34,0.35);
	font-style: italic;
	font-size: .8em;
	line-height: 1.4em;
}

a img {
	border-style: none;
}


/* WRAPPER */

#wrapper {
	background: url(img/mainbg.gif) repeat-y;
	width: 827px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 2em;
}

/* BANNER */

#banner {
	position: absolute;
	background: url(img/banner.png) repeat-x;
	width: 100%;
	height: 175px;
	top: 25px;
	z-index: 0;
}

/* HEADER */

#header {
	width: 827px;
	margin-right: auto;
	margin-left: auto;
	height: 233px;
	background-repeat: no-repeat;
	position: relative;
	text-align: center;
}

img#logo {
	width: 349px;
	height: 80px;
	margin-top: 72px;
	position: relative;
}

/* Posts */

#content {
	width: 526px;
	float: left;
	margin-left: 35px;
	margin-right: 25px;
}

#content p.meta {
	font-size: 70%;
}

a.full-article {
	font-size: 80%;
	font-style: italic;
}

#post {
	margin-bottom: 1em;
	border-bottom: 1px dashed #afab9f;
	padding-bottom: 1em;
}

#post h2 a {
	font-size: 90%;
}

/* SIDEBAR */

#sidebar {
	width: 211px;
	float: left;
}

#sidebar ul {
	list-style-type: none;
	margin: 0 0 28px;
	font-size: .9em;
	padding: 0;
}

#sidebar ul li {
	border-bottom: 1px solid #c1bdad;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 90%;
	color: #928c7c;
}

#sidebar ul li a {
	text-decoration: none;
	color: #928c7c;
	font-weight: normal;
	font-style: normal;
}

#sidebar ul li a:hover {
	color: #b8b09c;
}

#sidebar ul#friend li a {
	color: #c84533;
}

#sidebar ul#friend li a:hover {
	color: rgba(200,69,51,0.4);
}

#sidebar h3 {
	color: #645e4e;
	text-transform: uppercase;
	font: bold 100% "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #c2baa4;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 5px;
}

/* FOOTER */

#footer {
	width: 829px;
	background: url(img/footerbg.gif) no-repeat;
	margin-right: auto;
	margin-left: auto;
	height: 33px;
}

#footer p {
	margin-left: 36px;
	font-size: 70%;
	border-top: 1px solid #aaa798;
	padding-top: 3px;
	margin-right: 45px;
}