/*

Theme Name: WingSpread
Theme URI: 
Description: 
Version: 1.0
Author: Aaron Proctor
Author URI: http://web.aaronproctor.com/

*/

* {
	margin:0;
	padding:0;
	}

html, body {
	background: #333;
	color: #fff;
	margin:0 auto;
	text-align: center;
	}

body {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	}

#page, #header, #footer, div.one {
	background:#fff;
	color:#000;
	width:770px;
	}

#page {
	margin:5px auto;
	min-height:300px;
	text-align:left;
	}

#header {
	background:#ff9900;
	height: 103px;
	overflow:hidden;
	text-align:left;
	}
	#header h1 {
		background:#ff9900;
		}

#content {
	float:left;
	min-height:250px;
	text-align:justify;
	width:550px;
	}
	
#subcontent {
	background:#eee;
	margin:0 10px;
	}
	#subcontent a {
		color:#c07300; // dark orange
		}

#sidebar {
	background:#fff;
	color:#8d979b;
	float:left;
	width:220px;
	}
	#sidebar h3, body.home h2, #news h3 {
		font-weight:normal;
		letter-spacing:1px;
		text-transform:uppercase;
		}
	#sidebar #subnavigation ul li {
		list-style-image:url("/img/bullet.gif");
		}
		
#navigation {
	background:#8d979b;
	clear: both;
	font-family:Helvetica, Arial;
	font-size:1.1em;
	margin:0 9px 10px 10px;
	overflow:hidden;
	}
	#navigation ul {
		float:right;
		text-align:right;
		}
	#navigation ul li {
		border-right:1px solid #fff;
		float:left;
		list-style:none;
		padding:5px 0;
		}
	#navigation a { 
		color:#fff;
		font-weight:bold;
		padding:5px;
		}
	#navigation a:hover {
		background:#ff9900;
		text-decoration:none;
		}

#subnavigation {
	
	}
	#subnavigation ul {
		margin:10px 0;
		}
	#subnavigation ul li {
		font-size:1.2em;
		font-weight:bold;
		margin-bottom:10px;
		}
	#subnavigation a {
		color:#000;
		}

#vision {
	background:#ffcc80;
	}
	
#footer {
	border-top:10px solid #333;
	clear: both;
	font-size:1em;
	margin: 10px auto;
	padding: 0;
	text-align:right;
	}
	#footer ul li {
		border-left:1px solid #000;
		float:left;
		list-style:none;
		padding-left:10px;
		padding-right:10px;
		}
	#footer a { 
		color:#000;
		}
	#footer ul li.first {
		border-left:0;
		padding-left:0;
		}
		
/* Grid */

div.two, div.three, div.threethree, div.four {
	float:left;
	}
div.one {
	background:#fff;
	}
div.two {
	width:385px;
	}
div.three {
	width:33%;
	}
	div.threethree {
		width:67%;
		}
	#right div.three {
		width:100%;
		}
div.four {
	width:25%;
	}

div.gutter {
	background:#fff;
	padding:10px;
	}

/* Typography */

#page {
	font-size: 1.1em;
	}
	#content p, #content ul {
		line-height:1.5em;
		margin-bottom:1em;
		}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

h1, h2, h3 {
	display:block;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight:normal;
	}

h1 {
	font-size: 2.5em;
	}

h2 {
	color:#ff9900;
	font-size:1.7em;
	font-weight:bold;
	margin-bottom:1em;
	}
	body.home h2 { 
		color:#8d979b;
		font-size:1.4em;
		font-weight:normal;
		}

h3 {
	font-size: 1.4em;
	font-weight:bold;
	margin-bottom:1em;
	}

h4 {
	font-size: 1.3em;
	font-weight:normal;
	margin:1em 0;
	}

hr {
	margin-bottom:10px;
	}

ul {
	list-style:square;
	}

/* Links */

a, a:link, a:visited, a:active { 
	color:#ff9900;
	text-decoration:none;
	}
a:hover {
	color:#ff9900;
	text-decoration:underline;
	}

#content a, #footer a {
	text-decoration:underline;
	}


/* Form */

form {
	margin:0;
	padding:0;
	width:230px;
	}
form fieldset {
	border:0;
	display: block;
	width:230px;
	}
form label {
	clear: both;
	float: left;
	display: block;
	width: 5em;
	margin-top: -1em;
	font-weight: normal;
	}
form input, form select, form textarea {
	background:#fff;
	border:0;
	clear:both;
	float:left;
	font-size:115%;
	left: 5em;
	padding:0.5em 0.85em;
	position: relative;
	top: -1.4em;
	width:auto;
	}
input.submit {
	background:transparent;
	border:0;
	color:#ff9900;
	left:0;
	text-align:left;
	text-decoration:underline;
	top:-1.5em;
	}
form label.first {
	margin-top: 1em;
	}

