/* DEFAULT RESETS
   http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.3;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

p {
    font-size: 12px;
}


div.clear {
    clear: both;
    height: 0;
    overflow: hidden;
    font-size: 0.1em;
    visiblity: hidden;
}

.clearfix:after{
    clear:both;
    content:".";
    display:block;
    font-size:0;
    height:0;
    line-height:0;
    visibility:hidden
}

.clearfix{
    zoom:1
}
/* ======================================================= */



/*
 * @
*/

@font-face {
    font-family: 'Arial Narrow';
    src: url('/images/zsuzsi/font/arialn-webfont.eot');
    src: url('/images/zsuzsi/font/arialn-webfont.eot?#iefix') format('embedded-opentype'),
        url('/images/zsuzsi/font/arialn-webfont.woff') format('woff'),
        url('/images/zsuzsi/font/arialn-webfont.ttf') format('truetype'),
        url('/images/zsuzsi/font/arialn-webfont.svg#ArialNarrowRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
    font-family: arial;
}

a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

a#impair-button {
    position: absolute;
    margin-top: 3px;
    margin-left: -30px;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    background: url(/images/zsuzsi/impair.png) no-repeat top center;
}

.impair {
    display: none;
}

body {
    background: #e4e3c7 url(/images/zsuzsi/background.jpg) no-repeat top center;
    min-width: 980px;
}

body.background-fix {
    background-position: -470px 0px;
}

section#wrap {
    min-height: 1000px;
    min-width: 980px;
    background: transparent url(/images/zsuzsi/inner.png) no-repeat center 20px;
}

section#wrap.index {
    background: transparent url(/images/zsuzsi/inner_index.png) no-repeat center 20px;
}

header#main-holder {
    background: transparent url(/images/zsuzsi/header.png) no-repeat bottom center;
}

header#main {
    width: 968px;
    height: 168px;
    margin: 0px auto 0px auto;
    padding-top: 38px;
}

header#main section#header-top {
    margin: 7px 0px 0px 354px;
    height: 89px;
}

header#main section#main-menu {
    height: 41px;
    padding: 0 39px 0 39px;
}

section#header-title {
    text-transform: uppercase;
    padding: 15px 10px;
    font-weight: bold;
    font-size: 18px;
    display: table-cell;
    width: 300px;
}

section#header-corner {
    padding: 5px 10px;
    display: table-cell;
}

section#language-buttons {
    display: inline-block;
    padding-left: 40px;
}

section#language-buttons a {
    display: inline-block;
    padding: 6px 5px;
    font-size: 10px;
    color: #494848;
}

section#social-buttons {
    width: 150px;
    height: 22px;
    padding: 5px;
    display: inline-block;
}
section#search {
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
}
section#search input {
    border: 0;
    border-right: 1px solid #ddd;
    background: url(/images/zsuzsi/search.jpg);
    outline: 0;
    color: #494848;
    width: 180px;
    padding: 4px 10px 2px 10px;
    font-size: 12px;
    color: #757575;
    float: left;
}

section#search-button {
    cursor: pointer;
    float: right;
    padding: 0px 10px;
    width: 33px;
    height: 23px;
    background: url(/images/zsuzsi/search-button.png) no-repeat bottom center;	
}

section#inner {
    width: 886px;
    padding: 0px 41px 0 41px;
    margin: 0px auto;
    min-height: 1000px;
}

section.clear {
    float: none;
    clear:both;
    height:0px;
    overflow:hidden;
    font-size:0.1em;
    visiblity: hidden;
}

ul.navigation {
    width: 100%;
    display: table;
}

ul.navigation > li {
    display: table-cell;
    border-width: 0px 0px 0px 2px;
    border-color: #b4c098;
    -moz-border-image: url(/images/zsuzsi/navi_border.png) 0 0 0 2 repeat;
    -webkit-border-image: url(/images/zsuzsi/navi_border.png) 0 0 0 2 repeat;
    -o-border-image: url(/images/zsuzsi/navi_border.png) 0 0 0 2 repeat;
    border-image: url(/images/zsuzsi/navi_border.png) 0 0 0 2 repeat;
}

ul.navigation > li:last-child {
    border-width: 0px 2px 0px 2px;
    -moz-border-image: url(/images/zsuzsi/navi_border.png) 0 2 0 2 repeat;
    -webkit-border-image: url(/images/zsuzsi/navi_border.png) 0 2 0 2 repeat;
    -o-border-image: url(/images/zsuzsi/navi_border.png) 0 2 0 2 repeat;
    border-image: url(/images/zsuzsi/navi_border.png) 0 2 0 2 repeat;

}

