@font-face {font-family: Open_Sans;src: url(/fonts/Open_Sans/OpenSans-Regular.ttf);}

html, body {
	
	padding: 0px;

}

html, body, textarea, input {

	font-family: "Open_Sans";

}

p {

	line-height: 1.5;

}

.text-center {

	text-align: center;

}

.largeimage, img {

	max-width: 100%;

}

.largeimage {

	max-width: 100%;
	height: auto!important;

}

.smallimage {

	max-width: 50%;
	width: auto!important;
	height: auto!important;

}

figure {

	margin: 0px;
	padding: 0px;

}

video {

	width: 100% !important;
	height: 100% !important;

}

.mce-preview-object {

	display: block !important;

}

#publishpostpanel iframe, #tinymce iframe {

	width: 100%;
	max-height: 400px;

}

/*iframe:not(#blogpostbody_ifr):not("#twitter-widget-0") {
		
	max-width: 100%;
	width: 100% !important;
	max-height: 400px;

}*/



@media (orientation: landscape) {

	/*iframe:not(#blogpostbody_ifr):not("#twitter-widget-0") {
		
		height: 50vmax;
		
	}*/
	
	#publishpostpanel iframe:not(.iframecssescape), #tinymce iframe:not(.iframecssescape) {
	
		height: 50vmax;
	
	}
	
	
}

@media (orientation: portrait) {

	/*iframe:not(#blogpostbody_ifr):not("#twitter-widget-0") {
		
		height: 50vmin;
		
	}*/
	
	#publishpostpanel iframe:not(.iframecssescape), #tinymce iframe:not(.iframecssescape) {
	
		height: 50vmin;
	
	}
	
	
}
