/* This next line Copyright (c) 2007, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 2.2.2 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,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;}ol,ul {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;}
/* remaining code Copyright (c) 2010 Seldo.com */
body {
	font-family: Helvetica, Tahoma, Verdana, Arial;
	color: #205C93;
}
a {
	text-decoration: none;
	color: #D85634; /* lighter */
}
a:visited {
	color: #870C11; /* darker */
}
a:hover {
	color: #fff;
	background-color: #870C11; /* darker */
}
textarea, input {
	padding: 0.1em;
	border-bottom: 1px solid white;
	border-left: 1px solid #eef;
	border-right: 1px solid #eef;
	border-top: 1px solid #dde;
	font-family: Helvetica, Tahoma, Verdana, Arial;
}
.button {
	background: url('/s/buttonback.png') repeat-x;
	padding: 0.2em;
	border-top: 1px solid white;
	border-left: 1px solid #eef;
	border-right: 1px solid #eef;
	border-bottom: 1px solid #dde;
	color: #003366;
	font-weight: bold;
}
#content {
	margin-top: 1em;
	margin-left: 2em;
	width: 60%;
	max-width: 30em;
}
/* sidebar */
#sidebar {
	position: absolute;
	top: 220px;
	right: 2em;
	width: 30%;
}
#sidebar .box {
	background: #EFF7FC;
	padding: 1em;
	position: relative;	
	margin-top: 2em;
}
#sidebar h2.label {
	color: #D85634;
	font-size: 70%;
	float: right;
	position: absolute;
	top: -1.2em;
	right: 0px;
	font-variant: small-caps;
}
#sidebar h2.label a {
	color: #D85634;
}
#sidebar ul li {
	font-size: 88%;
	margin-bottom: 0.5em;	
}
#sidebar .recentposts {
	margin-top: 1em;	
}
#sidebar .recentcomments ul li {
	font-size: 77%;	
}

/* header */
#masthead {
	height: 199px;
	background: url('/s/topbanner.png') top right no-repeat;
	background-color: #78B0E1;
}
#masthead #logo {
	height: 199px;
	background: url('/s/bannerfade.png') top left no-repeat;
}
#masthead #logo span {
	text-indent: -9000px;
	position: absolute;
	top: 20px;
	left: 50px;
	background: url('/s/logo.png') top left no-repeat;
	width: 363px;
	height: 162px;
}
#masthead #tagline {
	position: absolute;
	top: 155px;
	left: 150px;
	font-size: 90%;
}
#masthead .shadow {
	background: url('/s/shadowup.png') bottom repeat-x;
	position: absolute;
	top: 192px;
	height: 7px; 
	width: 100%;	
}

/* breadcrumbs */
.breadcrumbs h3 {
	float: left;
}
.breadcrumbs h3 a:after {
	content: ' :: ';	
}
.breadcrumbs h2 {
	float: left;
}
.breadcrumbs ul {
	clear: left;
}
.breadcrumbs ul li {
	float: left;
	font-size: 88%;
}
.breadcrumbs ul li:after {
	content: ' >> ';	
}
.breadcrumbs ul li.last:after {
	content: '';	
}
.breadcrumbs:after {
	content: '.';
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
	margin-bottom: 1em;
}

/* blog entries */
#content .item {
	padding-bottom:	3em;
	position: relative;
}
.item h1.entrytitle {
	font-size: 150%;
}
.item .posted {
	font-size: 77%;
	float: right;
	color: #aaa;
}
.item .body {
	font-family: Verdana;
	font-size: 82%;
	margin-top: 1.5em;
	line-height: 1.3em;	
}
.item .body p {
	margin-bottom: 1em;	
}
.item .body li, .item .body ul li {
	margin-left: 2em;
	margin-bottom: 0.5em;
	list-style-type: disc;
}
.item .body ol li {
	margin-left: 2em;
	margin-bottom: 0.5em;
	list-style-type: decimal;
}
.item dl dt {
	margin-top: 0.3em;
	margin-left: 0.5em;
	font-size: 110%;
}
.item dl dd {
	margin-left: 1.5em;	
}
.item blockquote {
	margin: 0.5em;
	padding: 1em;
	border: 1px dotted #ccc;
	background-color: #f0f0f0;
}
.item table.data
{
	border: 1px solid black;
	margin-left: 20px;
}
.item table.data thead tr td {
	background: #99d;
}
.item table.data tr td {
	padding: 3px;
	text-align: right;
}
.item .bigImage {
	/* legacy class used in old entries */
	clear: both;
	margin: 10px;
	text-align: center;
}
.item .body h2 {
	font-size: 133%;
	margin-bottom: 0.7em;	
}
.item .body h3 {
	font-size: 105%;
	font-weight: bold;
	margin-bottom: 0.5em;	
}
.item .tags {
	margin-top: 3em;
	font-size: 77%;
}
.item .tags .tagslabel {
	float: left;
}
.item .tags .taglist li {
	float: left;
	padding-left: 0.5em;
	list-style-type: none;
	margin-left: 0px;
}

