/* 
 * Global css
 * Last modified: 2010-05-11
 * By Han Lin Yap ( http://www.zencodez.net )
 * (CC) 2010 Han Lin Yap. Some Rights Reserved.
 * http://creativecommons.org/licenses/by/3.0
 * This is licensed under a Creative Commons License.
*/
/* === HTML5 === */
article,aside,details,dialog,figure,footer,header,hgroup,nav,section {
	clear: both;
	display: block;
}
/* === YUI reset 3.1.0 modified === */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,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;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
legend{color:#000;}

/* === Fix reset === */
h1 { font-size: 36px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 10px; }

p { margin-bottom: 5px; }
li { list-style: disc; list-style-position:inside; }
em { font-style:italic; }
strong { font-weight: bold; }


/* === Debug === */
/* div { border: 1px solid #F00; }
#zida_topbar ,
#zida_quickbar ,
#zida_adcontent { border: none; }
*/

/* === Own fix === */
a, object { outline: none; }
a[id], input[type='submit'] { cursor: pointer; }
/* === Default css === */
/* === Body === */
html { overflow: scroll; }
body { font-family: sans-serif; position: relative; }

/* position center */  #wrapper { text-align: center; } #wrapper-inner { margin: 0 auto; position: relative; text-align: left; } 
/* position right */ /* #wrapper { text-align: right; } #wrapper-inner { margin: 0 0 0 auto; text-align: left; } */

#wrapper-inner { 
			width: 990px; /* page width // width will be 100% if width not defined */
		 } 
		 
		 
/* === Navigation === */
/* Horizontal */ .nav li { list-style: none; display: inline; }


/* === Columns === */
/* one-column */
#layout-one-column { }

/* two-column */
#layout-two-column #content , #layout-two-column-right #content { float: left; width: 70%; }
#layout-two-column .sidebar , #layout-two-column-right .sidebar { float: left; width: 29%; }
#layout-two-column #footer-wrapper , #layout-two-column-right #footer-wrapper { clear: both; }
/* two-column sidebar right */
#layout-two-column-right #content { float: right; }

/* === zida stuff === */
/*#zida_quickbar  + #wrapper { padding-top: 15px; }*/ /* CSS2 */
#zida_topbar  ~ #wrapper { padding-top: 15px; } /* CSS3 */
#zida_topbar { background-color:#F4F4F4; border-bottom: 2px solid #666; font: 12px "Cooper Std Black"; height: 15px; padding: 0 10px; position: fixed; width: 100%; z-index: 100; }
#zida_topbar a { color: #003B5F; text-decoration: none; }
#zida_topbar li { float: left; list-style: none; margin-right: 20px; }

#zida_quickbar {}
#zida_adcontent { position: absolute; top: 0px; right: -200px; }


