/**************************************************************
   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: #006e85 url(/media/images/bg.jpg) repeat-y top center;
  font: 400 0.9em verdana, arial, sans-serif;
  line-height: 170%;
  font-size:81%;
  color: #595441;
}
dl dt {text-decoration:underline;}
dt, dl{
  font: 0.9em verdana, arial, sans-serif;
  color: #595441;
}
/* Headers */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px 0;
  padding: 0;
}


h1 {
  padding-bottom: 0.2em;
  font: 2.5em arial, sans-serif;
  color: #595441;
}
h1 a{border:0px solid white;}
h2 {
  font-size: 1.6em;
  color: #536C71;
  padding-bottom:.2em;

}

h3 {
  text-transform: uppercase;
  font-size: 1.4em;
  color: #595441;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.95em;
}


/* Needed to horizontally pad in a coloured container */
.horzPad h1,
.horzPad h2,
.horzPad h3,
.horzPad h4,
.horzPad h5,
.horzPad p {
  padding-left: 5px;
  padding-right: 5px;
}


/* Links */
a {
  text-decoration: none;
  border-bottom:1px dashed #536C71;
  color: #536C71;
}

a:hover {
  color: #668FA3;
}

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;
}



ol li {
  font-weight: bold;
  color: #668FA3;
}

ol li span {
  font-weight: normal;
  color: #444;
}
ol li p, ol li pre{
  color: #595441;
  font-weight:normal;
}

/* Blockquote */
blockquote {
  margin: 0;
  padding: 0 20px;
  background: #E7F1F3;
  border-top: 1px solid #AAD3DB;
  border-bottom: 1px solid #AAD3DB;
}
