/* reset */
 
body, 
h1, h2, h3, h4, h5, h6,
p, blockquote, hr,
dl, dt, dd, ol, ul, li,
table, th, td,
pre,
form, fieldset, legend, input, select, textarea {
	margin: 0;
	padding: 0;
}

address, caption, cite, code, del, dfn, em, ins, strong, th, var,
h1, h2, h3, h4, h5, h6 { 
	font-style: normal; 
	font-weight: normal; 
	font-size: 1em;
}

ol, ul {
	list-style: none;
}

fieldset, img, a img,
abbr, acronym {
	border: 0;
}

a { text-decoration: none }
a:link, a:visited { cursor: pointer } /* force this for IE */

caption, th {
	text-align: left;
}

.clr,
.clear {
	clear: both!important;
}


/* GLOBAL CLASSES ['glob]
----------------------------------------------- */

.contentblock										{ width: 240px; margin-top:20px; padding-right:0px; border: 0px solid blue;}
.contentblock li									{ font-size: 11px; font-weight: normal; padding: 0px 0px 0px 0px; }

.bullitLink											{ padding-left: 10px; background: transparent url(../images/bullitWhiteRed.gif) no-repeat 1px 4px; }


/* BODY [`body]
----------------------------------------------- */
body 												{ font: normal 12px/16px arial, helvetiva, sans-serif; background: #fff; }

/* links */
a:link, a:visited 									{ color: #df3259; }
a:link:focus, a:visited:focus, a:link:hover,
a:visited:hover, a:link:active, a:visited:active 	{ text-decoration: underline; }
a.more, a.next, a.prev 								{ white-space: nowrap; }


/* -------- LAYOUT -------- */
#container 											{ width: 980px; margin: auto; /* fixes ie6 leftcolumn quirks when resizing */ }
#columnContainer 									{ padding: 0px; float: left; width: 1000px; }
#subColumn2 										{ width: 200px;	float: left; padding: 17px 0;}

#main 												{ width: 780px; padding: 0px; margin: 0px; background:#faebed; float: left; }

#footer 											{ background-color: #fff; width: 100%; clear: both; float: left; margin: 40px 0 0 0; padding: 20px 0px 0px 0px; border-top: 1px solid #ebe7e4; }


/* ---- MENU ------------- */

#menuContainer 										{ float: left; width: 100%; padding: 23px 0 0 0; }
#menu 												{ padding: 23px 0 12px 0; color: #fff; float: left; width: 100%; }
#menu .menuItem 									{ float: left; clear: both; line-height: 1;}
#menu .menuItem .menuItem a							{ text-indent: 0px; overflow: visible; background: none; border: none; }
#menu .staticSubmenu								{ display: block!important; visibility: visible!important; margin-top: 0px!important; }

#menu .seasonOne									{ width: 100px; }
#menu .seasonTwo									{ width: 127px; }

#menu .menuItem .menuAnchor 						{ border-top: 1px solid #000; color: #000; font-weight: bold; font-size: 12px; display: block; overflow: hidden; height: 32px; padding: 10px 0 0 0; }
#menu .menuItem .menuItem .menuAnchor 				{ padding: 4px 0px 5px 10px; font-weight: normal; width: 180px; height: auto; }

#menu .menuItem .menuAnchor:hover					{ color: #df3259; text-decoration: underline; }
#menu .menuItem .menuAnchor.selected  				{ color: #df3259; text-decoration: none; }

#menu .menuItem .staticSubmenu .menuAnchor			{ font-size: 11px; }



/* ---- SEASON LANDINGSPAGE SPECIFIC ----------- */

#seasonNews											{ padding: 0 0 0 210px; float: left;  background: #fff; }

#issuuViewer 										{ background-color: #faebed; height: 450px;}
#issuuViewer h1										{ font-weight: bold; font-size: 24px;}
#seasonNews h2										{ padding: 0px; margin: 0 0 0 0; background: none;  font-size: 15px; line-height:16px; font-weight: bold;} 

#issuuViewer p										{ font-size: 16px; margin: 0 0 10px 0;}
#issuuViewer h1,
#issuuViewer p										{ padding: 10px 0 0 10px; width: 390px; line-height: 1; }
#issuuViewer .nojs									{ font-weight: bold; font-size: 12px; color: red; }


#seasonNews div.contentblock						{ width: 240px; margin-right: 20px; padding-top:5px; border-top: 1px solid #000; float: left; clear: right; }
#seasonNews div.contentblock#selectie				{ width: 760px;  margin-top: 15px;}
#seasonNews div.contentblock img					{ margin: 0 0 6px 0 }



#seasonNews ul										{ margin: 0px 0 13px 0; }

#seasonNews li										{ font-weight: bold; font-size: 12px; margin: 0px 0 8px 0; }
#seasonNews li a									{ color: #554943; }
#seasonNews p										{ font-size: 12px; }

#seasonNews .more 									{ display: block; margin: 5px 0 0 0; font-weight:bold; }



/* ---- INFO SPECIFIC ----------- */
#crumbtrail											{ margin: 12px 0 0 10px; padding-bottom: 0px; }
#crumbtrail .linkList								{ float: left; }
#crumbtrail .linkList li							{ background: transparent url(../images/bullitWhiteBlack.gif) no-repeat 1px 4px; float: left; padding-left: 10px; margin-right: 10px; }
#crumbtrail .linkList li a							{ color: #000; }


/* ---- FOOTER ----------------- */
#footer .p											{ color: #756963; width: 920px; clear: both; margin: 20px auto; padding: 0 30px; text-align: center; }
#footer .p a										{ color: #756963; text-decoration: underline; }
#footer .p a:hover									{ text-decoration: none; }

