/**
 * FARNAM Website
 * $Id$
 *
 * (c) 2009 Vitek Pliska, creatiWeb.cz ~ <dev@creatiweb.cz>
 * Base styles
 */

* {margin:0; padding:0; outline:none; }

body {
    background: #fee8ac url(img/bg-body.jpg) 50% 0 no-repeat; color:#273037;
    font: normal .75em/150% Tahoma, Arial, Helvetica, sans-serif;
    text-align:center;
}

h1,h2,h3,h4,h5 {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    letter-spacing: .03em;
    margin: .5em 0;
    color: #00aeef;
    text-transform: uppercase;
}

h1 { font-size: 150%; }
h2 { font-size: 130%; }
h3 { font-size: 120%; }
h4 { font-size: 110%; }
h5 { font-size: 105%; }

a, a:link, a:visited { color:#0066b3; outline:none; text-decoration:underline; }
a:hover { color:#0066b3; text-decoration:none; }
a img { border: none; }

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

/* PRIMITIVA */
/* zarovnani */
.ac { text-align: center; }
.al { text-align: left; }
.ar { text-align: right; }

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

/* floatery */
.fl { float: left }
.fr { float: right }

/* skryvace */
.noscreen { display: none; }
hr { display: none; }

/* zmensovace */
.f95 { font-size: 95% }
