/*
Theme Name: No-frills
Theme URI: http://blog.jesskim.com/no-frills-theme
Description: No-frills: uncluttered, minimalist, printer-friendly
Version: 1.5.6
Author: Jess Kim
Author URI: http://jesskim.com/
Tags: white, fixed-width, two-columns
.

Printer-friendly selectors and classes are placed at the bottom of the stylesheet.

.
*/



/*--- WordPress requirements ---*/

.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  margin: 0 16px 12px 0;
}

.alignright {
  float: right;
  margin: 0 0 12px 16px;
}

.wp-caption {
  border: 1px solid #EEEEEE;
  text-align: center;
  background-color: #FAFAFA;
  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 {
  float: none;
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0px;
  margin: 0px;
}



/*--- Beginning of post ---*/

.preamble {
  font-family: Calibri, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #CC0066;
  line-height: 1.3;
}



/*--- Page structure ---*/

#wrapper {
  clear: both;
  text-align: left;
  width: 736px; /* [wT]; Note. The total fixed page width is [pL]+[wT]+[pR] */
  padding-top: 0px;
  padding-right: 16px; /* [pR] */
  padding-bottom: 0px;
  padding-left: 16px; /* [pL] */
  margin: 0px auto 0px auto;
}

#sub-wrapper {
  clear: both;
}



/*--- Basic selectors ---*/

body {
  background: #FFFFFF;
  color: #353739;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  text-align: left;
}

blockquote {
  color: #414345;
  padding-left: 1.6em;
  border-left: 1px solid #0055BB;
}

pre,
code {
  font-family: Monaco, Consolas, monospace;
  font-size: 12px;
}

small {
  font-size: 12px;
}

hr {
  display:none;
}

h1, h2, h3, h4, h5, h6 {
  font-variant: none;
  color: #333355;
  font-family: Calibri, Helvetica, Arial, sans-serif;
}

h1 {
  display: none;
  font-size: 26px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
  font-weight: bold;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
  font-weight: bold;
}

h6 {
  font-size: 16px;
}

a {
  color: #0055BB;
  text-decoration: none;
}

a:hover {
	color: #CC0066;
  text-decoration: underline;
}

img {
  /* Also refer to #content div.post p img */
  padding: 0px;
  border: none;
}

img.imgleft {
  float: left;
  margin-left: 0px;
  margin-right: 18px;
  margin-bottom: 24px;
  margin-top: 6px;
}

img.imgright {
  float: right;
  margin-left: 18px;
  margin-right: 0px;
  margin-bottom: 24px;
  margin-top: 6px
}

table td {
  padding: 6px;
}



/*--- Top bar selectors ---*/

#topbar {
  width: 100%;
  height: 36px;
  background: #FFFFFF url(images/topbarbackground.png) repeat-x top left;
}

#topbaricons {
  float: left;
  padding: 3px 8px 0px 18px;
}

#topbartext {
  float: left;
  color: #77797B;
  padding: 4px 12px 0px 9px;
  font-weight: normal;
}

#topbartext,
#topbartext a {
  font-family: Calibri, Helvetica, Arial, sans-serif;
  font-size: 12px;
}

#topbartext a {
  font-weight: bold;
  color: #333333;
}

#topbartext a:hover {
  color: #CC0066;
  text-decoration: none;
}



/*--- Searchbar (the area below the top bar, incorporating the search box) ---*/

#searchbar,
#searchbar_padding_top {
  clear: both;
  width: 100%;
  background: #FFFFFF;
}

#searchbar {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 8px;
  padding-left: 0px;
}

#searchbar_padding_top {
  height: 32px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

#searchbar,
#searchbar a {
  height: 32px;
}

#searchbar p {

}

#searchbar a {
  text-decoration: none;
}

#searchbar a:hover {
  text-decoration: none;
}

#searchbarinner {
  clear: both;
  width: 736px; /* same as [wT] */
  padding-top: 0px;
  padding-right: 16px; /* same as [pR] */
  padding-bottom: 0px;
  padding-left: 16px; /* same as [pL] */
  margin: 0px auto 0px auto;
}

