/*###############################################################

GLOBAL
- css pre vseobecne elementy

###############################################################*/

html, body {
    width: 100%;
    height: 100%;
    font-size: 11pt;
    font-family: 'Arial', Helvetica, Garuda, sans-serif;
    /*text-align: center;*/
    color: #8e8e8e;
    background-color: #f1e8d7;
}
body {
    height: auto;
    min-height: 100%;
    background:url('../img/bg_main.jpg') center top no-repeat;
    word-wrap: break-word;
}

body > #web {
    height: auto;
    min-height: 100%;
}
#wrapper {
    width: 980px;
    height: 100%;
    margin: 0 auto;
    position:relative;
    display:block;
}

.right {float: right;}
.left {float: left;}
a {pointer: cursor;}
.embeddedvideo {
    margin: 6px 0 12px 0;
    display: block;
}

/*------------------------------------------------------------------------------------------------------------------
PATH & INFOLINE
------------------------------------------------------------------------------------------------------------------*/

#path {
    width: 660px;
    height: 20px;
    margin-left: 5px;
}
#path a, #path p {float: left; margin-right: 3px; line-height: 20px; height: 20px;}

.infoline,
.infoline2 {
    background: #f6f1b4;
    text-align: left;
    border-left: 1px solid #eaeae9;
    border-right: 1px solid #e9e9e8;
}
.infoline { width: 658px; height: 21px;}
.infoline2 { width: 473px; border: 1px solid #eaeae9; margin: 7px 0;}
.infoline p,
.infoline2 p {
    color: #b59b5e;
    line-height: 21px !important;
    height: 21px;
    font-size: 8pt;
    margin-left: 9px;
}

/*------------------------------------------------------------------------------------------------------------------
ADBOXES
------------------------------------------------------------------------------------------------------------------*/

.adbox {
    display: block;
    margin-bottom: 6px;
}
.adbox.s300 {
    width: 300px;
    /*height: 300px; fix schvoavanie*/
    overflow: hidden; /*IE7 fix*/
}

.adbox-in-whitebox,
.adbox-in-whitebox-text {
    float: left;
}
.adbox-in-whitebox-text {
    padding-left: 9px;
    line-height: 11pt;
}
.adbox-in-whitebox-text p {margin-bottom: 4px;}
.adbox-in-whitebox-text p.last {margin-bottom: 0;}

/*------------------------------------------------------------------------------------------------------------------
CLEARFIX
------------------------------------------------------------------------------------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/*------------------------------------------------------------------------------------------------------------------
FORMULARE 20.02.2012
------------------------------------------------------------------------------------------------------------------*/
#formcontent {
    padding: 10px !important;
    background: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e9e9e8;
}
#formcontent #general-event-form {
    font-size: 8pt !important;
    font-weight: normal !important;
}
#formcontent p {
    min-height: 28px;
    /*line-height: 28px;*/
    clear: both;
    display: block;
    margin-bottom: 5px;
}
#formcontent label {
    font-weight: normal !important;
    vertical-align: baseline;
    line-height: 28px;
    float: left;
    font-size: 8pt;
}
#formcontent label[for="id_category"],
#formcontent label[for="id_display_name"],
#formcontent label[for="id_username"],
#formcontent label[for="id_password"] {
    width: 170px;
}

#formcontent select,
#formcontent input[type="text"] {
    font-size: 8pt;
    outline: none;
}
#formcontent select {
    height: 28px;
    padding: 4px 2px;
    width: 220px;
    border: 1px solid #9b9b9b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-appearance: none;
    /*border: none;*/
    background:url('../img/forms.png') 0 -28px no-repeat;
}
#formcontent input {
    float: left;
    height: 24px;
    padding: 1px 3px;
    width: 212px;
    margin: 0;
    border: 1px solid #9b9b9b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*background:url('../img/forms.png') 0 0 no-repeat;*/
}
#formcontent input[type="submit"],
#formcontent input[type="button"].submit {
    height: 28px;
    width: 185px;
    border: none;
    outline: none;
    background:url('../img/forms.png') 0 -56px no-repeat;
    line-height: 28px;
    color: white;
    text-transform: uppercase;
    font-size: 8pt;
    font-weight: bold;
    cursor: pointer;
    float: none;
}

