/*
Theme Name: Minifolio V-Card Wordpress Theme
Author: FreshCreations
Version: 1.0.5
*/

.comment-reply-link {
	display: none;
}

a.comment-reply {
	color: #0090C6;
	font-weight: bold;
	font-size: 14px;
	float: right;
	text-decoration: none;
}

ul.children div.comment{
	margin-left:30px;
}
ul.children div.comment div.comment_right {
	position:relative;
	margin-top:-5px;
	float:left;
	width:376px;
}
.alignleft{
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.alignright{
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.aligncenter{
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4px;
}

.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 10px;
	text-align: center;
}

.wp-caption p.wp-caption-text {
	color: #000 ;
	font-size: 12px;
	margin: 5px;
}

.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}

.sticky {
	background: 000;
	border-top: 4px solid black;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
	border-bottom: 4px solid black;
}
.bypostauthor {
}