body {
    font-family: Arial, Helvetica;
    font-size: 11px;
    background-color: #e5d2ab;
    MARGIN: 0px;
}

#pageWrapper {
    background-image: url(/_assets/dakarpress/img/dm_bg_main.jpg);
    background-repeat: repeat-x;
    
}
#container {
    position: relative;
    width: 980px;
    left: 50%;
    margin-left: -490px;
}

#header {
    position: relative;
    width: 980px;
    height: 110px;
    background-image: url(/_assets/dakarpress/img/dm_header.jpg);
    background-repeat: no-repeat;
}
#schild {
    position: absolute;
    right: 20px;
    top: 5px;
    width: 110px;
    height: 54px;
    overflow: hidden;
    background-image: url(/_assets/dakarpress/img/shield_2012.png);
	background-repeat: no-repeat;
}
#portalLinks {
    position: absolute;
    right: 20px;
    top: 80px;
}
#portalLinks ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#portalLinks ul li {
    float: right;
    color: #ffffff;
    margin-left: 20px;
}
#portalLinks ul li a:link,
#portalLinks ul li a:visited {
    color: #E5D2AB;
    font-size: 14px;
    font-weight: bold;
}
#portalLinks ul li a:hover {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}
#headerLine {
    position: relative;
    width: 980px;
    height: 35px;
    
}
#headerLine div.title {
    width: 300px;
    float: left;
}
#headerLine div.title span.titleText {
    color: #9c7c5b;
    font-size: 20px;
    margin: 5px 0px 0px 5px;
    display: block;
    float: left;
}
#headerLine div.title span.headerDate{
    color: #9c7c5b;
    font-size: 12px;
    margin: 13px 5px 0px 5px;
    display: block;
    float: left;
}
#headerLine div.stage {
    position: relative;
    width: 300px;
    float: right;
    text-align: right;
}
#headerLine div.stage div.stageTitle {
    color: #9c7c5b;
    font-size: 16px;
    font-weight: bold;
}

#headerLine div.stage div.stageDesc {
    color: #491c00;
    font-size: inherit;
    font-weight: bold;
}
#titleLine {
    position: relative;
    margin-top: 0px;
    text-align: left;
    width: 980px;
    height: 18px;
    padding: 2px;
}

/*
  CONTENT & COLUMNS
*/

div#content {
    position: relative;
    background-color: #ffffff;
    padding: 5px;
}

div#col1 {
    position: relative;
    width: 170px;
    float: left;
}

div#col2 {
    position: relative;
    width: 300px;
    float: left;
    margin-left: 10px;
    
}

div#main {
    position: relative;
    width: 480px;
    margin-left: 10px;
    float: left;
}

div#col1-art {
    position: relative;
    width: 170px;
    margin-left: 10px;
    float: left;
}

div#col2-art {
    position: relative;
    width: 300px;
    float: left;
    margin-left: 10px;
    
}

div#main-art {
    position: relative;
    width: 480px;
    float: left;
}

div#col1-2col {
    position: relative;
    width: 300px;
    float: left;
    margin-left: 10px;
    
}

div#main-2col {
    position: relative;
    width: 790px;
    float: left;
}


div#footer {
    margin-top: 30px;
}
/*
 TOP MENU
*/

div#titleLine ul.topMenu {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    top: -2px;
    left: -2px;
    
}

div#titleLine ul.topMenu li {
    float: left;
    font-size: 14px;

}
div#titleLine ul.topMenu li a {
    display: block;
    padding: 3px 10px 3px 10px;
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;

}
div#titleLine ul.topMenu li a:link,
div#titleLine ul.topMenu li a:visited {

}

div#titleLine ul.topMenu li a:hover {
    background-color: #ffffff;
    color: #9C7C5B;
}

div#titleLine ul.topMenu li a.current:link,
div#titleLine ul.topMenu li a.current:visited {
    background-color: #ffffff;
    color: #9C7C5B;
}

div#titleLine ul.topMenu li a.current:hover {
    background-color: #ffffff;
}

/*
 ELEMENT DEFINITIONS
*/

a:link, a:visited {
    color: #491C00;
}


/*
 FONT DEFINITIONS
*/

.hls {
    font-family: Georgia,serif;
}

