/* WARNING: USE CAUTION WHEN EDITING THIS FILE */

/* NOTE: THIS FILE INCLUDES 3 STAGES OF MEDIA QUERIES - SEE help.html */

/* NOTE: TO EDIT COLORS - SEE style.css */



/***************
START Media Queries #1 WHEN PAGE WIDTH LESS THAN 890 IS ACTIVE (FOR TABLET)
***************/
@media handheld and (max-width: 890px),
   screen and (max-device-width: 890px),
   screen and (max-width: 890px) 
	{


.logo-respond	 { width: 100%; height: auto; }

#contentbox	 { max-width: 720px; }

#left-content 	 { max-width: 435px; }

#sidebar-content { max-width: 250px; }

.floatlist	 { width: 100%; }


/* FACEBOOK PLUG IN WIDGET */

.fb-page	{ max-width: 400px; margin: 0 auto; }


/* STAFF PAGE CONTACT FORM */

.stafftextcaption	{ width: 65%; }



/* CONTACT LINE */ 

.header-contacttext	{ font: 14px "Droid Sans", arial, sans-serif; }


.footer-contacttext	{ font: 14px "Droid Sans", arial, sans-serif; }


/* FOOTER */

.footer-tagline	{ font: 14px "Droid Sans", arial, sans-serif; font-style: italic; line-height: 125%; }

.form-title	{ font-size: 14px; width: 90px; }

.footerform	{ width: 100px; }



/* HOME 3 BOX COLUMNS */

.introbox-outer	{ width: 600px; margin: 0 auto; }

.introbox-left	  { display: block; }

.introbox-center  { display: block; }

.introbox-right	  { display: none; }


/* ANNIVERSARY 2 BOX COLUMNS */

.anniversarybox-outer	{ width: 600px; margin: 0 auto; }

.anniversarybox	  { width: 600px; float: none; margin: 0 auto; }

.anniversarybox-left	  { display: block; }

.anniversarybox-right	  { display: block; }



.logo-75-respond	{
		height: auto;
		width: 175px;
		max-width: 175px;
		min-width: 50px;
		position: absolute;
		top: 175px;
		left: 15px;
		}


	}
/***************
END Media Queries #1
***************/






/***************
START Media Queries #2 WHEN PAGE WIDTH LESS THAN 740 IS ACTIVE
***************/
@media handheld and (max-width: 740px),
   screen and (max-device-width: 740px),
   screen and (max-width: 740px) 
	{


#left-content 		{ width: 100%; min-width: 100%; }

#sidebar-content	{ display: none; border-left: #999999 0px solid; }

.footerhide		{ display: none; }

.mobile-social		{ display: block; padding: 10px 0px 10px 0px; }

.mobile-social table	{ margin: 0 auto; }

.contact-page #sidebar-content	{ display: block; }

.contact-page .content-pad	{ display: block; }

.showtablet			{ display: block; }

.hidetablet			{ display: none; }

.hide				{ display: block; }


/* FACEBOOK PLUG IN WIDGET */

.fb-page	{ max-width: 100%; margin: 0 auto; }



/* CONTACT FORM BUTTON */ 

input[type=submit].submitbutton, input[type=reset].submitbutton 
		{
		width: 80px;
		}



		
/* CONTACT LINE */ 

.header-contacttext	{ font: 14px "Droid Sans", arial, sans-serif; }
		
.footer-contacttext	{ font: 14px "Droid Sans", arial, sans-serif; }



/* STAFF PAGE CONTACT FORM */

.stafftextcaption	{ width: 75%; }



/* FOOTER */

div.footer-title { font: 14px "Droid Sans", arial, sans-serif; }

.footer-links	{ line-height: 24px; }

.footer-tagline	{ font: 14px "Droid Sans", arial, sans-serif; font-style: italic; line-height: 125%; }



/* HEADER IMAGE */

.header-image	{ display: none; }


/* JQUERY SLIDESHOWS */

.centered-btns_tabs a	{ margin: 0px 2px 0px 2px; }


.logo-75-respond	{
		height: auto;
		width: 175px;
		max-width: 175px;
		min-width: 50px;
		position: absolute;
		top: 150px;
		left: 10px;
		}




	}
/***************
END Media Queries #2
***************/






/***************
START Media Queries #3 -  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: 20px; }

.subtitle  	{ font-size: 17px; }

.smalltext 	{ font-size: 12px; }

.just 		{ text-align: left; }




/* MQS GENERAL */

.large-splits 	{ height: 15px; }

.hidemobile	{ display: none; }

.showmobile	{ display: block; }

.hide		{ display: block; }

.splits-xtramargin { margin-top: 12px; margin-bottom: 12px; }



