/*  
Begin Wordpress Additions
*/


/* Begin Typography & Colors */

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

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

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
	
.cat-item{
	margin-left: -20px;
	margin-bottom: 3px;
}

#sidebar {
	width: 200px;
}
	
#sidebar li  {
	list-style-type: none;
	font: 1.1em;
	}

#sidebar .widgettitle {
	padding-top: 15px;
	padding-bottom: 2px;
}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

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

/* End Typography & Colors */



/* Begin Structure */

.widecolumn {
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 650px;
}
	
/* Add float to Left to narrow if re-adding sidebar for categories, re-add widecolumn and shange single.php to reflect- Ryan*/

.narrowcolumn {
	float: right;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	background: #FFFFFF;
}

#sidebar {
	float: left;
	background: #FFFFFF;
}

.post {
	margin: 0 0 0px;
	text-align: justify;
	width: 450px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	width: 650px;
	padding-left: 25px;
	}

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

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

/* End Structure */



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







/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

.center {
	text-align: center;
	}


.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
#subscribe2widget {
	font-size: .8em;
}
/* End Various Tags & Classes*/