#searchbarinnerleft {
  width: 512px; /* same as [wC] */
  float: left;
}

#searchbarinnerright {
  padding-left: 48px; /* same as [wSL] */
  width: 176px; /* same as ( [wT] - [wC] ) - [wSL] */
  float: left;
  font-size: 14px;
  font-family: Calibri, Helvetica, Arial, sans-serif;
}

#searchform {
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}

#searchform_searchbox {
  float: left;
}

#header {
  clear: both;
  margin: 0px 0px 0px 0px;
}

.sitetitle,
.sitetitle a {
  font-weight: bold;
  font-size: 14px;
  font-family: Calibri, Helvetica, Arial, sans-serif;
  text-transform: none;
  margin: 0px;
  color: #000000;
}

.sitetitle a:hover {
	color: #CC0066;
  text-decoration: none;
}

.sitedescription {
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
  font-family: Calibri, Helvetica, Arial, sans-serif;
  color: #373941;
  margin: 0px 0px 0px 0px;
}



/*--- Supporting selectors ---*/

.listentrytitle {
  width: 100%;
  text-align: left;
  text-transform: none;
}

.listentrytitletext,
.listentrytitletext a {
  font-size: 18px;
  font-family: Calibri, Helvetica, Arial, sans-serif;
  line-height: 1.2;
}

.listentrytitletext {
  color: #293847;
}

.listentrytitletext a {
  font-weight: bold;
  text-decoration: none;
  color: #0055BB;
}

.listentrytitletext a:hover {
  text-decoration: none;
  color: #CC0066;
}

.listentrycomments,
.listentrycomments a,
.listentrytags,
.listentrytags a,
.listentrydetails,
.listentrydetails strong,
.listentrydetails b {
  font-size: 14px;
  font-family: Calibri, Helvetica, Arial, sans-serif;
  color: #293847;
  line-height: 140%;
}

.listentrydetails a {
  font-size: 14px;
  font-family: Calibri, Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
  color: #0055BB;
}

.listentrydetails a:hover {
  text-decoration: underline;
  color: #CC0066;
}

.listentrycomments a {
  font-weight: normal;
  text-decoration: underline;
}

.listentrycomments a:hover {
  text-decoration: underline;
}

.listentrytags {
  margin: 6px 0px 4px 0px;
}

.listentrytags a {
  font-weight: normal;
  text-decoration: underline;
}

.listentrytags a:hover {
  color: #CC0066;
  text-decoration: underline;
}



/*--- Page content ---*/

h2.pagetitle {
  font-family: Calibri, Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: bold;
  color: #CC0066;
  margin: 0px 0px 64px 0px;
}

#content {
  width: 512px; /* [wC] */
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0px;
}

#content h2 {
  font-size: 32px;
  font-family: Calibri, Helvetica, Arial, sans-serif;
  line-height: 110%;
  font-weight: bold;
}

#content div.post {
  clear: left;
  margin: 48px 0px 12px 0px;
}

#content div.post h1 {
  font-size: 24px;
  font-variant: none;
  font-weight: bold;
  color: #333355;
}

#content div.post h2,
#content div.post h2 strong,
#content div.post h2 b,
#content div.post h2 u,
#content div.post h2 i,
#content div.post h2 del,
#content div.post h2 ins,
#content div.post h2 a {
  font-size: 22px;
  font-family: Calibri, Helvetica, Arial, sans-serif;
  line-height: 110%;
}

#content div.post h2 {
  font-variant: none;
  border-bottom: none;
  width: 90%;
  padding-top: 18px;
}

#content div.post h2 a {
  color: #000000;
  font-weight: bold;
}

#content div.post h2 a:hover {
  color: #CC0066;
  text-decoration: none;
}

#content div.post h3 {
  font-size: 18px;
  font-variant: none;
  font-weight: bold;
  color: #333355;
}

#content div.post h4 {
  font-size: 18px;
  font-variant: none;
  font-weight: normal;
  color: #333355;
}

#content div.post h5 {
  font-size: 16px;
  font-variant: none;
  font-weight: bold;
  color: #333355;
}

#content div.post h6 {
  font-size: 16px;
  font-variant: none;
  font-weight: normal;
  color: #131517;
}

