@charset "UTF-8";
/* CSS Document */

/*MODULES - modules.php*/

/* MINONE */
.minone { margin:5px 0 30px 0; }
.minone h2 { font-size:1.3em; color:#fff; padding: 0 0 0 25px; margin: 0px 0px 10px 0px; }
.minone p { }
.minone a:link, 
.minone a:visited { color:#DC7200; }
.minone a:hover { color:#FF9900; }

.mimodule { padding: 0; margin:0px 0px 20px 0px; }
.mimodule h2 { color:#fff; text-align:center; margin: 0; padding:5px; display:block; }
.mimodule p {  }
.mimodule .mimod { padding:10px; }
.mimodule a:link, 
.mimodule a:visited { color:#54671E; }
.mimodule a:hover { color:#FF9900;  }

.misimple {  }
.misimple p { }
.misimple a:link, 
.misimple a:visited {  }
.misimple a:hover {  }


/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
	
	
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	
	
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {

	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
	
	
	}