/*
	Theme Name: simonfoust.com
	Theme URI: http://www.simonfoust.com
	Description: WP Theme for Simon Foust's website
	Version: 1.1
	Author: Simon Foust
	Author URI: http://www.simonfoust.com
*/

/* LAST UPDATED 08.17.2010 */

/*

	Table of Contents

	I.    DEFAULTS
	II.   NAVIGATION
	III.  STRUCTURE & TYPOGRAPHY
	IV.   LISTS
	V.    TABLES
	VI.   FORMS
	VII.  HEADINGS
	VIII. MISC

*/

@font-face {
	font-family: 'DroidSansRegular';
	src: url('fonts/DroidSans-webfont.eot');
	src: local('☺'), url('fonts/DroidSans-webfont.ttf') format('truetype'), url('fonts/DroidSans-webfont.svg#webfontKYIQSBQk') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* -----------------------------------------------------------
		I. DEFAULTS
----------------------------------------------------------- */

.gray { color: #9b9b9b; }
.green { color: #8cc63f; }
.light { color: #ccc; }

body {
	margin: 0;
	padding: 0 0 3em;
	font-family: 'DroidSansRegular', Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #9b9b9b;
	background-color: #2b2b2b;
}

p {
	margin: 0;
	padding: 0 0 1.35em;
}

* p:last-child { padding-bottom: 0; }

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

a:hover { border-bottom: 1px #8cc63f solid; }

/* -----------------------------------------------------------
		II. NAVIGATION
----------------------------------------------------------- */

nav ul {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0 0 .2em;
}

	nav li {
		float: left;
		margin: 0 2.4em 0 0;
		padding: 0;
	}

	nav li a {
		font-size: 18px;
		color: #737373;
		text-decoration: none;
		text-transform: lowercase;
	}

	nav li a:hover {
		color: #fff;
		border-bottom: 1px #8cc63f solid;
	}

/* -----------------------------------------------------------
		III. STRUCTURE & TYPOGRAPHYs
----------------------------------------------------------- */

header, section, footer, aside, nav, article, figure { display: block; }

header {
	padding: 4.2em 0 4.2em 350px;
	line-height: 1.5em;
	background: #121212 url('images/bg-header.gif') bottom repeat-x;
	border-bottom: 1px #444 solid;
	overflow: hidden;
}

	.logotype {
		display: block;
		margin: 0 0 2.1em -22px;
		width: 300px;
		height: 37px;
	}

#intro {
	padding: 2.2em 0 2.2em 350px;
	background: #777 url('images/bg-intro.jpg') top left no-repeat;
}

	#intro .light { color: #dfdfdf; }

#content {
	position: relative;
	padding: 48px 0 0 350px;
	width: 700px;
	line-height: 1.7em;
}

	.post { padding-bottom: 2.5em; }

	.date {
		font-size: 13px;
		color: #888;
	}

	#asides {
		float: right;
		margin-left: 2.5em;
		width: 180px;
	}

	#sidebar {
		position: absolute;
		top: 50px;
		left: 45px;
		width: 259px;
		font-size: 13px;
		overflow: hidden;
	}

		#sidebar .meta {
			width: 254px;
			margin: 0 0 1.5em;
			padding: 1.5em 0;
			border-top: 1px #555 dotted;
			border-bottom: 1px #555 dotted;
		}

/* -----------------------------------------------------------
		IV. LISTS
----------------------------------------------------------- */

ol, ul {
	margin: 0 0 0 3em;
	padding: 0 0 .75em;
}

ul { list-style: square; }

li { padding-bottom: .75em; }

.meta ul, .meta li { padding-bottom: 0; }

#sidebar ul {
	list-style: square;
	margin-left: 2em;
}

#asides ul {
	list-style: none;
	margin-left: 0;
}

	#asides li {
		padding-bottom: 1.5em;
		font-size: 13px;
		line-height: 1.35em;
	}

	#asides a.aktt_tweet_time {
		display: block;
		padding-top: .35em;
		color: #666;
		border: 0;
	}

/* -----------------------------------------------------------
		V. TABLES
----------------------------------------------------------- */

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 18px;
}

	table table { margin-bottom: 0; }

td {
	vertical-align: top;
	padding: 0 1.5em 1.5em 0;
}