/*-------------------------------------------------
    prihlasenie a zabudnute heslo 16.5.2012 FK

    trieda .big-login-form prepisuje vlastnosty
    id #formcontent ak sa zmenia vlastnosti id
    tak treba ošetriť aj tu
-------------------------------------------------*/
#formcontent.big-login-form {
    padding: 0 !important;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
}
#formcontent.big-login-form input[type="text"],
#formcontent.big-login-form input[type="password"]{
    width:177px;
}
#formcontent.big-login-form input[type="submit"]{
    margin-left:170px;
}

#formcontent.big-login-form label{
    width:170px;
}

.container.for-searchbox .searchbox-event .middle #formcontent.big-login-form form{
    top:5px;
}
#formcontent.big-login-form a.linkToPass{
    float: right;
    color: #CCC;
    margin-right: 130px;
    line-height: 28px;
}
#formcontent.big-login-form span.text{
    display: block;
    margin-top:5px;
}

.login-error{
    margin:0 0 0.5em 0;
    color:#ff0000;
}

/*-------------------------------------------------
    END prihlasenie a zabudnute heslo
-------------------------------------------------*/

/* Acordion*/

#formcontent #accordion {
    width: 640px !important;
    padding-top: 10px;
}
.ui-accordion .ui-accordion-header a {
    font-size: 8pt !important;
    color: #666 !important;
    font-weight: normla !important;
}

.ui-accordion .ui-accordion-content {
    padding: 10px !important;
}

#formcontent .ui-accordion-content li {
    min-height: 28px;
    clear: both;
    display: block;
    padding-bottom: 5px !important;
}

#formcontent #accordion label {
    font-weight: normal;
    vertical-align: baseline;
    padding: 0;
    line-height: 28px;
    float: left;
    width: 140px;
}

#formcontent #accordion select,
#formcontent #accordion input[type="text"] {
    font-size: 8pt !important;
    outline: none;
}

#formcontent #accordion input[type=text],
#formcontent input#id_publisher_str {
    float: left;
    height: 24px;
    padding: 1px 3px;
    margin-right: 3px !important;
    width: 212px;
    margin: 0;
    border: 1px solid #9b9b9b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*background:url('../img/forms.png') 0 0 no-repeat;*/
}

#formcontent #accordion textarea {
    /*float: left;*/
    padding: 1px 3px;
    width: 400px;
    margin: 0;
    border: 1px solid #9b9b9b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*background:url('../img/forms.png') 0 0 no-repeat;*/
}

#formcontent #accordion select {
    height: 28px;
    padding: 4px 2px;
    width: 220px;
    border: 1px solid #9b9b9b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-appearance: none;
    /*border: none;*/
    background:url('../img/forms.png') 0 -28px no-repeat;
}

#formcontent #accordion input[type=checkbox] {
    position: relative;
    top: 4px;
    float: none;
    width: auto;
}

#formcontent #accordion #genres label{
    width: auto !important;
}
#formcontent .ui-accordion-content #genres li {
    min-height: 14px;
}
#formcontent #accordion #genres ul label{
    min-width: 140px !important;
    line-height: 18px !important;
}

#formcontent span.helptext {
    padding-top: 0 !important;
}

#formcontent #genres ul input[type=checkbox] {
    height: auto;
    top: 2px;
}

/*Doformatovanie formularov 02 03 2012*/
#formcontent .artist_songs_box {
    width: 295px !important;
    border-right: 1px solid #999;
}
#formcontent .album_songs {
    width: 295px !important;
    padding-top: 32px;
    height: 400px;
    overflow-x: auto;
}
#formcontent .artist_songs {
    width: 100% !important;
}
#formcontent .artist_songs ul { width: 275px;}
#formcontent .album_songs ol { list-style-type: decimal; height:400px;}

#formcontent .artist_songs ul li,
#formcontent .album_songs ol li {
    line-height: 20px !important;
    min-height: 20px;
    padding-bottom: 0px !important;
    width: 275px;
}
#formcontent .artist_songs ul li:hover,
#formcontent .album_songs ol li:hover { background-color: #E2F1F7; }

#formcontent .artist_songs ul li span ,
#formcontent .album_songs ol li span {
    line-height: 20px !important;
    min-height: 20px;
    vertical-align: baseline;
    display: inline-block;
    padding-top: 2px;
}
#formcontent .artist_songs ul li span .ui-icon,
#formcontent .album_songs ol li span .ui-icon {
    display: inline-block;
    width: 16px;
    padding-top: 0;
    vertical-align: middle;
    height: 20px;
}