/*
Theme Name: SKVNS
Theme URI: http://www.optiweb.si/
Author: Optiweb, Visart
*/

@import "reset.css";
@import "text.css";

/* ==== General ==== */
html, body {
   margin:0;
   padding:0;
   width: 100%;
   height:100%;
}
body {
    background-image: url('gfx/body-bg.png');
    background-repeat: repeat-x;
    overflow-x: hidden;
}
.wrapper {
    height: auto;
    width: 100%;
    position: relative;
}
/* ===== Header ===== */
.header-wrapper {
    width: 100%;
    height: 360px;
    background-image: url('gfx/header-shape.png');
    background-color: #ffffff;
    background-attachment: scroll;
    background-position: top center;
}
.header-start {
    width: 100%;
    height: 8px;
    background-color: #ffe200;
    -moz-box-shadow:  0 3px 5px #ccc;
    -webkit-box-shadow: 0 3px 5px #ccc;
    box-shadow: 0 3px 5px #ccc;
    overflow: hidden;
    clear: both;
}
.header-content {
    width: 905px;
    margin: auto;
}
.header-options {
    overflow: hidden;
    clear: both;
    padding: 5px 0 5px 0;
}
.header-options ul {
    float: right;
    width: 235px;
    background-image: url('gfx/icons.png');
    background-repeat: no-repeat;
    background-position: left center;
}
.header-options ul li {
    float: left;
    height: 20px;
    list-style-type: none;
}
.header {
    margin-top: 20px;
}
.logo {
    position: relative;
    top: -20px;
    left: 10px;
}

/* ==== Main ==== */
.main-wrapper {
    width: 100%;
    padding-bottom: 202px; /* footer height */
    
}



.main-container {
    width: 905px;
    margin: auto;
    overflow: hidden;
    clear: both;
    border-top: 1px solid #e3e3e3;
}

/* ==== Content ==== */
.content {
    float: left;
    width: 670px;
    height: auto;
    padding-bottom: 20px;
    border-right: 1px solid #e3e3e3;
}

/* ==== Sidebar ==== */
.sidebar-right {
    float: left;
    width: 229px;
    padding-left: 5px;
    padding-bottom: 20px;
}
.widget {
    list-style-type: none;
    padding: 20px 0 20px 0;
    margin: 0 20px 0 20px;
    border-bottom: 1px solid #e3e3e3;
}
.widget li {
    list-style-image: url('gfx/sidebar-item.png');
    margin-left: 25px;
}
.search {
    width: 100%;
    padding: 3px;
    border: 1px solid #3f5193;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
/* ==== Navigation ==== */
.nav {
    margin: 20px auto 15px auto;
    width: 905px;
}
.menu {
    overflow: hidden;
    clear: both;
}
.menu li {
    float: left;
    padding: 0 10px 0 10px;
    max-width: 110px;
    height: 45px;
    background-image: url('gfx/menu-separator.png');
    background-repeat: no-repeat;
    background-position: right;
    list-style-type: none;
}
.menu li:first-child {
    padding-left: 0 !important;
}
li.last {
    width: 90px;
    padding-right: 0;
    background: none;
}
/* ==== Foot === */
.foot-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 202px;
    background-image: url('gfx/foot-bg.png');
    background-repeat: repeat-x;
}
.footer {
    width: 905px;
    margin: 25px auto;
    overflow: hidden;
    clear: both;
}
.footer a{
color: #3f5193;
}
.footer-box {
    float: left;
    width: 320px;
}
.footer-box-middle {
    float: left;
    width: 265px;
}
.footer-box-middle li, .footer-box li {
    list-style-type: none;
}
.foot-copyright {
    clear: both;
    overflow: hidden;
    padding-top: 20px;
}
.foot-copyright-left {
    float: left;
    text-align: left;
    width: 50%;
}
.foot-copyright-right {
    float: left;
    text-align: right;
    width: 49%;
}

/* ==== Article ==== */
.article {
    margin-right: 30px;
}
.article table {
    width: 100%;
}
.article td {
   /* border: 1px solid #c0c0c0; */
    padding: 5px;
}
.article td:first {
    width: 20%;
}

/* ==== Homepage ==== */
.storybox {
    float: left;
    width: 280px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 30px 20px 0;
    border-right: 1px solid #e3e3e3;
}
.storybox-right {
    margin-left: 30px;
    border-right: none;
}
.storybox-bottom {
}
.storybreak {
    float: left;
    color: #e3e3e3;
    background-color: #e3e3e3;
    background: #e3e3e3;
    width: 100%;
    height: 1px;
    margin: 0;
    padding: 0;
    border: none;
}
.archive-link {
    clear: both;
}
/* ==== Archive ==== */
.archive {
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
}
.pager {
    margin: 10px 0;
}
.pager ul {
    overflow: hidden;
    clear: both;
    margin-top: 10px;
}
.pager ul li {
    list-style-type: none;
    float: left;
    margin-left: 5px;
}
/* ==== Search results ==== */
.search-results li, .search-results {
    list-style-type: square;
}

.j_datum  {
  font-style: italic;
}