/* ----------------------------------------------------------------------------------------------------------

    Output device: screen, projection

    Author:     Nuvio (www.nuvio.cz)
    Update:     2008-08-17, 13:17 GMT+1
    Version:    2.2.6 (2008-07-13, 14:28 GMT+1)

    Structure:
        display; position; z-index; float; clear; width; height; overflow; margin; padding; border; background; align; font;

    Content:
    
        1) HTML tags
        2) HTML styles
        3) Layout
        4-1) Page: Homepage
        5) Others

---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
1) HTML tags
---------------------------------------------------------------------------------------------------------- */

body {padding:25px 0; background:url("/images/bg.gif") 0 0 repeat-x; font:0.75em/1.5 sans-serif;}

h1, h2, h3, h4, h5, h6, p, address, blockquote, table, dl, fieldset {margin:15px 0;}

/* ----------------------------------------------------------------------------------------------------------
2) HTML styles
---------------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------
3) Layout
---------------------------------------------------------------------------------------------------------- */

#main {width:940px; padding:10px; margin:0 auto; overflow:hidden;}

    #header {position:relative; height:100px; padding:0 0 0 35px; background:url("/images/header.gif") 0 0 no-repeat; overflow:hidden;}
    #header h1 {margin:0.8em 1em; color:#ffffff; font-size:2.4em;}
        #header h1 a {color:#ffffff; text-decoration:none;}
    
        #slogan {position:absolute; top:30px; right:0; width:275px; padding:10px 10px 10px 15px; background:url("/images/pattern.gif"); font-weight:bold;}
    
    #nav {position:relative; padding:0 20px; background:url("/images/nav.gif") 0 0 repeat-x;}
    #nav ul {margin:0; list-style:none;}
    #nav ul li {display:inline;}
    #nav ul li a {display:block; float:left; padding:9px 15px; background:url("/images/nav-separator.gif") 100% 0 repeat-y; text-decoration:none;}
    #nav a:hover {text-decoration:underline;}
    #nav ul li.active, #nav ul li.active a {font-weight:bold;}
    #nav #feeds {position:absolute; top:9px; right:25px; margin:0;}
    #nav #feeds a:hover {text-decoration:none;}

    #cols {margin-bottom:10px; background:url("/images/cols.gif") 0 0 no-repeat;}
    #cols-in {min-height:430px; padding:20px; background:url("/images/cols-in.gif") 0 100% no-repeat;}
    
        #content {float:left; width:600px;}
        #aside {float:right; width:280px;}
        #content .in, #aside .in {padding:15px;}

    #footer {padding:15px 15px 5px 15px;}
    #footer p {margin:0;}
    
        #ico-print {padding-left:12px; background:url("/images/ico-print.gif") 0 50% no-repeat;}
        #ico-sitemap {margin-left:10px; padding-left:10px; background:url("/images/ico-sitemap.gif") 0 50% no-repeat;}

        .ico-rss {padding-left:18px; background:url("/images/ico-rss.gif") 0 50% no-repeat;}

    #copy {margin:15px auto 0 auto; width:910px; font-size:90%;}

/* ----------------------------------------------------------------------------------------------------------
4-1) Page: Homepage
---------------------------------------------------------------------------------------------------------- */

#breadcrumbs {margin:0; font-size:90%;}
#breadcrumbs a:hover {text-decoration:none;}
#breadcrumbs span {margin:0 3px;}

#topstory-img {float:left; width:200px; text-align:center;}
#topstory-img img {margin-top:1.5em;}
#topstory-txtimg {float:right; width:355px; margin-right:5px;}
#topstory-txt {float:right; width:565px; margin-right:3px;}
#topstory-txtimg h3,
#topstory-txt h3 {margin:0; font-size:140%; font-weight:normal;}
#topstory-txtimg #topstory-info,
#topstory-txt #topstory-info {margin:0; font-size:90%;}
#topstory-txtimg .comment,
#topstory-txt .comment {padding-left:12px; background:url("/images/ico-comment.gif") 0 2px no-repeat;}

