@charset "utf-8";

html {
background: #ab503e url(bg_horsehair.jpg)repeat; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
  padding: 0px;
  margin: 0;
}

    
/* For Centering such as li or headers 
html code example
<div class="float_center">
        <ul class="child">
          <li><a href="#">link 1</a></li>
          <li><a href="#">link 2</a></li>
          <li><a href="#">link 3</a></li>
        </ul>
        <div class="clear"></div>
    </div>
*/
.float_center {
  float: right;
  position: relative;
  left: -50%; /* or right 50% */
  text-align: left;
}
.float_center > .child {
  position: relative;
  left: 50%;
}


/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

.ie6 img {
	width:100%;
}

.fluid {
	clear: both;
	margin-left: auto;
	width: 100%;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}
.main {  
	background: #f3ede2; 
    width: 98%;
	display:block;
	margin-left:auto;
    margin-top: 15px;
	margin-right:auto;
    margin-bottom: 15px;
    text-align: center;
    padding: 15px;
    border: 0;
    }

.content {
	margin-left:auto;    
	margin-right:auto;
    display: block;
    text-align: center;
    width: 100%;
    padding: 10px;
	font-family: Arial, sans-serif, Serif;
	color:#392105;
    font-weight: bold;

}

.sidebar{
	background-color: rgba(103,198,82, .45);
	border:1px dotted #010066;
}

p {
font-family: Arial, sans-serif, Serif;
font-size: 13pt;
color: #392105;
font-weight: bold;
}

h1{
	font-family: "comic sans ms", Arial, "Trebuchet MS", sans-serif, Serif; 
	color: #392105; 
	font-size:14pt;
}

h2{	
font-family: Arial, sans-serif, Serif;
font-size: 12pt;
color: #392105;
font-weight: bold;
}

.img{
	border: 1px solid #a8643d;
    box-shadow: 4px 4px #82421d, 2px 2px 8px #5c2809;
}

.footer{
	font-family:Comic Sans Ms, "Franklin Gothic Medium", Arial, "Trebuchet MS", sans-serif, Serif;
	color:#281703;
    font-weigth: bold;
    font-size: 11pt;
}

