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%;
  background-color: transparent;
}

body {
  line-height: 1;
}

blockquote,q {
  quotes: 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;
}

/*********** MAIN ***********/
* {
  margin: 0;
  padding: 0;
}

html,body {
  height: 100%;
}

html {
  min-width: 800px;
}
/*IE7*/
body {
  color: #555;
  margin: 0;
  padding: 0;
  text-align: left;
  background: #a0b630;
  font: 75%/ 145% Arial, Helvetica, Verdana, sans-serif;
}

/*********** COMMON ***********/
a {
  color: #a2bd30;
  cursor: pointer;
  text-decoration: none;
  outline: none !important;
  font-weight: normal;
  position: relative;
}

a:hover,a:focus {
  color: #a2bd30;
  text-decoration: none;
}

img {
  border: none;
}

img.left {
  border: none;
  margin: 0 10px 0 0
}

img.right {
  border: none;
  margin: 0 0 0 10px
}

td,th,textarea,input,select {
  font-size: 100%;
}

td,th {
  padding: .3em;
  line-height: 1.4em;
}

p {
  margin: 0 0 1.5em;
  line-height: 1.4;
  color: #666;
}

form {
  clear: left;
  margin: 0;
}

h1,h2,h3,h4,h5 {
  margin-bottom: 0.3em;
  line-height: 1.2em;
  color: #333;
}

h1 {
  font-size: 1.667em;
  font-weight: normal;
  color: #a2bd30;
  letter-spacing: 1px;
}

h2 {
  font-size: 1.333em;
  font-weight: normal;
  color: #a2bd30;
  letter-spacing: 1px;
}

h3 {
  font-size: 1.167em;
  font-weight: normal;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.8em;
  color: #999;
}

input,select,textarea {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

ol,ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.bullit {
  margin-left: 15px;
  padding: 0;
  list-style: square;
  line-height: 1.4;
}

li p {
  margin: 0;
  padding: 0;
  line-height: 1.4;
}

p.small {
  font-size: 0.916em;
  line-height: 1.25em;
}

p.lead-in {
  font-size: 1.167em;
  line-height: 1.3em;
  color: #333;
}

.clear {
  clear: both;
}
.clearfix {
  display:block;
  height:0;
  font-size: 0;
  line-height: 0;
  clear:both;
  visibility:hidden;
}
.clearfix:after {
  content:".";
  display:block;
  height:0;
  font-size: 0;
  line-height: 0;
  clear:both;
  visibility:hidden;
}
.fl-left {
  float: left !important;
}

.fl-right {
  float: right !important;
}

/*********** TEMPLATE ***********/

#container-wrapper {
  width: 800px;
  margin: 0 auto;
  padding-top: 15px;
}
#container {
  position: relative;
  width: 800px;
}

#header-wrapper {
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  width: 800px;
  height: 182px;
}
#header {
  background: url(../img/header-bg.gif) no-repeat 0 0;
  width: 800px;
  height: 182px;
}
.mirror #header {
  background-image: url(../img/header-bg-mirror.gif);
}

#header-menu {
  position: absolute;
  top: 10px;
  left: 200px;
}
#header-menu li {
  float: left;
  display: inline;
  margin: 0 .4em 0 0;
  border-right: 1px solid #bd9d67;
}
#header-menu li.last {
  border-right: 0;
}
#header-menu li a {
  float: left;
  display: inline;
  margin: 0 .4em 0 0;
  color: #bd9d67;
  font-size: .916em;
  line-height: 1em;
  text-transform: uppercase;
}
#header-menu li a:hover {
  color: #c5ba9d;
}
#header-menu li.twitter a {
  color: #9dcfef;
}
#header-labels {
  position: absolute;
  top: 43px;
  left: 400px;
  width: 235px;
  height: 70px;
}
.mirror #header-labels {
  left: 180px;
}
#header-labels .when {
  font-size: 1.75em;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
  line-height: 1.2em;
}
#header-labels .where {
  float: left;
  display: inline;
  font-size: 1.167em;
  font-weight: bold;
  color: #ffec00;
}
.mirror #header-labels .where {
  margin-left: 34px;
}
#logo a {
  position: absolute;
  text-indent: -999em;
}
#logo a#logo-festival {
  top: 25px;
  left: 10px;
  width: 135px;
  height: 72px;
  background: url(../img/Logobeurs2011-boven1.png) no-repeat 0 0;
}
.mirror #logo a#logo-festival {
  left: auto;
  right: 10px;
  background-image: url(../img/Logobeurs2011-boven1.png);
  text-indent: 0;
  padding: 90px 0 0 0;
  font-weight: bold;
  color: #fff;
  height: 22px;
  font-size: 1.167em;
  line-height: 22px;
}
.mirror #logo a#logo-festival:hover,
#logo a#logo-festival:hover {
  background-image: url(../img/Logobeurs2011-boven1.png);
}
#logo a#logo-congres {
  top: 25px;
  right: 10px;
  width: 135px;
  background: url(../img/Logocongres2011-boven-mirror.png) no-repeat 0 0;
  text-indent: 0;
  padding: 90px 0 0 0;
  font-weight: bold;
  color: #fff;
  height: 22px;
  font-size: 1.167em;
  line-height: 22px;
}
.mirror #logo a#logo-congres {
  left: 10px;
  right: auto;
  background-image: url(../img/Logocongres2011-boven.png);
  height: 72px;
  padding: 0;
  text-indent: -999em;
}
.mirror #logo a#logo-congres:hover,
#logo a#logo-congres:hover {
  background-image: url(../img/Logocongres2011-boven.png);
}
#header-pictures {
  position: absolute;
  top: 46px;
  left: 152px;
  width: 240px;
  height: 55px;
  background: url(../img/header-pictures.png) no-repeat 0 0;
}
.mirror #header-pictures {
  left: 410px;
}
#search {
  position: absolute;
  top: 110px;
  left: 394px;
  width: 200px;
  height: 24px;
}
.mirror #search {
  left: 212px;
}
#search .field {
  float: left;
  display: inline;
  border: 0;
  padding: 4px;
  width: 138px;
  color: #888;
}
#search .button {
  float: right;
  display: inline;
  width: 46px;
  line-height: 14px;
  padding: 4px 4px 4px 4px;
  margin: 0;
  color: #fff;
  border: 0;
  background: none;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}


