/* WORDPRESS TEMPLATES */

blockquote {
	background-color: #eeeeee;
	padding:15px;
	font-family: "Book Antiqua","Palatino Linotype", Palatino, serif;
	line-height:150%;
	font-size:1.1em;
	-moz-border-radius: 5px;
   -khtml-border-radius: 5px;
   -webkit-border-radius: 5px;
}

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
margin:15px;
}

.alignright {
   float: right;
margin: 15px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}

.rounded {
	-moz-border-radius: 5px;
   -khtml-border-radius: 5px;
   -webkit-border-radius: 5px;
}

.hidden {
	display:none;
}


a {
	border:none;
}
a img {
	border:none;
}

.pk_imgborder {
	background-color:  #f3f3f3;
	padding: 8px;
	border: 1px solid #ddd;
		-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.excerpt img {
	display:none;
}
.excerpt div {
	display:none;
}

.hr {
	
	width:100%;
	height:1px;
	background-color:#fff;
	margin-bottom:20px;
}