#content div.post p,
#content div.post p strong,
#content div.post p b,
#content div.post p u,
#content div.post p i,
#content div.post p del,
#content div.post p ins,
#content div.post p span[style="text-decoration:underline"],
#content div.post p span[style="text-decoration:underline;"],
#content div.post p span[style="text-decoration: underline"],
#content div.post p span[style="text-decoration: underline;"],
#content div.post p a {
  font-size: 14px;
  font-family: Calibri, Helvetica, Arial, Calibri, sans-serif;
  line-height: 1.2;
}

#content div.post p a {
	color: #0055BB;
  text-decoration: underline;
}

#content div.post p a:hover {
	color: #CC0066;
  text-decoration: underline;
}

#content div.post p strong,
#content div.post p b {
	color: #162024;
}

#content div.post p img {
  background: #FFFFFF;
  border: #DDDDDD 0px solid;
  padding: 5px 0px 5px 0px;
}

#content div.post ul li,
#content div.post ul li strong,
#content div.post ul li b,
#content div.post ul li u,
#content div.post ul li i,
#content div.post ul li del,
#content div.post ul li ins,
#content div.post ul span[style="text-decoration:underline"],
#content div.post ul span[style="text-decoration:underline;"],
#content div.post ul span[style="text-decoration: underline"],
#content div.post ul span[style="text-decoration: underline;"],
#content div.post ul li a,
#content div.post ol li,
#content div.post ol li strong,
#content div.post ol li b,
#content div.post ol li u,
#content div.post ol li i,
#content div.post ol li del,
#content div.post ol li ins,
#content div.post ol span[style="text-decoration:underline"],
#content div.post ol span[style="text-decoration:underline;"],
#content div.post ol span[style="text-decoration: underline"],
#content div.post ol span[style="text-decoration: underline;"],
#content div.post ol li a {
  font-size: 14px;
  font-family: Calibri, elvetica, Arial, Calibri, sans-serif;
  line-height: 1.2;
}

#content div.post ul li,
#content div.post ol li {
  margin: 0px 0px 8px 0px;
}

#content div.post ul li a,
#content div.post ol li a {
	color: #0055BB;
  text-decoration: underline;
}

#content div.post ul li a:hover,
#content div.post ol li a:hover {
	color: #CC0066;
  text-decoration: underline;
}

#content div.post p.date,
#content div.post p.date strong,
#content div.post p.date span,
#content div.post p.date b,
#content div.post p.date u,
#content div.post p.date del,
#content div.post p.date ins,
#content div.post p.date a {
  font-family: Calibri, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

#content div.post p.date {
  color: #555566;
  text-align: right;
  text-transform: none;
  padding-top: 13px;
  margin: 0px 0px 40px 0px;
}

#content div.post p.date a {
	color: #0055BB;
  font-weight: bold;
  text-decoration: none;
}

#content div.post p.date a:hover {
	color: #CC0066;
  text-decoration: underline;
}

#content div.post p.details_small,
#content div.post p.details_small strong,
#content div.post p.details_small b,
#content div.post p.details_small u,
#content div.post p.details_small del,
#content div.post p.details_small ins,
#content div.post p.details_small a {
  font-family: Calibri, Helvetica, Arial, sans-serif;
  text-align: left;
  font-size: 14px;
}

#content div.post p.details_small {
  color: #555566;
}

#content div.post p.details_small a {
  font-weight: bold;
  text-decoration: none;
  color: #0055BB;
}

#content div.post p.details_small a:hover {
  text-decoration: underline;
  color: #CC0066;
}

p.nocomments {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #77797B;
  padding-top: 24px;
}



/*--- Navigation ---*/

#content div.navigation,
#content div.navigation a,
#content div.navigation span.alignleft,
#content div.navigation span.alignright {
  font-family: Calibri, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

#content div.navigation {
  display: block;
  padding-top: 10px;
  padding-bottom: 40px;
}

#content div.navigation a {
	font-weight: bold;
	cursor: hand;
}

#content div.navigation a:hover {
	color: #CC0066;
}

