/* -------------------------------------------
project:	Mau (print)
date:		2008/10/27
------------------------------------------- */

html { }
body { margin: 0; padding: 0; background: #fff; color: #333; font: 62.5%/1.2 Verdana,sans-serif; }
textarea, input, select, option, optgroup, button { font: 1em Verdana,sans-serif; }

/* RE-SETS
------------------------------------------- */
* { margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0; }

li, dt, dd, p, th, td, caption { font-size: 1.1em; }
ul, ol, dl { margin-bottom: 15px; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }
p { margin-bottom: 15px; }
li *, li p, li li, dt *, dd *, p * { font-size: 1em; }

fieldset, img { border: none; }
button { overflow: visible; }
legend { display: none; }

pre { font: 1.1em "Courier New",monospace; white-space: pre-wrap; }

a { color: #900; text-decoration: none; }
a:hover, a:focus, a:active { color: #000; text-decoration: underline; }

/* HEADINGS
------------------------------------------- */
h1, h2, h3, h4, h5, h6 { margin: 15px 0; color: #000; font: bold 2.4em Verdana,serif; }
h1,
h2.a { margin-top: 0; padding: 0 0 10px; border-bottom: 1px solid #ccc; font-size: 2.0em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.0em; }

/* HELPERS
------------------------------------------- */
.wrapper { width: 100%; overflow: hidden; }
.center { margin-left: auto; margin-right: auto; text-align: center; }
.offset { position: absolute; left: -10001px; overflow: hidden; height: 0; margin: 0; line-height: 0; }

legend.offset { display: none; }

/* LAYOUT
------------------------------------------- */
#root {  }
 #top { margin: 0 0 15px; padding: 0 0 15px; border-bottom: 1px solid #ccc; }
  #logo { margin: 0; padding: 0; border: none; font-size: 3em; }
   #logo a { text-decoration: none; }
  #top h2 { margin: 0; font-size: 1.8em; }
 #nav { display: none; }
 #content { }
 #footer { display: none; }
   
/* SKIP LINKS
------------------------------------------- */
#skip-links { display: none; }

/* GENERAL
------------------------------------------- */
div.item-a { position: relative; min-height: 175px; padding: 10px 0 0 195px; }
* html div.item-a { height: 175px; }
 div.item-a p.image { position: absolute; left: 0; top: 0; padding: 8px; background: url(../images/bg-item-a.png) no-repeat; }
  div.item-a p.image img { display: block; border: 2px solid #fff; }
 div.item-a h2 { margin: 0 0 15px; font-size: 1.6em; }
 div.item-a ul.a { font-weight: bold; }
 
div.item-b { position: relative; min-height: 125px; padding: 10px 0 0 145px; }
* html div.item-b { height: 125px; }
 div.item-b p.image { position: absolute; left: 0; top: 0; padding: 8px; background: url(../images/bg-item-b.png) no-repeat; }
  div.item-b p.image img { display: block; border: 2px solid #fff; }
 div.item-b h2 { margin: 0 0 15px; font-size: 1.6em; }
 
div.code-a { }
 div.code-a h3 { margin: 0 0 8px; }
 div.code-a p { padding: 0 6px 0 0; }
  div.code-a input { width: 100%; border: 1px solid #ccc; background: #fff; padding: 2px; }

dl { margin: 0; padding: 0; }
 dl dt { margin: 0 0 7px; font-weight: bold; }
 dl dd { margin: 0; padding: 0; }
 
/* ELEMENTS
------------------------------------------- */