.clr {
    clear: both;
}

/*
 MODULES
*/

div.content_item {
    position: relative;
   display: block; 
}



div.contentinfo {
    display: block;
    clear: both;
    margin-top: 10px;
    border-top: 1px dotted #cccccc;
    border-bottom: 1px dotted #cccccc;
    height: 20px;
    padding-top: 3px;
}
div.contentinfo ul.menu {
    padding: 0px;
    margin: 0px;
    display: block;
    list-style: none;
}
div.contentinfo ul.menu li {
    float: left;
    
}
div.article_item {
    margin-bottom: 10px;
}
div.article_item div.imagebox {
    overflow: hidden;
}
div.article_item div.imagebox img {
    width: 100%;
    height: 100%;
}
a.readmore {
    font-weight: bold;
    float: right;
}

div.article_list h1 {
    font-weight: normal;
    font-size: 22px;
    margin: 0;
}

div.article_list p {
    margin: 0;
}

div.artImagebox {
    padding: 5px;
    border:1px solid #CCCCCC;
}
div.twitterfeed {
    margin-bottom: 10px;
}

div.twitterfeed h2 {
    margin: 0px;
    font-size: 12px;
    font-weight: normal;
    background-color: #9C7C5B;
    color: #ffffff;
    padding: 2px;
    margin-bottom: 5px;
}

div.twitterfeed img {
    border: 0px solid #ffffff;
    
}

div.twitterfeed h1 a {
	float: right;
	font-size: 12px;
}
div.twitterfeed ul {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}
div.twitterfeed ul li {
	margin-bottom: 7px;
}

div.twitterfeed ul li span.footerline {
	color: #999999;
	font-style: italic;
}

div.mailing_subscribe {
	margin-bottom:10px;
}
div.mailing_subscribe h2 {
	background-color:#9C7C5B;
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:2px;
}

div.mailing_subscribe hr {
	border: 0px solid transparent;
	
}

div.mailing_subscribe label {
	font-size: 14px;
	color: #491C00;
	padding-bottom: 3px;
}
div.mailing_subscribe input.mailingSubSubmit {
	background-color: #9C7C5B;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	float: right;
	margin-right: 10px;
}
div.mailing_subscribe input.text-input {
	width: 97%;
	border: 1px solid #9C7C58;
	font-size: 14px;
	height: 20px;
	margin-bottom: 10px;
}

div.raw_html h2 {
    margin: 0px;
    font-size: 12px;
    font-weight: normal;
    background-color: #9C7C5B;
    color: #ffffff;
    padding: 2px;
}

div.raw_html {
    margin-bottom: 10px;
}

div.article_block_topimg {
    margin-bottom: 10px;
}

div.article_block_topimg h2 {
    margin: 0px;
    font-size: 12px;
    font-weight: normal;
    background-color: #9C7C5B;
    color: #ffffff;
    padding: 2px;
}

div.article_block_topimg div.tsImg {
    position: relative;
    height: 250px;
    overflow: hidden;
}
div.article_block_topimg div.teaser {
    position: relative;
    padding: 0px 10px;
    font-size: 13px;
}
div.article_block_topimg div.tsImg span.title {
    display: block;
    position: absolute;
    z-index: 100;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-color: #000000;
    color: #ffffff;
    font-size: 20px;
    padding: 10px;
}


/* wide */

div.article_block_topimg_wide {
    margin-bottom: 10px;
}

div.article_block_topimg_wide h2 {
    margin: 0px;
    font-size: 12px;
    font-weight: normal;
    background-color: #d3222a;
    color: #ffffff;
    padding: 2px;
}

div.article_block_topimg_wide div.tsImg {
    position: relative;
    height: 250px;
    overflow: hidden;
}
div.article_block_topimg_wide div.teaser {
    position: relative;
    padding: 0px 10px;
    font-size: 13px;
}
div.article_block_topimg_wide span.title {
	position: relative;
    display: block;
	z-index: 100;
	top: -3px;
    right: 0px;
    left: 0px;
    background-color: #000000;
    color: #ffffff;
    font-size: 20px;
    padding: 10px;
}

/* end wide */