.nav {
  float: left;
  display: inline;
}
.nav li {
  float: left;
  display: inline;
  margin: 0 .5em 0 0;
  border-right: 1px solid #aec64c;
}
.nav li.last {
  border-right: 0;
  margin-right: 0;
}
.nav li.last a {
  margin-right: 0;
}
.nav li a {
  float: left;
  display: inline;
  margin: 0 .5em 0 0;
  color: #316335;
  font-size: 1.167em;
  line-height: 1em;
  letter-spacing: 1px;
}
.nav li a:hover {
  color: #c1001f;
}


#sub-nav { 
  position: absolute;
  left: 10px;
  top: 144px;
}
#main-nav { 
  position: absolute;
  left: 10px;
  top: 119px;
}
#main-nav li { 
  border-color: #fff;
}
#main-nav li a { 
  color: #fff;
}
#sub-nav li.active a,
#main-nav li.active a {
  font-weight: bold; 
}
#main-nav li a:hover {
  color: #e9bcc0; 
}
#static-nav-right { 
  position: absolute;
  right: 10px;
  top: 119px;
}



#content {
  float: left;
  display: inline;
  background: #fff;
  width: 780px;
  margin: 182px 0 0 0;
  padding: 2px 10px 0 10px;
}
.bumpercontent {
  height: 508px;
}

#column-left {
  float: left;
  display: inline;
  width: 576px;
  margin-right: 10px;
}
#column-right {
  float: left;
  display: inline;
  width: 190px;
}

#bumpersticker-wrapper {
  position: absolute;
  left: 0;
  top: 200px;
  width: 100%;
  height: 468px;
  padding: 0;
  z-index: 999;
}
#bumpersticker {
  position: relative;
  background: url(../img/Bumpersticker-2011-nieuw2.gif) no-repeat 0 0;
  width: 782px;
  height: 468px;
  padding: 0;
  margin: 0 auto;
}
#bumpersticker a#b_festival {
  position: relative;
  display: block;
  width: 782px;
  height: 230px;
  margin: 0 0 8px 0;
  text-indent: -999em;
}
#bumpersticker a#b_congres {
  position: relative;
  display: block;
  width: 782px;
  height: 230px;
  text-indent: -999em;
}
#bumperoverlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bumperoverlay.png) repeat 0 0;
  z-index: 1;
}


.column-split {
  float: left;
  display: inline;
  width: 576px;
}
.column-split .split-left {
  float: left;
  display: inline;
  width: 282px;
  margin-right: 10px;
}
.column-split .split-right {
  float: left;
  display: inline;
  width: 282px;
}

.panel {
  position: relative;
  border: 1px solid #a4bf3c;
  margin: auto auto 10px;
  height:1%;
}

.panel-content {
  padding: 15px;
}
.panel-head {
  padding: 15px;
}
#column-right .panel-head {
  padding: 10px;
}
#column-right .panel-head h1,
#column-right .panel-head h2,
#column-right .panel-head h3,
#column-right .panel-head h4 {
  margin: 0;
}
#column-right .panel-content {
  padding: 10px;
}
.panel-fill p {
  margin: 0;
}
.rounded div {
  z-index: 1;
}
.corner-tl,
.corner-tr,
.corner-br,
.corner-bl {
  position: absolute;
  font-size: 0;
  line-height: 0;
  background-image: url(../img/line-corners.gif);
  width: 14px;
  height: 14px;
  padding: 0;
  margin: 0;
}
.corner-tl {
  top: -2px;
  left: -2px;
  background: url(../img/line-corners.gif) no-repeat 0 0;
}
.corner-tr {
  top: -2px;
  right: -2px;
  background: url(../img/line-corners.gif) no-repeat -14px 0;
}
.corner-br {
  right: -2px;
  bottom: -2px;
  background: url(../img/line-corners.gif) no-repeat -14px -14px;
}
.corner-bl {
  left: -2px;
  bottom: -2px;
  background: url(../img/line-corners.gif) no-repeat 0 -14px;
}

