/*
* 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
================================================== */

@import "links.css";
@import "styles.css";
@import "input.css";
@import "fileinput.css";
@import "cms.css";
@import "fx.css.php";

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

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

	
	.menu-select { display: none; z-index: 999; position: relative; }
	.menu {
		position: relative;
		left: 0px;
		width: 900px;
		font-size: 17px;
		letter-spacing: 1px;
		z-index: 9999;
		height: 25px;
	}
	.menuOptions {
		position: relative;
		float: left;
	}
	.menu a.menuLink {
		text-align: center;
		color: #3d6a8f;
		padding-top: 27px;
		padding: 10px;
		color: #333; 
		margin-left: 1px; 
		margin-right: 0px;
	}
	.menu a.menuLink:hover{
		background: #fff;
		color: #000;
	}
	.menu a.menuLink.active{
		background: #dbccb5;
		color: #fff;
	}
	.menu a.menuLink.active:hover{
		background: #dbccb5;	
	}
	.menuOptionsTools {
		display: none;
		background: #fff;
		position: absolute; 
		top: 30px;
		left: 0px;
		min-width: 100%;
		width: 200px;
		text-align: left;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		box-shadow:  0 4px 10px 2px rgba(0,0,0,.2); 
	}
	.menuOptionsTools .link {
		padding: 5px;
		font-size: 18px;
		color: #222;
	}
	.menuOptionsTools .link:hover {
		background: #dbccb5;
	}
	
	.stars {
		position: absolute; 
		top: -60px;
		left: -90px;
		z-index: 9;
	}
	.stars.right {
		position: absolute; 
		top: -60px;
		left: auto;
		right: -50px;
		z-index: 9;
	}
	.bee {
		position: absolute; 
		top: 220px;
		left: -90px;
		z-index: 9;
		width: 121px;
	}
	.bee.right {
		position: absolute; 
		top: auto;
		bottom: 40px;
		left: auto;
		right: -90px;
		z-index: 9;
	}
	.home-columns .home-column { width: 266px; float: left; margin-right: 25px; }
	.home-columns .home-column:nth-child(3) { margin-right: 0px; }
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {		
		.menu {
			position: relative;
			top: 0px;
		}
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		.menu {
			left: -30px; 
			font-size: 16px;
			letter-spacing: 0px;
			margin-left: 1px; 
			margin-right: 0px;
		}
		
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		.big-banner { display: none; }
		.menu { display: none; }
		.menu-select { display: block; }
		.menu-select select { width: 100%; }
		.bee { width: 100px; }	
		
		.dotline-top,.dotline-bot,.dotline-left,.dotline-right { display: none; }	
	}

	/* 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) {
		
	}


/* #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; }
*/