tr.head { background-color: #222; }

/* -----------------------------------------------------------
		VI. FORMS
----------------------------------------------------------- */

fieldset, form, label {
	margin: 0;
	padding: 0;
	border: none;
}

input, select, textarea { font-family: 'DroidSansRegular', Helvetica, Arial, sans-serif; }

.textBox, textarea {
	margin: 0;
	padding: .5em;
	color: #aaa;
	background-color: #393939;
	border: none;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
}

	.textBox:hover, textarea:hover, .textBox:focus {
		color: #aaa;
		background-color: #494949;
	}

header .textBox {
	padding: 0;
	font-weight: normal;
	font-size: 18px;
	color: #737373;
	text-transform: lowercase;
	background-color: transparent;
}

	header .textBox:hover, header .textBox:focus {
		padding: .3em .4em;
		font-size: 13px;
		color: #666;
		background-color: #2b2b2b;
	}

	header label { display: none; }

textarea.contactBox {
	width: 80%;
	height: 100px;
}

/* -----------------------------------------------------------
		VII. HEADINGS
----------------------------------------------------------- */

h1, h2, h3, h4 {
	font-weight: normal;
	line-height: 1.3em;
	margin: 0 0 .1em;
	padding: 0 0 .5em;
	color: #8cc63f;
}

h1 a, h2 a, h3 a, h4 a { color: #8cc63f; }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover { border-bottom: 0; }

h1 { font-size: 21px; }

	#intro h1 {
		color: #000;
		width: 700px;
		margin: 0;
		padding: 0;
		font-size: 23px;
		letter-spacing: .1em;
		line-height: 1.5em;
		text-transform: uppercase;
	}

	h1.blogTitle { padding-bottom: .25em; }

h2 { font-size: 20px; }

	h2 a:hover:after { content: " \00BB"; }

h3 { font-size: 17px; }

h4 { font-size: 15px; }

/* -----------------------------------------------------------
		VIII. MISC
----------------------------------------------------------- */

.left { float: left; }
.right { float: right; }

.last {
	padding-bottom: 0;
	border: none;
}

strong {
	font-weight: normal;
	display: inline-block;
	padding: 0 .4em;
	color: #a9a9a9;
	background-color: #232323;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

small, .small {
	font-size: 12px;
	line-height: 1.5em;
}

sup {
	font-style: normal;
	margin: 0 0 0 .3em;
	padding: 0;
	font-size: 10px;
	color: #bbb;
	letter-spacing: .2em;
}

a img, a.image-link, a.image-link:hover { border: 0; }

img.border { border: 5px #444 solid; }

img {
	display: inline-block;
	max-width: 100%;
}

img.alignright {
	float: right;
	margin: 1px 0 2px 16px;
}

img.alignleft {
	float: left;
	margin: 1px 16px 2px 0;
}

pre {
	margin: 0 0 1.5em;
	padding: 1em 1.2em;
	font-size: 13px;
	line-height: 1.5em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", monospace;
	background: #444;
	overflow: auto;
	max-height: 444px;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
}

.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua";
	font-style: italic;
}

hr {
	clear: both;
	margin-bottom: 40px;
	height: 0;
	border: none;
	background: transparent;
}

blockquote {
	margin: 1.5em 0 3.5em 1em;
	padding: 0 0 0 1.5em;
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-style: italic;
	line-height: 1.5em;
	color: #777;
	border-left: 1px #8cc63f solid;
}

	.page-single blockquote { margin: 0 0 1.5em 1em; }

blockquote .last { padding: 0; }

.archiveButtons {
	clear: both;
	padding: 2.5em 0;
	height: 2.5em;
	line-height: 2.5em;
}

	#content .archiveButtons a, #content .button {
		cursor: pointer;
		display: inline-block;
		margin: 0 1px 1px 0;
		padding: 0 1.1em;
		color: #bbb;
		text-shadow: 0 -1px 0 rgba(0,0,0,.4);
		border: none;
		background: #393939 url('images/bg-button.png') center repeat-x;
		-webkit-border-radius: .5em;
		-moz-border-radius: .5em;
		border-radius: .5em;
		-webkit-box-shadow: .15em .15em .25em #222;
		-moz-box-shadow: .15em .15em .25em #222;
		box-shadow: .15em .15em .25em #222;
	}

	.archiveButtons a, a.button {
		height: 2.5em;
		line-height: 2.5em;
	}

	#content input.button {
		padding: .5em .9em;
		font-size: 15px;
	}

	#content .archiveButtons a:hover, #content .button:hover {
		color: #ddd;
		border: none;
		background-color: #414141;
	}

	#content .archiveButtons a:active, #content .button:active {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		margin: 1px 0 0 1px;
	}

	#content .archiveButtons a:focus, #content .button:focus { outline: none; }