/* Reset: based on http://meyerweb.com/eric/tools/css/reset v1.0 | 20080212, sans table and focus styles
======================================================================================================== */

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,
strike, strong, sub, sup, tt, var,
b, u, i, center, small,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
hr,
.normalize{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
cite,
address {
	display:inline;
	font-style:normal;
}

.normalize,
.normalize li {
	list-style:none;
}

button.normalize {
	cursor:pointer;
	vertical-align:middle;
}

input.text,
textarea {
	font-family: "Courier New", Courier, mono;
}

input.placeholder {
	color:#444;
}

/* =Typography
========================= */

body {
	color: #545454;
	margin:0;  
    padding:0;
	font: normal 100%/1.25  Helvetica Neue, Helvetica, Arial, Geneva, sans-serif;
}


a,
a:visited {
	color: #00418e;
	text-decoration: none;
}
a,
a:active,
a:focus {
	outline: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
	color:#545454;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover{
	color:#00418e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 8px;
}
h1,
.h1 {
    font-size: 1.5em;
}
h2,
.h2 {
	font-size: 1.25em;
}
h3,
.h3 {
	font-size:1.125em;
}
h4,
.h4 {
	font-size:1em;
}

p,
pre,
dl,
ul,
ol {
	margin-bottom:1em;
}
li ul,
li ol {
	margin-top:.875em;
	margin-bottom: 0;
}

ul,
dd {
	margin-left: 20px;
}
ul {
    font-size: 14px;
	list-style-type: square;
}
ol {
	margin-left:30px;
}

li {
	margin-bottom: 14px;
}

blockquote {
	font-size: 0.9em;
	line-height: 20px;
	margin-top: 2em;
	margin-bottom: 2em;
	background: url(../img/blockquote_bg.png) no-repeat;
	margin-left: 5px;
	padding-left: 25px;
	padding-right: 15px;
}

hr {
	background:#777;
	color:#777;
	height:1px;
	margin:0 30px 18px 30px;
}

/* =Base
========================= */

.accessibility {
	left:-32000px;
	position:absolute;
}
.lofi {
	display:none;
}
.ir {
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
	font-size:1px;
	overflow:hidden;
	text-indent:-32000px;
}


/* http://sonspring.com/journal/clearing-floats */
html body div.clear,
html body span.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.caps {
	text-transform:uppercase;
}

.sup,
.sup * {
	font-size: 8px;
}

.x-small,
.x-small li {
	font-size:11.5px;
}
.small,
.small li {
	font-size:12.4px;
}

.textalignright {
	text-align:right;
}
.textaligncenter {
	text-align:center;
}

/* WordPress core styles */
.alignleft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
.alignright {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* =Structure
========================= */

#wrapper {
	width: 900px;
	margin: 0 auto;
	padding-bottom:3em;
}

#header {
	background: url(../img/header.png) no-repeat;
	height: 185px;
}
#header #site-name {
	height:152px;
	width:100%;
}

#page-title {
	font-family: "Courier New", Courier, mono;
	font-weight:normal;
	border-bottom:1px dashed #9e9e9e;
	margin-bottom:48px;
}

#content {
	float:left;
	margin-left: 30px;
	width: 560px;
}

#sidebar {
	width: 208px;
	margin-right: 15px;
	float: right;
}

#navigation {
	font-size:16px;
	margin-bottom: 40px;
}
#navigation .widget-title {
	display:none;
}
#navigation ul {
	font: 1em "Courier New", Courier, mono;
	list-style:none;
	margin-left: 15px;
}
#navigation ul li {
	line-height:20px;
}
#navigation ul a,
#navigation ul a:visited {
	background: url(../img/checkbox.png) no-repeat left center;
	color: #545454;
	font-weight: bold;
	padding-left:26px;
}
#navigation ul .current_page_item a,
#navigation ul .current_page_item a:visited,
#navigation ul .cflk-current a,
#navigation ul .cflk-current a:visited {
	background-image:url(../img/checkbox_on.png);
	color: #00418e;
}
#email-subscribe {
	margin-bottom:40px;
}

#footer {
	margin:53px 3px 0;
	padding-top:41px;
	position:relative;
}
#colophon {
	border:3px solid #363636;
	margin:0 0 8px;
	overflow:hidden;
}
#colophon p,
#colophon ul {
	margin:0;
}
#colophon .bookmarks {
	margin:0;
	overflow:hidden;
}
#colophon .bookmarks li {
	float:left;
	list-style-position:inside;
	margin:0;
	white-space:nowrap;
	width:49%; /* for IE */
}
#colophon .bookmarks a,
#colophon .bookmarks a:visited {
	color:#535353;
	font-weight:bold;
}
#colophon .bookmarks a:hover {
	color:#00418e;
}
.footer-left {
	float:left;
	width:613px;
}
.footer-right {
	float:left;
	width:275px;
}
.footer-heading {
	border-bottom:3px solid #363636;
	margin:0;
	padding:10px 7px 7px;
}
.footer-content {
	padding:8px;
}
.footer-left .footer-content {
	width:508px;
}

