/**************************************************************
   Visit FullAhead.org and studio7designs.com for more layouts and downloads for this template!
 **************************************************************/

/*********************************************************
   HTML Elements
 *********************************************************/

html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: url(../images/background.gif) repeat-y top center;
  font: 400 0.8em helvetica,Arial,sans-serif;
  line-height: 150%;
  color: #000;
}



/* Headers */
h1, h3, h4, h5, h6 {
  margin: 0 0 10px 0;
  padding: 0;
}


h2 {
  font-size: 1.2em;
}

h3 {
  text-transform: uppercase;
  font-size: 0.9em;
}

h4 {
  font-size: 0.85em;
}

h5 {
  font-size: 0.8em;
}



/* Links */
a {
  text-decoration: none;
  color: #D8684B;
}

a:hover {
  color: #D8684B;
}

a img {
  border: 0;
}

a img.border {  
  border: 1px solid #FC3307;
}

a:hover img.border {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 1px solid #668FA3 !important;
  border: 1px solid #FC3307;
}



/* Images */
img.floatRight {
  margin: 5px 0 10px 10px;
}

img.floatLeft {
  margin: 5px 10px 10px 0;
}



/* Lists */
ul li {
  list-style-type:none;
}

ol li {
  font-weight: bold;
  color: #668FA3;
}

ol li span {
  font-weight: normal;
  color: #444;
}



/* Blockquote */
blockquote {
  margin: 0;
  padding: 0 20px;
  background: #E7F1F3;
  border-top: 1px solid #AAD3DB;
  border-bottom: 1px solid #AAD3DB;
}



/**************************************************************
   Form Elements
 **************************************************************/

form {
  padding: 0;
  margin: 0;
}

/* If you're finding the input elements get pushed down, increase the width */
label {
  float: left;
  width: 25%;
  vertical-align: top;
  font-weight:bold;
  font-size:1.1em;
}

label:focus {
  float: left;
  width: 25%;
  vertical-align: top;
  font-weight:bold;
  color:green;
}

input,
textarea,
select {
  padding: 1px;
  font: 400 1em verdana, sans-serif;
  color: #999;
  background: #FFF7F0;
  border: 1px solid #CCC;
  width:300px;
}

.day {width:50px;}
.month {width:50px;}
.year {width:100px;}

textarea {
   height:100px;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #FFF;
  border: 1px solid #999;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
  padding: 2px 5px;

  font: 400 0.9em verdana, serif;
  cursor: pointer;

  color: #fff;
  background: #D7674A;
  border-width: 1px;
  border-style: solid;
  border-color: #CCC #691300 #691300 #CCC;
}

input.radio {
  background: none;
  border: 0px;
}





