/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #333;
  background: #ededed;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

.textTwoCol {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
  margin-bottom: 20px;
}

.textOneCol 
{
   padding-right: 140px;
}

.f-left {
  float: left;
  display: inline;
}

.f-right {
  float: right;
  display: inline;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
  font-size: 30px;
  line-height: 32px;
  padding-bottom: 20px;
  letter-spacing: -1px;
  border-bottom: 1px solid #ddd;
}

h2, p.accordionInfo {
  font-size: 20px;
  line-height: 22px;
  padding-bottom: 20px;
  letter-spacing: -1px;
  border-bottom: 1px solid #ddd;
}

h3 {
  font-size: 17px;
  line-height: 21px;
  letter-spacing: -1px;
}

h4 {
  font-size: 17px;
  line-height: 24px;
  font-family: 'Cabin', sans-serif;
  font-weight: 500;
}

h5 {
  font-size: 14px;
  line-height: 22px;
}

h6 {
  font-size: 12px;
  line-height: 18px;
}

h1, h2, h3, p.accordionInfo {
  font-family: 'Cabin', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.noBorder {
  padding-bottom: 0;
  border-bottom: none;
}

.error {
  color: red;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

a {
  color: #A5CD39;
  font-weight: bold;
  text-decoration: none;
  
  -webkit-transition: color 250ms ease-out;
  -moz-transition: color 250ms ease-out;
  -o-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}
a:hover {
  color: #333;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

.mainImage {
  margin-bottom: 20px;
}

ol {
  list-style: decimal;
}
ol li {
  list-style: decimal;
  padding-left: 15px;
}

ul {
  list-style: none;
}

ul li {
  list-style: none;
  padding-left: 15px;
  background: url(../images/icons/bullet/bullet.gif) 0 0 no-repeat;*/
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}

.twoCol {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0;
  list-style: none;
}

.twoCol li {
  float: left;
  display: inline;
  list-style: none;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  padding-left: 15px;
  width: 430px;
}

/* `Forms
----------------------------------------------------------------------------------------------------*/

label {
  font-size: 14px;
  font-weight: normal;
}
label span {
  font-style: italic;
}

.searchForm {
  
}
.searchForm label {
  text-align: right;
  font-size: 11px;
  font-weight: bold;
  line-height: 26px;
}
.searchForm input {
  float:left;
  display: inline;
  width: 170px;
  padding: 5px;
  background: #fff;
  border: 1px solid #fff;
  color: #333;
  margin: 0;
  font-size: 11px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.searchForm .button {
  float: right;
  display: inline;
}
.searchForm .button a {
  padding: 6px;
}

.contactForm .grid_12,
.commentForm .grid_12 {
  margin-top: 20px;
}

.contactForm input,
.commentForm input {
  width: 430px;
  padding: 15px;
  background: #fff;
  border: 1px solid #e2e2e2;
  color: #333;
  margin: 20px 0 5px 0;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.contactForm textarea, 
.commentForm textarea {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 18px;
  width: 910px;
  max-height: 100px;
  padding: 15px;
  background: #fff;
  border: 1px solid #e2e2e2;
  color: #333;
  margin: 20px 0 5px 0;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  resize: none
}

/* `Button
----------------------------------------------------------------------------------------------------*/

.button {}
.button a {
  font-family: 'Cabin', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  width: auto;
  background-color: #a5cd39;
  padding: 10px;
  font-size: 12px;
  /*font-weight: normal;*/
  line-height: 14px;
  text-transform: uppercase;
  color: #fff;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  
  -webkit-transition: background-color 250ms ease-out;
  -moz-transition: background-color 250ms ease-out;
  -o-transition: background-color 250ms ease-out;
  transition: background-color 250ms ease-out;
  
  /* For IE 7 */
  *zoom: 1;
  *display: inline;
}

.button a:hover {
  background: #333;
}










/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
