/*
Theme Name: No-frills
Theme URI: http://blog.jesskim.com/no-frills-theme
Description: No-frills: uncluttered, lightweight, widget-ready, printer-friendly (WordPress 2.5 or above)
Version: 1.3.15
Author: Jess Kim
Author URI: http://jesskim.com/
Tags: white, fixed width, two columns, widgets
.

Printer-friendly selectors and classes are placed at the bottom of the stylesheet.

Colours for hyperlinks:

rCC g33 b00 (orange)
r00 g88 bCC (blue/lighter)
r29 g71 bA7 (blue/darker)

.
*/



/*--- WordPress 2.6 requirements ---*/

.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.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;
}



/*--- Page structure ---*/

#wrapper {
  clear: both;
  text-align: left;
  width: 736px; /* [wT]; Note. The total fixed page width is [pL]+[wT]+[pR] */
  padding-top: 32px;
  padding-right: 16px; /* [pR] */
  padding-bottom: 0px;
  padding-left: 16px; /* [pL] */
  margin: 0px auto 0px auto;
}

#sub-wrapper {
  clear: both;
}



/*--- Main selectors ---*/

body {
  background: #FFFFFF;
  color: #162534;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  text-align: left;
}

blockquote {
  color: #293847;
  padding-left: 1em;
  border-left: 10px solid #E9E9E9;
}

pre,
code {
  font-family: Monaco, Consolas, monospace;
  font-size: 12px;
}

small {
  font-size: 12px;
}

hr {
  display:none;
}

h1 {
  display: none;
}

a {
  color: #CC3300;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  /* Also refer to #content div.post p img */
  padding: 0px;
  border: none;
}

img.alignleft,
img.imgleft {
  float: left;
  margin-left: 0px;
  margin-right: 18px;
  margin-bottom: 24px;
  margin-top: 6px;
}

img.alignright,
img.imgright {
  float: right;
  margin-left: 18px;
  margin-right: 0px;
  margin-bottom: 24px;
  margin-top: 6px
}



/*--- Page header ---*/

#header {
  clear: both;
  margin: 24px 0px 56px 0px;
}

#header h1 {
}

#header h2 {
}

#header a {
  color: #293847;
  text-decoration: none;
}

#header a:hover {
  color: #CC3300;
  text-decoration: underline;
}

.sitetitle {
  font-weight: bold;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: none;
  color: #000000;
  margin: 0px;
}

.sitedescription {
  text-transform: none;
  font-weight: normal;
  color: #293847;
  margin: 0px 0px 48px 0px;
  font-size: 12px;
}

.listentrytitle {
  width: 100%;
  text-align: left;
  text-transform: none;
}

.listentrytitletext,
.listentrytitletext a {
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 120%;
}

.listentrytitletext {
  color: #293847;
}

.listentrytitletext a {
  font-weight: bold;
  text-decoration: none;
  color: #293847;
}

.listentrytitletext a:hover {
  text-decoration: underline;
  color: #CC3300;
}

.listentrycomments,
.listentrytags,
.listentrydetails,
.listentrydetails strong,
.listentrydetails b {
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  color: #555555;
  line-height: 140%;
}

.listentrydetails a:hover {
  text-decoration: underline;
}

.listentrycomments a {
  font-weight: normal;
  text-decoration: underline;
}

.listentrycomments a:hover {
  text-decoration: underline;
}

.listentrytags {
  margin: 6px 0px 4px 0px;
}

.listentrytags a {
	color: #293847;
	font-weight: normal;
	text-decoration: underline;
}

.listentrytags a:hover {
	color: #CC3300;
	text-decoration: underline;
}

.listentrydetails a {
  font-weight: bold;
  text-decoration: none;
}



/*--- Page content ---*/

h2.pagetitle {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: bold;
  color: #293847;
  margin: 0px 0px 72px 0px;
}

#content {
  width: 512px; /* [wC] */
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0px;
}

#content h1 {
}

#content h2 {
  font-size: 26px;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 110%;
  font-weight: bold;
}

#content div.post {
  clear: left;
  margin: 0px 0px 48px 0px;
}

#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: 26px;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 110%;
}

#content div.post h2 {
  font-variant: none;
  font-weight: bold;
  border-bottom: none;
  width: 88%;
}

#content div.post h2 a {
  color: #293847;
  font-weight: bold;
}

#content div.post h2 a:hover {
  color: #CC3300;
  text-decoration: underline;
}

#content div.post h3 {
  font-size: 20px;
  font-variant: none;
  font-weight: normal;
  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: normal;
  color: #333355;
}

#content div.post h6 {
  font-size: 14px;
  font-variant: none;
  font-weight: bold;
  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 del,
#content div.post p ins,
#content div.post p a {
  font-size: 14px;
  font-family: Calibri, Helvetica, Arial, sans-serif;
  line-height: 130%;
}

#content div.post p a {
  text-decoration: underline;
}

#content div.post p img {
  background: #F3F3F3;
  border: #DDDDDD 1px solid;
  padding: 5px;
}

#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 {
  font-size: 14px;
  font-family: Calibri, Helvetica, Arial, sans-serif;
  line-height: 130%;
  margin: 0px 0px 8px 0px;
}

#content div.post ul li a,
#content div.post ol li a {
  text-decoration: underline;
}

#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 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}

#content div.post p.date {
  color: #777777;
  text-align: right;
  text-transform: none;
  padding-top: 13px;
  margin: 0px 0px 40px 0px;
}

#content div.post p.date a {
  font-weight: bold;
  text-decoration: none;
}

