/* SINGLE BLOCK */

#singleBlock {
	float: left;
	margin: 0 10px 5px 0;
	text-align: center;
	width: 300px;
}

#singleBlock .singleThumb {
	padding: 3px;
	border: 1px solid #ddd;
	margin-bottom: 5px;
}

#singleBlock .singleAd1 {
	margin-bottom: 5px;
}

.share.bottom {
	margin: 10px 0;
	clear: both;
}

#singleBlock .share .title, #attachment .share .title {
	font-size: 11px;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

.singleAd2 {
	margin: 10px 0 20px;
}

/* RELATED */

#related {
	margin: 10px -20px -10px -20px;
	padding: 0 20px;
	background: #f1f4f4;
}

#related h3 {
	text-align: center;
	margin-bottom: 10px;
}

/* META */

#single .meta {
	overflow: hidden;
	margin-bottom: 10px;
	list-style: none;
}

#single .meta li {
	float: left;
	margin-right: 10px;
	padding-left: 20px;
}

#single .meta .category {
	background: url(images/sprite.png) 0 0 no-repeat;
}

#single .meta .author {
	background: url(images/sprite.png) 0 -40px no-repeat;
}

#single .meta .date {
	background: url(images/sprite.png) 0 -80px no-repeat;
}

#single .meta .comment {
	background: url(images/sprite.png) 0 -100px no-repeat;
}

#single .meta .hit {
	background: url(images/sprite.png) 0 -120px no-repeat;
}

/* TAGS */

#single p.tags {
	clear: both;
}

#single p.tags span {
	font-weight: bold;
}

/* GALLERY */

#single .gallery {
	overflow: hidden;
}

#single .gallery .gallery-item {
	float:left;
	width:23%;
	height: 23%;
	margin:1% 1% 0;
}

#single .gallery .gallery-item img {
	border:1px solid #ddd;
	width:100%;
	padding:2px;
}

#attachment #gallery-navi-clone {
	margin-bottom: 15px;
}



/* COMMENTS */

#comments {
	margin-top: 10px;
}

#comments ol {
	margin: 0;
	list-style: none;
}

#comments ol li {
	clear: both;
	margin: 10px 0 0 0;
	overflow: hidden;
	line-height: 2;
}

#comments li li {
	margin-left: 30px;
}

#comments h3 {
	margin-bottom: 15px;
	font-size: 18px;
}

#reply-title {
	line-height: 1;
}

#comments small {
	font-size: 13px;
}

#respond {
	margin-top: 20px;
}

#comments .says {
	display: none;
}

#comments div.comment-body {
	position: relative;
	padding: 5px 5px 0 5px;
	border: 1px solid #e0e0e0;
	border-radius: 0 4px 0 4px;
	overflow: hidden;
	background: #f1f4f4;
}

#comments div.comment-body p {
	margin-left: 58px;
	font-size: 11px;
	color: #333;
}

#comments div.reply {
	clear: both;
	margin: 0 0 -5px -5px;
}

#comments div.reply a.comment-reply-link {
	display: block;
	float: left;
	padding: 0 8px;
	border-top: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-radius: 0 4px 0 4px;
	font-size: 11px;
	background: #fff;
}

.commentlist .avatar {
	float: left;
	margin: 0 10px 10px 0;
	padding: 1px;
	border: 1px solid #CCC;
	background: #FFF;
}

.commentlist .comment-author {
	font-weight: bold;
}

.commentlist .comment-author cite {
	font-style: normal;
}

.commentlist .comment-meta {
	position: absolute;
	top: 6px;
	right: 10px;
	color: #999;
}

.commentlist .comment-text {
	clear: both;
}

#comments label {
	display: block;
	color: #999;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 11px;
}

#comments textarea,
#comments input#author,
#comments input#email,
#comments input#url {
	margin-bottom: 5px;
	font-family: "Open Sans",Arial,sans-serif;
	color: #666;
	background: #fdfdfd;
	border-radius: 3px;
	box-shadow: 0 2px #EAE6EE;
	border: solid 1px #F1F1F1;
	padding: 6px;
	width: 300px;
}

#comments input#submit {
	font-weight: bold;
	cursor: pointer;
	margin: 10px 0 20px;
	font-family: "Open Sans",Arial,sans-serif;
	color: #333;
	background: #fafafa;
	border-radius: 3px;
	box-shadow: 0 2px #EAE6EE;
	border: solid 1px #F1F1F1;
	padding: 10px;
	width: 100px;
	transition: background 0.5s;
}

#comments input#submit:hover {
	background: #f3f3f3;
}

#comments p.nocomments {
	display: none;
}

#comments p.warning {
	font-style: italic;
	color: #F00;
}

#comments p#author,
#comments p#email,
#comments p#url {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1;
}

#comments input#author,
#comments input#email,
#comments input#url {
	width: 300px;
}

#comments textarea {
	display: block;
	clear: both;
	width: 100%;
}

@media all and (max-width:500px) {
	#singleBlock {
		margin: auto;
		float: none;
	}
	#comments input#author,
	#comments input#email,
	#comments input#url,
	#comments textarea {
		display: block;
		width: 100%;
	}
}