/*
Theme Name: Kikizo-2
*/

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
hr {
border-bottom: 1px solid #0062D1;
border-top: none;
border-left: none;
border-right: none;
line-height:1px;
height:1px;
color:#0062D1;
}
.posted_by {
	background-color: #EDEBEE;
	padding:6px;
	border: solid 1px #CCCCCC;
	/*font-size:75%;*/
	clear:both;
	float:left;
	margin-bottom:10px;
	width:426px;
	margin-top: 10px;
}
.addthis {
float:right;
clear:both;
}