/* @group General styles */

/* @group Reset */

/* Based on 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;
	text-decoration: none;
}

body {
	background: #fdfdf8 url(../i/bg.png);
	border-top: 2px solid #9d9672;
	color: #34251b;
	font-family: Georgia, serif;
    font-size: 14px;
    line-height: 1.7em; /* Baseline grid of 24px */
	margin: 0 auto;
    text-align: center;
}

ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

/* tables may still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end Reset */

/* @group Font sizes */

/* basic font sizes */
p, ul, ol, dl, table, address, blockquote, fieldset, pre, form div {
	font-size: 14px;  /* 14px */
}

/* deal with likely (but certainly not all) inherited shrinkage */

ul p, ol p, table p, dl p, ul ul, ol ol, ul ol, ol ul, address p, blockquote p, form div div, form div p, fieldset div, table form div {
	font-size: 1em;
}

/* @end Font sizes */

/* @group Margins */

p, ul, ol, dl, address, table, blockquote, pre, fieldset {
}
p {
	margin-bottom: 20px;
}
form {
}
ul ul, ol ol, ol ul, ul ol {
}

/* @end Margins */

/* @group Links */

a:link, a:visited {
	color: #c04e37;
}

a:hover, a:focus {
	color: #8c3929;
}
a:active {
	position: relative;
	top: 1px;
}

/* @end Links */

/* @group Headings */

h1, h2 {
	font-family: Arial, sans-serif;
	font-weight: normal;
}

h1 {
}
h2 {
}
h3 {
	font: 18px/1em Arial;
	margin-bottom: 20px;
}
h4 {
}
h5, h6 {
	font-size: 1em;  			/* 14px */
}

/* @end Headings */

/* @group Blockquotes */

blockquote {
	font-style: italic;
	font-size: 18px;
	line-height: 1.66;
}

blockquote cite,
blockquote em {
	font-style: normal;
}

/* @end Blockquotes */

/* @group Forms */

/* @group Containers */

form {
}

/* @group Fieldsets */

fieldset {
}

legend {
}

form fieldset {
}

/* @end Fieldsets */

/* @end Forms */

/* @group Page structure */

.wrap {
	width: 930px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

.main {
	float: left;
	width: 610px;
	padding-top: 45px;
}

.secondary {
	float: right;
	width: 210px;
	padding-top: 50px;
	padding-bottom: 60px;
}

.col {
	float: left;
	margin-right: 30px;
}

.span-3 {
	width: 210px;
}

.span-4 {
	width: 290px;
}

/* @end Page structure */

/* @group Helper styles */

.offset-text {
	text-indent: -9999px;
}

.pull-left {
	float: left;
	margin: 0 15px 15px 0;
}

.inline li {
	display: inline;
}

span.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1.4em;
}


/* @end Helper */

/* @group Masthead */

#masthead {
	border-bottom: 1px solid #ccc8b1;
	height: 140px;
}

#masthead h1 {
	margin: 0;
	padding: 0;
	border: none;
}

#logo {
	background: url(../i/logo.png) no-repeat;
	height: 52px;
	width: 52px;
	position: absolute;
	top: 30px;
}

#logo a {
	display: block;
	height: 52px;
	width: 52px;
	position: absolute;
}

#logo span {
	background: url(../i/logo.png) no-repeat 0 -52px;
	display: block;
	height: 52px;
	width: 52px;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9999px;
	z-index: 10;
}

#masthead h2 {
	color: #34251b;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.5em;
	width: 540px;
	position: absolute;
	top: 30px;
	left: 80px;
}

#search {
	width: 240px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 30px;
}

#subscribe {
	background: url(../i/rss.png) no-repeat;
	display: block;
	float: left;
	height: 15px;
	width: 15px;
	margin-right: 15px;
	margin-top: 5px;
}

a#subscribe:hover {
	background-position: 0 -15px;
}

#search form {
	float: left;
	width: 210px;
	overflow: hidden;
}

#search legend {
	display: none;
}

.search-txt {
	
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topleft: 10px;
	
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	
	background: #fff url(../i/search-txt-bg-tile.png) repeat-x;
	border: none;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	color:#333333;
	padding: 5px 5px 5px 10px;
}

input.search-txt:focus {
	background-color: #fff;
}

.search-btn {
	background: #34251b url(../i/ui/glass-btn-tile.png) repeat-x 0 50%;
	border: none;
	color: #fff;
	font-weight: bold;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	padding: 4px;
}

input.search-btn:hover {
	cursor: pointer;
}

/* @end Masthead */

/* @group Post */

.wrap h1 {
	border-bottom: 1px solid #E0DED1;
	color: #34251b;
	font-size: 36px;
	line-height: 1em;
	padding: 30px 0;
}

.alert {
	border: 1px dotted #ccc8b1;
	padding: 30px;
}

.wrap .alert h1 {
	border: none;
	font-size: 24px;
	padding: 0;
	margin-bottom: 0.5em;
}

.wrap .alert p {
	font-size: 18px;
	font-style: italic;
	line-height: 30px;
}

