.posthp {
	margin: 2px;
	font-size:12px;
	border-width:2px;
	border-color:#EFEEDC;
	border-style: solid;
	width:295px;
	float:left;
	}
.posthp h2{
	color:#ff6600;
	font-size:14px;
	padding-top: 10px;
	}
.posthp a, a:visited{
	color:#ff6600;
	text-decoration: underline;
	font-weight: normal; 
	}
.posthp a:hover{
	color:#ff6600;
	text-decoration: none;
	font-weight: normal; 
	}
.post {
	margin: 0 0 40px 0;
	text-align: justify;
	clear: both;
	}
.post h1{
	font-size:16px;
	color: #ff6600;
	}
.post h2{
	font-size:16px;
	color: #ff6600;
	margin-bottom:0px;
	}
.post h2 a, a:visited{
	color:#ff6600;
	text-decoration: underline;
	font-weight: bold; 
	}
.post h2 a:hover{
	color:#ff6600;
	text-decoration: none;
	font-weight: bold; 
	}
.post small{
	font-size:10px;
	color: #786046;
	margin:0px;
   padding:0px;
	}
#posth h1{
	font-size:16px;
	color: #ff6600;
	}
.entry p{
	font-size:14px;
	color:#666666;
	margin:5px 0;
	}
.entry p a, a:visited{
	color:#ff6600;
	text-decoration: underline;
	font-weight: normal; 
	}
.entry p a:hover{
	color:#ff6600;
	text-decoration: none;
	font-weight: normal; 
	}
#comments{
	font-size:14px;
	color: #786046;
	}
#respond{
	font-size:14px;
	color: #786046;
	}
.alt {
	font-size:14px;
	color:#666666;
	}
.alt a, a:visited{
	color:#666666;
	text-decoration: underline;
	}
.alt a:hover{
	color:#666666;
	text-decoration: none;
	}
.navigation a, a:visited{
	color:#ff6600;
	text-decoration: underline;
	}
.navigation a:hover{
	color:#ff6600;
	text-decoration: none;
	}
	
/* 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 */

