/* -- basics.css -- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, em, font, img, strong, b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

legend, caption { display: none; }


/* --------------------------------------------- GLOBAL --------------------------------------------- */

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    color: #333;
    background: #3f3741 url(../imgs/bgpattern.gif) repeat top center;
    font-family:Tahoma, Verdana, Arial, Tahoma, sans-serif;
    font-size: 14px;
    line-height:1.3em;
}

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

h1,h2,h3,h4,h5,h6 {
    padding: 0 0 10px 0;
    color: #210a25;
}
h1 { font-size:2em; }
h2 { font-size:3em; line-height:0.8em; }
h3 { font-size:1.6em; }
h4 { font-size:1.4em; }
h5 { font-size:1.2em; }
h6 { font-size:1.1em; }

p { margin: 0 0 20px 0; }

ol, ul { list-style-type: none; }
ul { padding: 0; margin-bottom:20px; }
li { padding: 0; }


#header {
    height:200px;
    background: transparent url(../imgs/header.png) no-repeat 10px 0;
}

#logo { height:200px;}
#logo a {
    color: #FFF;
}
#logo h1 {
    position:relative;
    padding-top:27px;
}
#logo h1 span {position:absolute;top:-9999px}

#nav { padding-top:27px;}

#content {
    background: #e6e3d7;
    padding-bottom:27px;
}

#left,#right {padding-top:27px;}

#nav,
#widgets {padding-left:44px;}


.line {
    border-bottom:1px solid #999;
    margin-top:23px;
    margin-bottom:23px;
}

/* NAV */
#nav ul li {
    margin-top:-2px;
}
#nav ul li a {
    line-height:0.8em;
    font-size:1.6em;
    color: #FFF;
    font-weight: bold;
}
#nav ul li.active a { color: #a49d93;}



/* WIDGETS */
.ui360 a {
    line-height:1.2em;
    top:5px;
}
.ui360 {
    margin-bottom:0;
    margin-left:0;
}

/* defaults for jquery */
#audioWidget li {display:none;}
#audioWidget .item1,
#audioWidget .item2 {display:block;}

#scheduleWidget {
    margin-top:24px;
    display: none;
}
#scheduleWidget li,
#scheduleWidget h3 {
    margin-bottom:13px;
}


/* REPERTOIRE */
table {
    width:100%;
    border-collapse: collapse;
    margin-bottom:57px;
}
table th {
    text-align:left;
    background-color: #b1b1b1;
    color: #000000;
    font-weight: bold;
    border-bottom:1px solid #999;
    font-size:1.2em;
    padding:4px;
}
table td {
    padding:4px;
}

table tr.even td {
    background: #efefdf;
}
#repertoire .left h3 {
    margin-bottom:24px;
}

/* Gallery */

#content h3 {padding:0;}
#content #left a {text-decoration:underline;}
#gallery #content li {
    width:158px;
    height:158px;
    background: #fff;
    border:1px solid #999;
    float:left;
    margin-right: 57px;
    margin-bottom: 57px;

}
#gallery #content li.omega { margin-right:0;}

#gallery #content li img { padding:4px;}

/* press */
#press .left h3 {margin-top:57px;}
#press .left h3.alpha {margin-top:0;}
#press .quote {margin:0;}
#press .author {
    text-decoration:underline;
    font-size:0.8em;
}

/* contact */
#contact p {font-size:1.3em;}

/* media */
#content #left a {text-decoration:none;}