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

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

/* #Site Styles
================================================== */

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

@font-face {
    font-family: 'AlfaSlabOneRegular';
    src: url('/_fonts/alfaslabone-regular-otf-webfont.eot');
    src: url('/_fonts/alfaslabone-regular-otf-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_fonts/alfaslabone-regular-otf-webfont.woff') format('woff'),
         url('/_fonts/alfaslabone-regular-otf-webfont.ttf') format('truetype'),
         url('/_fonts/alfaslabone-regular-otf-webfont.svg#AlfaSlabOneRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CartoGothicStdBook';
    src: url('/_fonts/CartoGothicStd-Book-webfont.eot');
    src: url('/_fonts/CartoGothicStd-Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_fonts/CartoGothicStd-Book-webfont.woff') format('woff'),
         url('/_fonts/CartoGothicStd-Book-webfont.ttf') format('truetype'),
         url('/_fonts/CartoGothicStd-Book-webfont.svg#CartoGothicStdBook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CartoGothicStdItalic';
    src: url('/_fonts/CartoGothicStd-Italic-webfont.eot');
    src: url('/_fonts/CartoGothicStd-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_fonts/CartoGothicStd-Italic-webfont.woff') format('woff'),
         url('/_fonts/CartoGothicStd-Italic-webfont.ttf') format('truetype'),
         url('/_fonts/CartoGothicStd-Italic-webfont.svg#CartoGothicStdItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CartoGothicStdBold';
    src: url('/_fonts/CartoGothicStd-Bold-webfont.eot');
    src: url('/_fonts/CartoGothicStd-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_fonts/CartoGothicStd-Bold-webfont.woff') format('woff'),
         url('/_fonts/CartoGothicStd-Bold-webfont.ttf') format('truetype'),
         url('/_fonts/CartoGothicStd-Bold-webfont.svg#CartoGothicStdBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CartoGothicStdBoldItalic';
    src: url('/_fonts/CartoGothicStd-BoldItalic-webfont.eot');
    src: url('/_fonts/CartoGothicStd-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_fonts/CartoGothicStd-BoldItalic-webfont.woff') format('woff'),
         url('/_fonts/CartoGothicStd-BoldItalic-webfont.ttf') format('truetype'),
         url('/_fonts/CartoGothicStd-BoldItalic-webfont.svg#CartoGothicStdBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: 'CartoGothicStdBook';
	}

#nav {
	width: 100%; 
	background: #00a4e3;
	padding: 0;
	}
	
#nav .container {
	padding: 0 !important;
	}
	
#nav .four {
	background: #f27c39;
	border-bottom: 1px solid #f27c39;
	padding: 5px;
	margin: 0;
	}
	
#nav .four a {
	font-family: 'AlfaSlabOneRegular';
	font-size: 22px;
	color: #fff;
	text-decoration: none;
	}
	
#nav .four a:hover {
	color: #fff;
	}
	
#nav .twelve {
	text-align: right;
	padding: 5px;
	margin: 0;
	font-family: 'AlfaSlabOneRegular';
	font-size: 22px;
	color: #fff;
	text-shadow: #000 0px 1px 1px;
	}
	
#nav .twelve a {
	font-family: 'AlfaSlabOneRegular';
	font-size: 22px;
	color: #fff;
	text-decoration: none;
	}
	
#nav .twelve a:hover {
	color: #f27c39;
	}
	
#logo {
	margin: 40px 0 0 20px;
	}
	
#specials {
	float: right;
	margin: 50px 0 0 0;
	}
	
h1 {
	font-family: 'AlfaSlabOneRegular';
	font-size: 42px;
	color: #fff;
	text-shadow: #000 0px 1px 1px;
	margin: 200px 0 0 0;
	}
	
h3 {
	font-family: 'AlfaSlabOneRegular';
	font-size: 16px;
	color: #f27c39;
	margin: 0 0 0px 0;
	padding: 0;
	}
	
p {
	margin: 0px 0;
	padding: 0 0 5px 0;
	}
	
p a {
	color: #f27c39;
	}
	
p a:hover {
	color: #00a4e3;
	}
	
#footer {
	background: #003e7e;
	width: 100%;
	padding: 20px 0 60px 0;
	margin: 20px 0 0 0;
	}
	
#footer p {
	font-family: 'AlfaSlabOneRegular';
	font-size: 14px;
	color: #fff;
	}
	
#footer p a {
	color: #fff;
	margin: 0 30px;
	text-decoration: none;
	}
	
#footer p a:hover {
	color: #fff;
	}
	
	ul {
		list-style: disc;
		margin: 0 0 0 20px;
		}
	


/* #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) {
	
	#nav .four a {
		font-size: 18px;
		}

	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	
	#nav .twelve {
		text-align: center;
		}
		#nav .twelve a {
		font-size: 18px;
		}
		
	#specials {
		width: 120px;
		}
		
	h1 {
		margin-top: 160px;
		font-size: 32px;
		}
	
	#footer p a {
		display: block;
		clear: both;
		margin: 0;
		}
	
	}

	/* 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) {
	
	#nav .twelve {
		text-align: center;
		}
	
	#nav .twelve a {
		font-size: 16px;
		}
	
	.home-link { display: none; }
	
	#logo {
	width: 300px;
	margin-left: 0;
	}
	
	}


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