
/* 
http://meyerweb.com/eric/tools/css/reset/
*/
 
/*  start reset  */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*  end reset  */






body {
font-family:Arial, Arial, Helvetica, sans-serif;
background: #BD3225 url(images/body-background.png) repeat-x;
}

div#event {
width: 340px;
background: url(images/left-background.png) repeat-y;
position: absolute;
top:0;
bottom: 0;
left:50%;
margin-left: -445px;
min-height: 800px;	
}
div#event li {
list-style: none;
}

#home-link {
background:transparent url(images/logo.png) no-repeat scroll 0 0;
display:block;
height:100px;
position:absolute;
text-indent:-5000px;
top:0;
width:320px;
}

div#home-visual {
background:transparent url(images/home-visual.jpg) no-repeat scroll -1px -1px;
height:602px;
left:0;
position:absolute;
top:96px;
width:529px;
}

div#event div:first-child {
font-size:150%;
font-weight:bold;
height:30px;
line-height:150%;
margin:100px 25px 0;
overflow:hidden;
text-align:justify;
text-transform:uppercase;
width:290px;
}
div#event div:first-child span {
font-weight: normal;
}


div#event div:first-child + div {
color:#CE9937; 
font-size:75%;
line-height:180%;
padding:0 25px;
text-transform:uppercase;
}


div#event div:first-child + div + div {
font-size:77%;
line-height:130%;
padding:0 25px;
}

div#content {
bottom:0;
left:50%;
margin-left:-90px;
position:absolute;
top:0;
width:531px;
}

div#content-text {
background:#610E07 none repeat scroll 0 0;
bottom:0;
left:0;
overflow:auto;
padding:25px;
position:absolute;
top:96px;
width:481px;
}

div#content-text * {
color:#fff;
}
div#content-text h3 {
margin-bottom: 5px;
}
div#content-text small {
display:block;
font-size:54%;
margin-bottom:8px;
text-transform:uppercase;
}

div#content-text .navigation {
border-bottom:1px solid #FFFFFF;
height:20px;
margin-bottom:20px;
}
div#content-text .navigation.bottom {
border: none;
border-top: 1px solid #fff;
margin:20px 0 0;
padding:5px 0 0;
}

div#content-text .navigation * {
text-decoration: none;
font-size:95%;
text-transform: lowercase;
}
div#content-text .navigation .alignright {
float: right;
}
div#content-text .navigation .alignleft {
float: left;
}


div#content-text p {
margin-bottom: 15px;
font-size:77%;
line-height:130%;
}


ul#navigation-menu {
height:48px;
left:0;
position:absolute;
top:19px;
z-index: 1000;
}


ul#navigation-menu > li {
display:inline;
cursor: default;
padding-right:10px; 
position: relative;
}
ul#navigation-menu > li:last-child {
padding: 0;
}
ul#navigation-menu > li > a {
color:#FFFFFF;
font-size:90%;
line-height:166%;
text-decoration:none;
}
ul#navigation-menu > li > a:hover, ul#navigation-menu > li.current_page_item > a, ul#navigation-menu > li.current_page_parent > a {
color:#F7A126;
}

ul#navigation-menu > li > ul {
background: #F7A126;
left:0;
position:absolute;
top:20px;
padding: 5px 10px 15px 10px;
visibility: hidden;
min-width: 120px;
}
ul#navigation-menu > li > ul > li {
background: #F7A126;
display: block;
white-space: nowrap;
}
ul#navigation-menu > li > ul > li > a {
color: #000;
font-size:90%;
line-height:166%;
text-decoration:none;
}


ul#lang-switch {
left:244px;
position:absolute;
top:73px;
}



ul#lang-switch li {
display:inline;
padding-right: 14px;
}
ul#lang-switch li a {
color:#F7A125;
font-size:75%;
font-weight:normal;
text-decoration: none;
}
ul#lang-switch li a:hover, ul#lang-switch li.active a {
color:#610E07;
}

ul#tickets-newsletters {
background:#610E07 none repeat scroll 0 0;
height:25px;
left:0;
position:absolute;
top:71px;
}
ul#tickets-newsletters li {
padding: 0 12px;
float: left;
height: 25px;
}
ul#tickets-newsletters li a {
color:#BD3125;
font-size:80%;
line-height:200%;
text-decoration:none;
text-transform:uppercase;
}
ul#tickets-newsletters li:first-child {
background: #F7A126;
}
ul#tickets-newsletters li:first-child a {
color:#000;
}





