/**************************************************************************************************
*  Custom CSS Reset, based on the Yahoo! UI CSS Reset Package and a tutorial from Peakflow Design, and tested with HTML Test Page for CSS Style Guide found on Snipplr
*  (http://www.peakflowdesign.com/design/10-useful-css-tricks-to-conquer-the-world/)
*  (http://snipplr.com/view/8121/html-test-page-for-css-style-guide/)
*  This reset created by ThinkSoJoE (http://www.fropac.com/)
**************************************************************************************************/
/* reset with selected tweaks */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p, blockquote, th,td {margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
abbr,acronym { border:0,0,1px,0; }
blockquote {margin-left: 30px; font-size: 1.2em;}
a {text-decoration: none;}
strong {font-weight: bold;}
em, cite {font-style: italic;}
* a {position: relative;}
a img {border: none;}
html {font-size: 62.5%; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;}
p {font-size: 1.4em; line-height: 1.4em; margin-bottom: .8em;}
h1 {font-size: 3.2em;}
h2 {font-size: 2.8em;}
h3 {font-size: 2.4em;}
h4 {font-size: 2.0em;}
h5 {font-size: 1.6em;}
h6 {font-size: 1.2em;}
ol {list-style: decimal inside; margin-left: 15px; font-size: 1.4em; margin-bottom: 5px;}
ul {list-style: disc inside; margin-left: 15px; font-size: 1.4em; margin-bottom: 5px;}
dt {font-weight: bold; font-size: 1.4em;}
dd {font-size: 1.4em; margin-left: 15px;}
fieldset {border: 1px solid #000; margin: 5px; padding: 5px;}
/* floats */
.left{float: left;}
.right{float: right;}
.clear{clear: both;}


/***************************************************************************************
*
*   That's it!  The rest is all up to you!
*
***************************************************************************************/