#content div.post p.date a:hover {
  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: Helvetica, Arial, sans-serif;
	text-align: left;
  font-size: 12px;
}

#content div.post p.details_small {
	color: #333355;
}

#content div.post p.details_small a {
  font-weight: bold;
  text-decoration: none;
}

#content div.post p.details_small a:hover {
  text-decoration: underline;
}

p.nocomments {
}



/*--- Navigation ---*/

#content div.navigation {
  display: block;
  padding-top: 10px;
  padding-bottom: 40px;
}

#content div.navigation a {
}

#content div.navigation span.alignleft {
  float: left;
  width: 45%;
  padding: 8px !important;
  background: #F5F5F5 !important;
  border: 1px solid #E9E9E9 !important;
}

#content div.navigation span.alignright {
  float:right;
  width: 45%;
  text-align: right;
  padding: 8px !important;
  background: #F5F5F5 !important;
  border: 1px solid #E9E9E9 !important;
}

#single_browse {
  clear: left;
  width: 100%;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  color: #293847;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-align: left;
  font-weight: normal;
  border: none;
}

#single_browse a {
  font-weight: normal;
  color: #293847;
  text-decoration: none;
}

#single_browse a:hover {
  color: #CC3300;
  text-decoration: underline;
}

#single_browse ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px 0px 24px 0px;
}

#single_browse ul li {
	margin: 0px 0px 6px 0px;
}

#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: 12px;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
  color: #293847;
  padding: 10px 0px 0px 0px;
}

ol.commentlist {
  list-style: none;
  margin: 0px;
  padding: 0px;
  color: #293847;
}

ol.commentlist li {
  padding: 10px;
  border: 1px solid #E5E5E5;
  background: #FAFAFA;
  margin: 0px 0px 12px 0px;
}

ol.commentlist li.alt {
  background: #F7F7F7;
}

ol.commentlist li big {
  font-size: 14px;
  display: block;
  color: #293847;
}

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: 130%;
}

p.allowed-tags {
  padding: 5px;
  border: 1px solid #E9E9E9;
  background: #F5F5F5;
}



/*--- Form elements ---*/

#commentform {
}

input {
  color: #000000;
}

input[type="submit"] {
}

select {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
}

textarea {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  width: 75%;
}

#searchform {
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}

#searchform_searchbox {
  float: left;
}



/*--- 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;
  font-size: 12px;
	line-height: 110%;
	background-color: #FFFFFF;
	border: none;
}

#sidebar h1 {
}

#sidebar ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#sidebar ul li {
	margin: 0px 0px 10px 0px;
}

#sidebar ul li h2 {
  font-weight: bold;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #293847;
}

#sidebar a {
  font-weight: normal;
  color: #293847;
}

#sidebar a:hover {
  color: #CC3300;
}



/*--- Sidebar widget tags ---*/

caption {
}

#sidebar table {
  width: 90%;
  padding: 2px;
  background: #F5F5F5;
  border: 1px solid #E9E9E9;
}

#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 {
}



/*--- Footer ---*/

#footer,
#footerpaddingbottom {
  clear: both;
  width: 100%;
  background: #FFFFFF;
  margin: 0px;
}

#footerpaddingtop {
  clear: both;
  width: 100%;
  background: #FFFFFF;
  height: 24px;
}

#footerpaddingbottom {
  height: 12px;
}

#footer {
  border-top: #FFFFFF 1px solid;
  padding-top: 12px;
  padding-right: 0px;
  padding-bottom: 12px;
  padding-left: 0px;
  font-size: 12px;
  color: #666666;
  text-align: right;
}

#footer p {
  padding-left: 56px;
  padding-right: 56px;
}

#footer a {
  color: #192837;
  text-decoration: none;
}

#footer a:hover {
  color: #CC3300;
}



/*--- Searchbar (top bar; not the search box itself) ---*/

#searchbar,
#searchbar_padding_top,
#searchbar_padding_bottom {
  clear: both;
  width: 100%;
  background: #FFFFFF;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

#searchbar_padding_top {
  height: 18px;
}

#searchbar_padding_bottom {
  height: 6px;
}

#searchbar {
  height: 32px;
  font-size: 12px;
  color: #777777;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}

#searchbar_padding_bottom {
  border-bottom: none;
}

#searchbar p {

}

#searchbar a {
  font-weight: bold;
  text-decoration: none;
  color: #192837;
}

#searchbar a:hover {
  color: #CC3300;
}

#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;
}



/*--- 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;
}

.widget {
  padding-bottom: 25px;
}

.widget_tag_cloud {
  font-family: Helvetica, Arial, sans-serif;
  line-height: 160%;
}

#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 0px;
  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: 12px;
}

#icons_bottom {
  padding: 0px;
  margin: 0px;
  width: 100%;
}

#icons_bottom_paddingbottom {
  padding: 0px;
  margin: 0px;
  height: 12px;
}



/*--- 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;
  }

	#searchbar,
	#searchbar_padding_top,
	#searchbar_padding_bottom {
		display: none;
	}

  #header {
    display: none;
  }

	.sitetitle,
	.sitetitle strong,
	.sitetitle a,
	.sitedescription,
	.listentrycomments,
	.listentrytags,
	.listentrydetails,
	#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;
	}

  .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: 18pt;
		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,
	.gravatar,
	#footerpaddingbottom,
	#footerpaddingtop,
	#single_browse,
	#searchbar,
	#sidebar,
	#commentform,
	h3#respond {
		display: none;
  }

	#comments {
		margin-bottom: 48px;
	}

	#header {
	}

	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;
	}
}