.cols5050 {clear:both; background:url("/images/dot-01.gif") 0 100% repeat-x;}
.cols5050 .col {float:left; width:275px;}
.cols5050 .col .article {clear:both; margin-bottom:15px;}
.cols5050 .col .article-img {float:left; width:85px;}
.cols5050 .col .article-img img {display:block;}
.cols5050 .col .article-txt {float:right; width:175px;}
.cols5050 .col .article-txt h4 {margin:0; margin-bottom:7px; font-size:110%;}
.cols5050 .col .article-txt p {margin:0; font-size:90%;}

#subnav {margin:0; list-style:none;}
#subnav li {display:inline;}
#subnav li a {display:block; padding:4px 10px 4px 25px; background:url("/images/subnav.gif") 10px 50% no-repeat;}
#subnav li a:hover {text-decoration:none;}
#subnav li.last a {border:0;}

dl#news {margin:0; background:url("/images/dot-02.gif") 3px 0 repeat-y;}
dl#news dt {margin-bottom:3px; padding-left:15px; background:url("/images/news-dt.gif") 0 50% no-repeat; font-weight:bold;}
dl#news dd {margin:0; margin-bottom:10px; padding-left:15px;}
dl#news a:hover {text-decoration:none;}

#gallery-in {padding:15px; background:url("/images/gallery.gif") 0 0 repeat-x;}
#gallery .separator {width:910px; height:2px; margin:10px 0; background:url("/images/separator.gif") 0 0 repeat-x; font-size:0; line-height:0; overflow:hidden;}
#gallery img {margin-right:18px;}
#gallery a.last img {margin:0;}

table#db {width:100%; border-collapse:collapse;}
table#db td,
table#db th {padding:0.3em 0.4em;}
table#db th {background-color:#e5e5e5;}
table#db tr.positive {background-color:#bcff9f;}
table#db tr.planned {background-color:#fff99f;}
table#db tr.negative {background-color:#ffb6b6;}
table#db, table#db td, table#db th {border:1px solid #999999;}
table#db th.detail {width:10em; text-align:left;}

form#db input,
form#db select {width:248px;}
form#db textarea {width:99%; height:200px; margin-bottom: 1em;}
form#db input.submit {width:auto; padding:0.3em 1em;}

form span.field-with-errors input,
form span.field-with-errors select {background-color:#ffb6b6;}

form div.rmathguard table {margin-top:0.5em; margin-bottom:0.5em;}
form div.rmathguard table tr td pre {font-weight:bold; font-size:8px; line-height:8px; margin-right:1em;}

input.submit {padding:0.3em 1em;}
p.submit {padding:1em 0; clear:left;}
p.botspace {padding-bottom:0.8em;}

.provider-exp {border:2px solid #999999; background-color:#efefef; padding-bottom:0.8em;}
.provider-exp p {margin:0.8em 1em;}
.provider-exp p.about {margin:0em; padding:0.5em 1em; border-bottom:1px solid #999999; background-color:#d1d1d1;}
.provider-exp hr {margin-top:1em; size:0; border:1px solid #999999;}

.errorExplanation {width:600px; margin:-10px 0 0 -17px; padding-bottom:0.8em;}
.errorExplanation h2 {padding:0.6em 0; font-size:1.4em; text-align:center; background-color:#ffb6b6;}
.errorExplanation p {margin-left:1em; font-weight:bold;}
.errorExplanation ul {margin:-0.8em 1em 0 2em;}

/* ----------------------------------------------------------------------------------------------------------
5) Others
---------------------------------------------------------------------------------------------------------- */

.title-01 {margin:0; padding:15px 15px 15px 45px; background:url("/images/arrow-01.gif") 15px 50% no-repeat; font-size:150%; font-weight:normal;}
.title-02 {background:url("/images/dot-01.gif") 0 60% repeat-x; font-size:100%;}
.title-02 span {padding-right:5px;}
.title-03 {margin:0; padding:13px 10px 13px 15px; background:url("/images/arrow-02.gif") 245px 50% no-repeat; font-size:100%; font-weight:bold;}
.title-03.gallery {background:url("/images/arrow-02.gif") 903px 50% no-repeat;}
.title-04 {margin:0 5px; padding:13px 30px 13px 15px; background:url("/images/title-04.gif") 0 0  repeat-x; font-size:100%; font-weight:bold;}

.more {padding-right:14px; background:url("/images/more.gif") 100% 5px no-repeat;}
a:hover.more {text-decoration:none;}
