/* @override http://www.beschrijf.be/themes/beschrijf/styles/theme.css */

@import ('reset.css');
@import ('joppa.css');

/* @group General */

body {
	padding: 0;
    margin: 0;	
    background: #000 url('../images/bg.jpg') no-repeat;
    background-position: top center;
    height: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	}

a:link {
       color: #00b3ff;
	}

a:visited {
        color: #00b3ff;
	}

a.active {
        color: #00b3ff;
	}

a:hover {
        color: #00b3ff;
	}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 28px;
	}
	
img {
	border: none;
}	

br.clear {
	clear:both;
	height:0;
	margin-top:-1em;
}
/* @end */	

/* @group Structure */

#wrap {
       margin: 0 auto;
       width: 980px;
       }

#branding {
	 text-align: left;
	 width: 980px;
         padding: 0px;
         margin: 33px 0 0px 0px;
      }

#nav { 
     font-size: 12px;
     padding: 0 0 0 0px;
	 clear: left;
     }	

#container {
       float: left;
       width: 980px;
       min-height: 650px;
	   margin: 15px 0 0 0;
       background: url('../images/bg_container.png') top left repeat-y transparent;
       }

#content {
        margin: 0px 0px 0px 0px;
	    text-align: left;
	    width: 760px;
	    float: left;
        padding: 0px 0px 0px 0px;
        position: relative;
	}	
	 
#site_info {
	margin: 0 auto;
	width: 980px;
	height: 80px;
        clear: left; 
	}	
	
/* @end */		
	
/* @group Branding */

#branding h1 {
		/* background: #000000 url('') no-repeat; */
         width: 200px; 
         height: 30px;
         float: left;
         margin: 0 20px 0 0;
	 }
 
#branding #optional {
         margin: 4px 0 0 0px;
         float: right;
         font-size: 10px;
	     color: #d2d2d2; 
	     width: 200px;
	     text-align:right;
         }

#branding #optional ul#languageSelect {
         list-style: none;
         float: left;
         padding: 0;
         margin: 10px 0 10px 0;
         }

#branding #optional ul#languageSelect li {
         list-style:none;
         padding: 0;
         margin: 0 0 0 5px;
         float: left;
}

#branding #optional ul#languageSelect li a {
         text-transform: uppercase;
         color: #fff;
         }
#branding #optional ul#languageSelect li a:hover, #branding #optional ul#languageSelect li.selected a {
	color: #00b3ff;
}

#branding #optional form input#search {
         background-color: #3c3c3c;
         border: 1px solid #6f6f6f;
         width: 90px;
         color: #d2d2d2;
         margin: 6px 0 0 20px;
         }

#branding #optional form input#btn {
         background-color: #3c3c3c;
         border: 1px solid #6f6f6f;
         width: 20px;
         color: #d2d2d2;
         }
         
/* @end */	         

/* @group Nav */ 

#nav_main {
   font-size: 11px;
   margin: -28px 0 0 220px;
   position: absolute;
   z-index: 2;
   }

#nav_main ul {
   list-style: none;
   width: 500px;
   height: 20px;
   padding: 0px 0 0 0px;
   } 	

#nav_main ul li {
   text-align: center;
   padding: 0 10px 0 0;
   float: left;
   color: #fff;
   font-weight: bold;
   }

#nav_main ul li a {
   color: #fff;
   }

#nav_main ul li a:hover {
   color: #00b3ff;
   }

#nav_main ul.languageSelect {
}

#nav_sub {
   float: left;
   width: 160px;
   margin: 0 20px 0 0px;
   padding: 10px 20px;
   font-size: 11px;
   font-weight: bold;
   line-height: 150%;
   }

#nav_sub ul {
   list-style: none; 
   border-bottom: 1px dotted #4c4c4c;
   padding: 0px 0 12px 0px;
   color: #000;
   }

#nav_sub ul li a {
   color: #000;
   }

#nav_sub ul li a:hover, #nav_sub ul li.selected a {
   color: #00b3ff;
}