#content div.navigation span.alignleft {
  float: left;
  padding: 8px !important;
  background: #F8F8F8 !important;
  border: 1px solid #BBBBBB !important;
}

#content div.navigation span.alignright {
  float:right;
  text-align: right;
  padding: 8px !important;
  background: #F8F8F8 !important;
  border: 1px solid #BBBBBB !important;
}

#single_browse {
  clear: left;
  width: 100%;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  color: #555577;
  text-align: left;
  font-weight: normal;
  border: none;
}

#single_browse,
#single_browse a,
#single_browse ul,
#single_browse ul li,
#single_browse ul li strong,
#single_browse ul li a {
  font-family: Calibri, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

#single_browse a {
  font-weight: bold;
  color: #0055BB;
  text-decoration: none;
}

#single_browse a:hover {
  color: #CC0066;
  text-decoration: underline;
}

#single_browse ul {
  list-style-type: none;
  margin: 0px;
  padding: 8px 0px 8px 0px;
}

#single_browse ul li {
  margin: 0px 0px 2px 0px;
  font-weight: bold;
}

#single_browse ul li a {
  font-weight: bold;
  color: #0055BB;
  text-decoration: none;
}

#single_browse ul li a:hover {
  color: #CC0066;
  text-decoration: underline;
}

#single_browse ul li.previous {
  width: 100%;
  text-align: left;
}

#single_browse ul li.next {
  width: 100%;
  text-align: left;
}



/*--- Comments ---*/

h3#comments,
h3#respond {
  clear: left;
  font-size: 22px;
  font-weight: bold;
  font-family: Calibri, Helvetica, Arial, sans-serif;
  color: #CC0066;
  padding: 12px 0px 0px 0px;
  text-align: right;
}

ol.commentlist {
  list-style: none;
  margin: 0px;
  padding: 0px;
  color: #293847;
}

ol.commentlist li {
  padding: 10px;
  border: 1px solid #CCCCCC;
  background: #FAFAFA;
  margin: 0px 0px 12px 0px;
}

ol.commentlist li.alt {
  background: #FAFAFA;
}

ol.commentlist li big {
  font-size: 12px;
  font-weight: bold;
  display: block;
  color: #293847;
}

ol.commentlist li big a {
  color: #293847;
}

ol.commentlist li big a:hover {
  color: #CC0066;
	text-decoration: none;
}

ol.commentlist li span.await_mod {
  color: #293847;
  font-weight: normal;
}

ol.commentlist li span.comment_data {
  font-size: 12px;
  color: #444466;
}

ol.commentlist li span.comment_data strong {
}

ol.commentlist li span.comment_data a {
  color: #293847;
}

ol.commentlist li p {
  line-height: 1.4;
}

p.allowed-tags {
  padding: 10px;
  border: 1px solid #FFFFFF;
  background: #F7F7F7;
  width: 96%;
  text-align: left;
  color: #555566;
}



/*--- Form elements ---*/

#commentform {
  text-align: right;
  color: #555566;
}

input {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 8pt;
  color: #000000;
  margin: 6px 2px 0px 2px;
}

input[id="s"] {
  margin: 0px 0px 0px 0px;
}

input[type="image"] {
  border: none;
  margin: 0px 2px 0px 2px;
}

input[type="submit"] {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 8pt;
  margin: 0px 0px 0px 0px;
}

select {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 8pt;
  color: #000000;
}

textarea {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  width: 70%;
}



/*--- Sidebar ---*/

#sidebar {
  float: right;
  width: 176px; /* [wS] = ( [wT] - [wC] ) - [wSL] */
  margin: 0px;
  padding-left: 48px; /* [wSL] */
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 100%;
  background-color: #FFFFFF;
  border: none;
  color: #777777;
}

#sidebar h1 {
}

#sidebar ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#sidebar ul li {
  margin: 0px 0px 10px 0px;
}

#sidebar ul li h2 {
  padding-top: 16px;
  font-weight: bold;
  font-size: 14px;
  font-family: Calibri, Helvetica, Arial, sans-serif;
  text-transform: lowercase;
  text-decoration: none;
  color: #CC0066;
}

#sidebar,
#sidebar a,
#sidebar ul li {
  font-family: Calibri, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

