/*
Theme Name: Chris Blackwell's Domain
Theme URI: http://chrisblackwell.me
Description: Chris Blackwell's personal website theme
Version: 2.0
Author: Chris Blackwell
Author URI: http://chrisblackwell.me
Tags: html5, css3, jquery, web standards
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Clearfix hack */
.clearfix:after	{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

/* Return margins to standard elements */
h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 1em;
}
ul, ol { padding-left: 1em; margin-left: 0; }
ul { list-style-type: circle; }
ol { list-style-type: decimal; }
ul li, ol li { margin: 10px 0; }

strong { font-weight: bold; }
em { font-style: italic; }

/* HTML5 block elements */
section, header, article, footer, aside, nav { display: block; }

/* General Template Styles */

a { color: #377e8f; text-decoration: none; }
a:hover {  }
a:active {  }
img { border: 0; outline: none; }
a img { border: 0;  outline: none;  }

.clear { clear: both; }
.aligncenter { text-align: center; }
.alignleft { float: left; }
.alignright { float: right; }

h1, h2, h3, h4, h5, h6 {
	color: #333;
}

h1 { font-size: 28px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

body {
	font: 14px/22px normal Verdana, Arial, sans-serif;
	background: #fff;
	color: #6e6e6e;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

/* Header Styles
***********************/

#top .sitename {
	margin: 20px 0;
	font-size: 32px;
	letter-spacing: -1px;
	font-family: Helvetica, Arial, sans-serif;
}

#top .sitename a {
	color: #333;
}

header#top {
	height: 100px;
	width: 960px;
	position: relative;
}

header nav {
	position: absolute;
	top: 10px; 
	right: 0;
}

#top #menu-header li {
	float: left;
	display: inline;
	list-style: none;
	padding: 0px 15px;	
	font-size: 12px;
	border-right: 1px solid #ccc;
}

#top ul li a {
	color: #377e8f;
	padding-bottom: 3px;
}

#top ul li a:hover {
	border-bottom: 1px dotted #333;
}


/* Content Sections 
***********************/

section#index, section#single {
	width: 660px;
	float: right;
}

article header h2 {
	margin-bottom: 5px;
}

article header .post-meta-header {
	font-size: 12px;
}

section#index .post {
	padding: 20px 0;
	border-top: 1px solid #ccc;
	position: relative;
}

section#index .post .num-comments {
	position: absolute;
	top: 18px;
	right: 5px;
	font-size: 12px;
}

/* Sidebar Styles 
***********************/

aside {
	width: 260px;
	margin: 0 20px;
	float: left;
}

aside ul {
	list-style: none;
}

aside ul ul {
	list-style: circle;
}


/* Footer Styles 
***********************/

footer#bottom {
	clear: both;
	padding: 30px 0 0 40px;
	height: 50px;
	text-align: center;
	border-top: 1px solid #ccc;
	background: #e8e8e8;
	font-size: 12px;
}

