/*

Theme Name: Sent
Theme URI: 
Description: 
Version: 1.0
Author: Aaron Proctor
Author URI: http://web.aaronproctor.com/

*/

.buttons { margin: -30px 40px 30px; }

.navigation { padding:10px 20px 0; }

.firstpost {
	background: #fff;
	color: #000;
	margin: 0 40px 40px;
	}

.firstpost h1 {
	background: #000;
	color: #fff;
	padding: 3px 10px;
	}

.firstpost .bodytext { 
	padding: 10px;
	}

* {
	margin:0;
	padding:0;
	}

html {
	background: #254fa3;
	}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	color: #fff;
	margin:0 auto;
	text-align: center;
	}

#page, #single, #header, #content, #footer, div.one {
	width: 795px;
	}

#pagewrap, #headerwrap, #footerwrap { background: #254fa3; }
	body.home #pagewrap, body.home #headerwrap, body.home #footerwrap { background:transparent; }

#page, #single {
	margin:0 auto;
	text-align:left;
	}
	body.home #page { background:transparent; }

#headerwrap {
	text-align:center;
	width:100%;
	}
	body.home #headerwrap { }

#header, #single, #page, #footer {
	border-right:5px solid #231f20;
	border-left:5px solid #231f20;
	}
	body.home #page, body.home #footer {
		border:0;
		}

#header {
	background:#231f20;
	color:#fff;
	height:144px;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
	}

#content {
	background: #254fa3 url('images/bg_content.gif') no-repeat top center;
	color:#fff;
	float:left;
	min-height:350px;
	}
	
#navigation {
	float:left;
	font-size:1.4em;
	height:23px;
	margin:0;
	padding: 0;
	width:100%;
	}
	#navigation #social {
		float:right;
		padding:3px 0;
		width:100px;
		}
		#navigation #social a { margin-left:12px; }
	#navigation ul {
		text-align:left;
		padding:0;
		margin:0 0 0 12px;
		}
	#navigation ul li {
		float:left;
		height:23px;
		list-style:none;
		margin:0;
		overflow:hidden;
		padding:0;
		}
	#navigation a { 
		color:#fff;
		}

#single {
	background:#231f20;
	}	

#footerwrap {
	width:100%;
	}

#footer {
	background:#254fa3;
	border-bottom:5px solid #231f20;
	clear: both;
	color:#fff;
	margin: 0 auto;
	padding:0;
	text-align:left;
	}
	body.home #footer { border-bottom:0; }
	#footer p { 
		font-size:1em;
		line-height:1.2;
		}
	#footer ul {
		clear:both;
		display:block;
		text-align:left;
		margin:10px auto;
		}
		#footer ul li {
			float:left;
			list-style:none;
			margin:0 20px 10px 0;
			}
		#footer a {
			color:#de1f26;
			text-decoration:underline;
			}

/* Grid */

div.two, div.three, div.threethree, div.four, div.fourfourfour, ul.two {
	float:left;
	}
div.two, ul.two {
	width:50%;
	}
div.three {
	display:block;
	overflow:hidden;
	width:33%;
	}
	div.threethree {
		width:67%;
		}
div.four {
	width:25%;
	}
	div.fourfourfour {
		width:75%;
		}

div.gutter {
	padding:24px 34px;
	}
	#footer div.gutter {
		padding:10px 20px;
		}

.first { margin-top:0; }
.last { margin-bottom:0; }

/* Lists */

ul.two { display:inline; padding-left:0; }

ul li {
	font-size:1.2em;
	}

ul.posts li {
	font-size:1.1em;
	list-style:none;
	margin-bottom:5px;
	}
	ul.posts li a {
		color:#cccccc;
		text-decoration:underline;
		}

/* Typography */

p {
	font-size: 1.6em;
	line-height:1.75em;
	margin-bottom:1em;
	}
	#footer p { font-size:100%; }

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	line-height:1.5em;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

h1, h2, h3 {
	font-weight:normal;
	}

h1 {
	font-size: 2.5em;
	margin:0;
	padding:0;
	}

h2 {
	color:#3e2702;
	display:block;
	font-size: 2em;
	font-weight:normal;
	margin:0 0 20px;
	padding:3px 0 10px;
	}

h3 {
	color:#7d1114;
	font-size: 1.5em;
	font-weight:bold;
	margin: 0;
	text-transform:uppercase;
	}
	div.post h3 { text-transform:none; }

div.post {
	margin:0 0 15px 280px;
	width:515px;
	}
	div#single div.post { margin-left:0; }
	div.post h2 {
		display:none;
		margin-top:100px;
		padding:5px;
		text-transform:uppercase;
		}

div.postSidebar {
	float:left;
	margin:0 0 15px 0;
	width:280px;
	}
div.messages {
	background:#231f20;
	padding:0;
	}
div.message {
	background:#231f20;
	/*padding:0 0 20px;*/
	}
	body.single div.message { padding-bottom:0; }
	div.message div.gutter { 
		background:#fff;
		color:#000;
		}
	div.message h2 { 
		padding: 3px 10px;
		margin: 0;
		color: #fff;
		}

/* Links */

a, a:link, a:visited, a:active, a:hover { color:#000; text-decoration:underline; }

	div.messages a { color:#fff; }
	div.messages div.message a { color:#000; }

/* Form */

#content form {
	clear:both;
	display:block;
	margin:0;
	padding:0;
	width:auto;
	}
	#content form input { 
		border:5px solid #000;
		margin-bottom:10px;
		padding:5px;
		width:427px;
		}
	#content form input.submit { border:0; height:30px; padding:0; width:79px; }
#content form textarea {
	resize: vertical;
	}

/* Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

/* Other Typography */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

a img {
	border: none;
	}

/* Other Elements */

a.permalink { color:#fff; }
div.subscribe, div.promotinggroup, input.submit, a.permalink {
	float:right;
	}
	div.subscribe div.gutter { background:transparent; }
