/* Reset CSS */
body,form{
	margin:0;
	padding:0;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
a{
	text-decoration:none;
    outline:none;
}
input, textarea, select, button{
	border-radius:0;
    outline:none;
}

/* WordPress Core */
.alignnone {
}
.aligncenter, 
div.aligncenter {
	display: block;
	margin: 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	 display: block;
	 margin-left: auto;
	 margin-right: auto;
}
.wp-caption {
	 background: #fff;
	 border: 0;
	 max-width: 96%;
	 padding: 5px 3px 10px;
	 text-align: center;
}
.wp-caption-text {
    font-size: 12px;
    font-style: italic;
    margin-top: 7px;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 15px 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 {
	 font-size: 11px;
	 line-height: 1.5em;
	 margin: 0;
	 padding: 0 4px 5px;
}
img.wp-smiley {
	vertical-align: middle;
}

/* New Style */
h1 {
    color: #453C34;
    font-size: 25px;
}
h2 {
    color: #453C34;
    font-size: 22px;
}
h3 {
    color: #453C34;
    font-size: 18px;
}
h4 {
    color: #453C34;
    font-size: 16px;
}
h5 {
    color: #453C34;
    font-size: 14px;
}
h6 {
    color: #453C34;
    font-size: 12px;
}
h1.regular, h2.regular, h3.regular, h4.regular, h5.regular, h6.regular {
    font-weight: 400;
}

blockquote {
    border-left: 4px solid #ADD3DD;
    padding: 0 10px 0 22px;
    quotes: none;
}

img.alignleft {
    float: left;
    margin: 10px 16px 10px 0;
}
img.alignright {
    float: right;
    margin: 5px 0 5px 11px;
}

.dropcap {
    color: #D93E39;
    display: block;
    float: left;
    font-size: 35px;
    font-weight: bold;
    line-height: 35px;
    margin: 0 10px 2px 0;
    text-shadow: 1px 1px 1px #FFFFFF;
}

.gallery {
    margin: auto;
}
.gallery .gallery-item {
    display: inline-block;
    margin-top: 10px;
    padding-right: 10px;
    text-align: center;
    vertical-align: top;
    width: 20%;
}
.gallery img {
    border: 2px solid #CFCFCF;
}
.gallery .gallery-caption {
    margin-left: 0;
}

.gallery {
	margin-left: -0.5em;
	margin-right: -0.5em;
}
 
.gallery:after {
	display: table;
	content: "";
	clear: both;
}
 
.gallery-item {
	margin: 0;
	float: left;
	padding: 0.5em;
}
 
.gallery-item img {
	width: 100%;
}
 
.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}
.gallery-columns-2 .gallery-item {
    width: 50%
}
.gallery-columns-3 .gallery-item {
    width: 33.3333%
}
.gallery-columns-4 .gallery-item {
    width: 25%
}
.gallery-columns-5 .gallery-item {
    width: 20%
}
.gallery-columns-6 .gallery-item {
    width: 16.6667%
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%
}
.gallery-columns-8 .gallery-item {
    width: 12.5%
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%
}
 
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}