/**************************************************************
   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.8em verdana, arial, sans-serif;
  background: #FFFFFF url(../images/bg/header.jpg) repeat-x top left;
  color: #000000;
}

h1 {   
  clear: both;
  font: 700 2.5em "trebuchet ms", serif;
  color: #1919ff;
}

div#leftMenu h1, div#leftMenu p {
  padding-left: 10px;
}

.maincontent h1 {
  padding-bottom: 0px;
}

h2 {
  font: 400 1.5em "trebuchet ms", serif;
  color: #FFB619;
}

.maincontent h2 {
  color: #8C8CFF;
  padding-top:0px;
}

#leftMenu h2, #leftMore h2 {
  text-align: center;
}

h2 a {
  color: #29E3FF;
}

h2 a:hover {
  color: #FFF;
}

h3 {
  font: 400 1.3em "trebuchet ms", serif;
  color: #F39F01;
}

h4 {
  font: 700 1.2em "trebuchet ms", serif;
  color: #a26a00;
}

#wrap3cols h4 {
  text-align: center;
}

h5 {
  font: 700 1.1em "trebuchet ms", serif;
  color: #513500;
}

h6 {
  font: 700 1em "trebuchet ms", serif;
  color: #000000;
}


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

p {
  padding-top: .5em;
  padding-bottom: .8em;
}


.serendipity_entry_body, .serendipity_entryFooter, .editentrylink , .serendipity_comments, .serendipity_commentBody {
  padding-top: .5em;
  padding-bottom: .8em;
  padding-left: 1em;
  padding-right: 1em;
}

.serendipity_entryIcon {
  margin: 1em;
}

address.author {
  display: inline;
}

.container_serendipity_archives_plugin, .container_serendipity_categories_plugin, .container_serendipity_syndication_plugin, .container_serendipity_plugin_entrylinks, .container_serendipity_plugin_freetag {
  text-align: left;
}

.serendipity_edit_nugget, .category_submit, .category_link_all {
  text-align: center;
}

.xlarge {
  font-size: x-large;
}
  

/* 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 h1,
.leftColumn h2, 
.leftColumn h3,
.leftColumn h4,
.leftColumn h5,
.leftColumn h6,
.leftColumn p,
.leftColumn dl {
  padding-left: 0;
}

a {
  color: #FFB619;
}

.maincontent a {
  font-weight: bold;
  color: #1919ff;
  background: #FFDA8C;
}

a.lowprofile {
  font-weight: bold;
  color:#1919ff;
  background: none;
}

/* Uncomment this if you would like a visited link style 
a:visited {
  text-decoration: line-through;
} */

a:hover {
  color: #FFF;
}

.maincontent a:hover {
  color: #8C8CFF;
}

b {
  color: #FFF;
}

.maincontent b {
  color: #1919ff;
}

ol, ul {
  margin: 5px 5px 5px 0px;
  padding: 5px 35px;
}

ol {
  color: #000000;
}

ol span {
  color: #EEE;
}

ul {
  list-style-image: url(../images/bg/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; 
}

bold {
  font-weight: bold;
  color: #ffff19;
}

italic {
  font-style: italic;
}

bigger {
  font-size: larger;
}


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

label {
  display: block;
}

input,
textarea,
select {
  padding: 2px;
  font: 400 1em verdana, sans-serif;
  color: #000000;
  background: #ffffc5;
  border: 1px solid #ffb619;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #c5c5ff;
  border: 1px solid #8c8cff;
}

input.button {
  padding: 2px 5px;

  font: 400 1.1em "trebuchet ms", serif;

  color: #555;
  background: #9FF3FF;
  border-width: 1px;
  border-style: solid;
  border-color: #FFF #00DFFF #00DFFF #FFF;
}





/**************************************************************
   Blockquote and included icons
 **************************************************************/

blockquote {
  margin: 10px 15px;
  padding-left: 27px;
  
  background-color: #FFB619;  
  background-image: url(../images/icons/quote.gif);
  background-repeat: no-repeat;
  background-position: 5px 50%;  
}

blockquote.exclamation {
  background-image: url(../images/icons/exclamation.gif);
}

blockquote.stop {
  background-image: url(../images/icons/stop.gif);
}

blockquote.go {
  background-image: url(../images/icons/go.gif);
}





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

img.floatRight {
  margin: 5px 0px 10px 15px;  
}

img.floatLeft {
  margin: 5px 15px 10px 0px;
}

a img {  
  border: 2px solid #1919ff;
}

a img.noborder, a img.serendipity_entryIcon {
  border: 2px solid #ffecc5;
}

a:hover img {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 2px solid #FFB619 !important;
  border: 2px solid #FFB619;
}

#manufacturers a img, #bbb a img, #genbook a img, #genbook2 a img, #facebook a img {
  border: 2px solid #ffecc5;
  padding: 5px;
}

#manufacturers a, #bbb a, #genbook a, #genbook2 a, #facebook a {
  background: none;
}

/**************************************************************
   Message Box
 **************************************************************/

#message {
  background: #ff0000;
  color: #ffffff;
  padding: 1.5em;
  font-weight: bold;
  font: 1.3em;
  margin-bottom: 1.5em;
}

.emphasize {
  color: #1919ff;
}

.recaptchatable a:hover img {
  border: 0px !important;
}

.recaptchatable {
   align: center;
}