/* CSS Reset from http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
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-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! 
:focus {
	outline: 0;
}*/
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}
/* End CSS Reset */

body {
	background: #191919;
	background-color: #e5f7e3;
	background: #000 url(../images/bg.jpg) top center fixed no-repeat;
	-webkit-background-size: 2560px 1600px; 
	font: 15px/21px Helvetica, Arial, Geneva, sans-serif;
	text-shadow: #191919 0px 0px 1px;
	color: #fcfcfc;
	text-align: center;
	line-height: 1.5em;
}
#container {
	width: 940px;
	margin: 0 auto;
}

#side {
	float: left;
	width: 184px;
	
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0.2em 0 0.6em;
}
p, ul, ol, blockquote {
	margin: 0.2em 0 1.4em;
}
blockquote {
	border-left: 1px solid #efefef;
	padding-left: 1.6em;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	font-weight: bold;
	color: #3c4910; /* #5eca65; */
}
a:hover, a:active {
	color: #2a330c; /* #439248; */
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
h1 {
	color: #fff;
	font-size: 36px;
	text-align: right;
	line-height: 1.1em;
	font-weight: bold;
	margin: 30px 16px 32px 0;
	text-shadow: #000 0px 1px 1px;
}
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	color: #fff;
}

#nav {
	width: 100%;
	overflow: hidden;
	margin-bottom: 0
}
#nav li {
	font-size: 18px;
	float: right;
	clear: right;
	margin-bottom: 16px;
	padding: 0 2px 0 0;
	line-height: 1.1em;
	white-space: nowrap;
	vertical-align: bottom;
	text-align: right;
	background-color: #ddd;
	text-shadow: #000 0px 1px 2px;
	border-top-left-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-webkit-border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
		-moz-border-radius-bottomleft: 10px;
		-webkit-border-bottom-left-radius: 10px;
	background: transparent url(../images/side-bg.png) top left repeat;
}
#nav li a {
	display: block;
	padding: 10px 14px 10px 16px;
}
#nav li:hover {
	padding-right: 0;
}
#nav li.current:hover {
	padding-right: 2px;
}
#nav li.current {
	background: #fff;
	text-shadow: #fff 0px 0px 1px;
}

/* All the dark-background links */
#nav li a:link, #nav li a:visited,
#credits a:link, #credits a:visited,
#twitter_update_list li a:link, #twitter_update_list li a:visited {
	color: #f3fbce; /* #daf3d8; */
}
#credits a:hover, #credits a:active,
#nav li a:hover, #nav li a:active {
	color: #d7e779; /* #fff; */
}


#nav li.current a:link, #nav li.current a:visited, #nav li.current a:hover, #nav li.current a:active {
/* 	font-weight: normal; */
	color: #191919;
}

#buzzwords, #feed-and-contact {
	overflow: hidden;
	width: /* 96px; */ 128px; /* (2 * icon-width) + 32 */
	float: right;
	padding: 8px;
	margin: 16px 0;
	border-top-left-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-webkit-border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
		-moz-border-radius-bottomleft: 10px;
		-webkit-border-bottom-left-radius: 10px;
	background: transparent url(../images/side-bg.png) top left repeat;
}
#buzzwords li, #feed-and-contact li {
	float: left;
	margin: 8px;
	line-height: 10px;
}
#buzzwords li a:hover, #feed-and-contact li a:hover {
	opacity: 0.5;
		filter:alpha(opacity=50);
		-moz-opacity:0.5;
		-khtml-opacity: 0.5;
}

#content {
	float: left;
	width: 480px;
	min-height: 650px;
	text-align: left;
	color: #191919;
	text-shadow: #fff 0px 0px 1px;
	background-color: #fff;
	border-bottom-left-radius: 20px;
		-webkit-border-bottom-left-radius: 20px;
		-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
		-webkit-border-bottom-right-radius: 20px;
		-moz-border-radius-bottomright: 20px;
	padding: 36px 40px;
	box-shadow: #000 0 1px 0;
		-webkit-box-shadow: #000 0 1px 0;
		-moz-box-shadow: #000 0 1px 0;
}
#description {
	font-size: 24px;
	line-height: 1.2em;
	padding-bottom: 36px;
	border-bottom: 1px solid #efefef;
}
#description p {
	margin: 0;
}
#description em {font-weight: bold; font-style: normal;}

h2 {
	font-size: 24px;
	line-height: 30px;
}
h3 {
/* 	text-transform: uppercase; */
/* 	letter-spacing: 1px; */
	font-weight: bold;
}

