/* 
Elxis Standard CSS
Overwrite declared CSS classes in your template's css file
Author: Elxis Team
Copyright: Elxis CMS (C) Copyright 2006-2008 Elxis.org. All rights reserved.
License: GNU/GPL
Date: October 15, 2007
**** DO NOT EDIT THIS FILE! ****
*/


/****************/
/* Global Reset */
/****************/
* { margin:0; padding:0;}
td {padding:3; font-size: 0.9em;}
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address { margin: 0.5em 0; }
li,dd { margin-left:1em; }
fieldset { padding:.5em; }

/**************/
/* TYPOGRAPHY */
/**************/
body { font-size: 60.0%; font-family: verdana, arial, helvetica, sans-serif; line-height: 1.0em; color: #000; background-color: #fff; }
strong, b { font-weight: bold; }
em, i { font-style: italic; }
pre { font-family: monospace; }
img { border: 0; }
ol, ul, li { font-size: 1.0em; line-height: 1.3em; margin-top: 0.2em; margin-bottom: 0.1em; }
p { font-size: 0.9em; line-height: 1.2em; margin: 0.5em 0em 0.5em 0em; }
li > p { margin-top: 0.2em; }
ul { margin-left: 0.5em; }
li { list-style-type: none; }
h1 { font-size: 2.0em; margin: 0.8em 0em 0.8em 0em; font-weight: normal; }
h2 { font-size: 1.7em; margin: 0.8em 0em 0.8em 0em; font-weight: normal; }
h3 { font-size: 1.4em; margin: 0.8em 0em 0.8em 0em; font-weight: normal; }
h4 { font-size: 0.8em; margin: 0.2em 0em 0.2em 0em; font-weight: bold; color:#cccccc; }
h5 { font-size: 1.0em; margin: 0.8em 0em 0.8em 0em; font-weight: bold; }
h6 { font-size: 0.8em; margin: 0.8em 0em 0.8em 0em; font-weight: bold; }
