@charset "UTF-8";
/* Print Styles */

/* Begin Hidden Elements */

#supernav,
.navigation,
.stbutton,
#sidebar{
	display:none;
	}

/* End Hidden Elements */

/* Changes to layout */

.postmetadata{
	clear:both;
	}
#header{
	font-size:2em;
	}

/* End Changes to layout */

/* Copied from style.css -------------------------------------- */

/* Begin Typography & Colors */
body {
	font-size: 75%; /* Resets 1em to 12px (12/16 = .75) */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	color: #666;
	text-align: center;
	}

#page {
	text-align: left;
	}
	
#supernav{
	font-size:.83em;
}
#supernav a:link { 
	color: #666;
	text-decoration: underline; 
	}
#supernav a:visited { 
	color: #999;
	text-decoration: underline; 
	}
#supernav a:hover { 
	color: #426792;
	text-decoration: underline; 
	}

#content {
	font-size: 1em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.8em;
	}

.widecolumn {
	line-height: 1.8em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	font-size: .83333em;
	line-height: 1.2em;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

h1 {
	font-size: 2em;
	text-align: left;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 2em;
	}

h2.pagetitle {
	font-size: 1.5em;
	}

#sidebar h2 {
	color:#426792;
	font-size: 1.5em;
	line-height:1.6em;
	font-weight:normal;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #426792;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #B85B5A;
	}

.nullcomments{
	font-weight:bold;
	color:#426792;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small{
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .8em; 
	line-height: .95em; 
	text-transform: uppercase;
	}
	
#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

#sidebar a:link,
#sidebar a:visited {
	color:#63707F;
	font-size:.916666em;
	line-height:1.16666em;
	text-decoration:underline;
	}

#sidebar a:hover {
	color:#333;
	}

#sidebar #tag_cloud a{
	text-decoration:none;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #345173;
	text-decoration: none;
	}

a:hover {
	color: #345173;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
