/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
h1 {
	font-size: 100px;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Oleo Script', cursive;
}

h2 {
	font-size: 72px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Oleo Script', cursive;
}

h3, h4, #home-top a {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}

a {
	text-decoration: none;
}

p{
	color: gray;
}



/* #Page Styles
================================================== */



/* ================ NAV ==================*/


#page-top .dot {
	background: rgba(119, 119, 119, 0.15);
	border: 1px solid #fff; 
	height: 10px;
	width: 10px;
	-mos-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
}

#page-top #main-nav ul li.current a,{
	background-color: #fff; 
	color: #000;}
	
#page-top #main-nav ul li a:hover div.dot, 
#page-top #main-nav ul li.current a div.dot {
 background-color: orange;
}

#page-top #main-nav {
	background: #fff;
	height: 0px;
	width: 100%;
	margin: 20px 0 0 20px;
	position: fixed;
	z-index: 9999;
}

#page-top #main-nav ul {
	float: left;
	list-style: none;
}

#page-top #main-nav ul li {
	display: block;
	padding: 0px 10px;
	margin: 0;
}

#page-top #main-nav ul li a {
	color: transparent;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	display: inline-block;
}

#page-top #main-nav ul li a:hover {
	background-color: #fff;
	color: #000;
	-mos-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}




/* ================ HEADER ==================*/
/*#home-top {
	background-image: url("../images/header-top.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	padding-top: 100px;
	text-align: center;
	
}
*/

.section.header.full-page {
position: relative;
height: 100%;
background-repeat: no-repeat;
}

.section.header {
padding-top: 0px;
/*padding-bottom: 218px;*/
background-image: url("../images/header-top.jpg");
background-position: 50% 50%;
background-size: cover;
background-attachment: fixed;
}

#home-top {
	position: absolute;
	left: 0px;
	top: 34%;
	right: 0px;
}

#home-top h1, #home-top h3, #home-top a {
	color: #fff;
	text-align: center;
}

h3#subhead {
	font-size: 50px;
	/*padding: 20px;*/
	line-height: 54px;
	text-align: center;
}

#how {
	margin: 0 auto;
	height: 100px;
	width: 100px;
	background-color: #67D1FF;
	border-radius: 50%;
}

#how a h3 {
	text-align: center;
	vertical-align: middle;
	line-height: 100px;
}

#how a:hover h3 {
	color: #67D1FF;
}

#how:hover {
	background-color: #fff;
	-mos-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/* ================= MT ==================*/
#mon-tue {
	background-image: url("../images/mt-bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 50px;
	text-align: center;
	height: inherit;
	width: 100%;
}

#mt-content {
	background-image: url("../images/mt-bg-small.png");
	background-position: bottom left;
	background-repeat: no-repeat;
}

#mon-tue h2, #mon-tue h3 {
	color: #67D1FF;
	padding: 20px;
}

#mon-tue p {
	text-align: left;
	padding: 17px;
}

#mt-right {
	float: right;
	padding-bottom: 50px; 

}

#mt-photo ul {
}

#mt-photo li a {
	float: left;
	padding: 14px 16px;

}

#mt-more-links h4 {
	color: #503b25;
}

#mt-more-links a {
	text-transform: uppercase;
	border: 1px solid transparent;
	margin: 0 32px;
}

#mt-more-links a:hover {
	/*background-color: #67D1FF;*/
	border: 1px solid #67D1FF;
}

#mt-more-links a:hover h4 {
	color: #503b25;}

/* ================= WT ==================*/
#wed-thurs {
	background-image: url("../images/wt-bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 50px;
	height: inherit;
	background-color: #e2d4c6;
}

#wt-content {
	text-align: center;
	background-image: url("../images/wt-bg-small.png");
	background-position: bottom right;
	background-repeat: no-repeat;
}

#wt-content h2, #wt-content h3 {
	color: #fff;
	padding: 20px;
}

#wed-thurs p {
	text-align: left;
	padding: 17px;
}

#wt-right {
	float: left;
	padding-bottom: 50px; 

}

#wt-photo ul {
}

#wt-photo li a {
	float: left;
	padding: 14px 16px;

}

#wt-more-links h4 {
	color: #503b25;
}

#wt-more-links a {
	text-transform: uppercase;
	border: 1px solid transparent;
	margin: 0 32px;
}

#wt-more-links a:hover {
	/*background-color: #e8ded3;*/
	border: 1px solid #e8ded3;
}

#wt-more-links a:hover h4 {
	color: #503b25;}

/* ================= FS ==================*/
#fri-sat {
	background-image: url("../images/fs-bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 50px;
	height: inherit;
	background-color: #fff;
	text-align: center;
}

#fs-content {
	text-align: center;
	background-image: url("../images/fs-bg-small.png");
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 200px; 
}

#fs-content h2, #fs-content h3 {
	color: #f697b5;
	padding: 20px;
}

#fri-sat p {
	text-align: center;
	padding: 17px;
	max-width: 500px;
	margin: 0 auto;
}

#fs-right {
	padding-bottom: 50px; 
	text-align: center;
}

#fs-photo ul {
}

#fs-photo li a {
	float: left;
	padding: 14px 16px;

}

#fs-more-links {
	text-align: center;
	margin: 0 auto;
}

#fs-more-links h4 {
	color: #503b25;
}