/* article_topStory */
div.article_topStory h2 {
    margin: 0px;
    font-size: 12px;
    font-weight: normal;
    background-color: #9C7C5B;
    color: #ffffff;
    padding: 2px;
}
div.article_topStory {
    margin-bottom: 10px;
}
div.article_topStory ul.articleList {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

div.article_topStory ul.articleList li {
    padding-left: 13px;
    list-style: none;
    background-image: url(/_assets/dakarpress/img/arrow_right.gif);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    font-size: 12px;
}
div.article_topStory h5.title {
    margin: 0;
    font-size: 22px;
    font-weight: normal;
}
div.article_topStory div.teaser {
    padding: 0px 0px;
}


/* article_list_links */

div.article_list_links h2 {
    margin: 0px;
    font-size: 12px;
    font-weight: normal;
    background-color: #9C7C5B;
    color: #ffffff;
    padding: 2px;    
}
div.article_list_links {
    margin-bottom: 10px;
}
div.article_list_links ul.articleList {
    margin: 5px 0px 0px 0px;
    padding: 0px;
    list-style: none;
}

div.article_list_links ul.articleList li {
    padding-left: 13px;
    list-style: none;
    background-image: url(/_assets/dakarpress/img/arrow_right.gif);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    font-size: 12px;
    margin-bottom: 3px;
}




/*
 * PLAYLIST
 */
/*
 * slideshow
 */

div.video_channel {
    margin-bottom: 10px;
}

div.video_channel h2 {
    margin: 0px;
    font-size: 12px;
    font-weight: normal;
    background-color: #9C7C5B;
    color: #ffffff;
    padding: 2px;    
}
div.video_channel h1 {
	margin-top: 0px;
	margin-bottom: 10px;
}
div.video_channel td.pl {
	border: 1px solid #26B1CE;

}
object , embed{
}

.jw_playlist_playlist {
	float:left;
	width: 300px;
	height: 270;
	overflow-y: auto;
	overflow-x: hidden;
	<!--[if gte IE 6]>float:right;<![endif]-->
}

.jw_playlist_image {
	width: 75px;
	height: auto;
}

.jw_playlist_image_div {
	border: 1px solid #000000;
	padding: 0 5px;
	margin: 0 5px;
	float:left;
	background-color:white;
}

.jw_playlist_item {
	padding:10px 20px;
}

.clear {
	clear:both;
	height: 0;
}

.jw_playlist_title {
	font-weight: bold;
}

.jw_playlist_description {
}

.even {
	background-color: #EEEEEE;
}

.odd {
	background-color: #FFFFFF;
}

.playing {
	background: transparent url("../img/voorstellingen_bck_color.png");
}




/* BASIC LAYOUTING */

div.layout_1 {
    width:100%;
}

div.layout_2 {
    width:100%;
}
    div.layout_2 div.imagebox {
        max-width: 175px;
        max-height: 117px;
	border: 1px solid #ccc;
        padding: 2px;
        margin: 0px 10px 10px 0px;
        float: left;
    }

div.layout_3 {
    width:100%;
}
    div.layout_3 div.imagebox {
        max-width: 175px;
        max-height: 175px;
        border: 1px solid #ccc;
        padding: 2px;
        margin: 0px 0px 5px 15px;
        float: right;
    }
div.layout_4 {
    width:100%;
}
    div.layout_4 div.imagebox {
        width: 96%;
        border: 1px solid #ccc;
        padding: 2px;
        margin: 0px 10px 10px 0px;
    }
div.layout_5 {
    width:100%;
}
    div.layout_5 div.imagebox {
        width: 96%;
        border: 1px solid #ccc;
        padding: 2px;
        margin: 0px 10px 10px 0px;
    }
div.layout_6 {
    width:100%;
    position: relative;
}
    div.layout_6 div.imagebox {
        position:relative;
        top: 0px;
        bottom: 0px;
        width: 255px;
        padding: 2px;
        margin: 0px 10px 10px 0px;
        float: left;
    }
    div.layout_6 div.imagebox img{
        border: 1px solid #ccc;
        padding: 2px;
        margin: 0px 0px 10px 0px;
    }
    div.layout_6 div.textbox {
        margin-left: 115px;
    }
div.layout_7 {
    width:100%;
    position: relative;
}
    div.layout_7 div.imagebox {
        position:relative;
        top: 0px;
        bottom: 0px;
        width: 255px;
        padding: 2px;
        margin: 0px 10px 10px 0px;
        float: right;
    }
    div.layout_7 div.imagebox img{
        border: 1px solid #ccc;
        padding: 10px;
        margin: 0px 0px 10px 0px;
    }
    div.layout_7 div.textbox {
        margin-left: 115px;
    }
    
 

/* Article */
div.article_paragraph_text {
    width:100%;
    clear:both;
    margin-bottom: 15px;

}

div.article_base {
    width:100%;
    clear:both;
}

div.article_paragraph {
    width:100%;
    clear:both;
    margin-bottom: 15px;

}

div.article_paragraph_image {
    width:100%;
    clear:both;
    margin-bottom: 15px;

}
div.article_paragraph_video {
    width:100%;
    clear:both;
    margin-bottom: 15px;

}


/* END Article paragraph */




/**
 * sponsoren 
 *
 */


/*  container setup */
#sponsoren {
    position: absolute;
    top: 167px;
    right: -180px;
}

