/**************************************************************
   AUTHOR:  Pat Heard (fullahead.org)
   DATE:    2006.05.21
   PURPOSE: Styles the html elements
 **************************************************************/

body {
  margin: 0;
  padding: 0;
  text-align: center;
  font: 400 0.67em 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  line-height: 180%;
  color: #5A5A5A;
  background: #DDDEDF;  
}

.laser {   
  text-align: center;
  font: 700 1.6em 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;  
}

h1 {   
  clear: both;
  font: 700 1.6em 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;  
  color: #776655;   
}

h1.title {
  margin: 0;
  padding: 20px 15px 5px 15px;
  /* Original color of page title = color: #334F63;*/
}

h2 {
  font: 700 1.4em 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  color: #486C85;
}

h3 {
  font: 700 1.2em 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  color: #666;
}

h4 {
  font: 400 1.0em 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #555;
}

h5 {
  font: 400 0.9em 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  color: #888;
}

h6 {
  font: 400 0.8em 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  color: #AAA;
}


h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 10px 15px;
}

a {
  text-decoration: none;
  color: #326D95;
  border-bottom: 1px dotted #326D95;
}

a:hover {
  color: #263D4E;
  background: #E1ECF3;
  border-bottom: 1px solid #263D4E;
}

a.noHover,
a.noHover:hover { 
  padding: 0;
  background: none;
  border: 0;  
}


/* Uncomment this if you would like a visited link style
a:visited {
  color: #263D4E;
} */ 

ol, ul {
  margin: 10px 30px;
  padding: 0 30px;
}

ol {
  font-weight: bold;
  color: #486C85;
}

ol span {
  font-weight: normal;
  color: #5A5A5A;
}

ul {
  list-style-image: url(../images/bg/bullet.gif) !important;
  list-style-image: url(../images/bg/bullet_ie.gif);
}

del {
  color: #AAA;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #DDD;
}



/**************************************************************
   Form Elements
 **************************************************************/

label {
  display: block;
}

input,
textarea,
select {
  padding: 2px;
  font: 400 1em arial, georgia, monospace;
  color: #666;
  background: #F5F5F5;
  border-style: solid;
  border-width: 1px;
  border-color: #888 #CCC #CCC #888;
  
}

input:focus,
textarea:focus,
select:focus {
  padding: 1px;
  color: #000;
  background: #EBF1F5;
  border-width: 2px;
  border-color: #AAA #DDD #DDD #AAA;
}

input.button {
  padding: 1px 5px;
  font: 400 1.1em 'Lucida Grande', Verdana, Arial, Helvetica, Verdana, sans-serif;
  color: #334F63;
  background: #D0E1EC;
  border-width: 1px;
  border-style: solid;
  border-color: #CAD8E2 #567489 #567489 #CAD8E2;
}

/**************************************************************
   Blockquote and included icons:
   ------------------------------------------------------------
   Currently blockquote rounded top and bottom is configured
   to work in a div with .width75 class applied.  To use in
   other sized div's, you'll need to create new rounded top/
   bottom images with "blockquote.psd" and create the css
   rules.   
 **************************************************************/

blockquote {
  margin: 10px 15px;
  background: #EBF1F5 url(../images/bg/blockquote_bottom.gif) no-repeat bottom left;  
}

blockquote div.top {  
  padding: 10px;
  background: url(../images/bg/blockquote_top.gif) no-repeat top left; 
}

/**************************************************************
   Images
 **************************************************************/

img.floatRight {
  margin: 2px 0px 2px 5px;  
}

img.floatLeft {
  margin: 2px 5px 2px 0px;
}

a img {
  border: 0;
}
