body {
    background: url(../images/lvp.jpg) center center fixed no-repeat;
    font-size: 16px;
    color: #000000;
    font-family: Arial;
}

.language a {
    font-size: 16px;
    margin-left: 15px;
}

.language a.selected {
    color: #FFFFFF !important;
}

.container {
    width: 980px;
    background: #FFFFFF;
    padding: 0;
    margin: 20px auto;
}

.header {
    height: 130px;
    background: #000000;
}

.header a:hover, .menu a:hover {
    text-decoration: none;
}

.header div {
    display: inline;
    width: 212px;
    float: left;
    height: 130px;
    text-align: center;
}

.header div.selected {
    height: 145px;
}

.header div.sfv { background: url(../img/sfv.jpg) top center }
.header div.sfv.selected, .header div.sfv:hover { background: url(../img/sfv_over.jpg) top center }

.header div.fk { background: url(../img/fk.jpg) top center }
.header div.fk.selected, .header div.fk:hover { background: url(../img/fk_over.jpg) top center }

.header div.lvp { background: url(../img/lvp.jpg) center center }
.header div.lvp.selected, .header div.lvp:hover { background: url(../img/lvp_over.jpg) top center }

.header div.rdst { background: url(../img/rdst.jpg) top center; }
.header div.rdst.selected, .header div.rdst:hover { background: url(../img/rdst_over.jpg) top center; }

.header.en div.sfv { background: url(../img/sfv_en.jpg) center center }
.header.en div.sfv.selected, .header.en div.sfv:hover { background: url(../img/sfv_over_en.jpg) top center }

.header.en div.fk { background: url(../img/fk_en.jpg) center center }
.header.en div.fk.selected, .header.en div.fk:hover { background: url(../img/fk_over_en.jpg) top center }

.header.en div.lvp { background: url(../img/lvp_en.jpg) center center }
.header.en div.lvp.selected, .header.en div.lvp:hover { background: url(../img/lvp_over_en.jpg) top center }

.header.en div.rdst { background: url(../img/rdst_en.jpg) center center; }
.header.en div.rdst.selected, .header.en div.rdst:hover { background: url(../img/rdst_over_en.jpg) top center }