.panel-fill  { 
  background: #a4bf3c;
  color: #fff;
  border: 0;
}
.panel-fill h1,
.panel-fill h2,
.panel-fill h3,
.panel-fill h4,
.panel-fill p {
  color: #fff;
}
.panel-fill .corner-tl,
.panel-fill .corner-tr,
.panel-fill .corner-br,
.panel-fill .corner-bl {
  background-image: url(../img/solid-corners.gif);
}
.panel-fill .corner-tl {
  top: -1px;
  left: -1px;
}
.panel-fill .corner-tr {
  top: -1px;
  right: -1px;
}
.panel-fill .corner-br {
  right: -1px;
  bottom: -1px;
}
.panel-fill .corner-bl {
  left: -1px;
  bottom: -1px;
}

#column-left ul {
  list-style: square;
  margin-left: 1.5em;
}
#column-left ul li {
  line-height: 1.4em;
}

#headlines h3 {
  text-transform: uppercase;
}
#headlines li {
  padding: 6px 4px;
  float: left;
  display: inline;
  width: 182px;
  line-height: 1.2em;
  background: #e0e8bb url(../img/headline-bg.gif) repeat-x 0 0;
}
#headlines li a {
  float: left;
  display: inline;
  line-height: 1.2em;
  color: #859a1e;
}
#headlines li a:hover {
  color: #515c17;
}
#headlines #catch {
  padding: 10px;
  background: #e0e8bb url(../img/headline-bg.gif) repeat-x 0 0;
}


#column-left ul#newsindex {
  margin: 0;
  list-style: none;
}
#newsindex li {
  clear: both;
}
#newsindex li .date {
  float: left;
  display: inline;
  color: #888;
  width: 90px;
  height: 60px;
  display: block;
  font-size: 1.167em;
  line-height: 1.333em;
}
#newsindex li .inner {
  float: left;
  display: inline;
  width: 440px;
  padding: 0 0 10px 0;
}
#newsindex li h2 {
  margin: 0;
  line-height: 1.333em;
}
#newsindex li h2 a {
  color: #316335;
}
#newsindex a.perma {
  color: #e1a245;
  text-decoration: none;
}

 
 #subscribecongres  .subscribe-btn  {
  display: block;
  background:  url(../img/btn_aanmelden_congres.jpg) 0 0 no-repeat;
  text-indent:  -999em;
  width: 190px;
  height: 52px;
  margin: 0 0 10px 0;
  overflow: hidden;
 }
 #subscribetheater  .subscribe-btn  {
  display: block;
  background:  url(../img/kooktheater.jpg) 0 0 no-repeat;
  text-indent:  -999em;
  width: 190px;
  height: 52px;
  margin: 0 0 10px 0;
  overflow: hidden;
 }
 #subscribe  .subscribe-btn  {
  display: block;
  background:  url(../img/subscribe-btn.gif) 0 0 no-repeat;
  text-indent:  -999em;
  width: 190px;
  height: 52px;
  margin: 0 0 10px 0;
  overflow: hidden;
 }
 #subscribe .subscribe-btn:hover {
  background-position: 0 -52px;
 }

#searchresults ul {
  margin: 0;
  list-style: none;
}
#searchresults li {
  margin-bottom: 1.25em;
}
#searchresults li h3 a {
  color: #316335;
}
#searchresults a.perma {
  color: #e1a245;
  text-decoration: none;
}





#footer-wrapper {
  width: 800px;
  margin: 0;
}
#footer {
  float: left;
  display: inline;
  width: 780px;
  padding: 20px 10px 10px 10px;
  background: #fff url(../img/footer-bg.gif) no-repeat 0 0;
}
#footer-menu {
  float: left;
  display: inline;
}
#footer-menu li {
  float: left;
  display: inline;
  margin: 0 .4em 0 0;
  border-right: 1px solid #bd9d67;
}
#footer-menu li.last {
  border-right: 0;
}
#footer-menu li a {
  float: left;
  display: inline;
  margin: 0 .4em 0 0;
  color: #bd9d67;
  font-size: .916em;
  line-height: 1em;
  text-transform: uppercase;
}
#footer #logo-list {
  clear: both;
  float: left;
  display: inline;
  padding: 0 10px 0 0;
}
#logo-list li {
  float: left;
  padding: 4px;
}


#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 500px;
}
#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    text-align: center;
    line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}
#lightbox-nav-btnPrev {
    left: 0;
    float: left;
}
#lightbox-nav-btnNext {
    right: 0;
    float: right;
}
#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
}
#lightbox-container-image-data {
    padding: 0 10px;
    color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
    width: 70%;
    float: left;
    text-align: left;
}    
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
    display: block;
    clear: left;
    padding-bottom: 1.0em;    
}            
#lightbox-secNav-btnClose {
    width: 66px;
    float: right;
    padding-bottom: 0.7em;    
}