a:link { font-family: Arial, "Trebuchet MS", sans-serif, Serif; font-size: 13t;color: #000080; text-decoration: none; }
a:visited { font-family: Arial, "Trebuchet MS", sans-serif, Serif; font-size: 13pt;color: #774479; text-decoration: none; }
a:active { font-family: Arial, "Trebuchet MS", sans-serif, Serif; font-size: 13pt;color: #A31A07; text-decoration: none; }
a:hover { font-family: Arial, "Trebuchet MS", sans-serif, Serif; font-size: 13pt;background-color: #86380b; color: #ffffff; text-decoration: none; }


a:link.menu { color: #67C652; text-decoration: none; text-transform:uppercase; font-size:11pt; font-family: "Franklin Gothic Medium", Arial, "Trebuchet MS", sans-serif, Serif; }
a:visited.menu { color: #67C652; text-decoration: none; text-transform:uppercase; font-size:11pt; font-family: "Franklin Gothic Medium", Arial, "Trebuchet MS", sans-serif, Serif; }
a:active.menu { color: #67C652; text-decoration: none; text-transform:uppercase; font-size:11pt; font-family: "Franklin Gothic Medium", Arial, "Trebuchet MS", sans-serif, Serif; }
a:hover.menu { color: #ffffff; text-decoration: none; text-transform:uppercase; font-size:11pt; font-family: "Franklin Gothic Medium", Arial, "Trebuchet MS", sans-serif, Serif; }


a:link.footer { color: #000080; text-decoration: none; font-family: "Franklin Gothic Medium", Arial, "Trebuchet MS", sans-serif, Serif; font-size:11pt; }
a:visited.footer { color: #774479; text-decoration: none; font-family: "Franklin Gothic Medium", Arial, "Trebuchet MS", sans-serif, Serif; font-size:11pt; }
a:active.footer { color: #67C652; text-decoration: none; font-family: "Franklin Gothic Medium", Arial, "Trebuchet MS", sans-serif, Serif; font-size:11pt; }
a:hover.footer { background-color: #86380b; color: #ffffff; text-decoration: none; font-family: "Franklin Gothic Medium", Arial, "Trebuchet MS", sans-serif, Serif; font-size:11pt; }


a:link.socialHeader { color: #010066; text-decoration: none; }
a:visited.socialHeader { color: #010066; text-decoration: none; }
a:active.socialHeader { color: #010066; text-decoration: none; }
a:hover.socialHeader { color: #67C652; text-decoration: none; }

/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
border: 0;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	max-width:600px;
	margin-left:auto;
	margin-right:auto;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Mobile Layout: 599px and below. */

#header{
    margin-left: auto;
    margin-right: auto;
    display: block;
	text-align: center;
    width: 100%;
    max-width: 1200px;
    background: #bba183;
    border-bottom: 3px ridge #8a3b16;
	} 
     
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
    max-width: 1200px;
	clear: none;
	float: none;
}
#div1 {
    margin-left: auto;
    margin-right: auto;
    background: #bba183;
}

.pedtable {
     margin-left: auto;
     margin-right: auto;
     text-align: left;
     width: 95%; 
     background: #c2ac8c; 
     border: 2px outset #c2ac8c; 
     box-shadow: 2px 2px 1px #A05850;
  -webkit-box-shadow: 2px 2px 2px #A05850;
  -moz-box-shadow: 2px 2px 2px #A05850;
 }
 
.ped {
     margin-left: auto;
     margin-right: auto;
     text-align: left;
     padding-left: 4px;
     width: 33%; 
     background: #e6d9c6; 
     font-family: arial, sans-serif;
     font-size: 10.5pt;
     font-weight: bold; 
     border: 2px outset #c2ac8c;
     box-shadow: 2px 2px 1px #913B13;
  -webkit-box-shadow: 2px 2px 2px #913B13;
  -moz-box-shadow: 2px 2px 2px #913B13; 
 }
 
#socialHeader {
	text-align: center;
	vertical-align: middle;
	width: 100%;
	clear: both;
	margin-left: 0;
}

.gridContainer.clearfix #div1 #socialHeader {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 22pt;
	font-weight: bold;
	font-family: "Franklin Gothic Medium";
	color: #01006C;
    background: #bba183;
}
#headerSlides {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#headerNav {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
#headerNav {
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
    max-width: 1200px;
	border-bottom: none;
}
.gridContainer.clearfix {
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
    width: 100%;
    max-width: 1200px;
	border-bottom: none;
}

/* Tablet Layout: 600px to 900px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 600px) {

.gridContainer {
	width: 100%;
	clear: none;
	float: none;
	margin: none;
}
#div1 {
}
#logoHeader {
width: 61.8784%;
}
#socialHeader {
padding-top:10px;
font-size: 20pt;
width: 36.464%;
margin-left: 1.6574%;
clear: none;
}
#headerSlides {
}
#headerNav {
text-align: center;
background; ##bba183;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 800px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 900px) {

.gridContainer {
	width: 100%;
	max-width: 1000px;
	padding-left: 0.5434%;
	padding-right: 0.5434%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#logoHeader {
width: 66.3003%;
}
#socialHeader {
width: 32.6007%;
padding-top:20px;
font-size: 24pt;
clear: none;
margin-left: 1.0989%;
}
#headerSlides {
}
#headerNav {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}

/* -----------------------------------
Form - narrow
----------------------------------- */

.row-form {
	clear: left;
	overflow: hidden;
	zoom: 1;
	margin: 0 0 1em;
}

.label {
	display: block;
	margin: 0 0 .1em;
}

.input, .select, .textarea {
	width: 100%;
 *width: 90%;
	box-sizing: border-box;
	border: 1px solid #999;
	border-radius: .3em;
}

.input, .textarea {
	padding: 5px;
}

.textarea {
	height: 150px;
}

.radio {
	margin-left: 1px;
	margin-right: .5em;
}

.form-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.btn {
	display: inline-block;
	margin: 0;
	padding: .7em 1.2em;
	border: 0;
	border-radius: .3em;
	color: #fff;
	background-color: #010066;
	line-height: 1;
	font-family:Arial, Helvetica, sans-serif
}

.btn:focus {
	background-color: #67C652;
}

.btn:hover {
	background-color: #67C652;
}

.btn:active {
	background-color: #010066;
}

/* -----------------------------------
Form - wide
----------------------------------- */

@media (min-width:33em) {

.submission-form {
	max-width: 40em;
}

.label {
	float: left;
	width: 25%;
	margin: 0 2% 0 0;
	text-align: right;
}

.input, .select, .textarea {
	float: left;
	width: 70%;
}

.form-indent {
	margin-left: 27%;
	width: 70%;
}
}