#sidebar a {
  font-weight: normal;
  color: #555566;
}

#sidebar a:hover {
  color: #CC0066;
}



/*--- Sidebar widgets (general) ---*/

caption {
}

#sidebar table {
  width: 90%;
  padding: 2px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
}

#sidebar th {
  width: 12%;
  text-align: center;
}

#sidebar td {
  text-align: center;
}

#sidebar table a {
  padding: 0 !important;
  background-image: none !important;
  text-decoration: underline;
}

.recentcomments a {
  padding: 0 !important;
  background-image: none !important;
}

.recentcomments {
}

.widget {
  padding: 0px;
}

.widget_tag_cloud {
  font-family: Helvetica, Arial, sans-serif;
  line-height: 160%;
}

#tag_cloud a {
	color: #777777;
}

#tag_cloud a:hover {
	text-decoration: none;
}



/*--- Sidebar widget: Calendar ---*/

#sidebar table#wp-calendar {
  width: 80%;
}

#wp-calendar {
  border: none;
  background: #FFFFFF;
}

#wp-calendar,
#wp-calendar caption,
#wp-calendar thead tr th,
#wp-calendar tbody tr td,
#wp-calendar tbody tr td a,
#wp-calendar tfoot tr td {
  font-family: Calibri, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

#wp-calendar thead tr th,
#wp-calendar tbody tr td,
#wp-calendar tfoot tr td {
	padding: 1px 1px 1px 1px;
}

#wp-calendar caption {
	width: 100%;
	margin: 4px 0px 2px 0px;
	text-align: center;
	color: #777777;
	font-weight: normal;
}

#wp-calendar thead tr th {
	font-weight: normal;
}

#wp-calendar thead tr th {
	font-weight: normal;
	color: #888888;
}

#wp-calendar tbody tr td {
	color: #BBBBBB;
}

#wp-calendar tbody tr td a {
	color: #0055BB;
	text-decoration: none;
}

#wp-calendar tfoot tr td {
	padding-top: 6px;
	padding-bottom: 2px;
}

#wp-calendar tfoot tr td a {
  font-weight: normal;
  color: #0055BB;
  text-decoration: none;
}

#wp-calendar tfoot tr td a:hover {
	color: #CC0066;
  text-decoration: underline;
}



/*--- Footer ---*/

#footer,
#footerpaddingtop,
#footerpaddingbottom {
  clear: both;
  width: 736px; /* same as [wT] */
  padding-right: 16px; /* same as [pR] */
  padding-left: 16px; /* same as [pL] */
  background: #FFFFFF;
  margin: 0px auto 0px auto;
}

#footerpaddingtop {
  height: 4px;
}

#footerpaddingbottom {
  height: 24px;
}

#footer {
  border-top: #FFFFFF 1px solid;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  text-align: left;
  color: #373941;
}

#footer p {
  padding: 0px;
}

#footer,
#footer a,
#footer p {
  font-size: 14px;
  font-family: Calibri, Helvetica, Arial, sans-serif;
}

#footer a {
  color: #373941;
  text-decoration: underline;
}

#footer a:hover {
  color: #CC0066;
}

#footersitetitle {
  font-size: 14px;
  font-family: Calibri, Helvetica, Arial, sans-serif;
}

#footersitetitle a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#footersitetitle a:hover {
	color: #CC0066;
	text-decoration: none;
}



/*--- Miscellaneous ---*/

.gravatar {
  float: right;
}

#global-feed {
  width: 80px;
  height: 80px;
  display: block;
  position: relative;
  margin: 0px 0px 40px 0px;
  // background: transparent url(images/Newspaper_Feed_80x80.png) no-repeat top left;
}

#global-feed span {
  display: none;
}

#links_end_of_content_paddingtop {
  clear: both;
  padding: 0px;
  margin: 0px;
  height: 32px;
}

#links_end_of_content {
  padding: 0px;
  margin: 0px;
  width: 100%;
  color: #77797B;
}

#links_end_of_content,
#links_end_of_content a {
  font-size: 14px;
  font-family: Calibri, Helvetica, Arial, sans-serif;
}

