
/* #Reset & Basics
================================================== */
figure, figcaption {
margin: 0;
padding: 0 0 5px 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;

}

figcaption, figure {
display: block; position:relative;}
body {
line-height: 1; }
ol, ul {
list-style: none; }
blockquote, q {
quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none; }



/* #Shortcodes
================================================== */

/*images that are added without shortcodes*/
.image-overlay{

position:absolute;
left:0;
top:0;
width:100%;
height:100%;
background:#23a1b5 url(plus.png) no-repeat center center;
opacity:0;

}

figure img {
border: solid 1px #fac619;
}
figure:hover .image-overlay{

opacity:0.7;

}

.post-details h4
{font-size:14px; text-transform:uppercase;
}

.blog-post a{

color:inherit;

}
.blog-post h4{
text-transform:uppercase

}

@media only screen and (max-width: 959px) {
	#header-info { display:none; }
	body { padding-right: 0 !important; }
}

