/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
   * Based on the typography.css portion of Blueprint CSS @ http://blueprintcss.org/
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.813 * 16px ~ 13px) */
body, div, ul, li, ol, table, tr, span, h1, h2, h3, h4, h5, h6, p { margin: 0; padding: 0; }
body { font-size: 62.5%; color: #222; background: #fff; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; line-height: 125%; text-decoration: none; }
/* Headings
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 { font-weight: normal; color: #111; }
h1 { font-size: 2.3em; line-height: 2.7em;  }
h2 { font-size: 2.1em; line-height: 2.5em; }
h3 { font-size: 1.9em; line-height: 2.3em; }
h4 { font-size: 1.7em; line-height: 2.1em; }
h5 { font-size: 1.5em; line-height: 1.8em; }
h6 { font-size: 1.1em; line-height: 1.4em; }
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }
/* Text elements
-------------------------------------------------------------- */

p { font-size: 1.3em; text-align: justify; margin-bottom: 1.25em; line-height: 1.5em; text-decoration: none; }
p img.left { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }
a:focus, a:hover { color: #000; }
a { color: #009; text-decoration: underline; }
blockquote { margin: 1.5em; color: #666; font-style: italic; }
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
sup, sub { line-height: 0; }
abbr, acronym { border-bottom: 1px dotted #666; }
address { margin: 0 0 1.5em; font-style: italic; }
del { color:#666; }
pre { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }
/* Lists
-------------------------------------------------------------- */

li ul, li ol { margin:0 1.5em; }
ul, ol { margin: 0 1.5em 1.5em 1.5em; }
ul { list-style-type: disc; }
ol { list-style-type: decimal; }
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd { margin-left: 1.5em; }
/* Tables
-------------------------------------------------------------- */

table { margin-bottom: 1.4em; width:100%; }
th { font-weight: bold; }
thead th { background: #c3d9ff; }
th, td, caption { padding: 4px 10px 4px 5px; }
tr.even td { background: #e5ecf9; }
tfoot { font-style: italic; }
caption { background: #eee; }
/* Misc classes
-------------------------------------------------------------- */

.small { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide { display: none; }
.quiet { color: #666; }
.loud { color: #000; }
.highlight { background:#ff0; }
.added { background:#060; color: #fff; }
.removed { background:#900; color: #fff; }
.first { margin-left:0; padding-left:0; }
.last { margin-right:0; padding-right:0; }
.top { margin-top:0; padding-top:0; }
.bottom { margin-bottom:0; padding-bottom:0; }
/**/

body { background-image: url(../images/bg.jpg); background-repeat: no-repeat; background-position: center top; background-color: #D8D8D8; }
#page { background-color: #FFF; display: block; width: 800px; margin-top: 30px; margin-right: auto; margin-bottom: 10px; margin-left: auto; -moz-box-shadow: 0 0 5px #888; -webkit-box-shadow: 0 0 5px#888; box-shadow: 0 0 5px #888; padding: 10px; }
#content { border-top-width: 2px; border-top-style: solid; display: block; clear: both; margin-top: 10px;border-top-color: #73ADD3;  }
#sidebar { display: block; float: left; width: 215px; background-color: #3e689c; clear: left; height: auto !important; }
#prazno { height: 50px !important; color: #000; }

#menu { display: block; width: 185px; padding: 15px; clear: both; }
#menu ul { display: block; float: left; margin: 0px; padding: 0px; width: 185px;}
#menu ul li { display: block; float: left; list-style-position: outside; list-style-type: none; }
#menu ul li a { display: block; background-image: url(../images/spirite.gif); background-repeat: no-repeat; background-position: 0px 0px; height: 33px; width: 165px; color: #FFF; text-decoration: none; font-size: 1.5em; line-height: 2em; margin-top: 4px; margin-bottom: 4px; padding-left: 20px; }
#menu ul li a:hover { display: block; background-image: url(../images/spirite.gif); background-repeat: no-repeat; background-position: 0px -35px; height: 33px; width: 185px; color: #FFF; text-decoration: none; }
#menu ul li a:active { display: block; background-image: url(../images/spirite.gif); background-repeat: no-repeat; background-position: 0px -35px; height: 33px; width: 185px; color: #FFF; text-decoration: none; }
#menu ul li a.selected { display: block; background-image: url(../images/spirite.gif); background-repeat: no-repeat; background-position: 0px -35px; height: 33px; width: 185px; color: #FFF; text-decoration: none; }
#banners { clear: both; display: block; padding-top: 20px; padding-bottom: 20px; }
#banners a { display: block; text-align: center; margin-top: 15px; margin-bottom: 10px; }
#postarea { display: block; clear: right; float: right; width: 555px; padding: 15px; }
.page-title { border-bottom-width: thin; border-bottom-style: dotted; border-bottom-color: #333; font-size: 2em; line-height: 2em; text-decoration: none; margin-bottom: 15px; }
#footer { border-top-width: 2px; border-bottom-width: 2px; border-top-style: solid; border-bottom-style: solid; border-top-color: #73ADD3; border-bottom-color: #ABDA5A; display: block; clear: both; }
#footer h6 { text-align: center; margin: 0px; padding-top: 10px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; font-weight: bold; }
#design { color: #FFF; text-decoration: none; text-align: center; margin-bottom: 15px; }
#design a { color: #FFF; text-decoration: none; }
#map { border: thin solid #73ADD3; }
