
html, body {
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    background: #130905 url(../images/bg01.jpg) repeat;
    font-family: 'Neuton', serif;
    font-size: 18px;
    color: #796D6F;
}

.wrapper-all {
    height: 100%;
    width: 1000px;
    padding: 0;
    margin: 0 auto;
}

    .wrapper-all.letni_casi {
        background: #130905 url(../images/bg01-letni_casi.jpg) no-repeat;
        background-position: center top;
    }

    .wrapper-all.glasba {
        background: #130905 url(../images/bg01-zaigrajmo.jpg) no-repeat;
        background-position: center top;
    }

    .wrapper-all.zaigrajmo {
        background: #130905 url(../images/bg01-zaigrajmo.jpg) no-repeat;
        background-position: center top;
    }

    .wrapper-all.rastemo_z_zogo {
        background: #130905 url(../images/bg01-rastemo_z_zogo.jpg) no-repeat;
        background-position: center top;
    }


h1, h2, h3 {
    margin: 0px;
    padding: 0px;
}

p, ol, ul {
    margin-top: 0px;
}

p, ol {
    line-height: 180%;
    margin-top: 0px;
}

strong {
}

a {
    color: #fff;
    text-decoration: none;
}

    a:hover {
        -webkit-text-shadow: 1px 1px 0 #555;
        text-shadow: 1px 1px 0 #555;
        text-decoration: none;
    }

    a img {
        border: none;
    }

img.border {
}

img.alignleft {
    float: left;
}

img.alignright {
    float: right;
}

img.aligncenter {
    margin: 0px auto;
}

hr {
    display: none;
}

/** WRAPPER */

#wrapper {
}

.container {
    width: 1000px;
    margin: 0px auto;
}

.clearfix {
    clear: both;
}

/** HEADER */

#header-wrapper {
    /*background: url(../images/bg02.jpg) no-repeat left top;*/
}

#header {
    overflow: hidden;
    width: 610px;
    height: 280px;
}

/** LOGO */

#logo {
    position: relative;
    float: left;
    width: 276px;
    height: 150px;
    padding-top: 140px;
    background: url(../images/homepage01.jpg) no-repeat left top;
    text-align: center;
}

    #logo h1 {
        display: none;
    }

    #logo img {
    }

    #logo .contact-link {
        position: absolute;
        left: 56px;
        top: 210px;
    }

        #logo .contact-link a {
            background-color: rgba(14,6,3,0.6); /*#0e0603;*/
        }


/** MENU */

li.menu-link {
    float: left;
    margin-bottom: 10px;
}


.menu-link a, .contact-link a {
    width: 160px;
    height: 49px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    /*background: url(../images/homepage02.jpg) no-repeat left top;*/
    background-color: rgba(14,6,3,0.9); /*#0e0603;*/
    border: none;
    border-radius: 5px;
    /*line-height: 50px;*/
    text-decoration: none;
    font-family: 'Neuton', serif;
    text-transform: uppercase;
    font-size: 16px;
    color: #FFFFFF;
}

    .menu-link a:hover, .menu-link a.active, .contact-link a:hover, .contact-link a:active {
        font-weight: 600;
        text-decoration: none;
    }




/** MENU 1 */

#menu1 {
    float: left;
    width: 160px;
    height: 144px;
    margin-right: 7px;
    padding-top: 136px;
}

    #menu1 ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        line-height: normal;
    }


/** MENU 2 */

#menu2 {
    float: right;
    width: 160px;
    height: 144px;
    margin-left: 7px;
    padding-top: 136px;
}

    #menu2 ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        line-height: normal;
    }


/** PAGE */

#page {
    background: url(../images/bg04.jpg) repeat-y left top;
    background-position: center top;
}

#page-bgtop {
    background: url(../images/bg03.jpg) no-repeat left top;
    background-position: center top;
}

#page-bgbtm {
    overflow: hidden;
    background: url(../images/bg05.jpg) no-repeat left bottom;
    background-position: center bottom;
}

.onecolumn #page-bgbtm {
    width: 610px;
    padding: 62px 195px 100px 195px;
}

/** CONTENT */

#content {
}

/** SIDEBAR */

#sidebar {
}

/** FOOTER */

#footer {
    overflow: hidden;
    height: 210px;
    background: url(../images/bg06.png) no-repeat left top;
    background-position: center top;
    font-family: 'Neuton', serif;
}

    #footer p {
        margin: 0px;
        padding: 25px 0px 0px 0px;
        text-transform: uppercase;
        text-align: center;
        -webkit-text-shadow: 1px 1px 1px #1C0500;
        text-shadow: 1px 1px 1px #1C0500;
        font-size: 12px;
        color: #63493A;
    }

