/*
 Common styles for screen, print and handheld media
 Site: gumshoe
*/

/* Reset */
html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { border: 0; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }

/* Base Styles  */
body { color: #32210f; font-family: Arial, Helvetica, sans-serif; line-height: 1.33; }

/* Links */
a:link, a:visited, a:active { color: #72A60E;text-decoration: none; }
a:hover { color: #72A60E; text-decoration:underline }

/* Headers / Paragraph */
h1 { font-size: 1.3em; margin: 0 0 1em; }
h2 { font-size: 1.2em; margin: 0 0 1em;}
h3 { font-size: 1.2em; margin: 0 0 1em;}
h4, h5, h6 { font-size: 1.2em; }
p { margin: 0 0 0.25em 0; font-size:1.2em; }

/* Misc */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
strong{font-weight:800;}
ol, ul { list-style: none; }
dl { margin: 0 0 1em 0; }
dt { font-weight: bold; }
dd { margin-bottom: 1em; }
input, select, textarea { font-family: Arial, Helvetica, sans-serif; font-size: 1em; }
table { border-collapse: collapse; border-spacing: 0; font-size: 1em; }
caption, th, td { font-weight: normal; text-align: left; }
hr { display: none; }
img.left { float: left; }
img.right { float: right;  }
.clear { clear: both; }
.center { text-align: center; }
