/*
Theme Name: EliSimpson.com default
Theme URI: http://elisimpson.com
Description: Default theme for elisimpson.com
Version: 1.0
Author: Eli Simpson
Author URI: http://elisimpson.com
*/

/* General
========================================*/

* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
	background-color: #eee;
}

body {
	height: 100%;
	color: #444;
	background-color: #eee;
	font: 10px/18px Verdana, sans-serif;
}

#page-wrapper {
	min-height: 100%;
	max-width: 960px;
	margin: 0 auto;
	background-color: #fff;
}

/* HTML5 tags */
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

/* Headings
========================================*/
h1, h2, h3, h4 {
	font-family: "Century Gothic", sans-serif;
	line-height: 32px;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 24px;
}

h1 a,
h2 a {
	text-decoration: none;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 13px;
}

h5, h6 {
	font-size: 12px;
}

/* Lists
========================================*/
ul,
ol {
	margin-left: 24px;
}

/* Forms
========================================*/
input[type="text"],
textarea[rows][cols] {
	padding: 1px;
	border: 1px solid #ccc;
}

/* Code
========================================*/
code,
kbd {
	font-family: "Courier New", Courier, monospace;
}

pre {
	overflow: auto;
	max-height: 200px;
	border: 1px solid #ccc;
	padding: 10px;
}

pre code {
	display: block;
}


/* Tables
========================================*/
td,
th {
	padding: 2px 4px;
	text-align: left;
}

/* Masthead
========================================*/
#masthead {
	background: #bbb;
}

#masthead h1,
#masthead hgroup {
	padding: 10px 10px 0;
}

/* Main navigation
========================================*/
#main-nav {
	font-size: 15px;
	line-height: 1;
}

#main-nav ul {
	overflow: hidden;
	list-style-type: none;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	zoom: 1;
}

#main-nav li {
	display: block;
	float: left;
}

#main-nav a {
	display: block;
	padding: 5px 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#main-nav a:hover {
	background-color: #ddd;
}

/* Content
========================================*/
#content {
	float: left;
	width: 620px;
	padding: 10px;
	background: #ddd;
	font-size: 12px;
}

article,
p {
	margin-bottom: 10px;
}

header time {
	display: block;
	margin-bottom: 10px;
	color: #777;
	font-style: italic;
}

article footer,
nav.prev-next {
	margin-bottom: 10px;
	font-size: 10px;
}

/* Secondary content
========================================*/
#secondary {
	float: right;
	width: 300px;
	padding: 10px;
	background: #ccc;
}

#secondary h2 {
	font-size: 15px;
}

/* Footer
========================================*/
#footer {
	clear: both;
	padding: 10px 0;
	background: #bbb;
	text-align: center;
}

#footer p {
	margin: 0;
}
