/* Begin Typography & Colors */
body {
	font-size: 60%; /* Resets 1em to 10px */
	font-family: 'trebuchet ms',georgia, times, serif;
	background-color: #d5d6d7;
	color: #333;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	color: #FF0000;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

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

.alt {
	background-color: #CCCCCC;
	border-top: 1px dashed;
	border-bottom: 1px dashed;
	border-top-color: #993333;
	border-bottom-color: #993333;
	}

#footer {
	background-color: #CCCCCC;
	}

small {
	font-family: 'trebuchet ms',georgia, times, serif;
	font-size: 1.0em;
	line-height: 1.5em;
	text-align: left;
	}

h2, h3 {
	font-family: 'trebuchet ms',georgia, times, serif;
	font-weight: bold;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.2em;
	}


h2.pagetitle {
	font-size: 1.2em;
	}

h3 {
	font-size: 1.0em;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #993333;
	}

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: #996666;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 1em 'trebuchet ms',georgia, times, serif;



	text-align: left;
	}
	
.commentlist li {
	font-weight: normal;
	text-align: left;
	}

.commentlist cite, .commentlist cite a {
	font-family: 'trebuchet ms',georgia, times, serif;
	font-size: 1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	left: 400px;
	}

#commentform p {
	font-family: 'trebuchet ms',georgia, times, serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'trebuchet ms',georgia, times, serif;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #993333;
	text-decoration: none;
	}

a:hover {
	color: #996666;
	text-decoration: underline;
	}
	
/* End Typography & Colors */


/* Begin Structure */
body {
	background-color: #CCCCCC;
	width: 100%;
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: #CCCCCC;
	margin: auto;
	padding: 0;
	width: 800px;
	}

#header {
	padding: 0;
	margin: 0 auto;
	height: 800px;
	width: 45px;
	}


#headerimg {
	margin: 0;
	height: 100%;
	width: 100%;
	}
	
.narrowcolumn {
	float: none;
	width: 650px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}

.widecolumn {
	margin: 5px 0 0 5px;
	width: 650px;
	}
	
.post {
	margin: 20px 0;
	text-align: left;

	}


.widecolumn .post {
	margin: 0;
	text-align: left;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	padding-bottom: 5px;
	}

.widecolumn .postmetadata {
	margin: 10px 0;
	}
	
#footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 650px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */

/*	Begin Headers */
h1 {
	padding-top: 10px;
	margin: 0;
	}

.description {
	text-align: center;
	}

h2 {
	margin: 5px 0 0;
	}

h2.pagetitle {
	margin-top: 5px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 5px 0 0;
	}

h3.comments {
	margin: 40px auto 20px;
	clear: left;
	float: left;
	}
/* End Headers */


/* Begin Images */
p img {
	max-width: 100%;
	max-width:expression(document.body.clientWidth > 700? "700px": "auto" );
	}

/*	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;
	}

img.photo {
	float: none;
	border: 3px solid #000000;
}

.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 ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}


.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

.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;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: center;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}


#commentform p {
	margin: 5px 0;
	}


.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	font-style: normal;
	}
/* End Comments */


/* Begin Various Tags & Classes */

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border: 1px dotted #996666;
	text-align: left;
	}

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: 1px;
	margin-bottom: 10px;
	}
/* End Various Tags & Classes*/
