/**
 * Base styles, primitives
 * Version: $Id$
 * Author: Vitek Pliska <whit@jizak.cz>
 *
 * colors:
 * ella logo (red): #c5171d
 */

* { margin: 0; padding: 0; color: #000; }
body {
	font: normal 12pt/140% "Trebuchet MS", Verdana, "Lucida Sans", Arial, Helvetica, sans-serif;
	background: #fff;
}
code, pre {
    font-family: Monaco, Consolas, monospace;
    font-size: 105%;
    background: #eee;
}
pre {
    padding: 5px;
    width: 95%;
    overflow: auto;
}
h1,h2,h3,h4,h5 {
	letter-spacing: .03em;
	margin: 1em 0 .5em 0;
	font-weight: normal;
	text-transform: capitalize;
}
h1 { font-size: 130%; }
h2 { font-size: 120%; font-weight: bold; }
h3 { font-size: 115%; }
h4 { font-size: 105%; }

a, a:link, a:visited { color: #000; }
a img { border: none; }

p, ul, ol { margin: .6em 0; }
ul, ol, li { margin-left: 1.5em; }

.ac { text-align: center; }
.al { text-align: left; }
.ar { text-align: right; }

.cl { clear: left; }
.cb { clear: both; }
.cr { clear: right; }

#header a { text-decoration: none; }
.noprint, #col-left, #col-right, .object-tools, #header h1 span { display: none; }

