/* WARNING: USE CAUTION WHEN EDITING THIS FILE */

/* NOTE: THIS FILE INCLUDES 4 STAGES OF MEDIA QUERIES - SEE help.html */

/* NOTE: TO EDIT COLORS - SEE style.css */






/***************
START Media Queries #1 -  UNHIDE MENU ON RESIZE - SEE ALSO 675 WIDTH IN javascripts.js
***************/
@media only screen and (min-width: 676px) and (max-width: 10000px)
	{



#menusub	{ display: block !important; }



	}
/***************
END Media Queries #1
***************/





/***************
START Media Queries #2 WHEN PAGE WIDTH LESS THAN 825 IS ACTIVE
                       CLASSES HERE CAN ALSO BE FOUND IN THE style.css
***************/
@media handheld and (max-width: 825px),
   screen and (max-device-width: 825px),
   screen and (max-width: 825px) 
	{



body, div, table	{ font-size: 16px; }

.title		{ font-size: 20px; }

.content-pad 	{ padding: 25px 20px 25px 20px; }

.socialicon	{ padding: 0px; }

.footer		{ font-size: 14px; }



	}
/***************
END Media Queries #2
***************/





/***************
START Media Queries #3 WHEN PAGE WIDTH LESS THAN 675 IS ACTIVE
                       CLASSES HERE CAN ALSO BE FOUND IN THE style.css
***************/
@media handheld and (max-width: 675px),
   screen and (max-device-width: 675px),
   screen and (max-width: 675px) 
	{



.hidemobile		{ display: none; }

#pagewrapper		{ min-width: 290px; }

#left-content 		{ width: auto; float: none; }

#right-content		{ margin-left: 0px; min-width: 250px; }

.pageheight		{ min-height: 10px; }

.content-pad		{ padding: 20px 25px 16px 25px; }

.outer-background	{ padding: 0px; }

.inner-background	{ padding: 0px; }

.headerarea	{
		padding: 5px 0px 10px 0px;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
		-moz-border-radius-bottomright: 0px;
		-moz-border-radius-bottomleft: 0px;
		}

.logo-respond	{ width: 100%; height: auto; }

.logopad	{ padding: 15px 0px 10px 0px; }





/* MOBILE MENU CODE */

.sidebar	{
		background-color: #000000;
		padding: 0px 0px 0px 0px;
		min-height: 37px;
		width: 100%;
	/* CORNER ROUNDING */
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		-khtml-border-radius: 0px;
		border-radius: 0px;
		}

#menu-box 		{ width: 100%; position: relative; top: 0px; left: 0px; float: left; z-index: 1000; }

.menu-icon-img		{ display: block; width: 100px; height: 37px; }

#mobile-menu-icon	{
			width: 100px;
			height: 37px;
			display: block;
			margin: 0 auto 0 0;
			background-color: #000000;
		/* FADE UP */
			transition: background-color 0.5s ease;
			-webkit-transition: background-color 0.5s;
			}

#mobile-menu-icon:hover	{ background-color: #B30002; }

#menusub 	{
		display: none;
		position: absolute;
		top: 37px;
		left: 0px;
		z-index: 1001;
		width: 100%;
		max-width: 100%;
		border: #FFFFFF 0px solid;
		}

#menusub a	{
		font-size: 15px;
		padding: 6px 0px 6px 0px;
		margin: 0px auto 0px auto;
		background-image: none;
		border-width: 0px;
	/* CORNER ROUNDING */
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		-khtml-border-radius: 0px;
		border-radius: 0px;
		}

#menusub a:first-child { border-width: 0px 0px 0px 0px; }

#menusub a:hover 	{ background-image: none; border-width: 0px; }



	}
/***************
END Media Queries #3
***************/





/***************
START Media Queries #4 -  WHEN PAGE WIDTH LESS THAN 482 IS ACTIVE
                          CLASSES HERE CAN ALSO BE FOUND IN THE style.css
***************/
@media handheld and (max-width: 482px),
   screen and (max-device-width: 482px),
   screen and (max-width: 482px) 
	{



/* MQS FONTS - NEXT LINE IS DEFAULT MOBILE FONT ALL PAGES */

body, div, table { font-size: 14px; line-height: normal; }

.title  	{ font-size: 19px; }

.subtitle  	{ font-size: 15px; }

.smalltext 	{ font-size: 12px; }





/* MQS GENERAL */

.just 		{ text-align: left; }

.page-splits	{ margin: 10px auto 10px auto; }





/* MQS PAGE & CONTENT HEIGHTS, PADDING & WIDTHS */

.content-pad		{ padding: 10px 10px 10px 10px; }

.inner-background	{
			padding: 0px;
			border-width: 0px 0px 0px 0px;
			}





/* MQS LOGO GRAPHIC, AND TEXT */

.headerarea	{
		padding: 10px 0px 10px 0px;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
		-moz-border-radius-bottomright: 0px;
		-moz-border-radius-bottomleft: 0px;
		}

.logopad	{ padding: 5px 0px 12px 0px; }

.textlogo	{ font-size: 22px; padding: 10px 0px 0px 10px; }





/* MQS FOOTER */

.footer		{
		border-width: 3px 0px 3px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
	/* CORNER ROUNDING */
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		-khtml-border-radius: 0px;
		border-radius: 0px;
		}

.copytext	{
		font-size: 11px;
		padding: 10px 0px 0px 0px;
		}





/* MQS HOME PAGE */

.bottom-links	{ text-align: center; }

.bottom-links a { margin-left: 4px; margin-right: 4px; }





/* MQS MENUS - NOTE: MENU USES .hidemobile CLASS IN menu.js */

#menusub a	{ font-size: 14px; }



	}
/***************
END Media Queries #4
***************/





/***************
START Media Queries #5 - CSS3 DETECT
***************/
@media handheld and (max-width: 2000px),
   screen and (max-device-width: 2000px),
   screen and (max-width: 2000px) 
	{



/* MAKES VISIBLE IN CSS3 BROWSERS */

.nonmedia	{ visibility: visible; }



	}
/***************
END Media Queries #5 - CSS3 DETECT
***************/