#links_end_of_content a {
  font-weight: normal;
	color: #0055BB;
}

#links_end_of_content a:hover {
  color: #CC0066;
  text-decoration: none;
}

#iconpagetop {
  width: 22px;
  height: 22px;
  display: block;
  position: relative;
  margin: 0px 0px 0px 0px;
  background: transparent url(images/icon_pagetop.png) no-repeat top left;
}

#iconpagetop_container_bottom {
  float: left;
  width: 22px;
  height: 22px;
  margin: 0px 0px 0px 5px;
  padding: 0px;
}

#iconhome {
  width: 22px;
  height: 22px;
  display: block;
  position: relative;
  margin: 0px 0px 0px 0px;
  background: transparent url(images/icon_home.png) no-repeat top left;
}

#iconhome_container_top {
  float: left;
  width: 22px;
  height: 22px;
  margin: 0px 5px 0px 10px;
  padding: 0px;
}

#iconhome_container_bottom {
  float: left;
  width: 22px;
  height: 22px;
  margin: 0px 5px 0px 0px;
  padding: 0px;
}

#iconprint {
  width: 22px;
  height: 22px;
  display: block;
  position: relative;
  margin: 0px 0px 0px 0px;
  background: transparent url(images/icon_print.png) no-repeat top left;
}

#iconprint_container_top {
  float: left;
  width: 22px;
  height: 22px;
  margin: 0px 25px 0px 5px;
  padding: 0px;
}

#iconprint_container_bottom {
  float: left;
  width: 22px;
  height: 22px;
  margin: 0px 5px 0px 5px;
  padding: 0px;
}

#icons_bottom_paddingtop {
  clear: both;
  padding: 0px;
  margin: 0px;
  height: 48px;
}

#icons_bottom {
  padding: 0px;
  margin: 0px;
  width: 100%;
}

#icons_bottom_paddingbottom {
  padding: 0px;
  margin: 0px;
  height: 0px;
}



/*--- Printer-friendly selectors and classes ---*/