#slideContainer {
    position: relative;
    margin: 30px 0 10px;
    width: 165px;
    height: 520px;
    overflow: auto;
    background-color:#fff;
    border: 4px solid #fff;
}

.slideItem { display: block; width: 165px; height: 520px; }
.slideItem h3 { font-size: 16px; margin: 10px; color: #0CF; }
.slideItem p { font-size: 13px; padding: 6px 10px 12px; }


/* controls styling */
#controls1 {
    display: block;
    position: relative;
    width: 336px;
}

.prev_btn,
.next_btn {
    width: 100px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color:#AF4B32;
    border: 1px solid #80301D;
    background-color:#513328;
    float: left;
}
.next_btn { float: right; }

.play_btn {
    clear: both;
    width: 100px;
    height: 25px;
    margin: 0 auto 12px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color:#AF4B32;
    border: 1px solid #80301D;
    background-color:#513328;
 }

.num_nav { text-align: center;}
.num_nav ul li { display: inline; margin: 0 2px; }
.num_nav ul li a {
    padding: 2px 3px;
    color:#AF4B32;
    border: 1px
    solid #80301D;
    background-color:#513328;
}
.num_nav ul li a.active,
.num_nav ul li a:hover { border-color: #fff; background-color:#80301D; }


.btn_over {
    color:#fff;
    border: 1px solid #fff;
    background-color: #80301D;
}


/* gallery */

#containerphotoheader {
	float:left;
	position:relative;
	width:710px; 
	padding:20px;
	margin-bottom: 18px;
	background:#ffffff;
}
#containerphoto {
	float:left;
	position:relative;
	width:750px; 
	padding:20px;
	background:#f1f1f1;
}
.floaterleft{
	float:left;
	width:273px;
	margin: 0 10px 15px 0;
	padding:5px;
	border:5px solid #ffffff; 
}
.floaterright{
	float:left;
	width:275px;
	margin: 0 15px 13px 0;
	padding:0px;
}
.framenailphotos{
	float:left;
	width:255px;
	height: 140px;
	margin: 0 15px 15px 0;
	padding:10px;
	background:#ffffff;
}

.framenailphotosset{
	float:left;
	width:142px;
	margin: 0 12px 15px 0;
	padding:10px;
	background:#ffffff;
}
.framenailphotosset h3 {
	font-size: 12px;
	font-weight: bold;
}
.framenailphotosset .imgContainer{
	width:142px;
	height: 162px;
	text-align: center;
}
.thumbnail{
	float:left;
	width:125px;
	margin: 0 15px 0px 0;
	padding:0px;
}
.thumbnailm{
	float:left;
	width:50px;
	margin: 0 15px 0px 0;
	padding:0px;
}
.thumbnails{
	float:left;
	width:20px;
	margin: 0 15px 0px 0;
	padding:0px;
}
.thumbnailset{
	
	margin: auto;
	padding:0px;
	border: 0px solid transparent;
}
.clearboth { 
	clear:both;
}

/*
 * slideshow
 */
