/*

Shrinking Blog

*/

input[type="text"], 
input[type="password"], 
input[type="submit"], 
input.submit, 
textarea{
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* Set up some form styles */
input[type="submit"], 
input.submit{
	cursor: pointer; 
	background: #333; 
	color: white; 
	border: 1px solid #0a0a0a; 
	padding: 3px; 
	font-size: .9em; 
	padding-left: 8px; 
	padding-right: 8px;
}

input[type="submit"]:active, 
input.submit:active{
	background:#000; 
	color: #333; 
	border: 1px inset #333;
}

input[type="text"], 
input[type="password"], 
select, textarea{
	border: 1px solid #a9a9a9; 
	padding: 3px;
}

input[type="checkbox"],
input[type="radio"]{
	border: 0 !important;
}
textarea{
	height: 160px;
}

.alignleft, .left{
	float: left; 
	margin: 0 30px 30px 0;
}
.alignright, .right{
	float: right; 
	margin: 0 0 30px 30px;
}
.aligncenter{
	text-align: center;
}
.aligncenter *{
	margin: 0 auto;
}



.postwrapper{
	border-bottom: 5px solid #eee;
	padding-bottom: 20px; 
	margin-bottom: 20px;
	position: relative;
	min-height: 160px;
}

.postwrapper a:HOVER{
	text-decoration: none;
}

.postwrapper img{
	max-width: 620px;
	-ms-interpolation-mode: bicubic;
	padding: 5px;
	background-color: white;
	border: 1px solid #ddd;
}

.postwrapper .meta{
	float: right;
	padding: 10px;
	border: 1px solid #ddd;
	margin: 0 0 10px 10px;
}

.meta li span{
  padding: 5px 0;
	display: block;
}

.post-content{
	margin: 30px auto; 
	padding-bottom: 30px;
	border-bottom: 1px solid #222;
}

.postwrapper .featured-image{
	border: 1px solid #666;
	padding: 0;
	position: relative;
	z-index: 0;
}

h1.single-cat{
  border-bottom: 4px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}

h1{
	margin-bottom: 1em;	
}

h1.post{
	margin-left: 180px;
}

.single h1.single-cat{
  border-bottom-width: 0;
	margin-left: 185px;
	margin-bottom: 0;
}

h1 a:hover{
	border-right: 0;
	border-bottom: 0;
}

.postwrapper h2{
  padding-bottom: 5px; 
	border-bottom: 4px solid #eee; 
	margin-bottom: 1em;
}

.more-link{
	display: block;
	margin-top: 10px;
	font-weight: bold;
}

.meta,
.meta li{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.9em;
}

.meta{
	color: #666; 
	font-size: .93em;
	float: right;
	width: 145px;
}

.meta li{
	line-height: 1.4em;
}


/* Sidebar */

#sidebar ul, #sidebar ul li {
	color: white;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
}
#sidebar li {
	/* border-top:1px solid rgba(0, 0, 0, 0.3); */
	line-height:1.8em;
	padding:0;
	margin-left: 10px;

}
#sidebar h3 {
	margin:10px 0 0 0;
}


/* Comment Styles */

.commentlist{
  margin-bottom: 20px;
}

.commentlist,
.commentlist li{
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
}

#comments,
.commentlist,
#respond{
	margin-bottom: 20px;
}
.commentlist,
#respond{
	margin-left: 185px;
}

.commentlist #respond{
	margin-left: 0;
	padding: 20px;
	border: 1px solid #94AFC7;
	background-color: #EFF7FF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.commentlist #respond textarea{
	width: 100%;
}

.commentlist li{
  padding: 20px;
	margin-bottom: 10px;
	-moz-border-radius: 4px;
	border: 1px solid #94afc7;
	background-color: #e3edf6;
	position: relative;
}


.comment-author{
	position: absolute;
	left: -180px;
	width: 180px;
	padding-top: 10px;
	top: 0;
	background: url("blog/comment_arrow.png") no-repeat right 40px;
}

.ie6 .comment-author{
  width: 160px;
	margin-top: -25px;
	padding-top: 0;
}

.comment-author img{
  display: block;
	padding: 2px;
	border: 1px solid #ccc;
}

.commentlist .children{
	margin: 10px 0 0 0;
	padding: 0;
}

.commentlist .children .even{
	background: #EFF7FF;
}

.commentlist .children .comment-author{
	position: relative;
	left: auto;
	width: auto;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	top: auto;
	background: none;
}

.commentlist .children .comment-author img{
  display: inline;
	vertical-align: middle;
	margin-right: 5px;
	padding: 2px;
	border: 1px solid #ccc;
}

.commentlist li a{
	color: #346596;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#commentform textarea{
	width: 424px;
}



.wp-caption p.wp-caption-text {
	background: #282726;
	font-size: 11px;
	line-height: 17px;
	padding: 5px;
	margin: 0;
	color: white;
}

/* Icon Styles */

.comment-meta a,
.meta .date span{
	padding-left: 20px;
	background: url("icons/calendar.png") no-repeat left center;
}

.meta .tags span{
	padding-left: 20px;
	background: url("icons/bookmark.png") no-repeat left center;
}

.meta .category span{
	padding-left: 20px;
	background: url("icons/book-open-bookmark.png") no-repeat left center;
}

.backtotop{
	padding-left: 20px;
	background: url("icons/page_white_get.png") no-repeat left center;
}

.meta .author span{
	padding-left: 20px;
	background: url("icons/user-silhouette.png") no-repeat left center;
}

.meta .comments span{
	padding-left: 20px;
	background: url("icons/balloon.png") no-repeat left center;
}

.comment-reply-link{
	padding-left: 20px;
	background: url("icons/balloon-plus.png") no-repeat left center;
}

.comment-meta a.comment-edit-link{
	padding-left: 20px;
	background: url("icons/balloon-pencil.png") no-repeat left center;
}


div.content-wrapper ol {
	margin-left: 20px;
	margin-bottom: 15px;
}
div.content-wrapper ol li {
	margin-bottom: 2px;
}

div.content-wrapper ul {
	margin-left: 20px;
	margin-bottom: 15px;
}
div.content-wrapper ul li {
	margin-bottom: 2px;
}

/* Clear Styles */
.clear{height: 1%; overflow: hidden; clear: both; visibility: hidden;}
.clearboth{clear: both}
.clearleft{clear: left}
.clearright{clear: right}
.clearfix:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0}
.clearfix {display: inline-block}
html[xmlns] .clearfix {display: block}
* html .clearfix {height: 1%}


