﻿/* Begin Typography & Colors */
body {
}

#page {
	background-color: white;
	text-align: left;
	font-family: Verdana;
	font-size: small;
	text-decoration: none;
}

#header {
}

#content {
	padding: 0 25px 0 50px;
}

.widecolumn .entry p {
	font-size: small;
}

.widecolumn .entry {
	line-height: 1.4em;
	}

.narrowcolumn .entry {
	text-decoration: none;
}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
}

#footer {
}



h1 {
	font-weight: normal;
	font-family: Verdana;
	font-size: xx-large;
}

h1 {
	text-align: left;
}

.description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
}

h2.pagetitle {
	font-size: xx-large;
}

#sidebar h2 {
	font-family: "Arial Narrow";
	font-size: small;
}

h3 {
}

.description {
	text-decoration: none;
	color: white;
	}

h1 a:visited {
	text-decoration: none;
	color: white;
	}

h1 a:hover {
	text-decoration: none;
	color: white;
	}

h1 a {
	text-decoration: none;
	color: white;
	}

h1 {
}

h3 a:visited {
	color: #333;
	}

h3 a {
	color: #333;
	}

h2 a:visited {
	color: #333;
	}

h2 a {
	color: #333;
	}

h2 {
}

cite {
	text-decoration: none;
	}


#sidebar h2 {
	text-decoration: none;
	}

h3 a:visited {
	text-decoration: none;
	}

h3 a:hover {
	text-decoration: none;
	}

h3 a {
	text-decoration: none;
	}

h2 a:visited {
	text-decoration: none;
	}

h2 a:hover {
	text-decoration: none;
	}

h2 a {
}

h2 {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

#commentform textarea {
	font: small Verdana;
}
	
#commentform input {
	font: small Verdana;
}
	
.commentlist li {
	font: small Verdana;
}
	
.commentlist li {
	font-weight: normal;
}

.commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist cite {
	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: Verdana;
}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
}

strike {
	color: #777;
	}
	
blockquote {
	color: #777;
	}
	
.postmetadata {
	color: #777;
	}
	
.nocomments {
	color: #777;
	}
	
#sidebar ul ol li {
	color: #777;
	}
	
#sidebar ul ul li {
	color: #777;
	}
	
small {
	color: #777;
	}
	
code {
	font: inherit;
}

span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

abbr
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

acronym
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

h2 a:hover {
	color: #06c;
	text-decoration: none;
	}

a {
}

a:hover {
	color: #147;
		text-decoration: none;
	}
	
	}
/* End Typography & Colors */



/* Begin Structure */
body {
}

#page {
	
}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 150px;
	width: 100%;
}

#headerimg {
}

.narrowcolumn {
	float: left;
	}

.widecolumn {
	padding: 10px 0 10px 0;
	margin: 5px 0 0 150px;
	width: 580px;
}
	
.post {
	text-align: justify;
	font-family: Verdana;
	text-decoration: none;
}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 955px;
	clear: both;
}

#footer p {
	width: auto;
}
/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	padding-top: 20px;
}

.description {
	text-align: center;
	}

h2 {
	margin: 0px 0 10px 0;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3.comments {
	padding: 0;
	margin: 10px auto 10px auto ;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}


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 */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry li {
	margin: 7px 0 8px 0px;
}


#sidebar ul li {
	margin-bottom: 10px;
}

#sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul p {
	margin: 5px 0 8px;
	}

#sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul {
	margin: 0 0 0 5px;
}

#sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ul ul {
	margin: 0 0 0 10px;
	}

#sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#sidebar ul ul li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0 50px 0 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0 0 0 0;
	width: 275px;
	float: right;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */





/* Begin Various Tags & Classes */
span.caps {
	cursor: help;
	}

abbr {
	cursor: help;
	}

acronym {
	cursor: help;
	}

abbr {
	border-bottom: 1px dashed #999;
	}

acronym {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

