﻿/*  ===  authored by Josh Renner - www.joshrenner.com  ===  */


/*  ---  universal white space resets  ---  */

/* v2.1 by Faruk Ates - www.kurafire.net, Addendum by Robert Nyman - www.robertnyman.com */
/* Neutralize styling: Elements we want to clean out entirely: */
html, body, div {margin: 0; padding: 0; font: 80%/350% Verdana, Arial, Helvetica, sans-serif}
/* Neutralize styling: Elements with a vertical margin: */
p, h1, h2, h3, h4, h5, h6, p, pre, blockquote, dl, address {margin:1em 0; padding:0}
/* Apply left margin: Only to the few elements that need it: */
li, dd, blockquote {margin-left: 1em}
/* Miscellaneous conveniences: */
form label {cursor: pointer}
fieldset {border: none}
/* Form field text-scaling */
form, option {font:100% Verdana, Arial, Helvetica, sans-serif}
input, select, textarea, fieldset, ul, ol {font-size:220%}

/*  ---  Global Styles  ---  */

body {  background:#ebebeb; min-width:300px }
#container { margin:0 }

p { font-size:10pt;
	font-weight:100 }
h6 { font-size:11pt;
	font-weight:300 }
h5 { font-size:11pt;
	font-weight:800 }
h4 { font-size:12pt;
	font-weight:500 }
h3 { font-size:13pt;
	font-weight:800; color:#603500 }
h2 { font-size:14pt;
	font-weight:700 }
h1 { font-size:16pt;
	font-weight:900 }

/* - special text - */
span.trademark {color:#42834e; font-weight:800; white-space:nowrap}
h3 span.trademark {color:#333}
#header h1 span {font-weight:300}

a {text-decoration:none; color:#603500; border-bottom:1px dotted #666}
a:hover {border-color:#ccc; color:#000}

a img {border:0}
a:hover img {padding-top:4px}

#clear {clear:both; height:1px}

/* ---  Tables  --- */
