/* @override 
	http://localhost:8000/m/css/style.css
	http://donchaknow.com/m/css/style.css
*/

/* @group YUI-reset */

html {
	color: #000;
	background: #FFF;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

strong {
	font-weight: bold;
	font-style: inherit;
}

li {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input,textarea,select {
	*font-size: 100%;
}

legend {
	color: #000;
}

del,ins {
	text-decoration: none;
}

/* @end */

html {
	background-color: #020202;
}

body {
	font-size: 100%;
	font-family: Calibri, Verdana, sans-serif;
	background-color: #000;
	color: #000;
	background-image: url(/m/img/paisley_bacteria.png);
}

.hide {
	position: absolute;
	top: -5000px;
	left: -5000px;
}

a {
	color: #c30013;
}

a:hover {
	color: #7ea32b;
}

em {
	font-style: italic;
	font-weight: inherit;
}

blockquote {
	margin: .75em 2em;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
	font-weight: bold;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 105%;
}

#page {
	width: 960px;
	margin: 0 auto;
}

#page_header {
	position: relative;
	width: 960px;
	height: 3.75em;
	z-index: 4;
}

#page_header h1 {
	display: block;
	position: absolute;
	width: 80%;
	left: .53em;
	top: 4px;
	font: 900 400%/1 "DroidSerif-Bold", "Droid Serif", "Neutraface Text", serif;
	letter-spacing: 0px;
	font-weight: bold;


/*text-shadow: #99c3dc 0 0 1px;*/
	text-transform: capitalize;


/*color: #914f3d;*/
	color: #FFF;
}

#page_header h1 a {
	color: #FFF;
}

#page_header h1 img {
	position: absolute;
	left: 0px;
	top: 9px;
	border: none;
}

.page_nav {
	display: block;
	position: absolute;
	/*right: 10%;*/
	top: -.25em;
	right: 0;
}

.page_nav li {
	display: block;
	float: left;
	height: 2.25em;
	margin-top: .75em;
	background-color: #FFF;
}

.page_nav li:hover {
	background-color: #7ea32b;
}

/*.page_nav li:hover {
	background-color: #8ba8ca;
}*/

.page_nav li:last-child:hover {
	background-color: #a64b3f;
}

.page_nav a {
	color: #000;
	text-decoration: none;
	font-size: 150%;
	line-height: 1.5em;
	padding: .5em;
}


.page_nav li:first-child {
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}

.page_nav li:last-child {
	margin-right: 0em;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	border-top-right-radius: 2px;
}

#body {
	display: block;
	position: relative;
	width: 960px;
	
}

#body .left, #body .right {	
	margin-top: -1px;
}

#body .left {
	position: relative;
	display: block;
	width: 725px;
	padding-bottom: 2em;
	min-height: 34em;
	margin-left: .75em;
	padding-top: .65em;
	z-index: 16;
	-webkit-border-top-left-radius: 2px;
	-moz-border-top-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#body .left strong {
	font-weight: bold;
}

#body .right {
	position: absolute;
	display: block;
	top: 0px;
	left: 750px;
	float: right;
	width: 235px;
	height: auto;
	z-index: 2;
	top: .5em;
	padding: 0 0 3em 0;

/*-webkit-border-bottom-left-radius:0;*/
}

#date_sort {
	display: block;
	color: #DDD;
	margin: 1em 0;
}

#date_sort dt {
	color: #EEE;
	background-color: rgba(34,34,34,0.69);
	width: 3em;
	padding: 1px;
	-webkit-border-radius: 2px;
	text-align: center;
	
}

#date_sort dd {
	display: block;
	margin: .25em 1em .5em;
	width: 12em;
	line-height: 1.4em;
	text-align: justify;
}

#date_sort dt a {
	color: #EEE;
}

.right .tags li {
	padding-top: .25em;
	line-height: 1.4em;
}

.right a {
	text-decoration: none !important;
}



#body .right > h3 {
	margin-top: 1em;
	color: #EEE;
}