/* MQS PAGE & CONTENT HEIGHTS, PADDING & WIDTHS */

.pageheight		{ min-height: 50px; }

.pagebox		{ padding: 0px 0px 0px 0px; }

#contentbox		{ padding: 10px 0px 10px 0px; }

.content-pad		{ padding: 10px 5px 10px 5px; }

#contentbox-home	{ padding: 10px 10px 10px 10px; }

.content-pad-home	{ padding: 10px 5px 10px 5px; }



/* FACEBOOK PLUG IN WIDGET */

.fb-page	{ max-width: 300px; margin: 0 auto; }



/* MQS LOGO GRAPHIC, AND TEXT */

#headerdiv	{ padding: 0px 0px 0px 0px; }

.textlogo	{ font-size: 24px; padding: 12px 3px 12px 3px; }



/* CONTACT LINE */ 

.header-contacttext	{ font: 12px "Droid Sans", arial, sans-serif; }



/* MQS FOOTER */

.footer-copyright { font-size: 11px; }




/* MQS SIDEBAR */

.sidebar-text	{ font-size: 13px; line-height: normal; }

.side-links a	{ font-size: 13px; line-height: normal; }

.sidebar-pad	{ padding: 0px 0px 15px 0px; }




/* HOME 3 BOX COLUMNS */

.introbox-text, .introtitle, .boxes2	  { text-align: center; }

.introbox-outer	  { width: 280px; margin: 0 auto; }

.introbox	  { width: 280px; float: none; margin: 0 auto; }

.introbox-inner	  { margin: 10px 0px 10px 0px; }

.introbox-left	  { display: block; }

.introbox-center  { display: block; }

.introbox-right	  { display: block; }


/* ANNIVERSARY 2 BOX COLUMNS */

.anniversarybox-text, .anniversarytitle, .boxes2	  { text-align: left; }

.anniversary-emphasis {font-size: 20px }

.anniversarybox-outer	  { width: 280px; margin: 0 auto; }

.anniversarybox	  { width: 280px; float: none; margin: 0 auto; }

.anniversarybox-inner	  { margin: 10px 0px 10px 0px; }

.anniversarybox-left	  { display: block; }

.anniversarybox-right	  { display: block; }



/* MQS HOME JQUERY SLIDESHOW & SLIDESHOW SETS */

.rslides_container	{ border-width: 1px; }

.rslides_container, .rslides_container img
			{
			border-width: 1px;
  		/* CORNER ROUNDING */
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			-khtml-border-radius: 0px;
			border-radius: 0px;
			}

#homeJQ > .centered-btns_nav	{ display: block; }

.centered-btns_tabs	{ display: none; }


/* ACTIVITIES PAGE */

.activities-column1 { width: 100%; }

.activities-column2 { width: 100%; }

.activities-column3 { width: 100%; }


/* MQs PROTECTED PHOTO GALLERY */

img.Galimg-respond 	{ width: 45px; }

input[type=button].galbutton
		{
        	padding: 4px 0px 4px 0px;
		cursor: pointer;
		width: 86px;
		}




/* CONTACT PAGE */

.form-box			  { margin: 10px 0px 10px 0px; }

.shadeform, .textarea, .dropdown  { font-size: 12px; }


input[type=submit].submitbutton, input[type=reset].submitbutton 
		{
		width: 80px;
		}


/* SURVEY PAGE */

#survey-box	  { margin: 10px 5px 10px 5px; }

#survey-form	{ margin: 0px 5px 0px 5px; }

.ratingtable td	{ font-size: 13px; }

.surveyshadeform, .surveytextarea, .surveydropdown  { font-size: 13px; }


input[type=submit].surveybutton, input[type=reset].surveybutton 
		{
		width: 80px;
		}



/* GOOGLE DIRECTIONS SUBMIT BUTTON */

input[type=submit].directionbutton	{ width: 110px; }


/* STAFF PAGE */

.staff-email	{ font-size: 12px; }




/* LINKS PAGE */

.searchform, .searchbutton  { font-size: 12px; }



/* FORMS PAGE */

.formslist { font-size: 13px; margin-left: -36px; }

.note	{ font-size: 13px; }

/* PAYMENTS PAGE */

.payform, input[type=submit].payform	{ width: 140px; }

.paypalbadge { width: 80px; }



/* CAMP COMPARISON PAGE */

.comparison	{ font-size: 12px; }



.logo-75-respond	{
		height: auto;
		width: 125px;
		max-width: 125px;
		min-width: 50px;
		position: absolute;
		top: 50px;
		left: 10px;
		}

	}
/***************
END Media Queries #3
***************/



