/*
THEME NAME: from scratch
DESCRIPTION: 
TAGS: 
VERSION: 1.0
AUTHOR: Lenny Burdette
AUTHOR URI: http://rule52.com/
*/

/** eric meyer's reset css (http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/) */

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: "" "";
}

body {
	background: #000 url(images/bg.jpg) repeat-x center 0;
	text-align: center;
}

/** basic layout */
#wrap {
	width: 750px;
	margin: 150px auto;
	text-align: left;
}

#content {
	margin: 60px 0 0 0;
}

/** Type */
body {
	color: #ededed;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-size: 14px;
	line-height: 1.428em;
}
h1 {
	margin: 0;
	font-size: 1.571em;
	line-height: 0.909em;
	margin-bottom: 0.909em;
}
h2 {
	margin: 0;
	font-size: 1.428em;
	line-height: 1em;
	margin-bottom: 1em;
}
h3 {
	margin: 0;
	font-size: 1.285em;
	line-height: 1.111em;
	margin-bottom: 1.111em;
}
h4 {
	margin: 0;
	font-size: 1.142em;
	line-height: 1.25em;
	margin-bottom: 1.25em;
}
p, ul, ol, blockquote, pre, td, th, label {
	margin: 0;
	font-size: 1em;
	line-height: 1.428em;
	margin-bottom: 1.428em;
}
p.small {
	margin: 0;
	font-size: 0.857em;
	line-height: 1.666em;
	margin-bottom: 1.667em;
}
table {
	border-collapse: collapse;
	margin-bottom: 1.428em;
}

code {
	font-family: consolas, "courier new", monospace;
	color: #43A8ED;
}

/** links */
a {
	color: #fff;
}

a:hover {
	text-shadow: #efefef 0 0 3px;
}


/** Header */
#header h1 { 
	margin: 0;
	padding: 0;
}

#header h1 a {
	width: 246px;
	height: 60px;
}

#header h1 a span {
	background: url(images/title.jpg) no-repeat;
}

/** Navigation */
ul#navigation {
	height: 60px;
	margin: 0;
	padding: 0;
}

#navigation li {
	float: left;
	margin: 0;
	padding: 0;
}

#navigation li a {
	height: 60px;
}

#navigation li a.about {
	width: 85px;
}
#navigation li a.about span {
	background: url(images/nav_about.jpg) no-repeat;
}

#navigation li a.tumblelog  {
	width: 124px;
}
#navigation li a.tumblelog span {
	background: url(images/nav_tumblelog.jpg) no-repeat;
}

#navigation li a.archives {
	width: 110px;
}
#navigation li a.archives span {
	background: url(images/nav_archives.jpg) no-repeat;
}

#navigation li a:hover span {
	background-position: 0 -60px;
}

/** posts */
.post {
	margin-bottom: 60px;
	text-shadow: #000 1px 1px 1px;
}

.post h2 {
	margin: 0;
	font-size: 1.571em;
	line-height: 0.909em;
	margin-bottom: 0.909em;
}

.post h2 a {
	color: #fff;
	text-decoration: none;
}

.post h2 a:hover {
	text-shadow: #fff 0 0 5px;
}

.post ul, .post ol {
	margin-left: 2em;
}

.post ul li {
	list-style: disc outside;
}

.post ol li {
	list-style: decimal outside;
}

.post blockquote {
	margin-left: 2em;
	margin-right: 2em;
}

.posts_nav {
	height: 1em;
	margin-bottom: 60px;
}

.posts_nav a {
	color: #999;
}

.posts_nav .alignleft {
	float: left;
}

.posts_nav .alignright {
	float: right;
}

.post .small, .post .small a {
	color: #999;
}

/** comments */

.commentlist li {
	margin-bottom: 60px;
}

.commentlist li .small, .commentlist li .small a {
	color: #999;
}

/** image replacement */
.gl {
    display: block;
	position: relative;
	overflow: hidden;
}

.gl span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}