/*
Theme Name: Elizabeth G Browne
Theme URI: http://elizabethgbrowne.com/
Description: WordPress theme for Elizabeth G Browne's photography portfolio.
Version: 1.0
Author: Aaron Feaver (Feaverish)
*/

/* @group Modified Meyer Reset */

html, body, div, span, h1, h2, h3,
h4, h5, h6, p, a, abbr, acronym, del,
em, img, strong, dd, dl, dt, li, ol, ul,
fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}

a img, :link img, :visited img {
	border: 0;
}

ol, ul {
	list-style: none;
}

/* @end */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	color: #000;
	background-color: #fff;
}

#header,
#content,
#generic,
#footer {
	font-size: 1.4em;
	position: fixed;
}

a {
	color: #999;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.current_page_item a {
	color: #000;
}

#header {
	height: 100px;
	top: 0;
	left: 0;
	padding: 20px 0 0 20px;
	background-color: rgba(255,255,255,0.5);
	z-index: 2;
}

#content,
#generic {
	position: absolute;
	height: 500px;
	top: 120px;
	left: 20px;
	z-index: 1;
}

#footer {
	bottom: 0;
	right: 0;
	padding: 1em;
	font-size: 1em;
	background-color: rgba(255,255,255,0.5);
	z-index: 3;
}

#header h1 a {
	display: block;
	font-size: 2em;
	font-style: italic;
	margin-bottom: 40px;
	color: #000;
}

#header li {
	display: inline;
	padding-right: 1em;
	font-style: italic;
}

#content img {
	margin-right: 10px;
}

#generic {
	width: 700px;
	height: auto;
}

#generic p {
	margin-bottom: 1em;
	line-height: 1.3em;
}

img#wpstats {
	display: none;
}

.blog .post {
	margin: 140px 20px 0;
	width: 800px;
	font-size: 1.2em;
}

.blog h3 {
	color: #999;
	margin-bottom: 1em;
}

.blog h2 {
	font-size: 1.2em;
	margin-bottom: 1.5em;
}

.blog h2 a {
	color: #000;
}

.blog .storycontent {
	margin-bottom: 1.5em;
}

.blog .meta {
	margin-bottom: 1em;
}
















