/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 20 2026 | 14:40:58 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

a {
	text-decoration:none; 
	color:royalblue;
}
.site-header, 
.site-footer {
	background-color:#def;
}
.site-title {
	font-family:"PLayfair",serif;
	font-size:200%
} 
.after-header .widget {
	padding:0;margin:0;
	position:relative;border:0;
}
.after-header img {width:100%;
border:0;}
.after-header .wp-caption-text {
	position: absolute; bottom:10px;right:10px; 
}
.after-header .wp-caption {width:100% !important;padding:0;margin:0}
.after-header a {color:#ccc}

.form-heading {font-weight:bold}

.clearfix {
	clear: both; 
	height: 0px; 
	border: solid 0px rgba(0,0,0,0);
}

@media only screen and (max-width: 600px) {
	img.alignright, img.alignleft{
		width:100%;
		clear:both;
		float: none;
  text-align: center;
		margin:0
	}

