/*

Title: 		CSS
Author: 	Sandor Weisz, methodtree.com
Updated: 	June 7, 2009

*/

/* @group Reset */

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-family: inherit;
	vertical-align: baseline;
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* remember to define focus styles! */

:focus, :active {
	outline: 0;
}

body {
	background: #b9c8ce url(/moaf/i/bg_dark.jpg) repeat center 0;
	text-align: center;
	color: #111;
	font: 13px/18px "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif;
}

ol, ul {
	list-style: none;
}

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: "" "";
}

.cf:after, .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.c\learfix:after, .c\f:after {
	line-height: 0;
}

.clearfix, .cf {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix, * html .cf {
	height: 1%;
}

.clearfix, .cf {
	display: block;
}

/* End hide from IE-mac */

/* @end */

/* @group Tags */

a {
	color: #3b0900;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p, ul {
	margin-bottom: 1.2em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1;
}

/* @end */

/* @group Layout */

#page {
	background: #040E17 url(/moaf/i/bg.jpg) repeat center 0;
	padding-bottom: 40px;
}

.content {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/* @end */

/* @group Header */

#header {
	background: url(/moaf/i/top_fade.png) repeat-x 0 0;
}

#headcontent {
	height: 315px;
	background-image: url(/moaf/i/bigpix/month13.png);
	background-position: 0 0;
	position: relative;
}

#flickr {
	width: 643px;
	height: 78px;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(/moaf/i/toppix/week1.gif);
	background-position: right 0;
	display: block;
	text-indent: -1000em;
	overflow: hidden;
}

#flickr:hover {
	background-position: right -85px;
}

#title {
	display: block;
	position: absolute;
	top: 103px;
	left: 355px;
}

#subtitle {
	position: absolute;
	top: 120px;
	right: 0;
	width: 317px;
	height: 62px;
	background-image: url(/moaf/i/subtitles/subtitle12.gif);
	background-position: right 0;
}

#subtitle {
	height: 83px;
	top: 92px;
}

/* @group Nav */

#nav {
	position: relative;
	z-index: 20;
}

#nav ul {
	position: absolute;
	top: -22px;
	width: 260px;
	right: 0;
}

#nav li {
	display: block;
	float: right;
	background: url(/moaf/i/nav_bg_end.png) no-repeat right 0;
	padding-right: 10px;
	margin-left: 3px;
}

#nav a {
	display: block;
	color: #787878;
	background-image: url(/moaf/i/nav_bg.png);
	height: 24px;
	font-size: 9px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1;
	padding: 12px 3px 10px 14px;
}

/* @end */

.blueballoon {
	position: absolute;
	background: url(/moaf/i/blue_quote_end.png) no-repeat right 0;
	padding-right: 10px;
	left: 360px;
}

.blueballoon span {
	display: block;
	background-image: url(/moaf/i/blue_quote.png);
	height: 47px;
	font-size: 9px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 12px 3px 0 12px;
	line-height: 1;
}

/* @end */

/* @group Content */

.strip {
	background: url(/moaf/i/shadow.png) repeat 0 0;
	padding: 7px 0;
	margin-bottom: 30px;
	z-index: 10;
	position: relative;
}

#nav + .strip, .paginated .active + .strip {
	margin-top: -7px;
}

.paper {
	background: url(/moaf/i/paper.jpg) repeat 0 0;
	padding: 25px 0;
}

.strip h1, .strip h1 a, h2, h2 a {
	font-family: Silica, Georgia, Times, serif;
	color: black;
}

.strip h1 a:hover, h2 a:hover {
	text-decoration: none;
}

/* @group Post */

.paper {
	background: url(/moaf/i/paper.jpg) repeat 0 0;
}

/* @group Meta */

.meta {
	clear: both;
	float: left;
	width: 350px;
	margin-right: 50px;
	font-size: 10px;
}

.strip h1, h2 {
	margin-bottom: 16px;
	line-height: .8;
}

.strip h1 a, h2 a {
	font-size: 33px;
	font-weight: bold;
	display: block;
	border-bottom: 10px solid #e8e8e8;
	padding-bottom: 15px;
}

.strip h1 a:hover, h2 a:hover {
	border-bottom-color: #3b0900;
}

.byline, .dateline {
	float: left;
	font-family: "Lucida Sans";
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #4c4c4c;
	line-height: 19px;
	margin-bottom: 23px;
}

.teaser .dateline {
	display: none;
}

.byline {
	padding-right: 55px;
	margin-right: 7px;
}

.byline strong {
	display: none;
}

.sarah .byline {
	background: url(/moaf/i/sarah_active.gif) no-repeat right 0px;
}

.sandor .byline {
	background: url(/moaf/i/sandy_active.gif) no-repeat right 0px;
}

.dateline i {
	font-style: normal;
	font-weight: bold;
	background: url(/moaf/i/calendar.gif) no-repeat 0 1px;
	padding: 6px 3px;
	margin: 0 3px 0 4px;
}

