/*
* 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
================================================== */
.blue, a.blue:visited  {color: #3498db;}
a.pdf {background: url('../images/pdf.png') no-repeat left; padding-left: 20px; }
.slides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.slides li {
  -webkit-backface-visibility: hidden;
  position: relative;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.slides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.slides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }


h1, h2, h3, h4, h5, h6 {font-family: 'Karma', serif;}
h1 {font-size: 26px; line-height: 22px; }
h2 {font-size: 18px;}
h3 {font-size: 16px;}

/* #Page Styles
================================================== */
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert {
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}
.alert p {margin-bottom: 0;}


header {background: #2c3e50; margin-bottom: 20px; color:#FFF !important;}
header strong {color: #3498db}
header h1 {color:#FFF;}
header h2 {color: #999;}
.infophone {margin-top: 40px; text-align:right}

.form h3 {
    border-bottom: 1px solid;
    color: white;
    font-size: 23px;
    margin: 10px 0 20px;
    text-align: center;
    text-transform: uppercase;
}

input[type="text"], textarea {width: 98% !important;}
.form {padding: 10px; background: #2980b9; color: #fff}
input[type="submit"] {width: 101%}
input.extra {display: none;}
footer {background: #333; color: #fff; padding: 10px 0; text-align: center; }
footer h4 {color:#3498db;}
footer p {font-size: 12px;}

table td {padding: 10px 0}

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

	/* 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) {
		.infophone {margin-top: 0; margin-bottom: 10px !important; text-align: left; font-size: 16px}
		h1 {font-size: 25px; line-height:28px}
		h2 {font-size: 18px; line-height: 24px}
		.form { margin-bottom: 20px}
	}


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