/* date listings */
#content .calendar .month {
	width: 14em;
	float: left
}
.calendar h2 {
	clear: both;
	padding: 0.2em 1em;
	font-size: 120%;
}
.calendar h3 {
	background: #D3E6F5;
	padding: 0.2em 1em;
}
.calendar .year>li {
	height: 11em;	
	margin-right: 10px;
}
.calendar .month ol {
	padding-left: 0.2em;
	padding-right: 0.2em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	display: table;
}
.calendar .month ol li {
	float: left;
	padding: 0.2em 0.3em;
	width: 1.3em;
	text-align: center;
	display: table-cell;
}
.calendar .month li.withentry {
	background: #78B0E1;
}
.calendar .month li.withentry a {
	color: #fff;
}
.calendar .month ol:after {
	display: block;
	content: '.';
	clear: both;
	visibility: hidden;
	height: 0px;
}

.datenavigation ul li {
	float: left;
}
.dayentry {
	margin-bottom: 15px;
}
.monthlisting .monthentry {
	margin-left: 100px;
	margin-bottom: 25px;
}
.monthlisting .monthentry .commentsummary {
	float: right;
}
.monthlisting .monthentry .itemexcerpt {
	clear: both;
}
.monthlisting .day {
	float: left;
	position: relative;
	clear: both;
}
.monthlisting .day:after {
	clear: both;
	display: block;
	content: '.';
	height: 0px;
	visibility: hidden;
}
.monthlisting .day .box {
	width: 80px;
	height: 80px;
	position: absolute;
	left: 10px;
	top: 15px;
	background-color: #ccc;
	text-align: center;
	display: table;
}
.monthlisting .day .box a {
	width: 80px;
	height: 80px;
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
	font-size: 2em;
}
.monthlisting .tags {
	float: left;
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 0.3em;
}
.monthlisting .tags .tagslabel {
	font-weight: normal;
}
.yearlisting .month {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.3em;
	clear: both;
	font-weight: bold;
}
.yearlisting h1 {
	font-size: 1.2em;
}
.yearlisting .day {
	float: left;
	position: relative;
	margin-bottom: 10px;
}
.yearlisting .day .box {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 10px;
	top: 2px;
	background-color: #ccc;
	text-align: center;
	display: table;
}
.yearlisting .day .box a {
	width: 50px;
	height: 50px;
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
	font-size: 1em;
}
.yearlisting .monthentry {
	clear: left;
	margin-left: 70px;
	margin-bottom: 10px;
}
.yearlisting .monthentry .commentsummary {
	float: right;
}
.yearlisting .monthentry .itemexcerpt {
	clear: both;
}
.fulllisting .year {
	padding-top: 30px;
	clear: both;
	font-size: 1.5em;
}
.fulllisting .month {
	clear: both;
	margin-top: 15px;
	font-size: 1.3em;
	margin-bottom: 5px;
}
.fulllisting .first {
	margin-top: 0px;
}
.fulllisting .allentry {
	clear: both;
}
.fulllisting .allentry:after {
	content: '.';
	clear: both;
	display: block;
	height: 0%;
	visibility: hidden;
}
.fulllisting .allitem {
	float: left;
}
.fulllisting .commentsummarycontainer {
	float: left;
	font-size: 0.7em;
	color: #bbb;
	margin-top: 0.2em;
	margin-left: 10px;
}
.fulllisting .commentsummary {
	display: inline;
}