#nav_sub ul li.separator,
#nav_sub ul li#podium,
#nav_sub ul li#buitenland, 
#nav_sub ul li#jaar_het_beschrijf,
#nav_sub ul li#auteursteksten,
#nav_sub ul li#blog {
   border-bottom: 1px dotted #4c4c4c;
   padding: 0 0 12px 0;
   margin: 0 0 12px 0;
}

#nav_sub #brussels_in_shorts a,
#nav_sub #residenties a,
#nav_sub #vers_brussel a {
    text-indent: -9999px;
    display: block;
    height: 21px;
}

body #nav_sub #brussels_in_shorts a {
    width: 121px;
    background: url(../images/brusselsinshorts.png) repeat;
}

body #nav_sub #brussels_in_shorts a:hover {
    background: url(../images/brusselsinshorts-hover.png) repeat;
}


body.nl #nav_sub #vers_brussel a {
    width: 86px;
    background: url(../images/nl-versbrussel.png) repeat;
}

body.nl #nav_sub #vers_brussel a:hover {
    background: url(../images/nl-versbrussel-hover.png) no-repeat;
}

body.fr #nav_sub #vers_brussel a {
    width: 97px;
    background: url(../images/fr-versbrussel.png) repeat;
}

body.fr #nav_sub #vers_brussel a:hover {
    background: url(../images/fr-versbrussel-hover.png) no-repeat;
}

body.en #nav_sub #vers_brussel a {
    width: 93px;
    background: url(../images/en-versbrussel.png) repeat;
}

body.en #nav_sub #vers_brussel a:hover {
    background: url(../images/en-versbrussel-hover.png) no-repeat;
}

body.nl #nav_sub #residenties a {
    width: 78px;
    background: url(../images/nl-residenties.png) repeat;
}

body.nl #nav_sub #residenties a:hover {
    background: url(../images/nl-residenties-hover.png) no-repeat;
}

body.fr #nav_sub #residenties a {
    width: 76px;
    background: url(../images/fr-residenties.png) repeat;
}

body.fr #nav_sub #residenties a:hover {
    background: url(../images/fr-residenties-hover.png) no-repeat;
}

body.en #nav_sub #residenties a {
    width: 79px;
    background: url(../images/en-residenties.png) repeat;
}

body.en #nav_sub #residenties a:hover {
    background: url(../images/en-residenties-hover.png) no-repeat;
}


/* @end */   

/* @group Content */

#content_main {
        font-family: Arial, Helvetica, sans-serif;
	    font-size: 12px;
	    width: 500px;
	    margin: 0px 20px 0 0px;
        padding: 20px 20px 20px 20px;
	    float: left;
        line-height: 140%;
        color: #1a1a1a;
        }

#content_main .main_img {
        width: 500px;
        height: 220px;
        margin: 0 0 20px 0px;
        }
		
/* Is om mijn image juist te krijgen */		
#content_main .main_img img {
        width: 500px;
        height: 220px;
        }

#content_main h2,
#content_main h3 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 22px;
        padding: 0 0 10px 0;
        line-height: 100%;
        margin: 10px 0 10px 0;
        color: #4c4c4c;
        border-bottom: 1px dotted #4c4c4c;
        }

#content_main strong {
       color: #000;
       } 
#content_main img { margin-right: 10px; }	   
/* @group Contact Pagina */	   

#content_main table.contact {
       width: 500px;
       }

#content_main table.contact td.contactperson {
       padding: 0 0 10px 0;
       color: #9c9d9f;
       }

#content_main table.contact td.contactperson strong {
       color: #1a1a1a;
       }

#content_main table.contact td.contactperson:hover,
#content_main table.contact td.contactperson:hover strong {
       color: #00b3ff;
       }
       
/* @end */       

/* @group Authors List */

#content_main ul.alphabet {
       width: 500px;
       float: left;
       list-style: none;
       padding: 0;
       }

