

/** STATIC TITLES **/
.static-titles		{ border-top:1px solid #CCCCCC; }



/** MAIN IMAGE BANNER **/
.post-banner			{ margin:0px 0px 20px 0px; }
.post-banner img		{ width:100%; }



/** EXCERPT **/
.post-excerpt		{ margin:20px 0px; }



/** VIDEO FIX **/
.post-videos		{ text-align:center; }
.frame-wrapper		{ display:inline-block; vertical-align:top; position:relative; padding-bottom:23.25%; padding-top:35px; height:0; overflow:hidden; width:49%; }
iframe				{ position:absolute; top:0; left:0; width:100%; height:100%; }

.frame-wrapper		{ border:2px solid #FFFFFF; }




/** PHOTOS **/
.post-gallery						{ text-align:center; }
.post-gallery h2					{ text-align:left; margin:0px 0px 20px 0px; }
.post-gallery .blog-image-link		{ display:inline-block; vertical-align:top; width:31%; }

.post-gallery .blog-image-link		{ border:5px solid #FAFAFA; }



/** RESPONSIVE **/
@media screen and (max-width:590px){
	
	.post-gallery .blog-image-link		{ width:45%; }
	
}

@media screen and (max-width:500px){
	
	.frame-wrapper		{ width:100%; padding-bottom:56.25%; }
	
}

@media screen and (max-width:400px){
	
	.post-gallery .blog-image-link		{ width:90%; margin:0px auto 10px auto; }
	
}


