@charset "utf-8";
/*
Theme Name: RodneyMoore Responsive Stylesheet
CSS/Theme URI: http://www.zuzanadesigns.com/
Description: Designed by Zuzana Designs
Version: 1.0
Author: Zuzana Designs
Author URI: http://www.zuzanadesigns.com/
*/

/* Tablet Portrait size to standard 960 */
@media only screen and (max-width: 959px) {
	body { overflow-x:hidden; }
	#container { width:768px; }
	#header { margin:20px auto; }
	#header .body .right { width:442px; }
	h1 { font-size:28pt; }
	h2, p.motto, ul.sitelist { font-size:13pt; }
	h5 { font-size:15pt; }
	#section .entrance .left { width:440px; }
	p, p.age { margin:4pt 0 !important; }
}

/* Mobile Landscape */
@media screen and (max-width: 767px) {
	#container { width:420px; }
	h1 { font-size:20pt; }
	#header .body .left, #header .body .right { width:100%; }
	#section .entrance .left, #section .entrance .right { width:100%; }
	img { max-width:100%; height:auto; }
	p.warning { font-size:16pt; }
}

/* Mobile Portrait */
@media only screen and (max-width: 479px) {
	#container { width:300px; }
	ul.sitelist { width:100%; margin-bottom:0; }
	ul.sitelist:last-child { margin-bottom:20px; }
	h1 { font-size:14pt; }
	h5 { font-size:11pt; }
	#wowslider-container4 { width:100% !important; }
	#wowslider-container4 .ws_images { width:100% !important; left:0 !important; top:0 !important; }
}