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

#header { 
	margin: 0 0 0 10px;
	background-color: #000; 
	color: #fff;
}

#header-icons { 
	position: relative;
	width: 236px;
	height: 60px;
}

#header-icons a {
	position: absolute;
	display: block;
	width: 42px;
	height: 43px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 4px;
	background-image: url(../images/Banner-c-188px-icons-web.png);
	background-repeat: no-repeat;
}

#header-icons a:hover,
#header-icons a:active {
	outline: 2px solid red;
}
#header-icons a.twitter  { 
	left: 10px; top: 9px; 
	background-position: -5px -3px;
}
#header-icons a.facebook { 
	left: 70px; top: 9px;
	background-position: -50px -3px;
}
#header-icons a.youtube { 
	left: 130px; top: 9px;
	background-position: -96px -3px;
}
#header-icons a.message { 
	left: 190px; top: 9px;
	background-position: -142px -3px;
}
	


#globalNav { 
	min-height: 14px;
}

#globalNav ul {
	margin-left: 20px;
	padding: 10px 10px 0 16px;
	list-style: none;
}
#globalNav ul li {
	margin: 0;
	color: blue;
	padding: 0;
	display: inline;
}

#globalNav ul li a {
	text-decoration: none;
	color: #7f1212;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px 25px 0 0px;
	margin: 0;
}

#globalNav ul li a:hover {
	text-decoration: none;
	color: #cc0000;
}

#globalNav a img { 
	margin-bottom: -8px;
}

#slides {
	height: 200px;
	background-color: #001525; /* non-opaque fallback */
	background-color: rgba(0,0,0,0.9);
}
#slides div.slide {
	width: 300px;
	height: 200px;
}
#slides img {
	display: block;
	width: 100%;
	max-width: 300px;
}
#slides span {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	max-width: 300px;
	padding-bottom: 4px;
	background-color: #001525; /* non-opaque fallback */
	background-color: rgba(0,0,0,0.9);
	text-align: center;
	color: white;
	font-size: 1.0em;
	line-height: 24px;
}
/* for AnySlider */
#slides {
	overflow: auto; /* Not required but recommended for accessibility when JavaScript is turned off */
	position: relative;
}
#slides {
	-ms-touch-action: none; /* Prevent default touch actions on Windows 8 */
}

#event-highlight {
	background-color:#FFFF99;
}

#footer p {
	font-size: 12px;
}

.button, .button:active, .button:visited {
	width: 200px;
	height: 32px;
	color: white;
	padding-top: 12px;
	font-size: 24px;
	letter-spacing: 0.05em;
	font-weight: normal;
	text-align: center;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
	text-decoration: none;
}

.button:hover, .button:active {
	color: #222;
	background-color: #ddd;
	text-decoration: none;
}


.blue {
	background-color: #0076cd;
}

.green {
	background-color: #4da643;
}

.red {
	background-color: #b82e2b;
}


img.pic {
		width: 300px; 
		/* height: 200px; */
	}

div.hilite-yellow {
	background-color: #ffffcc;
	padding: 0 5px 0 5px;
}

div.hilite-blue {
	background-color: #ccccff;
	padding: 0 5px 0 5px;
}


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

/* #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) {
	
	img.pic {
		width: 236px; 
		/* height: 158px; */
	}
	
	#slides { 
		height: 158px;
	}
	#slides div.slide { 
		width: 236px; 
		height: 158px;
	}
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	#header { 
		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) {	}




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