/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.2.0
build: 2676
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
/*
 * Clearfix
 */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

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

* html .clearfix {
    height: 1%;
}

/*
 * Custom styles
 */
html {
    overflow-y: scroll;
    height: 100%
}

html, body {
    background-image: url(../images/bg.png);
    color: #333;
    font-family: Ubuntu, Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.66;
    min-height: 100%;
}

body {
}

h1 {
    color: #444;
    font-size: 2em;
    margin-bottom: 0.5em;
}

h2 {
    color: #444;
    font-size: 1.5em;
    margin: 1.5em 0 0.5em;
}

p {
    margin-bottom: 1em;
    text-align: justify;
}

a {
    color: #933;
}

em {
    font-weight: bold;
}

sup {
    vertical-align: super;
}

#header {
    background-color: #545454;
    background-image: url(../images/header-bg.png);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    height: 70px;
}

#header a {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #ddd;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 50px;
    font-weight: 200;
    letter-spacing: 12px;
    line-height: 70px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 880px;
}

#header img {
    left: 30px;
    opacity: 0.35;
    position: absolute;
}

#main-area {
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    width: 880px;
}

#navigation-area {
    background-color: #ebebeb;
    border-bottom: 1px solid #e0e0e0;
    font-size: 13px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}

#navigation-area a,
#navigation-area a:hover,
#navigatoin-area a:visited,
#navigation-area a:active {
    color: inherit;
    display: inline-block;
    padding: 6px 0;
    text-decoration: none;
}

#navigation-area a:hover,
#navigation-area .selected a,
#navigation-area a.selected {
    color: #933;
}

#navigation-menu {
    list-style-type: none;
}

#navigation-menu a {
    text-transform: uppercase;
}

#navigation-menu li,
#language-switcher li {
    display: inline-block;
}

#navigation-menu li {
    padding-left: 30px;
}

#language-switcher li {
    padding-left: 0.5em;
}

#language-switcher {
    float: right;
    margin-right: 30px;
}

#content-wrapper,
#front-content {
    background-color: #fff;
}

#content-wrapper {
    padding: 50px;
    width: 780px;
}

#content {
    float: left;
    width: 404px;
}

#content.gallery {
    float: none;
    margin-top: -50px;
    width: auto;
}

#gallery-videos {
    margin-bottom: 2em;
}

#gallery-videos iframe {
    display: block;
    float: left;
    margin: 0 60px 40px 0;
}

#gallery-videos iframe.col1 {
    margin-right: 0;
}

#gallery-images img {
    display: block;
    float: left;
    margin: 0 30px 30px 0;
    width: 240px;
}

#gallery-images img.col2 {
    margin-right: 0;
}

#content a,
#front-content a,
.artist-text a {
    border-bottom: 1px solid #c77;
    text-decoration: none;
}

#content a:hover,
#front-image a:hover,
#front-content a:hover {
    color: #fff;
    background-color: #933;
}

#front-content a.feed-link {
    border-bottom: none;
}

#main-image {
    border: 1px solid #888;
    float: left;
    margin: 0 50px 2em 0;
    width: 320px;
}

#footer {
    color: #9a9a9a;
    font-size: 0.85em;
    margin: 0 auto;
    padding: 8px 3px;
    text-align: right;
    text-shadow: 1px 1px 0 #fff;
    width: 874px;
}

#front-image {
    overflow: hidden;
    position: relative;
}

#front-image .name-link,
#front-image .artist-close {
    background-image: url(../images/arrow-right-small.png);
    background-position: 2px 49%;
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 0 2px 0 12px;
    position: absolute;
    text-transform: uppercase;
    text-decoration: none;
}

#front-image .name-link:hover,
#front-image .artist-close:hover {
    background-image: url(../images/arrow-right-small-white.png);
}

#front-image #joze-link {
    left: 90px;
    top: 135px;
}

#front-image #simon-link {
    right: 120px;
    top: 135px;
}

#front-image .artist-text {
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    height: 339px;
    padding: 30px;
    position: absolute;
    top: 0;
    width: 380px;
}

#front-image #simon-text {
    left: -440px;
}

#front-image #joze-text {
    right: -440px;
}

#front-image img {
    display: block;
}

#front-content {
    padding: 30px 30px 50px 30px;
}

#front-content h1 {
    font-size: 1.5em;
}

#front-content h2 {
    font-size: 1.333333em;
}

#sponsors {
    margin-top: 2em;
}

.sponsor-logo {
    background: none !important;
    border: none !important;
    display: block;
    margin: 1.5em 0;
}

.sponsor-logo:hover {
    border: none;
}

.sponsor-logo img {
    display: block
}

#concerts,
#news,
#sponsors {
    width: 380px;
    float: left;
}

#news {
    margin-right: 60px;
}

#concerts .more,
#news .more {
    margin-top: 1em;
}

#concerts h1 a:hover,
#news h1 a:hover {
    background-color: inherit;
}

.repertoire {
    color: #444;
    font-weight: bold;
}

.repertoire ul {
    color: #333;
    font-weight: normal;
}

.repertoire li {
    margin-bottom: 1em;
}

.repertoire li li {
    margin-bottom: 0;
}

#concert-listing dd {
    margin-bottom: 1em;
}

#concert-listing dt {
    color: #444;
    font-weight: bold;
}

.news-item h2 {
    margin: 0;
}

.news-item .news-item-date {
    color: #666;
    line-height: 1.25;
    margin-bottom: 1em;
}

#reviews {
    clear: both;
    padding-top: 3em;
}

#reviews h1 {
    display: none;
}

#review-listing {
    background-color: #f4f4f4;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 2em;
    text-shadow: 1px 1px 0 #fff;
}

#review-listing a {
    text-shadow: none;
}

#review-listing li {
    display: none;
}

#review-listing li.active {
    display: block;
}

#review-listing blockquote p {
    font-style: italic;
    quotes: "\201C" "\201D";
}

#review-listing blockquote p:before {
    content: open-quote;
}

#review-listing blockquote p:after {
    content: close-quote;
}

#review-listing p.review-author {
    margin: 0;
    text-align: right;
}

#reviews #bullets {
    text-align: center;
}

#reviews #bullets .bullet {
    border: none;
    color: #ccc;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    width: 0.75em;
}

#reviews #bullets .bullet:hover {
    background-color: inherit;
    color: #c77;
}

#reviews #bullets .bullet.active {
    color: #c77;
}

#contact-form input,
#contact-form textarea {
    border: 1px solid #aaa;
    display: block;
    margin: 0.75em 0;
    padding: 0.25em;
    width: 250px;
}

#contact-form textarea {
    height: 15em;
    width: 350px;
}

#contact-form #contact-email1,
#contact-form #contact-age {
    display: none;
}

#flash-message {
    margin-bottom: 1em;
    padding: 1em;
}

#flash-message.success {
    background-color: #dfd;
}

#flash-message.error {
    background-color: #fdd;
}
