@charset "UTF-8";
/* CSS for Single.php */


.spost-left-col {
	float:left;
	width: 620px;
}

.spost-right-col {
	float:right;
	width: 310px;
}

.spost-right-col>ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

.spost-right-col>ul>li {
	min-height: 100px;
}

.spost-right-col>ul>li:first-child {
	min-height:230px;
}

#comments {
	clear:both;
	margin:20px auto;
	padding: 10px;
}


/* Style */

.spost-left-col p {
	font-size:0.96em;
}

.spost-header {
	color: #557f8f;
	font-style:normal;
	font-weight:normal;
	font-size:1.8em;
	margin: 0px 0.5em 8px 0.5em;
	padding:0px;
}

.spost-header>span , .post-meta-head>span {
	background-color:	#f4f4ee;
	padding: 0px 0.1em 0px 0.1em;
}

hr.spost-head-hr {
	position:absolute;
	width:620px;
	margin: 1.6em 0px 0px 0px;
	z-index:-1;
}


.post-meta-head{
		color: #557f8f;
		font-style:normal;
		font-weight:normal;
		font-size: 1em;
		margin: 0.8em 0.5em 0px 0.3em;
		padding:0px;
	}
	
.spost-right-col>ul>li>hr {
	position:absolute;
	width:310px;
	margin: 0.83em 0px 0px 0px;
	z-index:-1;
}

.spost-right-col>ul>li>img {
	border: 1px #557f8f solid;
	
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	
	margin: 8px 5px;
}

.rel-links {
	font-size: 0.9em;
	margin-top: 10px;
	color: #557f8f;
}

.spost-right-col a {
	color: #557f8f;
}
.spost-right-col a:hover {
	color: #e57215;
}

/* Comments */

#comments {
	margin: 10px auto;
}

#comments ol, #comments ul {
	list-style:none;
}

li.comment {
	
	margin: 8px auto;
	padding: 6px;
	
	border: 1px rgba(85, 127, 143, .2) solid;
	
	border-radius: .3em;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	-khtml-border-radius: .3em;
}

img.avatar {
	border-radius: .3em;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	-khtml-border-radius: .3em;
}

cite.fn {
	font-size: 1.3em;
	font-style:normal;
	font-family:"Times New Roman", Times, serif;
	
}

cite.fn a {
	color: #557f8f;
	}

span.says {
	font-family: Baskerville, "Times New Roman", Times, serif;
	font-style:italic;
	color:#e57215;
}

.comment-meta {
	font-size: .6em;
}

.comment-body>p {
	font-size: .92em;
}

.reply {
	text-align:left;
	margin: 3px auto;
}

.reply>a {
	font-size: 0.7em;
	color: #557f8f;
	
	padding : 2px;
	
	border: 1px rgba(85, 127, 143, .8) solid;
	border-radius: .3em;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	-khtml-border-radius: .3em;
	}
	
.reply>a:hover {
	color: #e57215;
	border: 1px #e57215 solid;
	}

#reply-title {
	color: #557f8f;
	font-size: 1.3em;
}

#reply-title>small {
	display:block;
	margin: 3px 0;
}

#cancel-comment-reply-link {
	font-size: .6em;
	color:#C33;
	padding : 2px;
	
	text-shadow: none;
	
	border: 1px rgba(85, 127, 143, .8) solid;
	border-radius: .3em;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	-khtml-border-radius: .3em;
}

#cancel-comment-reply-link:hover {
	color: #e57215;
	border: 1px #e57215 solid;
}

#respond {
	margin: 5px 15px 0 0;
	padding: 5px;
}

.comment-notes {
	font-size: 0.8em;
	font-family:"Times New Roman", Times, serif;
}

#commentform label, #commentform .required {
	display:none;
}

p.comment-form-author {
	margin: 4px 0;
	}
p.comment-form-email {
	margin: 4px 0;
}

p.comment-form-url {
	margin: 4px 0;
}

#commentform input {
	height: 20px;
}