div.gallery_slideshow h1 {
	margin-top: 0px;
	margin-bottom: 10px;
}
.slideshow{display:block;position:relative;z-index:0;}
.slideshow-images{display:block;overflow:hidden;position:relative;}
.slideshow-images img{display:block;position:absolute;z-index:1;}
.slideshow-thumbnails{overflow:hidden;}
.slideshow-images{height:300px;width:400px;}
.slideshow-images-visible{opacity:1;}
.slideshow-images-prev{opacity:0;}
.slideshow-images-next{opacity:0;}
.slideshow-images img{float:left;left:0;top:0;}
.slideshow{height:300px;margin:0 auto;width:400px;}
.slideshow a img{border:0;}
.slideshow-captions{background:#000;bottom:0;color:#FFF;font:normal 12px/22px Arial,sans-serif;left:0;overflow:hidden;position:absolute;text-indent:10px;width:100%;z-index:10000;}
.slideshow-captions-hidden{height:0;opacity:0;}
.slideshow-captions-visible{height:22px;opacity:.7;}
.slideshow-controller{background:url(controller.png) no-repeat;height:42px;left:50%;margin:-21px 0 0 -119px;overflow:hidden;position:absolute;top:50%;width:238px;z-index:10000;}
.slideshow-controller *{margin:0;padding:0;}
.slideshow-controller-hidden{opacity:0;}
.slideshow-controller-visible{opacity:1;}
.slideshow-controller a{cursor:pointer;display:block;height:18px;overflow:hidden;position:absolute;top:12px;}
.slideshow-controller a.active{background-position:0 18px;}
.slideshow-controller li{list-style:none;}
.slideshow-controller li.first a{background-image:url(/_assets/general/img/controller-first.gif);left:33px;width:19px;}
.slideshow-controller li.last a{background-image:url(/_assets/general/img/controller-last.gif);left:186px;width:19px;}
.slideshow-controller li.next a{background-image:url(/_assets/general/img/controller-next.gif);left:145px;width:28px;}
.slideshow-controller li.pause a{background-image:url(/_assets/general/img/controller-pause.gif);left:109px;width:20px;}
.slideshow-controller li.play a{background-position:20px 0;}
.slideshow-controller li.play a.active{background-position:20px 18px;}
.slideshow-controller li.prev a{background-image:url(/_assets/general/img/controller-prev.gif);left:65px;width:28px;}
.slideshow-loader{height:28px;right:0;position:absolute;top:0;width:28px;z-index:10001;}
.slideshow-loader-hidden{opacity:0;}
.slideshow-loader-visible{opacity:1;}
.slideshow-thumbnails{bottom:-65px;height:65px;left:0;position:absolute;width:100%;}
.slideshow-thumbnails *{margin:0;padding:0;}
.slideshow-thumbnails ul{height:65px;left:0;position:absolute;top:0;width:10000px;}
.slideshow-thumbnails li{float:left;list-style:none;margin:5px 5px 5px 0;position:relative;}
.slideshow-thumbnails a{display:block;float:left;padding:5px;position:relative;}
.slideshow-thumbnails a:hover{background-color:#FF9!important;opacity:1!important;}
.slideshow-thumbnails img{display:block;}
.slideshow-thumbnails-active{background-color:#9FF;opacity:1;}
.slideshow-thumbnails-inactive{background-color:#FFF;opacity:.5;}



/*
 * Dakar stuff
 */


div.content_block {
	margin-bottom: 10px;
}

div.content_block h2 {
	background-color:#9C7C5B;
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal;
	margin:0 0 0 0;
	padding:2px;	
}

div.content_block ul.articleList {
    margin: 5px 0px 0px 0px;
    padding: 0px;
    list-style: none;
}

div.content_block ul.articleList li {
    padding-left: 13px;
    list-style: none;
    background-image: url(/_assets/dakarpress/img/arrow_right.gif);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    font-size: 12px;
    margin-bottom: 3px;
	
}

ul.itemList {
    margin: 5px 0px 0px 0px;
    padding: 0px;
    list-style: none;	
}
ul.itemList {
    padding-left: 0px;
    list-style: none;
    font-size: 12px;
    margin-bottom: 3px;	
}
a.headerLink {
	font-size: 14px;
	text-decoration: none;
}
div.startNummer {
	position: absolute;
	top: 17px;
	left: 60px;
	height: 24px;
	width: 45px;
	text-align: center;
	color: #000000;
	font-size: 20px;
}
