/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */

/* HTML element (SMACSS base) rules */
@import "normalize.css";
@import "elements.css";
@import "background.css";

/* Layout rules */
@import "layouts/fixed.css";

/* Component (SMACSS module) rules */
@import "components/misc.css";
/* Optionally, add your own components here. */
@import "print.css";

/* SMACSS theme rules */
/* @import "theme-A.css"; */
/* @import "theme-B.css"; */

@import "site.css";

#logo
 {
  margin:0px;
  margin-left:182px;
  margin-top:30px;
  z-index:1;
  position:relative;
  padding:0px;
 }
 
ul.nice-menu
 {
  float:none !important;
  display:inline-block;
 }
 
ul.nice-menu li
 {
  background:transparent !important;
  border-style:none !important;
  line-height:1em;
  text-align:left;
 }
 
ul.nice-menu li a
 {
  padding-left:25px;
  padding-right:25px;
  padding-top:9px;
  padding-bottom:0px;
  height:46px;
 }

#navigation
 {
  text-transform:uppercase;
  font-size:1.2em;
  text-align:center;
 }
 
#navigation a
 {
  text-decoration:none;
  color:#ffffff;
  font-family: 'Open Sans', sans-serif;
  font-weight:600;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.7);
 }
 
#navigation li a.active, 
#navigation li a:hover
 {
  background: rgb(219,101,70);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiNjU0NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5OTIzMDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(219,101,70,1) 0%, rgba(153,35,4,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,101,70,1)), color-stop(100%,rgba(153,35,4,1)));
background: -webkit-linear-gradient(top,  rgba(219,101,70,1) 0%,rgba(153,35,4,1) 100%);
background: -o-linear-gradient(top,  rgba(219,101,70,1) 0%,rgba(153,35,4,1) 100%);
background: -ms-linear-gradient(top,  rgba(219,101,70,1) 0%,rgba(153,35,4,1) 100%);
background: linear-gradient(to bottom,  rgba(219,101,70,1) 0%,rgba(153,35,4,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db6546', endColorstr='#992304',GradientType=0 );
 }
 
.firstword
 {
  font-size:0.8em;
  display:block;
 }
 
.singleword
 {
  padding-top:10px;
  display:inline-block;
 }
 
#footer
 {
  position:fixed;
  bottom:0px;
  left:0px;
  right:0px;
  z-index:200;
  padding-top:10px;
  padding-bottom:10px;
 }
 
#footer-left
 {
  float:left;
  line-height:32px;
  margin-left:10px;
 }
 
#footer-right
 {
  float:right;
  line-height:32px;
  height:32px;
  vertical-align:middle;
  margin-right:10px;
 }
 
#footer-right-label,
#footer-right-social
 {
  display:inline;
 }
 
#footer-right-label
 {
  text-transform:uppercase;
  line-height:1em;
  font-size:1.2em;
  font-weight:bold;
  display:inline-block;
  text-align:right;
  vertical-align:top;
  margin-right:10px;
 }
 
#footer-right-label .firstword
 {
  font-weight:300;
  font-size:0.9em;
 }
 
#copyright,
#user-menu,
#secondary-menu
 {
  display:inline;
 }
 
#user-menu li a
 {
  border-left-style:solid;
  border-left-width:1px;
  border-color:#ffffff;
  padding-left:5px;
 }
 
#user-menu li
 {
  padding-right:0px;
 }

#block-menu-menu-footer-menu .block-title
{
  display:none;
}


form label {
  display: block !important;
  font-weight: normal;
}
@media (min-width: 800px) {
  form label {
    display: inline-block !important;
    width: 20%;
  padding: 0 !important;
  margin: 0 !important;
  }
}
form input,
form select,
form textarea {
  border: 1px solid #AAA;
  background: #FFF;
  color: #000;
}
@media (min-width: 800px) {
  form div.form-textarea-wrapper {
    display: inline-block;
    vertical-align: top;
  }
  input,
  select {
	  max-width: 40%;
  }
}
form div.grippie {
  display: none;
}
iframe {
	max-width: 100%;
}


article.node-40 table {
border: 1px solid #AAA;
}
article.node-40 table td{
border: 1px solid #AAA;
vertical-align: top;
padding: 3px;
font-size: 12px;
}
article.node-40 table td[colspan="3"]{
background: #415B7D;
color: #FFF;
font-weight: bold;
}
article.node-40 table td[colspan="3"] + td a,
article.node-40 table td[colspan="3"] a{
text-decoration: none;
color: #FFF;
}
article.node-40 table td[colspan="3"] + td {
background: #415B7D;
text-align: right;
}
article.node-40 table#pageTop {
	text-align: center;
}
