body, html {
	background: url(images/bg-tile.gif);
	margin: 0px;
	padding: 0px;	
	font-family: lucida grande, arial, sans-serif;
	font-size: .9em;
}

div {
	
}

#header {
	width: 100%;
	height: 246px;
	background: url(images/header-tile.gif) repeat-x;
	position: relative;	
	color: #fff;
	text-shadow: 0px -1px 1px #576728;	
}

#header-img {
	width: 1000px;
	height: 246px;
	margin: 0px auto;	
	background: url(images/header.jpg) no-repeat;
	position: relative;	
}

#branding {
	position: relative;	
	top: 20px;
	float: left;
}

#tumblr-links {
	position: absolute;	
	right: 0px;
	top: 10px;
}

#tumblr-links li {
	float: left;
	margin-left: 5px;
}

#rss {
	position: absolute;
	right: 0px;
	top: 65px;
}

.header-icon {
	margin-right: 5px;
}

#search_box {
	width: 204px;
    height: 28px;
    background: url(images/search.png);
    position: absolute;
	right: 0px;
	top: 90px;
}

#search_box #q {
	float: left;
	padding: 0;
	margin: 8px 0 0 8px;
	border: 0;
	background: none;
	color: #aaa;
}

#search_box #go {
	float: right;
	margin: 1px 4px 0 0;
}

#sections {
	width: 800px;
	margin: 0px auto;	
	overflow: auto;
}

#links {
	position: absolute;	
	top: 223px;
}

#links a {
	color: #5f5f5f;
	text-decoration: none;
}

#links a:hover {
	color: #cade76;
}

#links li {
	margin-right: 10px;
	float: left; 
	color: #5f5f5f;
	font-weight: bold;
	text-shadow: 0px 1px 1px #fff;
}

#follow-me {
	position: absolute;	
	top: 219px;
	right: 150px;
	line-height: 2em;
	height: 2em;
}

#follow-me li {
	color: #5f5f5f;
	font-family: times, times new roman, serif;
	text-shadow: 0px 1px 1px #fff;	
	font-style: italic;

	margin-right: 6px;
	float: left; 	
}

#wrap {
	width: 100%;
	background: url(images/wrap-shadow.png) repeat-x;
}

#content {
	width: 675px;	
	min-height: 400px !important; 
	/* border: 1px solid #fff; */
	margin: 0px auto;
	overflow: auto;
}

.shadow {
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}

.glow {
	-moz-box-shadow: 0px 0px 3px #eeffc0;
	-webkit-box-shadow: 0px 0px 3px #eeffc0;
	box-shadow: 0px 0px 3px #eeffc0;	
}

.entry {
	margin-top: 20px;	
	margin-left: 10px;
	line-height: 1.4em;	
}

.post {
	padding: 15px;
	width: 500px;
	background: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: 0px 0px 5px #384611;
	-webkit-box-shadow: 0px 0px 5px #384611;
	box-shadow: 0px 0px 5px #384611;
	float: left;
	margin-right:15px;
	position: relative;
	margin-bottom: 25px;
	
	line-height: 1.4em;	
}


.post2 {
	padding: 15px;
	width: 600px;
	background: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: 0px 0px 5px #384611;
	-webkit-box-shadow: 0px 0px 5px #384611;
	box-shadow: 0px 0px 5px #384611;
	float: left;
	margin-right:5px;
	position: relative;
	margin-bottom: 25px;
	min-height: 150px;
	color: #666;
	line-height: 1.4em;	
}


.post2 a {
	color: #577112;	
}

.post-image {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 730px;
	height: 300px;
	background: #ccc;	
}

.blurb {
	margin-top: 20px;
	background: #fbfef2;	
	color: #4c4c4c;
	padding: 20px;
	border: 1px solid #e9f1d3;
	position: relative;
}

.blurb-tip {
	width: 24px;
	height: 12px;
	background: url(images/tip.png) no-repeat;	
	position: absolute;
	top: -12px;
	left: 20px;
}

.date {
	width: 140px;
	height: 32px;
	background: url(images/date.png) no-repeat;	
	position: absolute;
	right: 0px;
	top: 10px;
	margin-right: -9px;
	color: #fff;
	text-align: center;
	text-shadow: 0px -1px 1px #576728;	
	padding-top: 5px;
	font-weight: bold;
	z-index: 20;
}

.meta {
	width: 110px;
	margin-top: 45px;
	float: left;
	color: #fff;	
	text-shadow: 0px -1px 1px #576728;	
	font-weight: bold;
	font-size: .9em;
	line-height: 1em;
}

.meta .anchor, .meta .notes, .meta .disqus {
	margin-top: 10px;	
	padding: 5px 5px 8px 5px;
	border-bottom: 1px dotted #dff0af;
}

.meta .tag-group {
	padding-left: 5px;
}

.meta .tag-group li {
	margin-top: 10px;	
}

.meta .anchor {
	background: url(images/icon-anchor.png) no-repeat;
	padding-left: 20px;
}

.meta .notes {
	background: url(images/icon-notes.png) no-repeat;
	padding-left: 20px;
	min-height: 15px;
}

.meta .disqus {
	background: url(images/icon-disqus.png) no-repeat;
	padding-left: 20px;
	min-height: 15px;
}

.meta a {
	border: 0px;	
}

.meta a:hover {
	color: #f8ffc7;
}


.meta .tag-group {
	background: url(images/icon-tags.png) no-repeat;
	padding-left: 20px;
}

.tag-group {
	padding-bottom: 30px;
}