form#searchform {
	margin:1em 0 0;
	padding:5px;
	width:220px;
	}
	form#searchform input {
		border-color:#8d979b;
		clear:none;
		left:0;
		float:none;
		margin:1em 0 0 0;
		width:180px;
		}
	form#searchform input.submit {
		color:#ff9900;
		left:0;
		margin:0;
		text-align:left;
		text-decoration:underline;
		top:-1.5em;
		width:200px;
		}
	#header form#searchform {
		margin-top:3em;
		}

/* Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 20px 10px;
	display: inline;
	}

img.alignleft {
	margin: 0 10px 20px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

/* Lists */

#content ul, #sidebar ul,
#content ol, #sidebar ol {
	margin-left:20px;
	}

#content ul {
	list-style:square;
	margin-bottom:10px;;
	}
	#content ul ul, #content ul ul ul {
		margin-bottom:0;
		}

/* 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;
	}

code, pre {
	font-size:1.1em;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

a img {
	border: none;
	}

/* Curved Boxes */

.cbb {
	padding:1px 10px;
	margin:1.9em 0 0 0.9em;
	background:#fff;
	border:1px solid #fff;
	}

/* Rules for the top corners and border */
.bt {
	background:url(/img/box.png) no-repeat 100% 0;
	margin:0 0 0 24px;
	height:21px;
	}
.bt div {
	height:21px;
	width:24px;
	position:relative;
	left:-24px;
	background:url(/img/box.png) no-repeat 0 0;
	}

/* Rules for the bottom corners and border */
.bb {
	background:url(/img/box.png) no-repeat 100% 100%;
	margin:0 0 0 24px;
	height:21px;
	}
.bb div {
	height:21px;
	width:24px;
	position:relative;
	left:-24px;
	background:url(/img/box.png) no-repeat 0 100%;
	}

/* Insert the left border */
.i1 {
	padding:0 0 0 10px;
	background:url(/img/borders.png) repeat-y 0 0;
	}
/* Insert the right border */
.i2 {
	padding:0 10px 0 0;
	background:url(/img/borders.png) repeat-y 100% 0;
	}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	background:#fff;
	border:1px solid #fff;
	border-width:1px 0;
	padding:0 10px;
	}
	#vision .i3 { background:#ffcc80; border-color:#ffcc80; }
	#vision .i3 a { color:#fff; }
	#subcontent .i3 { background:#eee; border-color:#eee; }
	

div.box {
	border-right:1px solid #fff;
	float:left;
	margin-right:10px;
	padding-right:10px;
	width:215px;
	}

/* Form */

form {
	margin:0;
	padding:0;
	width:210px;
	}
form fieldset {
	border:0;
	display: block;
	width:200px;
	}
form label {
	clear: both;
	float: left;
	display: block;
	width: 8em;
	margin-top: -1em;
	font-weight: normal;
	}
form input, form select, form textarea {
	background:#fff;
	border:1px solid #ccc;
	clear:both;
	float:left;
	font-size:115%;
	left: 8em;
	margin:0 0 1em;
	padding:0.5em 0.25em;
	position: relative;
	top: -1.4em;
	width:320px;
	}
form textarea {
	resize: vertical;
	}

form label.first {
	margin-top: 1em;
	}

/* Blog */

div.entry {
	margin-bottom:10px;
	}

div.meta {
	margin:0;
	padding:0;
	}
div.meta ul {
	margin:0;
	padding:0;
	}
div.meta li { 
	background-repeat: no-repeat;
	color:#666;
	display:inline;
	float:left;
	padding:0;
	list-style-type: none;
	margin:0 10px 0 0;
	}

	div.meta li.twitter { background: url("/img/twitter.gif") no-repeat 0 50%; }
	div.meta li.delicious { background: url("/img/delicious.gif") no-repeat 0 50%; }
	div.meta li.digg { background: url("/img/digg.gif") no-repeat 0 50%; }
	div.meta li.facebook { background: url("/img/facebook.gif") no-repeat 0 50%; }
		div.meta li.digg a, div.meta li.facebook a, div.meta li.twitter a { margin:0 0 0 20px; }

/* Tables */

table {
	border:0;
	border-right:1px solid #000;
	border-top:1px solid #000;
	margin:0 0 15px;
	padding:0;
	}
	th {
		background:#000;
		border:0;
		color:#fff;
		padding:5px 20px;
		}
	tr {
		border:0;
		border-bottom:1px solid #000;
		}
	td {
		border:0;
		border-bottom:1px solid #000;
		border-left:1px solid #000;
		padding:10px 20px;
		vertical-align:center;
		}

/* Other Elements */

div#news {
	display:block;
	padding:0 10px 0 0;
	}
	div#news h2 {
		margin-left:30px;
		}

p.twitter-message {
	margin-bottom:10px;
	}