ul.navigation > li > a {
    font-family: 'Arial Narrow',Arial;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    padding: 9px 0 8px 0;
}

ul.navigation > li.active {
    background: url(/images/zsuzsi/navi_hover.png);
}
ul.navigation > li.active:hover > a {
    color: #fff;
}
ul.navigation > li:hover > a {
    color: #000;
}

ul.navigation > li > ul {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -436px;
    width: 856px;
    padding: 0 10px;
    text-align: center;
}

ul.navigation > li > ul.fixed {
    left: 53px;
    margin-left: 0px;
}

ul.navigation > li > ul > li {
    display: inline-block;
    padding: 6px 7px;
}

ul.navigation > li > ul > li > a {
    color: #646464;
    font-family: Arial;
    font-weight: normal;
}

ul.navigation > li > ul > li > a:hover,
ul.navigation > li > ul > li.active > a {
    color: #00496e;
}

ul.navigation > li.active > ul {
    display: block;
}

section#index-intro-holder {
    margin-bottom: 196px;
}

section#index-intro {
    background: #13405f;
    border-left: 1px solid #668191;	
    border-right: 1px solid #668191;	
}
section#index-intro > section {
    color: #fff;
}

section#index-intro section#index-intro-content {
    float: left;
    width: 300px;
    padding: 20px 0px 20px 20px;
}

section#index-intro section#index-intro-title {
    font-size: 24px;
    padding-bottom: 25px;
}
section#index-intro section#index-intro-text {
    text-align: justify;
    font-size: 14px;
    line-height: 20px;
}

section#index-intro section#index-intro-slideshow {
    float: left;
    width: 522px;
    padding: 20px 20px 40px 20px;
    border: 1px solid transparent;
}
section#index-intro section#index-intro-slider,
section.program-holder section#program-slider {
    height: 298px;
    position: relative;
    background: url(/images/zsuzsi/loading.gif) no-repeat 50% 50%;
}

section.program-holder section#program-slider {
    border: 1px solid #54626c;
    height: 225px;
}

section#index-intro section#index-intro-slider img,
section.program-holder section#program-slider img{
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

section#index-intro section#index-intro-slider div.nivo-caption,
section.program-holder section#program-slider div.nivo-caption {
    background: #13405f;
    position: absolute;
    bottom: -33px;
}

section#index-intro section#index-intro-slider a.nivo-prevNav,
section#index-intro section#index-intro-slider a.nivo-nextNav,
section.program-holder section#program-slider a.nivo-prevNav,
section.program-holder section#program-slider a.nivo-nextNav {
    top: 5%;
    display: block;
    width: 22px;
    height: 24px;
    padding: 10px;
    text-indent: -9999px;
}

section#index-intro section#index-intro-slider a.nivo-prevNav,
section.program-holder section#program-slider a.nivo-prevNav {
    background: url(/images/zsuzsi/arrow-left.png) no-repeat center;
}

section#index-intro section#index-intro-slider a.nivo-nextNav,
section.program-holder section#program-slider a.nivo-nextNav {
    background: url(/images/zsuzsi/arrow-right.png) no-repeat center;	
}

section#index-intro section#index-intro-slider div.nivo-caption p,
section.program-holder section#program-slider div.nivo-caption p {
    font-size: 14px;
}

section#program-slideshow {
    float: right;
    width: 392px;
    margin: 10px 20px;
}

section.column-holder {
    display: table;
    width: 100%;
}

section.column {
    display: table-cell;
    color: #494848;
    font-size: 12px;
    line-height: 20px;
    padding: 0 20px;
}

h2 {
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

section#footer {
    padding: 50px 30px;
}

section#footer span.bottom {
    font-weight: bold;
    color: #00421b;
}
section#footer a {
    display: inline-block;
    padding: 0px 5px ;
    color: #494848;
}


section#page {
    min-height: 766px;
    margin-top: 25px;
    background: url(/images/zsuzsi/page.jpg) no-repeat top center;
    margin-bottom: -190px;
}

section#page section.breadcrumbs {
    background: #00496e;
    padding: 5px 15px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

section#page section.breadcrumbs a {
    font-weight: normal;
}

section#page section.content-holder {
    padding-bottom: 190px;
}
section#page section.content a {
    color: #000;
}
section#page section.content {
    padding: 25px;
    width: 400px;
    float: left;
}

section#page section.content.full {
    width: 836px;
}

section#page section.content p {
    margin: 0 0 12px 0;    
    font-size: 13px;
    color: #00496e;
}
section#page section.content a {
    color: #00496e;
}


