/*  
Title:						Base Screen style sheet for Whetstone Fly Fishing Outfitters
Author:					Mark Sheppard, mark@insimplicity.com
Created :				March 6 2006
Last Updated:		4/14/2006
/* ----[   Site Structure   ]----------------------------------------------- */
body {  background:#fff;  color:#000;  font-size:100%;  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif !important;  }
body, body * {  margin:0;  padding:0;  vertical-align:baseline;  }
img {  border:none;  }
/* typography */
h1, h2, h3, h4, h5, h6 {  margin: 0;  }
h1 {  font-size:1.6em;  }
h2 {  font-size:1.4em;  }
h3 {  font-size:1.2em;  }
h4 {  font-size:1.2em;  }
h5 {  font-size:1em;  }
h6 {  font-size:1em;  }
ul, ol, dl, p {  margin:0;  }
ul, ol, dl {  margin-left:1.5em;  }
p {  line-height:1.5em;  }
dt {  font-style:italic;  }
dd {  margin-left:1.5em;  }
table, tr, td, th {  font-size:1em;  }
p, address {  margin-left:.5em;  font-style:normal;  }
a:hover {  }
pre, code {  font-family:"Courier New", Courier, monospace;  }
abbr, acronym, .help {  border-bottom:1px dotted #333;  cursor:help;  }
pre {  font-family:monospace;  font-size:1.0em;  }
strong, b {  font-weight:bold;  }
/*  classes  */
.c1 {  text-align:left ! important;  }
.c2 {  text-align:center ! important;  }
.c3 {  text-align:right ! important;  }
.floatR {  float:right;  }
.floatL {  float:left;  }
.clear {  clear:both;  }
.warn {  background:#ddd;  color:#c00;  font-weight:bold;  }
