/*	list.si: base.css
-----------------------------------------------------*/
/*  
    version:   1.0
    author:    Andrej Sovič
    contact:   http://www.list.si
*/

@import url(reset.css);

/*	=COMMON
-----------------------------------------------------*/
body, input, textarea, select, table, td {
    font-size: 13px;
    font-family: Verdana;
    background: #fff;
    color: #000;
}


html, body {
    height: 100%;
}

h1 { font-size: 180%; }
h2 { font-size: 170%; }
h3 { font-size: 130%; }
h4 { font-size: 120%; }
h5 { font-size: 110%; }

strong, th {
    font-weight: regular;
}

em {
    font-style: italic;
}

pre {
    text-align: left !important;
}

/*	=ACCESS
-----------------------------------------------------*/
#access {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

#access li {
    display: none;
}

#access #skip_to_content {
    display: block;
}

#access #skip_to_content a {
    display: block;
    background: #567d8d url(../images/skip_bg.gif) repeat-x;
    padding: 0.7em 0;
    color: #0000ee;
    text-decoration: none;
    font-weight: bold;
}

#access #skip_to_content a:hover {
    background: #d5d9cf;
}

/*	=CONTAINER
-----------------------------------------------------*/
#container {
    width: 850px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

/*	=VCARD
-----------------------------------------------------*/
.vcard {
    position: absolute;
    top: 0px;
    left: 11px;
    color: #fff;
}

#logo {
    display: block;
    width: 334px;
    padding: 20px 0 0 0;
    overflow: hidden;
    background: url(../images/logo.gif) no-repeat;
    height: 0px !important; /* for most browsers */
    height /**/:20px; /* for IE5.5's bad box model */
}

.vcard .postal-code, .vcard .tel, .vcard .email {
    display: none;
}

/*	=LANG
-----------------------------------------------------*/
#lang {
    position: absolute;
    top: 105px;
    right: 15px;
    color: #fff;
    font-size: 90%;
}

#lang a {
    color: #fff;
    text-decoration: none;
}

#lang a:hover {
    text-decoration: underline;
}

#lang li {
    display: inline;
}

#lang #slo {
    margin-right: 2px;
    padding-right: 5px;
    border-right: 1px solid #fff;
}

/*	=NAV
-----------------------------------------------------*/
#nav {
    position: absolute;
    top: 103px;
    left: 0;
    width: 200px;
    padding: 12px 8px 0 6px;
    background: transparent url(../images/nav_bgg.gif) no-repeat;
    font-size: 120%;
}

* html #nav {
    width: 214px;
}

#nav li {
    display: inline;
}

#nav li a {
    display: block;
    padding: 14px 10px 16px 21px;
    background: #d1d6c9 url(../images/nav_bg.gif) bottom;
    color: #25404a;
    text-decoration: none;
}

#nav li a:hover, #nav li a.selected {
    background: #4d6d78 url(../images/nav_hover_bg.gif) bottom;
    color: #fff;
}

#nav li ul li a {
    padding-left: 40px;
    background: #e7eae1 url(../images/nav_sub_bg.gif) bottom;
}

#nav li ul li ul li a {
    padding-left: 60px;
    background: #e7eae1 url(../images/nav_sub_bg.gif) bottom;
}

#nav_bottom {
    position: relative;
    bottom: 2px;
    left: -8px;
    display: block;
    width: 218px;
    height: 5px;
    background: #fff url(../images/nav_bottom.gif) no-repeat;
}

/*	=SEARCH
-----------------------------------------------------*/
#search {
    position: absolute;
    z-index: 10;
    top: 127px;
    right: 6px;
}

#search fieldset {
    text-align: right;
}

#search legend {
    display: none;
}

#search input {
    border: 1px solid #ccc;
    padding: 3px;
    width: 150px;
}

#search button {
    border: 0;
    background: transparent url(../images/search_slo.gif) no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    width: 41px;
    height: 25px;
    position: relative;
    top: 2px;
}

/*	=MAIN
-----------------------------------------------------*/
#main {
    width: 635px;
    position: relative;
    top: 125px;
    left: 214px;
}

* html #main {
    padding-bottom: 125px; /* for IE6*/
}

/*	=LOCATION
-----------------------------------------------------*/
#location {
    background: #d5d9cf url(../images/location_bg.gif) repeat-x bottom;
    padding: 10px 0 10px 10px;
    font-size: 90%;
}

#location strong {
    color: #666;
    font-weight: normal;
}

#location a {
    color: #3d606e;
}

/*	=CONTENT
-----------------------------------------------------*/
#content {
    padding: 0px;
}

#content h1, #content h2 {
    margin-bottom: 2px;
    letter-spacing: -1px;
    font-family: 'Verdana', trebuchet, sans-serif;
    color: #000000;
}

#content h3 {
    color: #000000;
}

#content h4 {
    color: #000000;
    display: block;
    margin-bottom: 5px;
}

#content p, #content img {
    margin-bottom: 0px;
    line-height: 1.5em;
}

#content ul, #content ol {
    margin: 0 0 20px 20px;
    list-style: disc;
}

#content ol {
    list-style: decimal;
}

#content li {
    line-height: 1.7em;
}

#content a {
    color: #0000ee;
    font-weight: bold;
}

#content a:visited {
    color: gray;
}

#content a:hover {
    color: red;
}

#content th {
    border-bottom: 1px solid #000;
    padding: 5px;
}

#content td {
    padding: 0px;
    line-height: 1em;
}

#content tr.alt td {
    background: #0000ee;
}

#content tr:hover td {
    background: #0000ee;
}

/*	=NEWS_ARCHIVE
-----------------------------------------------------*/
#content #news_archive {
    margin: 0;
}

#news_archive li {
    list-style: none;
    margin: 0;
}

#news_archive h2 {
    font-size: 1.4em;
    margin: 0;
}

#news_archive h2 a {
    text-decoration: none;
}

#content p.date {
    font-style: italic;
    color: #666;
    font-size: 0.918em;
    margin: 0 0 5px 0;
}

/*	=FOOTER
-----------------------------------------------------*/
#footer {
    margin: 0 0 0 10px;
    padding: 10px 0;
    border-top: 1px solid #768f96;
    color: #90aa9c;
    position: relative;
    font-size: 90%;
}

#footer a {
    color: #3d606e;
}

#footer li {
    display: inline;
    margin-right: 8px;
}

#footer #author {
    position: absolute;
    right: 0;
    margin: 0;
}


/*	=HIDE
-----------------------------------------------------*/
hr, #txt_options, h4 {
    display: none;
}