@media print {

  body {
    background: #FFFFFF;
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10pt;
    margin: 0px;
    padding: 0px;
    text-align: left;
  }

  a {
    color: #000000;
  }

  code {
    font-family: Monaco, Consolas, monospace;
    font-size: 10pt;
  }

  small {
    font-size: 10pt;
  }

  #wrapper {
    width: 90%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #topbar {
  	display: none;
  }

  .sitetitle,
  .sitetitle strong,
  .sitetitle a,
  .sitedescription,
  .listentrycomments,
  .listentrytags,
  .listentrydetails,
  #searchbar,
  #searchbar a,
  #header,
  #header a,
  #header h2,
  #header div.description,
  #content div.post p,
  #content div.post p strong,
  #content div.post p b,
  #content div.post p u,
  #content div.post p del,
  #content div.post p ins,
  #content div.post p a,
  #content div.post ul li,
  #content div.post ul li strong,
  #content div.post ul li b,
  #content div.post ul li u,
  #content div.post ul li del,
  #content div.post ul li ins,
  #content div.post ul li a,
  #content div.post ol li,
  #content div.post ol li strong,
  #content div.post ol li b,
  #content div.post ol li u,
  #content div.post ol li del,
  #content div.post ol li ins,
  #content div.post ol li a,
  #content div.post p.date,
  #content div.post p.date strong,
  #content div.post p.date b,
  #content div.post p.date u,
  #content div.post p.date del,
  #content div.post p.date ins,
  #content div.post p.date a,
  #content div.post p.details_small,
  #content div.post p.details_small strong,
  #content div.post p.details_small b,
  #content div.post p.details_small u,
  #content div.post p.details_small del,
  #content div.post p.details_small ins,
  #content div.post p.details_small a,
  h3#comments,
  ol.commentlist {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10pt;
    color: #000000;
  }

  .listentrytitletext,
  .listentrytitletext a {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14pt;
  }

  h2.pagetitle,
  h2.pagetitle strong,
  h2.pagetitle b,
  h2.pagetitle u,
  h2.pagetitle del,
  h2.pagetitle ins {
    font-size: 16pt;
    font-family: Helvetica, Arial, sans-serif;
    text-decoration: none;
    font-weight: normal;
    text-transform: none;
    background: transparent;
    padding: 0px;
    margin: 0px 0px 60px 0px;
  }

  #footer {
    clear: both;
    width: 90%;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10pt;
    text-align: left;
  }

  #content {
    margin: 0px;
    float: none;
    width: 100%;
  }

  #content a {
    font-weight: bold;
    color: #000000;
    text-decoration: none;
  }

  #content div.post h2,
  #content div.post h2 strong,
  #content div.post h2 b,
  #content div.post h2 u,
  #content div.post h2 del,
  #content div.post h2 ins,
  #content div.post h2 a {
    font-size: 14pt;
    font-family: Helvetica, Arial, sans-serif;
  }

  #content div.post h2 {
    font-variant: none;
    font-weight: normal;
    border-bottom: none;
    width: 100%;
  }

  #content div.post h2 a {
    font-weight: bold;
  }

  #content div.post h2 a:hover {
    text-decoration: underline;
  }

  #content div.post h3 {
    font-size: 14pt;
  }

  #content div.post h4 {
    font-size: 13pt;
  }

  #content div.post h5 {
    font-size: 12pt;
  }

  #content div.post h6 {
    font-size: 11pt;
  }

  #content div.post p a,
  #content div.post ul li a,
  #content div.post ol li a,
  #content div.post p.date a,
  #content div.post p.details_small a {
    text-decoration: none;
  }

  #content div.post p.date,
  .preamble,
  .gravatar,
  #footerpaddingbottom,
  #footerpaddingtop,
  #single_browse,
  #searchbar_padding_top,
  #searchbarinnerright,
  #sidebar,
  #commentform,
  #links_end_of_content_paddingtop,
  #links_end_of_content,
  h3#respond {
    display: none;
  }

  #comments {
    margin-bottom: 48px;
  }

  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  h3 {
    margin: 0px 0px 0px 10px;
    padding: 0px;
  }

  blockquote, table, pre {
    page-break-inside: avoid;
  }

  ul, ol, dl {
    page-break-before: avoid;
  }

  img {
    page-break-inside: avoid;
    page-break-after: avoid;
  }

  img.alignleft,
  img.imgleft {
    padding: 4px;
    margin: 16px 16px 16px 0px;
    display: inline;
    page-break-inside: avoid;
    page-break-after: avoid;
  }

  img.alignright,
  img.imgright {
    padding: 4px;
    margin: 16px 0px 16px 16px;
    display: inline;
    page-break-inside: avoid;
    page-break-after: avoid;
  }

  blockquote {
    padding-left: 1em;
    border-left: 1px solid #000000;
  }

  ol.commentlist {
    width: 80%;
  }

  ol.commentlist li {
    border: none;
  }

  ol.commentlist li.alt,
  ol.commentlist li {
    border: none;
    background: #FFFFFF;
  }

  .listentrytitletext,
  .listentrycomments,
  .listentrytags,
  .listentrydetails {
    line-height: 150%;
  }

  .sitetitle,
  .sitetitle a,
  .sitetitle a:hover,
  .sitedescription,
  .listentrytitletext,
  .listentrytitletext a,
  .listentrycomments,
  .listentrytags,
  .listentrydetails,
  #single_browse,
  #single_browse a,
  #single_browse a:hover,
  blockquote,
  pre,
  code,
  #header h2,
  #header h2 a,
  #header div.description,
  h2.pagetitle,
  h2.pagetitle a,
  #content h2,
  #content div.post h2 a,
  #content div.post h2 a:hover,
  #content div.post h3,
  #content div.post h4,
  #content div.post h5,
  #content div.post h6,
  #content div.post p.date,
  #content div.post p.details_small,
  h3#respond,
  h3#comments,
  ol.commentlist,
  ol.commentlist li big,
  ol.commentlist li span.await_mod,
  ol.commentlist li span.comment_data,
  input,
  select,
  textarea,
  #sidebar,
  #sidebar ul li h2,
  #sidebar a,
  #sidebar a:hover,
  #footer,
  #footer a,
  #footer a:hover {
    color: #000000;
  }
}