#content_main ul.alphabet li {
       float: left;
       font-size: 11px;
       color: #b1b3b4;
       width: 35px;
       margin: 0 10px 0 0;
       background: transparent url('../images/bg_li.gif') no-repeat;
       background-position: center right;
       }
       
#content_main ul.alphabet li a { 
       color: #b1b3b4;
       }
       
#content_main ul.alphabet li a:hover,
#content_main ul.alphabet li a:active { 
       color: #3c3c3c;
       }             

#content_main ul#authors {
	padding: 0;
	margin: 0;
	list-style: none;
	clear: both;
}

#content_main ul.authorslist {
       padding: 0;
       list-style: none;
       float: left;
       width: 250px;
       color: #b1b3b4;
       font-size: 16px;
       }

#content_main ul.authorslist li {
       padding: 0 0 5px 0;
       }

#content_main ul.nav {
	margin: 0;
	padding: 0;
}

#content_main ul.nav li {
	display: inline;
	margin: 0 5px 5px 0;
	padding: -3px 0;
	border-right: 1px solid #888;
}

#content_main ul.nav li.last {
	border: none;
}


#content ul.residentAuthors {
    padding-left: 0;
}

#content ul.residentAuthors li {
    display: inline;
    list-style: none;
    margin-right: 25px;
    margin-left: 0;
}

/* @end */         
       
/* @group Over ons */

#content_main .left {
	float: left;
	width: 230px;
	margin: 0 20px 0 0;
    }
    
#content_main .left {
	width: 230px;
    }   
      
#content_main div .googleMap {
	display: block;
	width: 100%;
	height: 510px;
	margin-bottom: 12px;
	border: 1px solid #555;
}

#content_main div .googleMap .gmnoprint {
	width: 450px;
	display: block;
}

#content_main div .googleMap .gmnoprint span {
	padding: 0px 0px 0px 0px;
	clear: both;
	display: block;
}

#content_main div .googleMap .gmnoprint a {
	clear: both;
	display: block;
}

/* @end */  

/* @group PodiumDetail */

#content_main .leftinfo {
   float: left;
   width: 300px;
   margin: 0 20px 0 0;
   line-height: 150%;
}

#content_main .leftinfo h3 {
	font-size: 20px;
	color: #3c3c3c;
	padding: 0 0px 5px 0;
	border-bottom: 0;
}

#content_main .leftinfo strong,
#content_main .rightinfo strong {
   color: #3c3c3c;
}

#content_main .rightinfo {
  width: 180px;	
  float: right;
  font-size: 11px;
}

#content_main .rightinfo a {
  color: #3c3c3c;
}

#content_main .rightinfo h3 {
  font-size: 11px;
  color: #00b3ff ;
  text-transform: uppercase;
  border-bottom: 1px dotted #4c4c4c;
  padding: 0 0 10px 0;
  }

#content_main .rightinfo ul {
	list-style: none;
	padding: 0;
}

#content_main .rightinfo ul.reservatie,
#content_main .rightinfo ul.prijs
 {
  padding: 0 0 10px 0;
  clear: left;
  color: #666666;
  height: 1em;
}

#content_main .rightinfo ul.reservatie li {
	border-bottom: 1px dotted #4c4c4c;
}

#content_main .rightinfo ul.reservatie .date {
	width: 140px;
	display: block;
}

#content_main .rightinfo ul.reservatie .reserveer img{
   padding: 2px 0 10px 0;
   border: 0;
}

#content_main .rightinfo ul.adres {
	clear: left;
	padding: 0;
	margin: 0;
}

#content_main .rightinfo p.adres {
	margin: 0;
	padding: 25px 0 0 0;
}

#content_main .rightinfo p.adres strong {
      color: #00b3ff;
}

#content_main .rightinfo ul.language li {
	float: left;
	margin: 0 5px 0 0;
}

#content_main .extrainfo {
  clear: both;
  width: 500px;
  color: #666666;
  padding: 10px 0 0 0;
  }
  