.post {
	border-bottom: 1px solid #e0ded1;
	width: 610px;
	overflow: hidden;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.meta {
	width: 130px;
	float: left;
	padding-top: 5px;
}

.meta h3 {
	color: #7e785b;
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	margin: 0;
}

.meta a {
	background: url(../i/ui/icon-comment.png) no-repeat 0 60%;
	color: #7e785b;
	padding-left: 16px;
}

.content {
	width: 450px;
	float: right;
}

.post h2 {
	color: #c04e37;
	margin-bottom: 20px;
	font-size: 30px;
	line-height: 1.2em;
}

.post h2 a {
	display: block;
	font-size: 30px;
}

.content p, .content ul {
	margin-bottom: 20px;
}

.content p img.full-width {
	background-color: #fff;
	border: 1px solid #9f9874;
	border:1px solid #ccc8b1;
	margin-left: -160px;
	padding: 9px;
}

.links h2 {
	margin-bottom: 0px;
}

.links h2 a {
	font-size: 18px;
}

.attr {
	color: #261914;
	font: 11px/1 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: right;
	text-transform: uppercase;
}

.post .grid-3x3 {
	width: 450px;
	overflow: hidden;
}

.post .grid-3x3 .col1 {
	width: 210px;
	float: left;
}

.post .grid-3x3 .col2 {
	width: 210px;
	float: right;
}

/* @end Post */

/* @group Search Results */

.results .main {
	padding-top: 40px;
}

.results .secondary {
	padding-top: 45px;
}

.results h2, .results p {
	margin-bottom: 5px;
}

/* @end Search Results */


/* @group Secondary Content */

/* @group Action List */

.action-list {
	overflow: hidden;
	margin-bottom: 30px;
}

.action-list li {
	float: left;
	margin-right: 15px;
	height: 18px;
	width: 59px;
}

.action-list a {
	display: block;
	height: 18px;
	text-indent: -9999px;
	width: 59px;
}

.action-list div {
	display: block;
	height: 18px;
	width: 59px;
}

.next {
	background: url(../i/next.png) no-repeat 0 -36px;
}

.prev {
	background: url(../i/prev.png) no-repeat 0 -36px;
}

.prev a {
	background: url(../i/prev.png) no-repeat;
}
.prev a:hover {
	background-position: 0 -18px;
}

.next a {
	background: url(../i/next.png) no-repeat;
}
.next a:hover {
	background-position: 0 -18px;
}

.action-list div.prev {
	float: left;
}

.action-list div.next {
	float: right;
}

/* @end Action List */


.secondary h3 {
	color: #261914;
}

.secondary ol {
	list-style: none;
}

.secondary ol a {
	color: #261914;
	display: block;
	font: 14px/1.5 Arial;
	font-weight: bold;
	margin-bottom: 5px;
}

div.secondary ol span {
	display: block;
	font-size: 12px;
	line-height: 1.5;
}

.secondary ol p {
	font: 12px/1.5em Georgia;
}

.secondary ol li {
	margin-bottom: 20px;
}

/* @group Archives */

.archive {
	background-color: #e4e4d5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 10px 0;
}

.archive h3 {
	background-image: url(../i/arrow-up.png);
	background-repeat:  no-repeat;
	background-position: 100% 50%;
	height: 9px;
	margin: 0 10px;
}

.archive h3:hover {
	cursor: pointer;
}

.archive h3 span {
	background: url(../i/archives.png) no-repeat 0 50%;
	display: block;
	height: 9px;
	text-indent: -9999px;
	width: 60px;
}

.secondary h3.collapsed {
	background-image: url(../i/arrow-dn.png);
}

.group {
	padding: 10px 0;
	margin: 0 10px;
}


.archive h4 {
	font-size: 12px;
	font-weight: normal;
}

.archive li {
	border-bottom: 1px solid #cdcdbf;
	font-size: 12px;
	line-height: 2em;
}


/* @end Archives */

/* @end Secondary Content */

/* @group Extra */

#extra {
	background: #7f7752 url(../i/extra-bg.png);
	border: 1px solid #665f42;
	border-width: 1px 0;
	color: #fcfcf4;
	padding: 30px 0 20px 0;
}

#extra a {
	color: #fcfcf4;
}

#extra a:hover {
	color: #fff;
}


#extra p, #extra li {
	font-size: 12px;
}

#extra .col {
	margin-bottom: 20px;
}

#extra .last {
	margin-right: 0;
}

#extra img {
	border: 5px solid #6e6746;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#extra a:hover img {
	border: 5px solid #635d3f;
}

#elsewhere li a {
	color: #fcfcf4;
	display: block;
	font-family: Arial;
	overflow: hidden;
	padding-left: 21px;
	line-height: 1.8;
	margin-bottom: 5px;
}

#elsewhere li a span {
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;
}

#dl {
	background: url(../i/ui/delicious-16x16.png) no-repeat 0 50%;
}

#fl {
	background: url(../i/ui/flickr-16x16.png) no-repeat 0 50%;
}

#lfm {
	background: url(../i/ui/lastfm-16x16.png) no-repeat 0 50%;
}

#tw {
	background: url(../i/ui/twitter-16x16.png) no-repeat 0 50%;
}

#extra .social-feed img {
	margin: 0 20px 20px 0;
}

#extra .social-feed img.last {
	margin-right: 0;
}

.tel {
	margin-bottom: 5px;
}

.email {
	margin-bottom: 10px;
}

a[rel="vcard"] {
	background: url(../i/ui/vcard.png) no-repeat;
	color: #fff;
	font-style: italic;
	padding-left: 28px;
}

/* @group Websites */
#websites li {
	border-bottom: 1px solid #8b8463;
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 15px;
	width: 100%;
}

#websites img {
	float: left;
	margin-right: 10px;
}

#websites a {
	color: #fff;
	display: block;
	font-style: italic;
}

#websites a strong {
	display: block;
	font: 14px Arial;
	font-weight: bold;
	line-height: 1.5;
}

/* @end Websites */

/* @end Extra */

/* @group Copy */

#copy {
	line-height: 3em;
	text-align: center;
	margin-bottom: 0;
}

/* @end Copy */