/* comments */
.comments {
	max-width: 30em;
	border-top: 2px solid #003366;
	padding-top: 10px;
	margin-left: 15px;
	margin-top: 25px;
}
.comments h2 {
	font-size: 120%;	
}
.comments .comment {
	font-size: 88%;
	margin-bottom: 15px;
	padding: 0.5em;
	background-color: #EFF7FC;
}
.entercomment h2 a:hover {
	color: inherit;
	background-color: inherit;
}
.comments .comment h3 {
	float: left;
	font-size: 1.2em;
	font-weight: bold;
}
.comments .comment .posted {
	float: left;
	font-size: 0.7em;
	color: #999;
	margin-left: 5px;
	margin-top: 0.4em;
}
.comments .comment .body {
	clear: left;
	font-size: 90%;
}
.comments .nocomments {
	font-size: 90%;
	font-style: italic;
}
.entercomment {
	border-top: 2px solid #003366;
	padding-top: 10px;
	margin: 25px 15px;
	max-width: 30em;
}
.entercomment h2 {
	font-size: 130%;
	margin-bottom: -0.1em;
}
.entercommentcta {
	font-size: 80%;
}
.entercomment ol {
	margin-top: 7px;
}
.entercomment ol li {
	margin: 0.2em 0 0 0;
}
.entercomment ol li label {
	display: block;
	width: 4em;
	float: left;
	text-align: right;
	padding-right: 0.5em;
}
.entercomment ol li #username {
	width: 10em;
}
.entercomment ol li #usermail {
	width: 15em;
}
.entercomment ol li #userurl {
	width: 20em;
}
.entercomment .instructions {
	font-size: 80%;
}
.entercomment ol li #datacomment {
	margin-left: 4em;
}
.entercomment ol li #commentsubmit {
	margin-left: 4.5em;
	margin-top: 0.5em;
}

/* tag cloud */
.tagcloud {
	margin: 10px 15px;
	line-height: 1em;
	display: table;
}
.tagcloud li {
	float: left;
	margin: 5px;
	display: table-cell;
}
.tagcloud .biggest {
	font-size: 200%;
}
.tagcloud .bigger {
	font-size: 180%;
}
.tagcloud .big {
	font-size: 160%;
}
.tagcloud .medium {
	font-size: 140%;
}
.tagcloud .small {
	font-size: 120%;
}
.tagcloud .smaller {
	font-size: 100%;
}
.tagcloud .smallest {
	font-size: 80%;
}
.tagcloud li span {
	font-size: 10px;
	margin-left: 3px;
}

/* tag pages */
h1.tagtitle {
	font-size: 150%;
	margin-bottom: 0.5em;
}
.tagresults ul .item h1.entrytitle  {
	font-size: 100%;
}
#content .tagresults ul .item {
	padding-bottom: 1em;	
}
.pagination {
	margin-top: 15px;
	border-top: 1px solid grey;
	clear: both;
}
.pagination a {
	margin-right: 1em;
}

/* footer */
#footer {
	clear: both;
	background: url('/s/hero.jpg') top right no-repeat;	
	margin-top: 1em;
	height: 700px;
	position: relative;
}
#footer .padder {
	background: url('/s/shadowdown.png') top repeat-x;
	padding-top: 2em;
	padding-left: 2em;
}
#footer .box {
	background: #fff;
	padding: 1em;	
	position: relative;	
	width: 20em;
	margin-bottom: 2em;
}
#footer h2.label {
	background-color: #fff;
	padding: 0.1em 0.5em;
	color: #D85634;
	font-size: 70%;
	float: right;
	position: absolute;
	top: -1.2em;
	right: 0px;
	font-variant: small-caps;
}
#footer h2.label a {
	color: #D85634;
}
#about {
	/* min-height: 100px; */
}
#about div {
	font-size: 85%;
	
}
#about img {
	float: right;
	margin-left: 1em;
}
#about #socialnetworks:after {
	display: block;
	clear: both;
	content: '.';
	visibility: hidden;
	height: 0px;	
}
#about #socialnetworks li {
	float: left;
	margin-right: 6px;
	margin-top: 1em;
}
#about #socialnetworks li a {
	background-position: top left no-repeat;
	width: 16px;
	height: 16px;
	display: block;
}
#about #socialnetworks li a {
	text-indent: -9000px;
}
#about #socialnetworks li a:hover {
	background-color: transparent;	
}
#socialnetworks #icon-twitter { background: url('/s/icon/twitter-16.png'); }
#socialnetworks #icon-facebook { background: url('/s/icon/facebook-16.png'); }
#socialnetworks #icon-linkedin { background: url('/s/icon/linkedin-16.png'); }
#socialnetworks #icon-delicious { background: url('/s/icon/delicious-16.png'); }
#socialnetworks #icon-flickr { background: url('/s/icon/flickr-16.png'); }
#socialnetworks #icon-lastfm { background: url('/s/icon/lastfm-16.png'); }
#socialnetworks li#more a {
	text-indent: 0px;
	width: auto;
}
#socialnetworks li#more a:hover {
	background-color: #870C11; /* darker */
}
#tags ul li {
	float: left;
	padding: 0.2em 0.5em;
}
#tags ul:after {
	display: block;
	content: '.';
	visibility: hidden;
	height: 0px;
	clear: both;	
}
#feeds {
}
#search {
	text-align: center;
}
#search #searchTermsBox {
	width: 17em;	
}
#search #searchButton {
	padding-left: 0.7em;	
	padding-right: 0.7em;
	margin-left: 0.7em;
}
#lastline {
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin-right: 2em;
	margin-left: 2em;
	color: #fff;	
	text-align: center;
	font-size: 67%;
	width: 100%;
}
#lastline a {
	color: #ccc;	
}
#cclicence {
	display: block;
	float: right;	
}
#copyright, #colophon {
	width: 100%;
}