#content_main .extrainfo p {
  clear: both;
  width: 480px;
  font-size: 10px;
  border-bottom: 1px dotted #666666;  
  padding: 2px 0px 10px 20px;
  background: transparent url('../images/persdossier.gif') no-repeat;
  }  
  
#content_main .extrainfo p a {
  color: #666666;
  }  
  
#content_main .extrainfo img {
  margin: 0 10px 0 0;
  border: 0;
}  

/* @end */

/* @group Actueel */

#content_main ul.actueel {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 500px;
	float: left;
	font-size: 11px;
}

#content_main ul.actueel li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 500px;
	border-bottom: 1px dotted #4c4c4c;
	margin: 0 0px 10px 0;
}

#content_main ul.actueel li strong {
	color: #000;
}

#content_main ul.actueel li .info {
	display: block;
	color: #666666;
	float: left;
	width: 120px;
}

#content_main ul.actueel li .info a {
	color: #666666;	
}

#content_main ul.actueel li .info a:hover {
    color: #00b3ff;
}

#content_main ul.actueel li .info span {
	display: block;	
}

#content_main ul.actueel li .data {
	text-transform: uppercase;
	display: block;
}

#content_main ul.actueel li .reserveer {
	float: left;
	width: 40px;
    display: block;
	height: 100px;
	margin: 0 10px 0 0;
}

#content_main ul.actueel li .reserveer img {
	clear: both;
	margin: 0 0 10px 0;
	float: right;
}

#content_main ul.actueel li img {
	float: left;
	margin: 0;
}

#content_main ul.actueel li .inhoud {
	float: right;
	font-size: 12px;
	width: 254px;
}

#content_main ul.actueel li .inhoud h5,
#content_main ul.actueel li .inhoud h4,
#content_main ul.actueel li .inhoud p {
	float: right;
	clear: both;
	display: block;
	width: 245px;
	padding: 0;
	margin: 0;
}

#content_main ul.actueel li .inhoud .language {
	display: block;
	font-size: 0.8em;
	padding-top: 10px;
	clear: both;
}

#content_main ul.actueel li .inhoud h5 {
	text-transform: uppercase;
	font-size: 10px;
}

#content_main ul.actueel li .inhoud h4 {
	font-size: 16px;
	padding: 0 0 5px 0;
}

#content_main ul.actueel li .inhoud h4 a:hover {
    color: #00b3ff;
}

#content_main ul.actueel li.passa_porta .inhoud h4 a {
	color: #000000;
}

#content_main ul.actueel li.entrez_lire .inhoud h4 a {
	color: #E1001A;
}

/* @end */

/* @group timeline */

#content_main .agendaCalendar {
	position: relative;
	margin: 10px 0;
}

#content_main .agendaCalendarController {
	position:absolute;
	background: url('../images/bg_calendar.png') repeat-x;
	overflow: hidden;
	margin: -7px 0 0 0;
	padding: 0 5px;
}

#content_main table.agendaCalendarMonth {
	border-top: 1px dotted #AAA;
	border-bottom: 1px dotted #AAA;
	list-style: none;
	margin: 0;
	padding: 5px 0 4px 0;
	width: 100%;
}

#content_main table.agendaCalendarMonth td {
	font-size: 11px;
	color: #aaa;
}

#content_main table.agendaCalendarMonth .event a {
	font-size: 11px;
	color: #555;
}

#content_main table.agendaCalendarMonth td.today,
#content_main table.agendaCalendarMonth td.today a {
	font-size: 11px;
	font-weight: bold;
	color: #00B3FF;
}

/* @end */


/* @end */

/* @group Gallery */

#content_main #mediagallery {
	width: 100%;
}

#content_main #mediaGallery ul {
	list-style: none;
}

#content_main #mediaGallery ul li {
	margin: 3px 3px;
	float: left;
}

#content_main ul.mediaGalleryNavigation {
	margin: 0;
	list-style: none;
	padding: 0;
}

#content_main ul.mediaGalleryNavigation li {
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Podium */

