/* Author: Owen McGauley */

/* Tweaked version of http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

@font-face {
  font-family: 'OFL Sorts Mill Goudy';
  src: url('OFL Sorts Mill Goudy.eot');
  src: local('OFL Sorts Mill Goudy'), url('http://www.owenmcg.com/fonts/OFLGoudyStM.otf') format('opentype');
}

body {
	font-family: OFL Sorts Mill Goudy, Adobe Caslon Pro, Georgia, Garamond, Times New Roman, serif;
	background: url(../images/body_bg.gif) #000;
	padding: 60px 0;
}

html>body {
	font-size:16px;
}

/* ---- LAYOUT ---- */

#container {
	margin:auto;
	background: url(../images/container_bg.gif) #fff;
	width: 830px;
}

#header {
	background: url(../images/header_bg.gif) no-repeat;
	text-align:center;
}

#preamble {
	margin:0 96px 0 96px;
	padding:20px 0 0 0;
	background:url(../images/preamble_border.gif) top repeat-x;
}

#preamble_about {
	margin:0 96px 0 96px;
	padding:20px 0 0 0;
	background:url(../images/preamble_border.gif) top repeat-x;
}

#preamble_contact {
	margin:0 96px 0 96px;
	padding:20px 0 0 0;
	background:url(../images/preamble_border.gif) top repeat-x;
}

#content {
	margin:0 96px 0 96px;
	padding:0 0 0 0;
}

#archive_content {
	margin:0 96px 0 96px;
	padding:30px 0 0 0;
	-moz-column-width: 12em;
	-webkit-column-width: 12em;
	-moz-column-gap: 1em;
	-webkit-column-gap: 1em;
}

#comments {
	background:url(../images/article_end.gif) top no-repeat;
	margin:15px 0 0 0;
	padding:35px 0 20px 0;
}

#foot {
	clear:both;
	background: url(../images/foot_bg.gif) bottom no-repeat;
	height:42px;
	text-align:center;
}

#end_foot {
	clear:both;
	background: url(../images/foot_bg.gif) bottom no-repeat;
	height:42px;
	text-align:center;
}

#footer {
	margin:auto;
	padding:24px 105px 0 105px;
	width:620px;
	background: url(../images/footer_bg.png);
}

#footer .left {
	width:290px;
	padding:0 20px 30px 0;
}

#footer .right {
	width:250px;
	padding:0 0 30px 20px;
}

#copyright {
	clear:both;
	text-align:center;
}

.left {
	float:left;
}

.left_16 {
	float:left;
	clear:left;
}

.right {
	float:right;
	text-align:right;
}

/* ---- NAVIGATION ---- */

#navigation {
	padding:18px 0 0 0;
	text-align:center;
}

#navigation li {
	display:inline;
        padding:0 5px;
}

/* ---- TYPOGRAPHY ---- */

h1 {
	margin:15px 0 0 0;
	font-size:6em;
	font-weight:100;
	line-height:150%;
}

h2 {
	font-size:1.7em;
	font-weight:100;
	line-height:1.2em;
	margin:0.6em 0 0 0;
}

h3 {
	font-size:1.2em;
	font-weight:100;
	line-height:1.33em;
	margin:0.6em 0 0 0;
}

.tweet {
	color:#a1e0b3;
}

.flickr {
	color:#a1e0b3;
}

.flickr_pink {
	color:#ff0084;
}

.about_h3 {
	color:#008125;
}

p {
	line-height:1.5em;
}

#preamble p {
	padding:0 0 34px 0;
	font-size:2.1em;
	line-height:1.1em;
	background:url(../images/preamble_border_bottom.gif) bottom no-repeat;
}

#preamble_about p {
	padding:0 0 34px 0;
	font-size:2.1em;
	line-height:1.1em;
	background:url(../images/preamble_border_bottom_about.gif) bottom no-repeat;
}

#preamble_contact p {
	padding:0 0 34px 0;
	font-size:2.1em;
	line-height:1.1em;
	background:url(../images/preamble_border_bottom_contact.gif) bottom no-repeat;
}

.article_date {
	line-height:1.5em;
	margin:0 0 0 0;
	font-style:italic;
	font-weight:bold;
	color:#ce0202;
}

#content p {
	font-size:1em;
	margin:1em 0 1em 0;
}

.caption {
	margin:-10px 0 0 0;
	font-size:0.8em;
	text-align:left;
}

blockquote {
	padding:0 40px 0 40px;
	font-style:italic;
	text-align:center;
}

#footer {
	color:#fff;
}

#copyright {
	font-size:0.9em;
}

/* ---- LINKS ---- */

a:link {
	color:#ce0202;
}

a:visited {
	color:#860202;
}

a:hover {
	color:#008125;
}

#content h2 a:link {
	color:#000;
	text-decoration:none;
}

#content h2 a:visited {
	color:#000;
	text-decoration:none;
}

#content h2 a:hover {
	color:#ce0202;
	text-decoration:none;
}

#footer a:link {
	color:#008125;
}

#footer a:visited {
	color:#860202;
}

#footer a:hover {
	color:#ce0202;
}

/* ---- IMAGES ---- */

#content img {
	margin:1em 0 1em 0;
}

.center_image {
	text-align:center;
}

.flickr_badge_image {
	width: 75px;
	height:75px;
	float:right;
}

/* ---- LISTS ---- */

#content ul {
	list-style-image:url(../images/ul_finger.gif);
	margin:0 0 15px 0;
}

#archive_content ul {
	list-style-image:url(../images/ul_finger.gif);
	margin:0 0 15px 0;
}

.elsewhere {
	padding:10px 0 15px 0;
}

.flickrbg {
	list-style-image:url(../images/flickr.png);
}

.deliciousbg {
	list-style-image:url(../images/delicious.png);
}

.twitterbg {
	list-style-image:url(../images/twitter.png);
}

.lastfmbg {
	list-style-image:url(../images/lastfm.png);
}


/* ---- FORMS ---- */

#content form {
	margin:0 0 20px 0;
}

#content legend, #comments legend {
	font-size:1.8em;
	color:#000;
}

#content input, #comments input, #content select, #comments select, #content textarea, #comments textarea {
	border:0;
	border:1px solid #393939;
	background:#eee;
	margin:0 0 10px 0;
	padding:6px 5px 0 5px;
	color:#000;
	font-family:OFL Sorts Mill Goudy, Adobe Caslon Pro, Georgia, Garamond, Times New Roman, serif;
	font-size:1em;
	line-height:120%;
}

legend {
	font-size:1.4em;
	color:#fff;
}

td {
	vertical-align:top;
	padding:0 3px;
}

input, select, textarea {
	border:0;
	border-bottom:1px solid #393939;
	background:#282828;
	margin:0 0 10px 0;
	padding:4px 5px 0 5px;
	color:#fff;
	font-family:OFL Sorts Mill Goudy, Adobe Caslon Pro, Georgia, Garamond, Times New Roman, serif;
	font-size:1em;
	line-height:120%;
}

input {
	margin:0 0 25px 0;
}

.zemSubmit {
	background:transparent;
	border:0px;
}

/* ---- TABLES ---- */

table {
	float:left;
}

/* ---- HORIZONTAL RULE ---- */

hr {
        width:50%;
        text-align:center;
        color:#ddd;
}

/* ---- COMMENTS ---- */

.comments li {
	padding:10px 224px 10px 10px;
	margin:15px 0;
	border:1px solid #bbb;
	background:url(../images/comments_bg.png) right no-repeat #eee;
}

#comments h2 {
        margin:0.6em 0;
}
