/* GLOBAL RESET : Neutralize styling : Elements we want to clean out entirely: */
html, body, form, fieldset {margin: 0; padding: 0; font: 100%/120% 'Century Gothic', Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6, pre,
blockquote, ul, ol, dl, address {padding:1em 0; margin:0;}
p {padding:0 0 1em; margin:0;}
li, blockquote {margin-left: 2em;}
dd {margin-left: 10px;}
fieldset {border: none;}
input, select, textarea {font-size: 100%; font-family: inherit;}
img {border: 0;}
/* END of GLOBAL RESET */


/* CUSTOM FCK and TYPAGRAPHIC STYLES */
.html_block_view { background:#92BDC4; padding:10px; color:#FFF; font-size:12px} /* Need for fckeditor, .content can be overloaded in site-layout.css  and  .html_block_view in admin-layout.css */
.html_block_view { background:#232020; padding:10px; color:#FFF; font-size:12px} 
a, a:visited, .html_block_view a, .html_block_view a:visited { color:#FFFFFF; text-decoration:underline; outline:none;}
a:hover { text-decoration:none; color:#006A70;}

h1, h2, h3, h4, h5 {}
h1 { font-size:18px;}
h2 { font-size:17px;}
h3 { font-size:16px;}
h4 { font-size:15px;}
h5 { font-size:14px;}


/* admin area link */
#fckBody a, #fckBody a:hover, #fckBody a:visited{color: #000}
a.underline, a.underline:visited, a.none:hover  {text-decoration: underline !important}
a.none, a.none:visited, a.underline:hover {text-decoration: none !important}