#page {
	border: none;
	background-color: white;
	text-align: left;
	}
#content2 {
	font-size: 1.1em;
	}
.widecolumn {
	line-height: 1.6em;
	}
.narrowcolumn .postmetadata {
	text-align: center;
	}
.depth-1 {
border: 1px solid #ddd;
}
.even, .alt {
	border-left: 1px solid #ddd;
}
h1, h2, h3, h4, h5, h6  {
	margin: 0;
	color: #000;
}
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}
h2.pagetitle {
	font-size: 1.6em;
	}
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: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	color: #8f1818;
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}
.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;
	}

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: #06c;
	text-decoration: none;
	}

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



/* Begin Structure */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 100%;
}

#page {
	background-color: white;


	}
#page .featured {
	height: 168px;
	padding: 12px;
	margin-bottom: 0px;
	color:#666;
	background: url(images/single.jpg) no-repeat center top;
}
	.featured h2 {
		font-size: 0.9em;
		text-transform: uppercase;
		margin-bottom: 2px;
		background-color:#e8f4fe;
		padding:  12px 10px;
		color:#0084c9;
	}
        .featured h5 {
		margin: 0 0 15px 0;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	}
	.featured img {
		float: left;
		margin: 0 10px 10px 0;
		border: 1px solid #f2f2f2;
		padding: 5px;
	}
	.featured h3 {
		font-size: 1.5em;
		margin-bottom: 2px;
	}
		.featured h3 a {
			color: #666;
			text-decoration: none;
		}
		.featured h3 a:hover {
			color: #8f1818;
			text-decoration: none;
		}
	.featured .details {
		font-size: 0.9em;
		margin-bottom: 15px;
	}
	.featured p {
		line-height: 1.4em;
	}
	.featured .fpost {
		height: 163px;
	}

.box  {
	margin: 0 20px -1px 0;
	background: url(images/top.png) no-repeat top center;
}

.box .bot  {
	margin-top: -30px;
	width: 600px;
	height: 52px;
	background: url(images/bottom.png) no-repeat -1px bottom;
}


.post {
	height: 180px;	
	width: 278px;
	float: right;
	padding: 15px 5px 5px;
	/*border-left: 4px solid #e8f4fe;
	border-bottom: 1px dotted #e8f4fe;*/
	margin-bottom: 10px;
	
}
	.post h3 {
		margin-bottom: 2px;
		font-size: 1.2em;
	}
		.post h3 a {
			color: #666;
			text-decoration: none;
		}
		.post h3 a:hover {
			color: #8f1818;
			text-decoration: none;
		}
		
	.post img {
		width: 90px; height: 90px;
		padding: 4px;
		border: 1px solid #f2f2f2;
		float: left;
		margin: 0 10px 15px 0;
	}
	.post p {
		color:#666;
		line-height: 1.4em;
		
	}
	.post .category {
		clear: both;
		float: left;
		font-size: 0.8em;
		padding-top: 10px;
	}
	.post .continue_reading {
		float: right;
		font-size: 0.8em;
		padding-top: 10px;
	}
.uneven {
	float: left;
	clear: both;
}

#page .headmeta  {
	margin: 10px 0 20px 0;
	color: #333;
	font-size: 10px;
}

#page .headmeta a:link, #page .headmeta a:visited  {
	color: #333;
}

#page .headmeta .rssnow  {
	padding: 0 0 0 10px;
}

#page .headmeta .rssnow a  {
	padding: 20px 0 20px 40px;
	font-weight: bold;
	background: url(images/ico-rss.png) no-repeat left center;
}

#page .headmeta .twitternow  {
	padding: 0 0 0 10px;
}

#page .headmeta .twitternow a  {
	padding: 20px 0 20px 40px;
	font-size: 9px;
	font-style: italic;
	background: url(images/ico-twitter.png) no-repeat left center;
}
#page .bottominfo {
	background: url(images/normal_bg.jpg) repeat-y;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 617px;
}
#page .tagcloud {
	height: 50px;
	width: 288px;
	float: right;
	padding: 5px 5px 5px;
	margin-right: 5px;
}

#page .tagcloud .hr {
	background: url(images/sidebar_hr_bg.jpg) no-repeat transparent;
	border: 0px;
	height: 24px;
	margin-left: -16px;
	overflow: hidden;
	width: 265px;
}
#page .tagcloud h3 {
	color: #666;
}
#page .tagcloud li {
	background: url(images/empty_star.gif) no-repeat;
	/*border-bottom: 1px dashed rgb(192, 192, 192);*/
	padding: 0px 0px 5px 25px;
	list-style: none;
}
#page .featured .meta  {
	margin: 0 0 15px 0;
	color: #333;
	font-size: 10px;
	font-weight: bold;
}