img#about-photo {
	display: block;
	margin: 30px 0 30px 0;
}

.post, #page-content {
	margin: 2.6em 0 0 0;
	padding: 0 0 1em;
	border-bottom: 1px solid #efefef;
}
.post .permalink, .post .date, .post .reblog-source, .post .dsq-comment-count, dt {
	float: left;
	width: 52px;
	text-align: right;
}
.post .permalink, .post .reblog-source, .post .dsq-comment-count {
	clear: left;
}
.post .date, .post .dsq-comment-count, dt {
	font-size: 13px;
	margin: 0 0 0 0px;
}
.post .date {
	margin-top: 2px;
}
.post .dsq-comment-count {
	background: transparent url(../images/comment-icon.png) center right no-repeat;
	display: block;
	width: 32px;
	padding: 2px 20px 2px 0;
}
.post-body, dd {
	margin-left: 76px;
	background-color: #fff;
	padding-top: 0px;
}

.post-body ul, #page-content ul {
	list-style: disc;
	padding-left: 0;
}
.post-body ul li, #page-content ul li {
	padding-left: 0.5em;
	margin-left: 1.2em;
}

.post .caption {
	margin: 0.6em 0;
}

#pagenav #older {
	float: left;
}
#pagenav #newer {
	float: right;
}
#pagenav {
	padding: 16px 0;
}

#twitter {
	float: left;
	width: 184px;
	text-align: left;
	overflow: hidden;
	padding-top: 30px;
	text-shadow: #000 0px 1px 1px;
}
#twitter_update_list li {
	width: 100%;
	float: left;
	clear: left;
	margin-bottom: 10px;
}
#twitter_update_list li a {
	padding-right: 8px;
	text-align: right;
	display: block;
	font-size: 8px;
}
#twitter_update_list li span {
	display: block;
	background: transparent url(../images/side-bg.png) top left repeat;
	border-top-right-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		-moz-border-radius-topright: 10px;
	border-bottom-right-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
		-moz-border-radius-bottomright: 10px;
	padding: 12px 14px 13px 16px;
	color: #f3fbce;
	font-size: 14px;
	line-height: 1.4em;
}
#twitter_update_list li span a {
	font-size: inherit;
	display: inline;
	margin: 0;
	padding: 0;
}
#twitter_update_list li a:hover, #twitter_update_list li a:active {
	color: #d7e779; /* #fff; */
}

#credits {
	clear: both;
	color: #f3fbce;
	text-shadow: #000 0px 1px 1px;
	font-size: 13px;
	width: 480px;
	margin: 0 auto;
	padding: 16px;
}

#contact-form-container {
	margin: 16px 0;
}
#contact-form input,
#contact-form textarea {
	background-color: #fdfeee;
	border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	padding: 16px;
	width: 428px;/* 480 - padding - border */
	border: 10px solid #e1f0a6;
	font-size: 24px;
	color: #191404;
}
#contact-form div.field-container.error input,
#contact-form div.field-container.error textarea {
	border-color: #a41612;
}
#contact-form #submit {
	width: 300px;
	background-color: #e1f0a6;
	position: relative;
	top: 0;
	cursor: pointer;
}
#contact-form #submit:hover,
#contact-form #submit:active,
#contact-form #submit:focus {
	background-color: #191404;
	border-color: #191404;
	color: #e1f0a6;
}
#contact-form #submit:active {
	top: 2px;
}
#contact-form #submit,
#contact-form #submit-label {
	margin-left: 80px;
}
#contact-form input:focus,
#contact-form textarea:focus {
	outline: none;
	background-color: #fbfeda;
}
#contact-form textarea {
	overflow: auto;
	line-height: 1.4em;
	font-size: 18px;
}
#contact-form div.field-container {
	width: 100%;
	overflow: hidden;
	margin: 0 0 16px;
}
#contact-form label {
	float: left;
	background-color: #e1f0a6;
	padding: 2px 10px 20px;
	margin-bottom: -24px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
		-webkit-border-top-left-radius: 6px;
		-webkit-border-top-right-radius: 6px;
		-moz-border-radius-topleft: 6px;
		-moz-border-radius-topright: 6px;
	color: #191404;
	text-shadow: #e1f0a6 0px 1px 1px;
	font-size: 13px;
}
#contact-form div.field-container.error label {
	background-color: #a41612;
	text-shadow: #f34034 0px 1px 1px;
	color: white;
}
#contact-form p.error {
	float: right;
	margin: 0 4px 0 0;
	font-size: 13px;
	color: #a41612;
}