/*
 * BASE.CSS
 *
 * copyright 2004 bigredswitch
 * douglas lee
 */


/* ****************************************************
 * DEFAULT
 */

body
{ background:      #eee;
  margin:          10px 20px;
  padding:         0px; }

body, div, p, em, small,
table, td, th,
ul, li,
input, textarea, option, select
{ font-family:     "verdana", "tahoma", "arial", "helvetica", "sans-serif", "trebuchet", "trebuchet ms";
  color:           #111; }

body, div, p, em,
table, td, th,
ul, li,
input, textarea, option, select
{ font-size:       x-small; }

h1, h2, h3, h4, h5, h6,
h1 p, h1 small, h2 p, h2 small, h3 p, h3 small
{ font-family:     "trebuchet", "trebuchet ms", "tahoma", "times new roman", "serif" ! important; }


h1, h1 p, h1 a, h1 small
{ font-size:       large;
  color:           #900;
  margin:          0px 0px 5px 0px;
  padding:         5px 0px;
  /* border-bottom:   1px solid #999; */ }

h2 { font-size: medium; margin: 10px 0px; padding: 5px 0px; color: #39c; }

h3, h5, h6,
h3 p, h3 small
{ font-size:       x-small;
  color:           #333; }

h4
{ font-size:       xx-small ! important;
  color:           #666; }

p
{ margin:          5px 0px; }

a, a:link, a:active, a:visited
{ color:           #009;
  text-decoration: none; }

a:hover
{ color:           #900; }

/*
ul, li
{ margin:          5px; }
*/

form, div
{ margin:          0px;
  padding:         0px; }

input, textarea, option, select
{ margin:          0px; }

input, textarea
{ padding-left:    5px; }

.radio input
{ border:          none ! important; }

pre
{ font-family:     "courier new", "courier", "lucida console", "monospace";
  font-size:       small;
  padding:         3px;
  background:      #fff0f0;
  color:           #060;
  border:          1px dashed #999; }

code { color: #060; }

hr
{ width:           100%;
  height:          1px;
  color:           #ccc;
  padding:         0px;
  margin:          5px 0px;
  border:          none;
  border-top:      1px solid #ccc; }

hr.alt
{ height:          1px;
  border:          none;
  border-top:      1px dashed #ccc; }


fieldset
{ border-width: 1px 3px 3px 1px;
  border-color: #999;
  border-style: solid; }