.meta ul {
	clear: both;
}

.meta li {
	position: relative;
	padding-left: 125px;
	padding-top: 2px;
	margin-bottom: 6px;
	font-size: 11px;
	line-height: 1.3;
	color: #333;
}

.meta li b {
	position: absolute;
	width: 115px;
	height: 17px;
	top: 1px;
	left: 0;
	font-weight: normal;
	text-transform: uppercase;
	color: #7c7c7c;
	font-size: 9px;
	letter-spacing: 1px;
	line-height: 17px;
	padding-left: 23px;
}

.tagged b {
	background: url(/moaf/i/tag.gif) no-repeat 0 1px;
}

.commentsby b {
	background: url(/moaf/i/quote.gif) no-repeat 0 3px;
}

/* @end */

/* @group Body */

.body {
	float: left;
	width: 540px;
	line-height: 1.5;
	padding-top: 4px;
}

.body a {
	border-bottom: 1px dashed;
}

.body a:hover {
	border-bottom-style: solid;
	text-decoration: none;
}

.body li {
	list-style: square;
	margin-left: 15px;
	margin-bottom: 6px;
}

.body ol {
	margin-left: 20px;
}

.body ol li {
	list-style-type: decimal;
}

.body blockquote {
	padding-left: 15px;
	border-left: 1px solid #ddd;
	font-size: 12px;
	line-height: 1.5;
}

.fullentrylink {
	margin-top: 28px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
	line-height: 1;
	font-weight: bold;
	text-align: right;
}

.single .fullentrylink, .about .fullentrylink, .contact .fullentrylink {
	display: none;
}

.fullentrylink a {
	border-bottom: 1px dashed;
	padding: 1px;
}

.fullentrylink a:hover {
	text-decoration: none;
	border: none;
	background: #e8e8e8;
	color: black;
}

a.flickr, a.flickr:hover {
	border: none;
}

.pic {
	border: 1px solid #575757;
	background-color: white;
	padding: 8px;
}

.floated {
	float: right;
	margin-left: 18px;
}

.floated .pic {
	padding: 6px;
}

a.flickr:hover .pic {
	border: 1px solid black;
	background-color: #eee;
}

.caption {
	font-size: 9px;
	text-transform: uppercase;
	top: -5px;
	color: #444;
	position: relative;
}

/* @end */

/* @group Topquote */

#latestpost {
	top: -47px;
	z-index: 20;
}

.single #latestpost, .about #latestpost, .archive #latestpost, .contact #latestpost {
	display: none;
}

.topquote {
	position: absolute;
	top: -47px;
	left: 360px;
	background: url(/moaf/i/quote_end_red.png) no-repeat right 0;
	padding-right: 7px;
}

.topquote span {
	display: block;
	background-image: url(/moaf/i/quote_red.png);
	height: 41px;
	font-size: 9px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 11px 8px 0 17px;
	line-height: 1.9;
	color: #eee;
}

.topquote img {
	line-height: 1;
	margin: 0 3px;
	vertical-align: -5px;
}

/* @end */

/* @end */

/* @group Teaser strip [unused] */

.teaser-strip h2 {
	color: #693b12;
	position: relative;
	top: -3px;
	font-size: 28px;
	font-weight: bold;
	width: 810px;
}

.sarah .topquote {
	background-image: url(/moaf/i/quote_end_orange.png);
}

.sarah .topquote span {
	background-image: url(/moaf/i/quote_orange.png);
}

.commentcount {
	position: absolute;
	right: 0;
	top: 6px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 17px;
	background: url(/moaf/i/quote.gif) no-repeat 0 2px;
	padding-left: 25px;
}

.teaser-strip .hover {
	cursor: pointer;
}

.hover .topquote {
	background-image: url(/moaf/i/quote_end_black.png);
}

.hover .topquote span {
	background-image: url(/moaf/i/quote_black.png);
}

/* @end */

/* @group Twitter */

.twitter {
	margin-bottom: 40px;
}

.twitter .paper {
	background: url(/moaf/i/paper_tweet.jpg) repeat 0 0;
	padding: 20px 0;
}

.twitter h3 {
	font-weight: normal;
	font-size: 22px;
}

.twitter .content {
	margin-top: -6px;
}

.twitter a {
	position: absolute;
	bottom: -53px;
	right: 0;
	background-image: url(/moaf/i/tweet_flurp.gif);
	background-position: 0 -4px;
	font-size: 9px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 13px 8px 0 33px;
	line-height: 1;
	color: #1b2f48;
}

.twitter a:hover {
	text-decoration: none;
	color: #000;
}

.twitter img {
	line-height: 1;
	margin: 0 3px;
	vertical-align: -6px;
}

/* @end */

/* @group Pagination */

.paginated .active, .paginated #nav, .paginated #latestpost {
	display: none;
}

