/* =WordPress Core
-------------------------------------------------------------- */

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text,
.gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.sticky,
.bypostauthor{
	display:block;
}


.form-holder .wpcf7 input[type="submit"]:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(177, 131, 39, 0) rgba(177, 131, 39, 0) #b18327;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    bottom: 100%;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0;
}
.form-holder .wpcf7 input[type="submit"] {
    background: none repeat scroll 0 0 #b18327;
    border: medium none;
    color: #fff;
    cursor: pointer;
    float: left;
    font: 28px/60px 'PT Sans',Arial,Helvetica,sans-serif;
    height: 60px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 240px;
}

.default-template{margin: 0px 0px 60px;}

#content {margin: 0 0 60px;}