#page-nav {
	width: 100%;
	height: 54px;
	background: url(images/nav.gif) repeat-x;	
}

#navigation {
	padding-top: 10px;
	width: 890px;	
	margin: 0px auto;
	position: relative;
}

#navigation a {
	text-decoration: none;
	color: #3e3e3e;
	text-shadow: 0px 1px 1px #fff;
	font-weight: bold;
}

.prev {
	position: absolute;
	width: 86px;
	height: 30px;
	background: url(images/nav-prev.png) no-repeat;	
	left: 0px;
	text-align: center;
	padding: 9px 0px 0px 5px;
	display: block;
	z-index: 10;
}

.next {
	position: absolute;
	width: 86px;
	height: 30px;
	background: url(images/nav-next.png) no-repeat;	
	right: 0px;
	text-align: center;
	padding: 9px 5px 0px 0px;
	display: block;
	z-index: 10;
}

.page-count {
	position: relative;
	text-align: center;
	padding-top: 10px;
	color: #d1e59b;
	text-shadow: 0px -1px 1px #3d4d13;
}

#footer {
	width: 890px;
	height: 70px;
	margin: 0px auto;	
	position: relative;
}

.copyright {
	position: absolute;
	left: 0px;
	top: 25px;
	color: #2a340f;
	text-shadow: 0px 1px 1px #eeffc8;
	font-size: .8em;
	line-height: 1.6em;
}

#affiliates {
	position: absolute;
	right: 0px;
	top: 30px;	
}

#affiliates li {
	float: left;
	margin-left: 20px;	
	display: block;
	height: 3em;
	line-height: 3em;
}

.clear:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.quoted {
	padding-left: 8px;
	width: 500px;	
	font-style: italic;
	font-family: times new roman, times, serif;
	border-left: 3px solid #aac466;
	line-height: 1.9em;
}



.chat {
	margin-top: 25px;	
	color: #666;
}

.chat li {
	padding: 10px;
	margin-bottom: 2px;
	background: #fbfef2;
	border: 1px solid #e9f1d3;
	line-height: 1.5em;
}

.chat .odd {
	background: #fef2f2;
	border: 1px solid #f1d5d5;
}

.chat .even .label {
	font-weight: bold;
	color: #567402;	
}

.chat .odd .label {
	font-weight: bold;
	color: #c52424;	
}

.chat .user_ {
	background: #fff;
	border: none;
	line-height: 1.2em;
}

.played {
	margin-top: 15px;
	font-size: .8em;
	font-style: italic;
	color: #888;	
}

.reblog-avatar {
	float: left;
	line-height: 25px;
	height: 25px;
	margin-top: 15px;
}

.reblog-author {
	margin-top: 15px;
	padding-left: 15px;
	float: left;
	line-height: 25px;
	height: 25px;
	color: #666;
	font-family: times, 'times new roman', serif;
	font-style: italic;
}


ol.notes {
	padding: 0px;
	margin: 25px 0px;
	list-style-type: none;
}

ol.notes li.note {
	border-top: dotted 1px #ccc;
	padding: 10px;
	color: #999;
	background: #f6f6f6;
	margin: 1px 0px;
}

ol.notes li.note img.avatar {
	vertical-align: -4px;
	padding-right: 10px;
	width: 16px;
	height: 16px;
	border: 0px !important;
}

ol.notes li.note blockquote {
	border-color: #eee;
	padding: 4px 10px;
	margin: 10px 0px 0px 25px;
}

ol.notes li.note blockquote a {
	text-decoration: none;
}

ol.notes li {
	border: solid 1px #eee;
}

.audio-player {
	width: 260px;
	height: 88px;
	background: url(images/mp3.jpg) no-repeat;
	position: relative;
}

.player {
	position: absolute;
	left: 26px;
	top: 22px;	
}

#contact-form {
	display: none;	
}

.notice {
	display: block;
	margin-top: 10px;
	color: #bbb;	
	font-size: .85em;
}

.follow-twitter {
	width: 24px;
	height: 21px;
	background: url(images/icon-twitter-on.png) no-repeat;
}

.follow-facebook {
	width: 24px;
	height: 21px;
	background: url(images/icon-fb-on.png) no-repeat;
}

.follow-flickr {
	width: 24px;
	height: 21px;
	background: url(images/icon-flickr-on.png) no-repeat;
}

.follow-pixelsbyus {
	width: 24px;
	height: 21px;
	background: url(images/icon-pbu-on.png) no-repeat;
}

blockquote {
	padding-left: 20px;
	border-left: 3px solid #ccc;	
}


#disqus_thread { color: #666 !important; } 
#disqus_thread a { color: #869952 !important; } 






p {
	line-height: 1.2em;	
}

a {
	text-decoration: none;
	color: #fff;	
}

.copyright a {
	color: #2a340f;	
	text-shadow: 0px 1px 1px #eeffc8;
	border-bottom: 1px solid #2a340f;
	padding-bottom: 0px;
}

.copyright a:hover {
	padding-bottom: 1px;
	color: #eeffc0;
	text-shadow: 0px -1px 1px #2a340f;
}

.post a {
	color:#577112;	
	text-decoration: none;
	border-bottom: 1px solid #577112;
	padding-bottom: 0px;
}

.post a:hover {
	padding-bottom: 1px;
}

h2 {
	font-size: 1.5em;
	color: #668908;	
	padding-bottom: 15px;
}

.post h2 a, .post h2 a:hover {
	text-decoration: none;	
	border: 0px;
	padding: 0px;
}

.post h3 {
	margin-top: 20px;
	font-size: 2em;
	color: #666;	
}