/* color wars */
#blueteam {
}
#blueteam #btLogo {
	float: right;
	margin: 0px 50px 20px 0px;
	width: 300px;
	font-size: 80%;
	text-align: right;
}
#blueteam #btLogo span {
	font-size: 80%;
	display: block;	
}
#blueteam #uploadForm {
	width: 30em;	
	border: 4px solid #DDDDDD;
	background: #FFFFFF;
	padding: 10px 15px;
	margin-top: 30px;
	margin-left: 50px;
}
#blueteam #uploadControl {
	margin: 0px 0px 4px 0px;	
}
#blueteam .note {
	font-size: 70%;
}
#blueteam ol li {
	list-style-type: decimal;
	margin-left: 20px;
	margin-bottom: 10px;
}
#blueteam ol ul li {
	margin-bottom: auto;	
}
#blueteam ol ul.options li {
	list-style-type: none;
	margin-right: 10px;
	margin-left: 0px;
	display: inline;	
}
#blueteam fieldset legend {
	margin-bottom: 4px;
}
#blueteam form .submit {
	padding: 5px 7px;
}
#blueteam #paq {
	clear: both;
	border: 4px solid #DDDDDD;
	background: #FFFFFF;
	padding: 10px 15px;
	margin-top: 30px;
	margin-left: 50px;
	margin-right: 50px;
}
#blueteam dl dt {
	font-weight: bold;
	margin-bottom: 4px;
}
#blueteam dl dd {
	margin-bottom: 15px;
}
.result#blueteam {
	margin: 15px 50px;
}

/* about page */
#aboutblurb {
	width: 80%;
}
#aboutblurb {
	margin-bottom: 10em;	
}
#aboutblurb p {
	margin-bottom: 1em;	
}
#aboutblurb h1 {
	font-size: 180%;
}
#aboutblurb h2 {
	font-size: 140%;	
}
#aboutlinks {
	position: absolute;
	right: 2em;
	top: 220px;
	width: 40%;
	max-width: 22em;
}
#aboutlinks h2 {
	font-size: 140%;	
}
#aboutlinks p {
	font-size: 88%;	
}
#aboutlinks .socialnetworks li {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
	padding-left: 40px;
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 120%;
	height: 40px;	
}
#aboutlinks .socialnetworks li span {
	position: relative;
	top: 5px;
}
#aboutlinks #img-twitter { background-image: url('/s/icon/twitter.png') }
#aboutlinks #img-facebook { background-image: url('/s/icon/facebook.png') }
#aboutlinks #img-linkedin { background-image: url('/s/icon/linkedin.png') }
#aboutlinks #img-delicious { background-image: url('/s/icon/delicious.png') }
#aboutlinks #img-flickr { background-image: url('/s/icon/flickr.png') }
#aboutlinks #img-lastfm { background-image: url('/s/icon/lastfm.png') }
.sharebuttons .tweet {
	display: inline-block;
}
.sharebuttons .like {
	display: inline-block;
}