.arrows {
	margin-top: 35px;
	height: 23px;
	padding: 0;
}

.arrows a {
	position: absolute;
	display: block;
	text-indent: -1000em;
	overflow: hidden;
	height: 42px;
	top: -10px;
}

.arrows a:hover {
	background-position: 0 -43px;
}

#pagination {
	margin-bottom: 0;
}

#pagination a {
	width: 111px;
	height: 42px;
	background-image: url(/moaf/i/older_posts.png);
}

#newer a {
	background-image: url(/moaf/i/newer_posts.png);
	right: 0;
}

/* @end */

/* @group Comments */

#comments {
	position: relative;
	padding-bottom: 1px;
}

#comments .blueballoon {
	top: -20px;
}

#comments .paper {
	padding: 16px 0 3px 0;
	margin-bottom: 8px;
}

#comments h4 {
	display: inline;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#comments .meta {
	padding-top: 4px;
}

#comments .meta i, #comments .meta i a {
	color: #777;
	font-family: Georgia;
	font-style: italic;
	font-size: 11px;
}

#comments .body {
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* @end */

/* @group Comment form */

#commentform .blueballoon {
	top: -45px;
}

#commentform label {
	font-size: 9px;
	text-transform: uppercase;
	width: 60px;
	float: left;
	line-height: 2;
	height: 25px;
	text-align: right;
	padding: 3px 10px 0 0;
}

#commentform .meta input {
	border: 1px solid #aaa;
	border-left-color: #888;
	border-top-color: #888;
	padding: 4px;
	font-size: 11px;
	margin-bottom: 5px;
	width: 220px;
}

#rememberbox {
	clear: both;
	padding-left: 66px;
}

#commentform #rememberbox input {
	float: left;
	width: auto;
	outline: none;
	border: none;
}

#rememberbox label {
	padding-left: 6px;
	text-align: left;
}

#importantfield {
	display: none;
}

#commentform .body label {
	float: none;
}

#commentform textarea {
	font-family: "Lucida Grande", "Lucida Sans";
	font-size: 11px;
	border: 1px solid #aaa;
	border-left-color: #888;
	border-top-color: #888;
	clear: both;
	width: 540px;
	height: 50px;
	padding: 3px;
	margin-bottom: 1px;
}

#buttons .button {
	margin-left: -4px;
	border: none;
	background: url(/moaf/i/button.png) no-repeat 0 1px;
	text-transform: uppercase;
	font-size: 9px;
	width: 70px;
	height: 29px;
	line-height: 1;
	font-weight: bold;
}

#buttons .disabled {
	display: none;
}

/* @end */

/* @group Article nav */

#articlenav {
	margin-bottom: 0;
}

#articlenav a {
	width: 129px;
	background-image: url(/moaf/i/prev_post.png);
}

#next a {
	background-image: url(/moaf/i/next_post.png);
	right: 0;
}

/* @end */

/* @end */

/* @group Pages */

/* @group Archive */

.archive .meta {
	font-size: 12px;
	color: #7c7c7c;
}

.archivelist li {
	position: relative;
	line-height: 1.4;
	list-style: none;
	margin-left: 0;
}

.archivelist li span {
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	position: absolute;
	padding: 3px 4px;
	background: #efefef;
	width: 80px;
	color: #5a5851;
}

.archivelist li a {
	display: block;
	font-size: 13px;
	margin-left: 103px;
	border: none;
}

.archivelist li a:hover {
	text-decoration: underline;
	border: none;
}

/* @end */

/* @group Contact */

.contact .oneline {
	height: 35px;
	clear: both;
}

.contact label {
	font-size: 11px;	
	float: left;
	width: 90px;
	line-height: 1;
	padding-top: 6px;
	clear: both;
	font-weight: bold;
}

.contact input.text, .contact textarea {
	border: 1px solid #aaa;
	border-left-color: #888;
	border-top-color: #888;
	padding: 4px;
	width: 350px;
}

.contact input.text, .contact select {
	font-size: 11px;
	margin-bottom: 5px;
}

.contact .button {
	margin-top: 5px;
	padding-left: 87px;
	padding-right: 7px;
	background: url(/moaf/i/button_bg_end.png) no-repeat right 0;
	height: 29px;
	float: left;
}

.contact .button input {
	border: none;
	background: url(/moaf/i/button_bg.png) no-repeat 0 0;
	height: 29px;
	padding-left: 10px;
	line-height: 1;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	cursor: pointer;
}

/* @end */

/* @end */

/* @group Footer */

#footer {
	background: url(/moaf/i/footer_fade.png) repeat center 0;
	padding-bottom: 45px;
	padding-top: 25px;
}

#footer .content {
	font-size: 9px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#footer a {
	color: #bbb;
	border-bottom: 1px solid #555;
}

#footer a:hover {
	text-decoration: none;
	color: white;
	border-bottom: 1px solid white;
}

/* @end */