section#page section.picture-holder {
    float: left;
    padding: 25px;
}

section#page section.picture-holder img {
    width: 383px;
    border: 1px solid #7099ae;
}

section#page section.navigation {
    cursor: default;
    width: 575px;
    height: 22px;
    margin: 0 auto;
    background: url(/images/zsuzsi/page_bottom.png) no-repeat center;
    text-align: center;
}

section#page section.navigation a {
    font-weight: normal;
    color: #000;
}


section#page section.navigation li.button {
    display: inline-block;
    font-size: 14px;
}

section#page section.navigation li.center {
    display: inline-block;
    padding: 0 10px;
    font-size: 12px;
    font-weight: bold;
    vertical-align: top;
    padding-top: 3px;
}

section#page section.navigation li.button:hover a {
    font-weight: bold;
    cursor: pointer;
}

section.program-holder {
    background: #b2d1e6;
    padding: 10px 0px 10px 25px;
}


section.program-content {
    width: 415px;
    float: left;
}

li.program-entry {
    float: left;
    margin: 0px 20px;
    width: 403px;
}
li.program-entry section.program-picture-holder {
    margin: 10px;
    float: left;
}

li.program-entry section.program-picture {
    width: 100px;
    height: 100px;
    background-color: #dededc;
    background-position: center;
    background-size: auto 100px;
    background-repeat: no-repeat;
    border: 1px solid #787878;
}

li.program-entry section.program-content-holder {
    float: left;
    width: 280px;
    padding-top: 15px;
}

li.program-entry section.program-title,
li.program-entry section.program-date {
    border-top: 1px solid #c2e466;
    background-color: #9ad200;
    display: inline-block;
    padding: 3px 6px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    margin-bottom: 4px;
}

li.program-entry section.program-short-content {
    font-size: 13px;
    color: #515151;
}

section.search-list-holder {
    padding: 20px;
}
li.search-result:first-child {
    padding-top: 0px;
}

li.search-result {
    display: block;
    border-bottom: 1px solid #aaa;
    padding-top: 20px;
}

li.search-result a {
    color: #000;
}

section.ticket-content {
    padding: 20px;
}

section.ticket-content section.step {
    padding-bottom: 20px;
}

section.ticket-content section.step-header:first-letter {
    font-size: 28px;
    font-weight: bold;
}

section.ticket-content section.step-header {
    font-size: 22px;
}
section.ticket-content section.step-description {
   padding-top: 5px;
   font-size: 14px;
   color: #444;
   padding-left: 10px;
}
section.ticket-content section.step-form {
    padding-top: 10px;
    padding-left: 10px;
}

section.ticket-content section.step-form select,
section.ticket-content section.step-form input,
section.ticket-content section.step-form textarea {
    padding: 5px;
    border: 2px solid #00496E;
    width: 300px;
    font-size: 14px;
    outline: 0;
    resize: none;
    border-radius: 3px;
    font-family: Arial;
}

section.form-submit {
    margin: 30px auto;
    width: 100px;
    background: #00496E;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 7px;
}

section.form-submit:hover {
    background: #11607f;
}

section.contact-content {
    padding: 20px 50px;
}

section.contact-content input,
section.contact-content textarea {
    border-radius: 3px;
    padding: 5px;
    border: 2px solid #00496E;
    width: 300px;
    font-size: 13px;
    outline: 0;
    resize: none;
}

section.contact-content textarea {
    height: 90px;
     font-family: Arial;
}

section.contact-form-submit {
    margin: 30px auto;
    width: 100px;
    background: #00496E;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 7px;
}

section.contact-text {
    padding: 15px;
    text-align: center;
    font-weight: bold;
}

/* ------------------ */

/* FORMS */
dl {
    margin-bottom:70px;
}

dl dt {
    /*background:#5f9be3;*/
    float:left;
    margin-right:10px;
    padding:5px;
    width:240px;
}

dl dd {
    margin:2px 0;
    padding:5px 0;
}

dl.zend_form dd input.input_text {
    width: 200px;
    padding: 3px 4px 1px 4px;
}

dl.zend_form dd input.date {
    width: 67px;
    text-align: center;
    cursor: pointer;
}

dl.zend_form dd select.input_select {
    width: 212px;
    padding: 2px 0px;
}

#recaptcha-element {
    width: 300px;
    float: left;
}

ul.errors  {
    font-size: 12px;
    margin:5px 0 3px 0;
    padding: 5px;
    border:1px solid red;
    background-color: #ffc7c7;
    font-weight: bold;
}
/* ------------------ */