/*
-----
Reset
-----
*/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, pre, blockquote, q, cite, code, kbd, var, samp, ul, ol, li, dl, dt, dd, img, map, area, object, iframe, table, caption, thead, tbody, tfoot, tr, th, td, fieldset, form, label, legend, a, abbr, acronym, address, dfn, strong, em, ins, del, br, hr, big, small, sub, sup {
	font: inherit;
	text-align: inherit;
	text-decoration: none;
	vertical-align: baseline;
	color: inherit;
	background: transparent;
	margin: 0;
	border: 0;
	padding: 0;
	cursor: inherit;
	outline: none;
}

html {
	background: #c2e9ff url(../images/bg_clouds.png) fixed center top repeat-x;
}

body {
	font: normal normal bold 150%/1.5em 'Arial Rounded MT Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: left;
	color: #126;
	cursor: auto;
}

h1, h2, h3, h4, h5, h6 { line-height: 1em; }
h1 { font-size: 3em; text-shadow: 0 3px 10px #000; }
h2 { font-size: 2.2em; }
h3 { font-size: 1.8em; }
h4 { font-size: 1.5em; }
h5 { font-size: 1.4em; }
h6 { font-size: 1.2em; }

p { text-shadow: 0 1px 0.5em #fff; margin: 0.6em 0; }
pre, code, kbd, var, samp { font-family: monospace; }

blockquote, q { quotes: none; }
blockquote { font-size: 1.4em; margin: 1em 2.5em; }
blockquote:before, blockquote:after { content: ''; }
blockquote p { margin: 0; }
q:before { content: '\201C'; }
q:after { content: '\201D'; }
q q:before { content: '\2018'; }
q q:after { content: '\2019'; }

ul, ol { list-style: none; margin: 1em 0; }
li ul, li ol { list-style: none; margin: 0.5em 0; }
li, dd { margin-left: 1em; }
ul { list-style-type: disc; }
li ul { list-style-type: circle; }
li li ul { list-style-type: square; }
ol { list-style-type: decimal; }
li ol { list-style-type: lower-alpha; }
li li ol { list-style-type: lower-roman; }

table, th, td { border-collapse: collapse; border-spacing: 0; }

fieldset { border: 2px groove; padding: 1em; }
legend { padding: 0.5em; }
label { cursor: default; }

a { cursor: pointer; padding: 0.2em 0; }
a:link, a:visited { color: #05e; background-color: transparent; }
a:hover, a:active { color: #ff581c; background-color: #ffd; }
abbr, acronym, dfn { border-bottom: 1px dotted; cursor: help; }
strong { font-weight: bold; }
em, address, dfn { font-style: italic; }
ins { text-decoration: underline; }
del { text-decoration: line-through; }
hr { border: 1px inset; }
big { font-size: larger; }
small, sub, sup { font-size: smaller; }
sub { vertical-align: sub; }
sup { vertical-align: super; }

/*
-----------------
Stylesheet proper
-----------------
*/

#body-wrap {
	background: url(../images/bg_hills.png) center bottom repeat-x;
	overflow-x: hidden; /* Firefox seems to have issues with text-shadow and width constraints... */
}

#wrap {
	width: 760px;
	background: url(../images/bg_sun.png) fixed center top no-repeat;
	margin: 0 auto;
}

#header {
	position: relative;
	width: 760px;
	height: 140px;
	padding: 50px 0;
}

#header h1 {
	text-align: center;
	line-height: 140px;
}

#header h1 a:hover, #header h1 a:active, #rss-link a:hover, #rss-link a:active {
	background-color: transparent;
}

#rss-link, #footer, #how-hide, #pages, .tweet-date-link {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
}

#rss-link {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
}

#rss-link a {
	display: block;
	width: 9em;
	height: 64px;
	line-height: 64px;
	text-align: right;
	background: url(../images/rss.png) left center no-repeat;
}

#container {
	position: relative;
	background: url(../images/bg_cross.png) center bottom no-repeat;
}

.lord {
	font-variant: small-caps;
}

blockquote .verse {
	font-size: 0.65em;
	text-align: right;
}

#footer {
	float: left;
	width: 100%;
	line-height: 1em;
}

#footer .left { float: left; text-align: left; }
#footer .right { float: right; text-align: right; }
.clear { clear: both; height: 125px; }

#how {
	position: fixed;
	width: 720px;
	left: 50%;
	top: 0;
	background: url(../images/bg_how.png) left top repeat;
	margin-left: -380px;
	border-radius: 0 0 20px 20px;
	box-shadow: 2px 10px 60px #5281a6;
	padding: 0 20px;
}

#how-hide {
	font-style: italic;
	text-align: right;
}

#tweets {
	list-style: none;
}

.tweet { margin: 2em 6em 2em 2em; }
.alt { margin: 2em 2em 2em 6em; }

.tweet-text, .tweet-meta {
	margin: 0;
}

.tweet-text {
	background: url(../images/bg_tweet.png) left top repeat;
	border-radius: 20px;
	padding: 0.5em 1em;
}

.tweet-meta {
	height: 32px;
	line-height: 48px;
	background: url(../images/tweet_meta.png) 65% -64px no-repeat;
}

.tweet-date-link {
	float: right;
	width: 30%;
	text-align: left;
}

.tweet-author {
	float: left;
	width: 55%;
	font-size: 1.4em;
	text-align: right;
}

.tweet-author a:link, .tweet-author a:visited { color: #126; }
.tweet-author a:hover, .tweet-author a:active { color: #ff581c; }

.alt .tweet-meta { background-position: 35% 0; }
.alt .tweet-author { float: right; text-align: left; }
.alt .tweet-date-link { float: left; text-align: right; }

#pages { clear: both; }