#farewell {
	position:relative;
}
#tsh-signature {
	background:url(../img/signature.png) no-repeat left top;
	margin:0;
	padding-top:57px;
	width:458px;
}
#rss-button p {
	margin:0;
}
#rss-button {
	background-image:url(../img/rss.png);
	bottom:9px;
	height:39px;
	left:473px;
	position:absolute;
	width:39px;
}

#portrait {
	left:515px;
	position:absolute;
	top:0;
}

.pagination {
	font: bold 14px "Courier New", Courier, mono;
	text-align:center;
}

/* =Posts
========================= */

.post {
	margin-bottom: 3em;
}

.entry-title { font-family: helvetica neue, helvetica; font-size: 22px; line-height: 28px;
}

.entry-content { font-family: georgia, times; font-size: 14.8px; line-height: 23px; color: #222222;

}

.entry-content a, .entry-content a:visited { border-bottom:1px dotted #cccccc;
}

.entry-content a:hover { border-bottom:1px dotted #222222;
}

.hentry .entry-title {
	margin-bottom:12px;
}

.hentry .meta {
	line-height:16px;
}
.hentry .meta-type {
	display:inline-block;
	font-size:.6875em;
	margin-right:5px;
	width:8.75em;
	font-family: helvetica neue, helvetica;
}
.hentry .meta-content {
	font: normal normal 14px "Courier New", Courier, mono;
	letter-spacing: 1px;
}
.hentry .meta-content a,
.hentry .meta-content a:visited {
	color: #545454;
}
.hentry .meta-content a:hover {
	color: #00418e;
	font-weight: bold;
}
.hentry .tags {
	border-bottom: 1px dashed #909090;
}
.hentry .tags a,
.hentry .tags a:visited {
	padding-right: 5px;
}
.promote {
	height:16px;
	line-height:16px;
	margin-top:3px;
}

.hentry img {
	padding-left: 12px;
	padding-bottom: 12px;
	padding-top: 12px;
}


.hentry ul li {
	list-style-image: url(../img/bullet.png);
	margin-right: 10px;
}

.excerpt {
	margin-bottom:.75em;
	padding-bottom:.75em;
	border-bottom: 1px dashed #909090;
}
.excerpt .entry-title {
	border:0;
	margin-bottom:8px;
}
.excerpt .tags {
	border-bottom:0;
}

/* =Widgets
========================= */

.widget {
	font-size:12px;
	margin-bottom:30px;
}
.widget .widget-title {
	margin-bottom:20px;
	text-transform: uppercase;
}

#ad,
.widget_text {
	font-size: .6875em;
	margin-top: 20px;
	margin-bottom: 30px;
	width: 180px;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 15px 10px 15px 20px;
}

#ad .ad,
.widget_text .ad {
	margin-bottom:11px;
}
#ad .the-deck-linkback,
.widget_text .the-deck-linkback {
	float: right;
	font: 9px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 10px;
}

.widget_recent_entries ul {
	list-style-type: none;
	margin-left:0;
}

.widget_recent_entries ul li {
	border-bottom: 1px dotted #ddd;
	font-size:12px;
	display: block;
	margin-bottom:8px;
	padding-bottom: 8px;
}

.widget_recent_entries ul li a:hover {
	text-decoration: underline;
}

.WPPP_print_widget ul {
	list-style-type: none;
	margin-left:0;
}

.WPPP_print_widget ul li {
	border-bottom: 1px dotted #ddd;
	font-size:12px;
	display: block;
	margin-bottom:8px;
	padding-bottom: 8px;
}

.WPPP_print_widget ul li a:hover {
	text-decoration: underline;
}

.widget_tag_cloud ul {
	list-style-type: none;
	margin-left:0;
}

.widget_tag_cloud ul li {
	border-bottom: 1px dotted #ddd;
	font-size:12px;
	display: block;
	margin-bottom:8px;
	padding-bottom: 8px;
}

.widget_tag_cloud ul li a:hover {
	text-decoration: underline;
}

/* =Plugins, misc
========================= */

/* ShareThis style overrides */
html body .stico_default {
	background:transparent !important;
}
a.stbutton {
	text-transform:lowercase;
	padding:0 !important;
}