#content_main .titel{
	width: 350px;
	float: left;
}

#content_main .titel h2 {
	border-bottom: none;
	margin: 0;
	padding:  0 0 10px 0;
}

#content_main .binnenkort {
	float: right;
	width: 150px;
	margin: 5px 0 0 0;
}

#content_main .currentmonth {
	float:  left;
	width: 500px;
	height: 20px;
	padding: 0;
	margin: 0 0 2px 0;
	background: url('../images/bg_currentmonth.gif') center left no-repeat transparent;
}

#content_main .prev a,
#content_main .next a {
	color: #666666;
}

#content_main .prev a:hover,
#content_main .next a:hover {
    color: #00b3ff;
}

#content_main ul.month {
	clear:  left;
	padding: 0;
	list-style: none;
	width: 500px;
	height: 20px;
    border-bottom: 1px dotted #4c4c4c;
}

#content_main ul.month li {
	float: left;
	margin: 0 4px 0 0;
	font-size: 11px;
	color: #a5a5a5;
}

#content_main ul.month li a {
    color: #3c3c3c;
}

#content_main ul.month li a:hover {
    color: #00b3ff;
}

#content_main ul.vcard,
#content_main ul.employees {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}

#content_main ul.vcard li.adr {
	margin: 0 0 10px 0;
}

#content_main ul.employees li a:hover {
	color: #abc;
}

/* Forms */
#content_main form div {
	margin: 10px 0;
}
#content_main form label {
	width: 135px;
	display: block;
	float: left;
	padding: 2px 0 0;
	font-weight: bold;
}
/* @group Contactsform */
#content_main .keywords { width: 450px;}
#content_main form .keywords input { float: left; }
#content_main form .keywords label { margin : 0px 0px 8px 2px; width: 200px; float: left; font-weight: normal; }
#content_main form .keywords label.field { 
	font-weight: bold;
	margin: 0;
	padding: 8px 0;
	width: 500px;
}
#content_main form .submit { clear: both; }

	/* @group contact detail */
		#content_main .search-results ul li {
			clear: both;
		} 
	
		#content_main .contact_detail ul {
			padding: 0 5px;
		}
		#content_main .contact_detail ul li strong {
			width: 125px;
			font-weight: bold;
			float: left;
		}
		#content_main .contact_detail ul li {
			clear: both;
			list-style: none;
		}
		#content_main .contact_detail ul li ul {
			float: left;
			padding: 0;
		}
	/* @end */
/* @end */

#content_main ul.authormedia {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content_main ul.authormedia li {
	
}

#content_main h4.authormedia_audio,
#content_main h4.authormedia_video {
	width: 20px;
	height: 20px;
	text-indent: -100em;
	overflow: hidden;	
}

#content_main h4.authormedia_audio {
	background: url('../images/authormedia.audio.png') no-repeat;
}

#content_main h4.authormedia_video {
	background: url('../images/authormedia.video.png') no-repeat;
}

/* @end */

/* @group search */

#formSearch div.query {
	width: 250px;
	margin: 0 0 15px 0;
	float: left;
}

#formSearch .submit {
	float: left
}

#formSearch .results {
	clear: both;
}

/* @end */

/* @end */     

/* @group Sub Content */ 		
		
#content_sub {
    font-size: 11px;
	width: 160px;
	margin: 0px 0px 0 0px;
	padding: 20px 20px 20px 20px;
	float: left;
    }

#content_sub .image {
	margin-top: 0px;
}

#content_sub .sub_img {
        width: 160px;
        height: 110px;
        background: transparent url('../images/foto_klein.jpg') no-repeat;
        }
	
#content_sub ul {
        padding: 0;
        margin: 0;
        list-style: none;
        line-height: 130%;
        }

#content_sub ul li {
        padding: 0 0 0 0px;
        }

#content_sub ul li h3 {
        font-size: 11px;
        color: #00b3ff;
        }

#content_sub ul ul {
        border-bottom: 1px dotted #4c4c4c;
        padding: 10px 0 10px 0;
        }