#fs-more-links a {
	text-transform: uppercase;
	border: 1px solid transparent;
	margin: auto 150px; 
}

#fs-more-links a:hover {
	/*background-color: #f697b5;*/
	border: 1px solid #f697b5;
}

#fs-more-links a:hover h4 {
	color: #503b25;}


/* ================= sun ==================*/
#sunday {
	background-image: url("../images/sun-bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-bottom: 70px;
	height: inherit;
	background-color: #fff7db;
	text-align: center;
}

#sun-content {
	text-align: center;
	background-image: url("../images/sun-bg-small.png");
	background-position: center;
	background-repeat: no-repeat;
}

#sun-content h2, #sun-content h3 {
	color: #6c602f;
	padding: 10px;
}

#sunday p {
	text-align: center;
	padding: 17px;
	max-width: 500px;
	margin: 0 auto;
}

#sun-right {
	padding-bottom: 50px; 
	text-align: center;
}

#sun-photo {
	padding-top: 300px;
}

#sun-photo li a {
	float: left;
	padding: 14px 16px;


}

#sun-more-links {
	text-align: center;
	margin: 0 auto;

}

#sun-more-links h4 {
	color: #503b25;
}

#sun-more-links a {
	text-transform: uppercase;
	border: 1px solid transparent;
	margin: auto 150px; 
}

#sun-more-links a:hover {
	/*background-color: #6c602f;*/
	border: 1px solid #6c602f;
}

#sun-more-links a:hover h4 {
	color: #503b25;}



/* ========================= SUP ===========*/

#support {
	background-color: #000;
	text-align: center;
	padding: 3% 0 0 0;
	min-height: 400px;

}

#support-content h3, #support-content h4 {
	color: #fff;
}

#related-links {
	margin: 0 auto;
	width: 100%;
}

#related-links li {
	display: inline-block;
	overflow: hidden;
	padding: 5%;
}

#related-links li p{
	text-indent: -9999px;
}

/* ==================== FOOTER ====== */
#footer {
	border-top: 1px solid #fff;
	text-align: center;
	background-color: #000; 
	min-height: 100%;
}

#footer-nav li {
	display: inline-block;
	list-style: none;
}

#footer-nav a, #footer-nav h4 {
	color: #fff;
	border: 1px solid transparent;
}

#footer-nav a:last-child {
	display: block;
	padding: 5px 20px;

}

#footer-nav a:hover { 
	border-bottom: 1px solid #fff;

}



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

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		
	#mt-content, #wt-content, #fs-content, #sun-content {
			text-align: center;
			background-image: none;
		}

	#mt-right li, #wt-right li, #fs-right li, #sun-right li {
		display: inline-block;
		padding: 30px;
		}

	#mt-right li a, #wt-right li a, #fs-right li a, #sun-right li a {
		float: none;
		}

	#mt-right.eight, #wt-right.eight{
		width: 300px;
		float: none;
		}

	.more-link {
		padding-left: 180px;
	}

	#fs-more-links a, #sun-more-links a{
		margin: 0 auto;
		padding-left: 30px;
		padding-right: 30px;
	}

	#fs-content {
		padding-bottom: 10px;
	}

	#sun-photo {
	padding-top: 30px;
	}

	.sixteen {
		width: 300px;
	}
	#main-nav ul li.current a {
		background-color: transparent; 
		color: transparent;}
 	}

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

		h1 {
			font-size: 46px;
			margin-bottom: 0;}

		h2 {
			font-size: 40px;
			margin: 0;
			padding: 0;
		}

		#home-top {
			min-height: 300px;}

		.section {
		    margin-bottom: 0px;
		    padding-top: 43px;
		    padding-bottom: 43px;
		  }
		  .section.header {
		    padding-bottom: 99px;
		  }
		  
		#mon-tue {
			padding-top: 0;
		}

		#mon-tue h2, #wed-thurs h2, #fri-sat h2, #sunday h2 {
			padding: 0;
		}

		#mon-tue h3, #wed-thurs h3, #fri-sat h3, #sunday h3 {
			padding: 0;
		}

		#mt-content, #wt-content, #fs-content, #sun-content {
			text-align: center;
			background-image: none;
		}

		#mt-content li a, #wt-content li a, #fs-content li a, #sun-content li a {
			float: none;

		}

		#mt-right li, #wt-right li, #fs-right li, #sun-right li {
		padding: 10px;
		}

		#mt-more-links a, #wt-more-links a, #fs-more-links a, #sun-more-links a {
			margin: auto 0;

		}

		#sun-photo {
			padding-top: 0px;
		}

		.more-link {
		padding-left: 0px;
		}

		#fs-more-links a, #sun-more-links a{
		  margin: 0 32px;
		}

		h3#subhead {
			padding: 0;
		}

		#main-nav {
			margin: 20px 0 0 0;
		}	
	}

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

		h1 {
			font-size: 35px;}

		h2 {
			font-size: 20px;
			margin: 0;
			padding: 0;
		}

		#home-top {
			padding-top: 50px;}

		#how {
			margin: 0px auto 0 auto}

		.more-link {
			padding-left: 0;
		}


		#fs-more-links a, #sun-more-links a{
		  margin: 0 0px;
		}

		
		#fs-more-links a, #sun-more-links a{
			padding-left: 0px;
			padding-right: 0px;}

		#fs-content {
		  padding-bottom: 0px;
		}

	}
		

/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/