#page .featured .meta a:link, #page .featured .meta a:visited  {
	color: #333;
}
#page .post .meta  {
	margin: 0 0 15px 0;
	color: #333;
	font-size: 10px;
	font-weight: bold;
}

#page .post .meta a:link, #page .post .meta a:visited  {
	color: #333;
}

#page .meta .smallcategory  {
	padding: 0 20px 0 0;
}

#page .meta .smallcomments  {
	padding: 0 0 0 10px;
	background: url(images/metadivider.png) no-repeat left center;
}
#page .meta .smallcomments  {
	padding: 0 0 0 10px;
	background: url(images/metadivider.png) no-repeat left center;
}

#page .meta .smallcomments a  {
	padding: 0 0 0 20px;
	background: url(images/comments.png) no-repeat left center;
}

.single .entry {
	margin: 0px auto;
	padding: 20px 0 20px;
}
.single .meta  {
	padding: 9px 0 0 0;
	font-size: 10px;
	font-weight: bold;
	background: url(images/single.jpg) no-repeat center top;
}

.single .meta p  {
	margin: 0;
	padding: 0 0 9px 0;
	background: url(images/single.jpg) no-repeat center bottom;
}

.single .meta .date,
.single .meta .comments {	
	padding: 0 10px 0 0;
	margin: 0 8px 0 0;
	background: url(images/metadivider.png) no-repeat right center;
}

.single .meta .date span  {
	background: url(images/date.png) no-repeat left center;
	padding: 0 10px 0 20px;
}

.single .meta .comments a:link,
.single .meta .comments a:visited  {
	background: url(images/comments.png) no-repeat left center;
	padding: 0 10px 0 20px;
	text-decoration: none;
}

.single .meta .category a:link,
.single .meta .category a:visited  {
	text-decoration: underline;
}
.single .tags { margin: 10px 0 10px;}

.single .tags span {
	background: url(images/tagleft.png) no-repeat;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 7px 0px 0px;
	padding: 5px 0px 6px 20px;
}

.single .tags span a:link, 
.single .tags span a:visited {
	
	color: rgb(51, 51, 51);
	line-height: 30px;
	margin: 0px -3px 0px 0px;
	padding: 5px 9px 7px 0px;
	background: url(images/tagright.png) no-repeat;
	background-position: 100% 0;
}

.single .postmeta  {
	padding: 9px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	background: url(images/single.jpg) no-repeat center top;
}

.single .postmeta p  {
	margin: auto;
	padding: 0 0 9px 0;
	background: url(images/single.jpg) no-repeat center bottom;
}

.single .postmeta .twitter,
.single .postmeta .delicious,
.single .postmeta .digg,
.single .postmeta .facebook {	
	padding: 0 10px 0 0;
	margin: 0 8px 0 0;
	background: url(images/metadivider.png) no-repeat right center;
}

.single .postmeta .twitter a:link,
.single .postmeta .twitter a:visited  {
	background: url(images/twitter2.png) no-repeat left center;
	padding: 0 10px 0 20px;
	text-decoration: none;
}

.single .postmeta .digg a:link,
.single .postmeta .digg a:visited  {
	background: url(images/digg.png) no-repeat left center;
	padding: 0 10px 0 20px;
	text-decoration: none;
}

.single .postmeta .delicious a:link,
.single .postmeta .delicious a:visited  {
	background: url(images/delicious.png) no-repeat left center;
	padding: 0 10px 0 20px;
	text-decoration: none;
}

.single .postmeta .facebook a:link,
.single .postmeta .facebook a:visited  {
	background: url(images/facebook.png) no-repeat left center;
	padding: 0 10px 0 20px;
	text-decoration: none;
}

.single .postmeta .hyves a:link,
.single .postmeta .hyves a:visited  {
	background: url(images/hyves.png) no-repeat left center;
	padding: 0 10px 0 20px;
	text-decoration: none;
}

#comments {
	padding-top: 10px;
}


.narrowcolumn {
	float: left;

	margin: 0px 0 0;
	width: 619px;
	}

.widecolumn {
	padding: 5px 0 0 0;
	margin: 0 0 0 15px;
	width: 600px;
	}

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

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

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

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

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}
/* WP thumbs */
wppt_float_left {float:left;margin:0 1.5em 0.5em 0; padding:3px;border:1px solid #ddd;}
wppt_float_right {float:right;margin:0 0 0.5em 1.5em; padding:3px;border:1px solid #ddd;}
/* End Structure */



/*	Begin Headers */
h2.title {
	font-size: 20px;
	margin: 0px 0px 20px 0px;
	text-align: center;
	color: black;
}
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

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

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* 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 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 ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.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;
	}

#sidebar #searchform #s {
	width: 108px;
	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 {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

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

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

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 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: 20px 100px 10px 0;
	margin-left: 545px;
	width: 150px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



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

acronym, abbr {
	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;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	}
/* End Various Tags & Classes*/