/* --------------------------------------------------------------
	HTML5 Reset Stylesheet
	v1.0 / 2010-01-09
	Author: Sean Johnson - http://seanjohnson.net
-------------------------------------------------------------- */

a, abbr, address, article, aside, audio, b, blockquote, body, caption,
cite, code, dd, del, dfn, dialog, div, dl, dt, em, fieldset,
figure, form, footer, header, hgroup, hr, html, i, iframe, img,
ins, kbd, label, legend, li, menu, nav, object, ol, p, pre, q, samp,
section, small, span, strong, sub, sup, table, tbody, td, tfoot,
th, thead, time, tr, ul, var, video 
{ margin: 0; padding: 0; border: 0; outline: 0; font-family: inherit; font-size: 100%; font-weight: inherit; font-style: inherit; vertical-align: baseline; }

body { line-height: 1; }

article, aside, dialog, figure, footer, header, hgroup, nav, section
{ display: block; }

ol, ul { list-style: none; }

table { border-collapse: separate; border-spacing: 0; }

blockquote, q { quotes: none; }


/* --------------------------------------------------------------
	HTML5 Default Stylesheet (sets some sensible defaults!)
	v1.0 / 2010-01-09
	Author: Sean Johnson - http://seanjohnson.net
-------------------------------------------------------------- */

/*		1. Body
-------------------------------------------------------------- */
body { font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif; font-size: 13px; line-height: 1.5em; color: #333; }

/*		2. Text Elements
-------------------------------------------------------------- */
p { margin: 0 0 1.3em 0; }

blockquote { margin: 10px 0; padding: 10px; font-style: italic; }
blockquote p { margin: 0; } 
blockquote cite { font-style: normal; font-size: 12px; text-transform: uppercase;  }

pre { position: relative; overflow: auto; }
pre, code { margin: 10px 0; padding: 10px; font-family: 'Courier New', Courier, monospace; font-size: 15px; line-height: 1.5em; color: #666; }
code { display: block; }

small { font-size: 11px; }

abbr { border-bottom: 1px dotted #999; cursor: help; }

del { text-decoration: line-through; }
ins { background: #ff0; text-decoration: none; }
mark { background: #ff0; atext-decoration: none; font-style: italic; }

sup, sub { position: relative; height: 0; line-height: 1em; font-size: 11px; }
sup { bottom: 1ex; }
sub { top: 0.5ex; }

hr { margin: 0.5em auto; height: 0; border-bottom: 1px solid #ccc;  }

strong, b { font-weight: bold; }
em, i { font-style: italic; }

/*		3. Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { margin: 0.75em 0; font-family: Arial, Helvetica, sans-serif; line-height: 1.25em; font-weight: bold; color: #000; }

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }

/*		4. Links
-------------------------------------------------------------- */
a,
a:visited { text-decoration: underline; color: #333; }
a:hover,
a:focus { text-decoration: none; }
a:focus {  outline: #000 dotted thin; }
a span { cursor: pointer; }

/*		5. Lists
-------------------------------------------------------------- */
ul, ol, dl { margin-bottom: 1.3em; }
li ul, li ol { margin-bottom: 0; }

ul { margin-left: 20px; list-style: disc outside; }
li ul { list-style: circle outside; }

ol { margin-left: 25px; list-style: decimal outside; }

dt { font-weight: bold; }
dd { margin-bottom: 1.3em; padding-left: 20px; }

/*		6. Forms
-------------------------------------------------------------- */
form { margin-bottom: 1.5em; }
fieldset { margin-bottom: 1.5em; padding : 1.4em; border: 1px solid #ccc; }
legend { font-weight : bold; }
label { display: block; font-weight : bold; }
label em { font-size: 11px; font-weight: normal; font-style: italic; }
input, select, textarea { font-family: inherit; }

input[type="text"], input[type="password"], input[type="file"],
input[type="email"], input[type="url"] { width: 260px; }
input[type="image"], input[type="submit"], input[type="reset"] { width: auto; cursor: pointer; }
textarea { width: 420px; height: 80px; font-size: 12px; }

/*		7. Tables
-------------------------------------------------------------- */
table { margin-bottom: 1.5em; width: auto; border-collapse: collapse; border-spacing: 0; border: 1px solid #ccc; }
caption, th, td { padding: 5px 10px; text-align: left; border: 1px solid #ccc; }
caption { background: #eee; border: 1px solid #ccc; color: #000; }
th { font-weight: bold; }

/*		8. Images
-------------------------------------------------------------- */
img { background: #eee; }
img.left,
img.alignleft,
img[align="left"] { float: left; margin: 5px 10px 5px 0; }
img.right,
img.alignright,
img[align="right"] { float: right; margin: 5px 0 5px 10px; }

/*		9. Common Classes
-------------------------------------------------------------- */
.left { float: left; }
.right { float: right; }

.error { color: #c00; }
.hide { display: none; }

.clear:after { content: "."; display: block; clear:both; height: 0; visibility: hidden; }
hr.cleaner { visibility: hidden; clear: both; margin: -1px 0 0 0; padding: 0; height: 1px; border: none; }