#body .right > ul li {
	color: #ccc;
	font-size: 85%;
	margin-left: .75em;
	margin: 0 1.25em;
}

#body .right > h3:first-child {
	margin-top: 0;
}

#body .block {
	position: relative;
	padding: .75em;
	margin: 1em;
	-webkit-border-radius: 10px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius: 10px;
	-moz-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 7px;
	-moz-border-bottom-left-radius: 7px;
	border-radius: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

#body .block.hidden {
	background-color: #FCA !important;
	border: 1px solid #F00;
}

#body .block.hidden h3 {
	margin: -.25em 0 0 0;
}

#body .left p, #body .block p {
	margin: .25em .25em .75em .25em;
}

#body .block a.morelink {
	display: block;
	margin: .5em 1em;
}

#body .block a.morelink:before {
	content: "... ";
}

#body dl.info {
	position: relative;
	display: block;
	right: 1.5em;
	top: -.25em;
	float: right;
	clear: both;
	color: #333;
	z-index: 5;
	background-color: #dadada;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#body dl.info dt, #body dl.info dd {
	float: left;
}

#body dl.info dd {
	margin-left: .5em;
	padding-right: .25em;
}

#body .left .block {
	margin-bottom: 1em;
}

#body .left .block:last-child {
	margin-bottom: 0em;
}

.footer_wrapper {
	display: block;
	width: auto;
	height: auto;
	background-image: url(/m/img/paisley_bacteria.png);
	opacity: .75;
}

#footer {
	display: block;
	opacity: 1;
	margin-top: -1.25em;
	position: relative;
	z-index: 2;
	padding: .5em;
	padding-top: 2em;
	padding-bottom: 1em;
	min-width: 800px;
	background-color: #648223;
	border-top: 10px solid #45591B;
}

#footer ul.floatalign {
	display: table;
	position: relative;
	height: 1.25em;
	width: auto;
	margin: 0 auto;
}

.floatalign li {
	float: left;
	margin-right: .5em;
}

.floatalign li a {
	text-decoration: none;
}

#footer a {
	color: #c1c73f;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover {
	color: #00005c;
}

#footer div.block {
	padding: .5em .75em .75em .75em;
	margin: 0 0 1em 0;


/*background-color:#9dcb36;*/


/*background-color:#51681E;*/
	background-color: #719129;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#footer p.fullwidth {
	padding: .5em .75em .75em .75em;
	margin: 0 0 1em 0;
	text-align: justify;
	

/*border-bottom: 1px dashed #546c1c;*/
	

/*background-color: #9dcb36;*/
	background-color: #719129;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/*#footer ul.columns {
	margin-left: .5em;
	display: inline-table;
}

#footer ul.columns > li {
	display: block;
	float: left;
	width: 30%;
	padding: 0 .5em;
	margin: 0 .25em;
	min-height: 300px;
	background-color: #7ea32b;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#footer ul.columns > li:last-child {
	border-right: none;
}

#footer ul.columns > li p {
	font-size: 75%;
	text-align: justify;
}

#footer ul.columns > li p:first-letter {
	font-size: 180%;
	line-height: 1.3em;
	position: relative;
	top: 6px;
	left: -1px;
}*/

/* Colors */

#body .left {
	background-color: #FFF;
	border-color: #000;
}

#body .left .block {
	color: #111;
	background-color: #dadada;
}


#body h2, #body h2 a {
	color: #ec6900;
}

#body h2 a:hover {
	color: #7ea32b;
}

/* @group Comments */

#comments {
	margin: 1em;
}

#comments + h3 {
	margin-left: 1em;
}

div.comment {
	display: block;
	margin: 0 0 1em 0;
}

div.comment h4 {
	margin-left: 2em;
}

#body .left div.comments h3 {
	margin: 0 .15em .25em;
}

form.comment_form table tr td {
	font-size: 90%;
	text-align: right;
	vertical-align: top;
}

form.comment_form table tr td + td {
	text-align: left;
}

form.comment_form table tr td input {
	float: left;
}

form.comment_form table input, form.comment_form table textarea {
	border: 1px solid #999;
	padding: 2px;
}