/*#region Poptrox*/
/*****************************************************
  Poptrox
*****************************************************/

.poptrox-popup {
    position: relative;
    padding: 10px 10px 70px 10px;
    background: #190E0A url(../images/popup_img01.gif) repeat;
    border-top: 1px solid #342727;
    border-bottom: 1px solid #0B0200;
}

    .poptrox-popup img {
    }

    .poptrox-popup .loader {
        width: 100px;
        height: 24px;
        margin: 65px auto 0 auto;
        text-indent: -9999em;
        background: url(../images/loader.gif);
    }

    .poptrox-popup .caption {
        position: absolute;
        bottom: 25px;
        left: 25px;
        font-family: 'Neuton', serif;
        font-size: 18px;
        color: #A19799;
    }

    .poptrox-popup .closer {
        position: absolute;
        bottom: 1em;
        right: 15px;
        width: 99px;
        height: 40px;
        background: url(../images/popup_img02.gif) no-repeat left top;
        line-height: 40px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        font-family: 'Neuton', serif;
        font-size: 16px;
        color: #FFFFFF;
    }
/*#endregion*/

/** VIEWS */
.view {
    width: 740px;
    padding: 30px 130px 40px;
    line-height: 1em;
}

    .view p, .view ol {
        line-height: 1em;
    }


    .view > img {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .view nav {
        margin: 20px 40px;
    }

        .view nav a {
            display: inline-block;
            width: auto;
            padding: 0 10px;
            background-color: rgba(14,6,3,0.9); /*#0e0603;*/
            border: none;
            border-radius: 5px;
            line-height: 50px;
            text-decoration: none;
            text-align: center;
            font-family: 'Neuton', serif;
            text-transform: uppercase;
            font-size: 16px;
            color: #FFFFFF;
        }

            .view nav a:hover, .view nav a.active {
                font-weight: 600;
            }

    .view .item {
        padding: 0 10px;
    }

        .view .item fieldset ul {
            list-style: none;
        }

        .view .item fieldset li {
            margin-top: 5px;
        }

            .view .item fieldset li label {
                display: block;
            }

            .view .item fieldset li input {
                min-width: 300px;
            }

            .view .item fieldset li textarea {
                min-width: 500px;
                min-height: 150px;
            }



#biography .item {
    display: none;
}

    #biography .item:first-child {
        display: block;
    }

#games .item {
    display: none;
}

    #games .item:first-child {
        display: block;
    }


#music .item .columns .left {
    float: left;
    margin-right: 10px;
}

#music .item .columns img {
    max-height: 200px;
}




/** GALLERY */

#gallery {
    overflow: hidden;
    width: 760px;
    padding: 20px 120px 20px 120px;
}

    #gallery ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

    #gallery li {
        float: left;
        margin: 0px;
        padding: 0px;
        line-height: 0px;
    }

    #gallery a {
        position: relative;
        display: block;
        width: 190px; /*282px;*/
        height: 128px; /*190px;*/
    }

        #gallery a img {
            display: block;
            width: 190px; /*282px;*/
            height: 128px; /*190px;*/
        }

        #gallery a span {
            position: absolute;
            top: 0px;
            left: 0px;
            display: block;
            width: 100%;
            height: 100%;
            -webkit-transition: all .5s ease-out 0.1s;
            -moz-transition: all .5s ease-out 0.1s;
            -o-transition: all .5s ease-out 0.1s;
            transition: all .5s ease-out 0.1s;
            background-color: rgba(0,0,0,0.4);
        }

        #gallery a:hover span, #gallery li.active a span {
            background-color: rgba(0,0,0,0.0);
        }

    #gallery .text-container {
        text-align: center;
        width: 190px;
        height: 128px;
        line-height: 128px;
        margin: 0;
        padding: 0;
    }

/** BOX STYLE 1 */

.box-style1 {
}

    .box-style1 .title {
        display: block;
        height: 69px;
        margin-bottom: 22px;
        background: url(../images/pics01.gif) no-repeat left top;
        line-height: 69px;
        text-align: center;
        text-transform: uppercase;
        font-size: 26px;
        color: #FFFFFF;
    }

/** IMAGE STYLE 1 */

.image-style1 {
    width: 595px;
    height: 180px;
    margin-bottom: 30px;
    padding-top: 15px;
    padding-left: 15px;
    background: url(../images/pics02.gif) no-repeat left top;
}


/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: red;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: red;
}


/* styles for validation helpers */
.field-validation-error {
    color: red;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid red;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: red;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}



.input-imp-long {
    display: none;
}

input[type=submit] {
    width: 99px;
    height: 40px;
    background: url(../images/popup_img02.gif) no-repeat left top;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Neuton', serif;
    font-size: 16px;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
}
