@charset "utf-8";

/* GLOBAL */

html , body { width:auto; height:auto; min-width:100%; min-height:100%; margin:0; padding:0; }

div,img,p,h1,h2,h3,h4,h5,h6,ul,ol,form,input,textarea,select,fieldset,label { margin:0; padding:0; display:block; position:relative; }
* { font-family:"arial",sans-serif; font-size:12px; color:#2F1D19; line-height:16px; }

/* HEADERS */

h1 , h1 * { font-size:18px; font-weight:normal; margin-bottom:15px; line-height:30px; color:#333333; font-family:"georgia",serif; }
h2 , h2 * { font-size:12px; font-weight:bold; margin-bottom:2px; line-height:normal; color:#0099CC; font-family:"arial",sans-serif; }
h3 , h3 * { font-size:24px; font-weight:normal; margin-bottom:15px; line-height:normal; color:#CC6633; font-family:"arial narrow",sans-serif; }
h4 , h4 * { font-size:14px; font-weight:normal; margin-bottom:15px; line-height:normal; color:#333333; font-family:"georgia",serif; font-style:italic; }
h5 , h5 * { font-size:18px; font-weight:bold; margin-bottom:8px; line-height:normal; color:#333333; font-family:"arial narrow",sans-serif; }
h6 , h6 * { font-size:16px; font-weight:bold; margin-bottom:15px; line-height:normal; }

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

/* BASIC */

div { min-height:0; }
ul,ol { margin-bottom:10px; }
ul li { list-style:disc; margin:0 0 0 15px; padding:0; font-size:14px; line-height:20px; }
ol li { list-style:decimal; margin:0 0 0 20px; padding:0; font-size:14px; line-height:20px; }
p,blockquote { margin:0 0 12px 0; padding:0; line-height:20px; font-size:14px; }
p *,blockquote * { display:inline; margin:0; padding:0; line-height:20px; font-size:14px; }
a { outline:none; text-decoration:none; color:#C63; text-decoration:underline; }
a:hover { text-decoration:underline; }
a img { display:block; border:none; padding:0; margin:0; }
strong, strong *, b, b * { font-weight:bold; }
em, em *, i, i * { font-style:italic; }
hr { margin:20px 0; padding:0; display:block; overflow:hidden; height:1px; line-height:0; background:#AAA; border:none; }
button { cursor:pointer; padding:2px 4px; }

/* FORMS */

form label { cursor:text; }
form input.text { cursor:text; padding:2px; border:1px solid #AAA; background:#FFF; }
form input.file { cursor:pointer; padding:2px; border:1px solid #AAA; background:#FFF; }
form input.submit { cursor:pointer; padding:2px 4px; }
form input.hidden { display:none; }
form select { cursor:pointer; padding:1px; border:1px solid #AAA; background:#FFF; }
form textarea { cursor:text; overflow:auto; padding:2px; border:1px solid #AAA; background:#FFF; }

/* CLASSES */

.clearfix:after { content:"."; }
.clearfix { display:block; clear:both; visibility:hidden; line-height:0; height:0; overflow:hidden; }

.float-L { float:left; }
.float-R { float:right; }

.clear-L { clear:left; }
.clear-R { clear:right; }
.clear-B { clear:both; }

.hide { display:none !important; }
.show { display:block !important; }

.error { color:#C63 !important; }

.margin-L { margin-left:20px !important; }
.margin-R { margin-right:20px !important; }

/* HACKS */

*:focus { outline: 0; } /* remove focus borders from webkit browsers */