#content_sub ul li ul li .date,
#content_sub ul li ul li .time {
		text-transform: uppercase;
        font-size: 9px;
        }

#content_sub ul li ul li .time{
        color: #666666;
        }

#content_sub ul li ul li p {
		margin: 0;
		}

#nav_sub .citaat { font-weight: normal; }
#nav_sub cite {
        margin: 20px 0 0 0px;
        display: block;
        font-family: Georgia;
        font-size: 14px;
        text-align: center;
        color: #9c9d9f;
        }

#nav_sub cite strong {
        font-style: normal;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #3c3c3c;
        }

/* @end */						

/* @group Site Info */

#site_info {
	font-size: 10px;
    color: #9c9d9f;
	}

#site_info ul {
        list-style: none;
        padding: 0;
        float: left;
        }

#site_info ul li {
        float: left;
        }
        
#site_info ul li.passaporta {
	margin: -65px 0 0 20px;
	position: absolute;
}        

#site_info ul li.email {
        width: 200px;
        margin: 0 20px 0 0;
        }

#site_info ul li.address {
        width: 500px;
        margin: 0 0px 0 0;
        }

#site_info ul li.extra {
        width: 240px;
		float: right;
        }

#site_info ul li ul li {
        margin: 0 0px 0 20px;
        }
        
/* @end */ 

.newsletter {
	display: none;
}

/* @debug */
#debug {
	color: #fff;
}

#neighbourhood div.artworks {
    text-align: center;
    margin-bottom: 25px;
}

#content_main a.addthis_button {
    float: right;
}

#content_main div.abc {
    text-align: center;
    font-size: 16px;
    margin-bottom: 12px;
    letter-spacing: 110%;
}

#content_main div.mozaiek {
    text-align: center;
    margin-bottom: 12px;
}

#content_main div.mozaiek a.poem,
#content_main div.mozaiek a img {
    margin: 7px;
}

#content_main div.mozaiek img {
    margin-right: 0;
}

#content_main div.mozaiek a.poem {
    display: block;
    width: 140px;
    height: 140px;
    float: left;
    padding: 5px;
    vertical-align: middle;
    font-weight: bold;
}

#content_main div.mozaiek a.poem span {
    display: block;
}

#content_main div.mozaiek a.poem span.author {
    margin-top: 35px;
    margin-bottom: 25px;
}

#content_main div.mozaiek a.odd,
#content_main div.mozaiek div.odd {
    background-color: #00B3FF;
    color: #111;
}

#content_main div.mozaiek a.even,
#content_main div.mozaiek div.even {
    background-color: #FFF;
    color: #00B3FF;
}

#content_main div.mozaiek a.odd,
#content_main div.mozaiek div.odd a {
    color: #111;
}

#neighbourhoodSidebar {
    margin-top: 40px;
}

#content_sub ul li ul li.teaser div.image {
    display: none;
}

.quotes .quote {
    display:block;
    font-family:Georgia;
    font-size:14px;
    margin:20px 0 0 0;
    color:#AAAAAA;
    text-align: center;
    font-style: italic;
    font-weight: normal;
}
.quotes .author { text-align: right;}

.poem {
    color: #000;
    line-height: 150%;
    font-family: Georgia,"Nimbus Roman No9 L",serif;
    font-size: 14px;
}

#content_main #formAuthorApplication label {
float: none;
    width: auto;
}

#content_main #formAuthorApplication textarea {
    width: 490px;
}

#content_main h4 {
    font-size: larger;
}

#joppaErrorMessages {
    border: 1px solid #E57D64;
    background-color: #F6D5CB;
    color: #F6212C;
    padding: 5px;
    min-width: 300px;
    margin-bottom: 10px;
}

#joppaInformationMessages {
    border: 1px solid #6ADA1D;
    background-color: #D2F2B7;
    color: #569D23;
    padding: 5px;
    min-width: 300px;
    margin-bottom: 10px;
}