.header div.logo {
    width: 130px;
    background: url(http://slovenskifestivalvin.si/logo_stand.jpg) no-repeat center center;
}

.rdst a, .rdst h2.pageTitle { color: #666666; }
.lvp a, .lvp h2.pageTitle { color: #a6ce39; }
.sfv a, .sfv h2.pageTitle { color: #ed1651; }
.fk a, .fk h2.pageTitle { color: #ffcb06; }

.footer {
    background: #000000;
    color: #FFFFFF;
    padding: 10px;
    text-align: center;
    border-top: 3px solid #000000;
}

.footer ul {
    list-style-type:none;
    margin:0;
    padding:0;
}

.footer ul li {
    display: inline;
    padding: 0 5px;
}

.footer ul li a {
    color: #FFFFFF;
}

/** MENU **/

.menu {
    position: absolute;
    width: 999px;
    height: 36px;
    margin-top: 15px;
    margin-left: -10px;
    box-shadow: 0px 3px 5px -2px rgba(0,0,0,0.6);
}

.menuspacer {
    height: 52px;
}

.menu:before {
    border-color: #364903 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #364903;
    border-style: solid;
    border-width: 5px;
    content: " ";
    height: 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: 0;
}

.menu:after {
    border-color: #364903 #364903 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 5px;
    content: " ";
    height: 0;
    left: 0;
    position: absolute;
    top: 100%;
    width: 0;
}

.rdst .menu { background: #000000; }
.lvp .menu { background: #a6ce39; }
.sfv .menu { background: #ed1651; }
.fk .menu { background: #ffcb06; }

.menu ul {
    list-style-type:none;
    margin:0;
    padding:0;
}

.menu ul li.menuItem {
    display:  inline;
    padding: 6px 20px;
    float: left;
 }

.menu ul li.menuItem.last {
    float: right;
}

.menu ul li.menuItem.language {
    padding: 6px 0;
}


.menu ul li.menuItem.fb img {
    height: 25px;
    margin-top: -2px;
}

.menu ul li.menuItem a {
    color: #FFFFFF;
    font-size: 16px;
}

.menu ul li.menuItem:hover > a {
    text-shadow: 1px 1px 2px rgba(0,0,0,.2);
    color: #FFFFFF;
}

.dropdown-menu {
    border-radius: 0;
    margin-top: -2px !important;
    box-shadow: 0px 3px 5px -2px rgba(0,0,0,0.6);
    color: #000000;
}

.dropdown-menu > li > a {
    padding: 5px 20px;
    font-size: 14px !important;
    color: #000000 !important;
}

.rdst .dropdown-menu {
    border-color: #000000;
}

.rdst .dropdown-menu li a:hover {
    background: #000000 !important;
    color: #FFFFFF !important;
}

/****/

.vstopRazstavljavci {
    background: #000000;
    position: absolute;
    margin-left: -34px;
    margin-top: 230px;
    font-size: 24px;
    padding: 10px;
    line-height: 20px;
    font-variant: small-caps;
    color: #FFFFFF;
    text-align: center;
}

.vstopRazstavljavci:hover {
    /*background: url(../img/vstop_over.png) center center #ffca08 no-repeat;*/
    color: #FFFFFF;
}

.container {
    border: 1px solid #000000;
}

.container .content {
    width: 640px;
    padding-left: 15px;
    padding-top: 15px;
    text-align: justify;
}

.container .content img {
    max-width: 625px;
}

.imageslider {
    margin: 15px 15px 0 15px;
}

.imageslider .carousel {
    box-shadow: 0px 6px 10px -4px;
}

.pageTitle {
    margin-top: 0;
}

.rightPanel {
    width: 300px;
    float: right;
    margin-right: 15px;
    padding-top: 15px;
}

.rightBlock {
    padding: 8px;
    margin-bottom: 15px;
}

.adBlock {
    padding: 0;
    border: 1px solid #000000;
}

.adBlock img {
    width: 298px;
}

.rightBlock h3 {
    padding: 0 0 3px 0;
    margin: 0 0 5px 0;
    font-size: 16px;
    border-bottom: 1px solid;
}

.newsLetterBlock {
    background: #000000;
    color: #FFFFFF;
}

.newsLetterBlock input {
    margin-bottom: 5px;
}

/** Gallery **/

.gallery .item {
    width: 230px;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 10px;
}

.gallery .item img {
    max-width: 230px;
}

.gallery .item h3 {
    color: #333333;
}

.gallery .gallery-image {
    float: left;
    margin: 10px;
}

.gallery .gallery-image img {
    max-width: 230px;
}

/** News Blocks **/

.newsBlock, .suqares {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.rightPanel .newsBlock {
    margin-bottom: 15px;
}

.newsBlock .newsItem, .suqares .squareItem {
    float: left;
    width: 306px;
    background: #000000;
    color: #FFFFFF;
    margin: 15px 0 0 15px;
    padding: 10px;
    height: 150px;
    font-size: 13px;
}

.suqares .squareItem a {
    font-weight: bold;
}

.rightPanel .newsBlock .newsItem {
    margin-left: 0;
}

.rightPanel .newsBlock .newsItem:first-child {
    margin-top: 0;
}

.newsBlock .newsItem b {
    font-size: 15px;
}

.newsBlock span {
    font-size: 12px;
    line-height: 12px;
}


/** News **/

.news {
    margin: 30px 10px;
}

.news h3 {
    margin-top: 0px;
    padding: 0 0 5px 10px;
    border-left: 5px solid black;
    width: 500px;
    text-align: left;
}

.sfv .news h3 { border-left-color: #ed1651; }
.fk .news h3 { border-left-color: #ffcb06; }
.lvp .news h3 { border-left-color: #a6ce39; }

.news h3 .date {
    position: absolute;
    font-size: 14px;
    color: #999;
    font-weight: normal;
    margin: 8px 0 0 518px;
}

.container hr { width: 70% }
.container hr:last-child { display: none; }

.attachedFiles {
    border-top: 1px solid;
}

.contactPage {
    margin-top: 10px;
    margin-bottom: 20px;
    height: 100px;
}

.contactPage img {
    width: 100px;
    height: 100px;
    border-radius: 200px;
    border: 1px solid #ccc;
    float: left;
    margin-right: 20px;;
}

/** Sitemap **/

ul.sitemap, ul.sitemap ul {
    padding-left: 30px;
    margin: 5px 0;
}