/******************************/
/**    Wordpress Default    **/
/****************************/


.post {
	text-align: justify;
}

.post hr {
	display: block;
}

.post .more-link{
	font-size: 22px;
}

.postmeta, #postmeta {
	border-top: 2px solid #b4b4b4;
	background-color: #f4f4f4;
	padding:  15px 20px;
	margin: 30px 0;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}


#comment {
	margin: 5px 0;
}




/* Search */

.search-terms{
	font-style: italic;
}



	
/* Begin Comments*/
.alt {
	margin: 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;
}

.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;
	background: #f4f4f4;
	border: solid #b4b4b4 1px;
}

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





/* 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, img.aligncenter {
	display: block;
	margin: 10px auto;
	border: solid #92660f 1px;
}

img.alignright {
	margin: 0 0 2px 7px;
	display: inline;
	border: solid #92660f 1px;
}

img.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
	border: solid #92660f 1px;
}

img.alignnone {
	padding: 4px;
	margin: 0 7px 2px 0;
	border: solid #92660f 1px;
}

.alignright {
	margin: 0 0 2px 7px;
	float: right;
}

.alignright img, .aligncenter img {
	margin: 0 auto;
	display: block;
	border: solid #92660f 1px;
}

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

  
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 560px;
	padding: 2px;
	border: solid 1px #b4b4b4;
}

#commentform #submit {
	margin: 0;
	float: right;
}
/* End Form Elements */





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

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

blockquote {
	margin: 15px 30px 15px 15px;
	padding:  15px 20px;
	border-left: 5px solid #ddd;
	background-color: #ffffed;
	font-size:13px;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

hr {
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin: 10px 0;
	/* margin-bottom: 60px; */
}

/* End Various Tags & Classes*/





/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin: 10px auto;
}

#content .wp-caption p.wp-caption-text {
	font-size: 10px;
	line-height: 1.6;
	padding: 0 4px;
	margin: 0;
	text-align: center;
}
/* End captions */






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

