/**************************************************************
   AUTHOR:  Pat Heard (fullahead.org)
   DATE:    2006.03.19
   PURPOSE: Styles the html elements
 **************************************************************/

html {
  height: 100%;
}

body {
  height: 100%;

  margin: 0;
  padding: 0;
  text-align: center;

  font: 400 0.7em arial, sans-serif;
  line-height: 120%;

  background: #BEC8CE;
  color: #222;
}

h1 {
  font: 700 1.25em arial, sans-serif;
  border-bottom: #AAA dashed 1px;
  background: url(../images/site/h1.png) 2px 14px no-repeat;
}

h2 {
  font: 400 1em arial, sans-serif;
}

h3 {
  font: 300 1em arial, sans-serif;
}

h4 {
  font: 200 1.1em "trebuchet ms", serif;
}

h5 {
  font: 150 1.05em "trebuchet ms", serif;
}

h6 {
  font: 100 1em "trebuchet ms", serif;
}


h1, h2, h3, h4, h5, h6 {
  color: #666;
  margin: 0;
  padding: 10px 15px;
}


.rightContent {
  margin-right: 2px;
}

/* Done so the leftmost column aligns properly with the header.
   If the leftmost column has class gradient applied to it, 
   this class isn't required. */
.leftColumn {
  margin: 10px 0px 0px 1px;
}

.leftColumn h1,
.leftColumn h2,
.leftColumn h3,
.leftColumn h4,
.leftColumn h5,
.leftColumn h6,
.leftColumn p,
.leftColumn dl {
  padding-left: 0;
}

.bulletin-content h2 {
  color: #000;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  background: url(../images/site/button_bg.png) 50% 50% repeat-x;
}

a {
  color: #12b4ce;
  text-decoration: none;
}

a:hover {
  color: #ff9904;
}

b, strong {
  font-weight: bold;
}

ol, ul {
  margin: 10px 30px;
  padding: 0 30px;
}

ul {
  list-style-image: url(../images/site/bullet.gif);
}

del {
  color: #AAA;
}

code {
  margin: 10px 15px;
  padding: 10px;
  display: block;
  overflow: auto;
  
  font: 400 1em courier, monospace;
  line-height: 120%;
  white-space: pre;
  
  background: #444;
}

.leftColumn code {
  margin-left: 0;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

dt {
  font-weight: bold;
  color: #FFB323;
}

dd {
  margin-left: 0;
  padding-left: 45px; 
}

p:first-letter,
dd:first-letter {
  font-weight: bold;
}

form {
  display: inline;
}

/**************************************************************
   Form Elements
 **************************************************************/

label {

}

input,
textarea,
select,
input.button {
  margin: 2px;
  padding: 2px;
  font: 400 1em verdana, sans-serif;
  color: #444;
  background: url(../images/site/button_bg.png) repeat-x top left;
  border: 1px solid #444;
}

textarea {
  background: url(../images/site/textarea_bg.png) repeat-x top left;
  height: 120px;
  width: 400px;
}

.checkbox,
.checkbox:hover {
  border: none;
  background: #FFF;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  border: 1px solid #EF9604;
}

input:focus.disabled ,
input:hover.disabled,
textarea:focus.disabled,
textarea:hover.disabled,
select:focus.disabled,
select:hover.disabled {
  border: 1px solid #000;
}


/**************************************************************
   Blockquote and included icons
 **************************************************************/

blockquote {
  margin: 10px 15px;
  padding-left: 27px;
}

blockquote.exclamation {
  text-align: left;
  font-style: normal;
  background-image: url(../images/icons/exclamation.gif);
}

blockquote.stop {
  text-align: left;
  font-style: normal;
  background-image: url(../images/icons/stop.gif);
}

blockquote.go {
  text-align: left;
  font-style: normal;
  background-image: url(../images/icons/go.gif);
}



/**************************************************************
   Images
 **************************************************************/

img.floatRight {
  margin: 5px 15px 10px 15px;
}

img.floatLeft {
  margin: 5px 15px 10px 15px;
}

#page a img {
/*  border: 1px solid #BB1B00; */
}

#page a:hover img {
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
	/*
  border: 1px solid #EF9604 !important;
  border: 1px solid #EF9604;
	*/
}

#page img {
	/*
  border: 1px solid #AAA;
  padding: 3px;
	*/
}