form.comment_form .required, .label {
	color: #900;
}

form.comment_form .label {
	float: right;
	font-size: 80%;
	font-style: italic;
}

form.comment_form table textarea {
	font-size: 125%;
	line-height: 1.2em;
}

form.comment_form table tr td {
	padding: .25em;
}

form.comment_form tr.error td {
	font-weight: bold;
}

form.comment_form tr.error label {
	color: #F00;
}

form.comment_form tr.error td input,form.comment_form tr.error td textarea {
	background-color: #FEE;
	color: #900;
	border: 1px solid #F33;
}

ul.submit {
	position: relative;
	display: block;
	height: 1.5em;
}

ul.submit li {
	float: left;
}

ul.submit li:first-child {
	margin-right: .25em;
}

div.block.even {
	background-color: #e87d3c !important;
	left: 3em;
	width: 80%;
}

div.block.odd {
	background-color: #aae471 !important;
	left: 3em;
	width: 80%;
}

div.block.odder {
	background-color: #9dbbe2 !important;
	width: 80%;
	left: 3em;
}

.date {
	position: absolute;
	font-size: 80%;
	color: #666;
	line-height: 120%;
	right: 3.25em;
}

#comments .meta {
	width: 20%;
	position: relative;
	width: 4em;
	float: left;
	height: 4em;
	margin: 0 5em 0 0;
}

/* @end */

.blurb {
	margin: 0 .5em;
	padding: .25em;
	text-align: justify;
}

.blurb p {
	font-size: 90%;
}

h2#word {
	position: relative;
	text-align: left;
	font-family: MetaPro, "Guardi Sans Ltd", Trebuchet MS;
	font-variant: normal;
	font-weight: lighter;
}

#error {
	position: absolute;
	z-index: 10;
	display: block;
	width: 100%;
	color: #222;
	padding: 20px;
}


/* flickr */

/*
Images are wrapped in divs classed "flickr_badge_image" with ids "flickr_badge_imageX" where "X" is an integer specifying ordinal position. Below are some styles to get you started!
*/

/* @group Blog views CSS redo */

#tags {
	
}

#tags h3 {
	margin-left: .25em;
}

#blog h2 {
	margin: 0 .25em .15em .75em;
}

#blog .entry h2 {
	margin: 0 0 0 0;
}

#blog .entry h3 {
	margin: .75em .15em .25em .15em;
}

#blog ul {
	margin-left: 2em;
}

#blog ul li {
	margin-bottom: .25em;
	list-style-type: circle;
}

#blog .entry ul {
	margin-bottom: 1em;
}

code {
	display: inline;
	margin: 0 0 0 0;
	padding: 1px 2px;
	background-color: #bbd;
	color: #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	page-break-inside: avoid;
}


pre > code, div.source, div > code {
	display: block;
	margin: .75em 2em;
	font-size: 100%;
	padding: .5em;
	background-color: #222;
	color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: auto;
}



ul.citations {
	margin-bottom: 0em;
	padding-bottom: 0em;
}

ul.citations li {
	padding-bottom: .25em;
	list-style-type: none !important;
}

ul.citations p {
	margin-left: 1.75em;
	text-indent: -1.75em;
}



#paginator {
	margin: 1em 1em 0 1em;
}

#paginator ul li {
	margin-right: .5em;
}

#recaptcha {
	margin: 0 3.75em;
}

#recaptcha p.small {
	font-size: 80%;
	font-style: italic;
	color: #999;
}

#recaptcha_widget_div {
	display: block;
	position: relative;
	margin: 0 0 .5em 2em;
	width: 320px;
}

/* @end */

/* @group Flickr Badge */

#flickr_badge_uber_wrapper {
	/* *** */
	display: block;
	width: 243px;
	height: 243px;
	margin: .5em 0 0;
	z-index: 1;
}

.flickr_badge_image {
	display: table-cell;
	float: left;
	width: 75px;
	height: 75px;
	margin: 2px;
}

.flickr_badge_image img {
	border: none !important;
}


/* @end */