/*
* 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{
	background: #FFFFFF;
	margin: 0 auto;
	background:url("../images/background.jpg") no-repeat;
	width:100%;
	background-size: 100% 100%;
}
.header .headline { display:none; }
.Home .header{
	min-height: 100px;
	height: 100%;
}
.Home .header .headline { display:block; }
p, li, a {
	font-family:"Times New Roman"
}
.header-content img { float:left; }
.header-content nav { float:right; }
.login-form{display:block; margin:0 auto; width:250px;}
.header-inner{
	box-shadow: 0px 5px 20px #4d4d4d, 0px -5px 20px #4d4d4d;
	margin-top:20px;
	margin-bottom:30px;
	background:white;
}

a.button{
	display: table;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	min-width:40px;
}

.footer{
	background-color: #f2f2f2;
	box-shadow: 0px -5px 10px -2px #a8a8a8;
}
.footer-header{
	padding:20px 0px 0px 0px;
}
.footer-header h5{
	float:left;
}
.footer-header p{
	float:right;
	margin:0px 0px 15px 0px;
}
.footer a{
  font-size: 12px;
  color: #888888;
  text-decoration:none;
}
.footer li{
  margin-bottom:0px;
}

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

header{
	box-shadow: 0px 7px 20px #4d4d4d inset;
}
.headline h1{
  font-size: 85px;
  font-family: "Times New Roman";
  text-align: center;
  text-shadow: -2.571px -3.064px 0px rgb( 162, 38, 3 );
  color:white;
  margin:30px 0;
  line-height:100%;
}  
.spiff-container h4{
	text-align:center;
	color:#888888;
  	font-size: 20px;
  	margin-bottom:0px;
}
.news-image{
	display:block;
	margin:0 auto;
}
.main-article.two-thirds.column { margin-bottom: 10px; }
.main-article .button{
	display:inline;
}
.main-article h3, .calendar h3{
	line-height:1;
	margin-bottom:0px;
  	font-size: 32px;
  	font-family: "Times New Roman";
  	line-height: 1.125;
}
.main-article h4{
	margin-bottom:25px;
	font-style:italic;
	font-size: 22px;
	font-family: "Times New Roman";
	line-height: 1.636;
}


.main-article p{
  font-size: 16px;
  color: rgb( 136, 136, 136 );
  line-height: 1.25;
}
.spiff-span{
	background-color: #f2f2f2;
	width:100%;
	padding-top:10px;
}
.news-container{
	box-shadow: 0px -5px 10px -2px #a8a8a8;
	width:100%;
}
.article-holder{
	padding-top:40px;
}
.calendar li { line-height:18px; height:82px; }

.calendar-box img { float:left; margin-right:10px; }
.calendar-box a {
  font-size: 16px;
  color: #e57119;
  font-weight: bold;
}



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

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	.headline h1{
		font-size:3em;
	}
	.footer{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; }
*/