/* ---[ All ]--- */

html {
	overflow-y: scroll; /* set scrollbar to prevent jumpy animations */
}

html, body {
	height: 100%;
	font-family: 'Verdana';
	background-color: #f1f1f1;
}

#wpr-page {
	min-height: 100%;
	background: transparent url(/layouts/stwplatform/images/bg_page_home.png) repeat-y top center;
}

.red #wpr-page,
.blue #wpr-page {
	background-image: url(/layouts/stwplatform/images/bg_page.png);
}

#page {
	margin: 0 auto;
	padding: 0;
	width: 980px;
	text-align: left;
}

/* ---[ Header ]--- */

#wpr-header {
	position: relative;
	height: 182px;
	background-color: #808080;
}

.blue #wpr-header {
	background-color: #0097d5;
}

.red #wpr-header {
	background-color: #d90000;
}

#header {
	height: 199px;
	background: transparent url(/layouts/stwplatform/images/bg_header.png) no-repeat top left;
}

.en #header {
	height: 199px;
	background: transparent url(/layouts/stwplatform/images/bg_header_en.png) no-repeat top left;
}

address a {
	color: #fff;
}

#logo {
	position: absolute;
	left: 0;
	top: 0;
}

#logo a {
	outline: none;
	display: block;
	width: 165px;
	height: 70px;
	text-indent: -9000px;
}

/* ---[ Content ]--- */

#wpr-main {

}

#main {

}

/* ---[ Footer ]--- */

#wpr-footer {
	clear: both;
	height: 50px;
}

#footer {

}

/* ---[ Clearing elements ]--- */

/* clear float container without source markup - http://www.positioniseverything.net/easyclearing.html */
#wpr-page:after,
#wpr-header:after,
#wpr-main:after,
#wpr-footer:after,
#wpr-languagemenu:after,
#wpr-generalmenu:after,
#wpr-content:after,
#wpr-sidebar-left:after,
#wpr-sidebar-right:after,
#wpr-breadcrumbs:after,
.content:after,
.comment ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

/* ---[ Layout ]--- */

#wpr-sidebar-left,
#wpr-content,
#wpr-sidebar-right {
	float: left;
	min-height: 100px;
	margin: 10px 0 0 0;
}

#wpr-sidebar-left {
	width: 150px;
	margin-right: 15px;
}

#sidebar-left {

}

/*
.red #wpr-sidebar-left {
	padding-bottom: 140px;
	background: transparent url(/layouts/stwplatform/images/bg_platform_logo.png) no-repeat center bottom;
}
*/

.red.programma-initiatief #wpr-sidebar-left {
	background: none;
}

#wpr-content {
	position: relative;
	margin: -20px 0 0 0;
	width: 490px;
}

#content {
	padding: 0 15px;
}

#wpr-sidebar-right {
	width: 325px;
}

#sidebar-right {
	padding: 15px;
}

/* ---[ Languagemenu ]--- */

#wpr-languagemenu {
	position: absolute;
	left: 835px;
	top: 44px;
	width: 145px;
	height: 30px;
}

#languagemenu {

}

#languagemenu ul li {
	float: left;
}

#languagemenu ul li a {
	display: block;
	padding: 5px 8px;
	text-decoration: none;
	color: #fff;
	font-size: 77%;
}

#languagemenu ul li.current a,
#languagemenu ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

/* ---[ Mainmenu ]--- */

#wpr-mainmenu {
	margin-bottom: 15px;
	border-bottom: 1px dashed #b2e0f2;
}

#mainmenu {

}

#mainmenu ul li {
	border-top: 1px dashed #b2e0f2;
}

#mainmenu ul li ul li,
#mainmenu ul li ul li ul li {
	padding-left: 20px;
}

#mainmenu ul li a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	color: #000;
	font-size: 77%;
	font-weight: bold;
}

.red #mainmenu ul li a,
.blue #mainmenu ul li.jaarcongres-2009 a,
.blue #mainmenu ul li.annual-congress-2009 a,
#mainmenu ul li.jaarcongres-2009 a,
#mainmenu ul li.annual-congress-2009 a {
	color: #0097d5;
}

.blue #mainmenu ul li a,
.red #mainmenu ul li.platform a,
#mainmenu ul li.platform a {
	color: #d90000;
}

#mainmenu ul li.current ul li.current a,
#mainmenu ul li.current ul li a:hover {
	color: #000;
}

#mainmenu .news ul,
#mainmenu .nieuws ul {
	display: none;
}

/* ---[ Generalmenu ]--- */

#wpr-generalmenu {
	position: absolute;
	top: 44px;
	left: 654px;
	width: 161px;
	height: 30px;
}

#generalmenu {

}

#generalmenu ul {

}

#generalmenu ul li {
	float: left;
	background: transparent url(/layouts/stwplatform/images/bg_generalmenu_separator.png) no-repeat 0 6px;
}

#generalmenu ul li.first {
	background-image: none;
}

#generalmenu ul li.last a {
	padding-right: 0;
}

#generalmenu ul li a {
	display: block;
	padding: 5px 7px;
	color: #000;
	text-decoration: none;
	font-size: 77%;
}

#generalmenu ul li a:hover,
#generalmenu ul li.current a {
	text-decoration: underline;
}

/* ---[ tickettape ]--- */

#wpr-tickertape {
	position: absolute;
	overflow: hidden;
	top: 108px;
	left: 0;
	width: 980px;
	height: 20px;
}

#tickertape {
	position: absolute;
	width: 9000px;
	height: 20px;
}

#tickertape table {
	float: left;
	margin: 0;
	width: 980px;
	height: 20px;
}

#tickertape table tr td {
	margin: 0;
	padding: 0 10px;
	text-align: center;
	color: #ffe400;
	white-space: nowrap;
}

#tickertape table tr td a {
	color: #ffe400;
}

/* ---[ Content ]--- */

.content {
	padding: 0;
	clear: both;
}

.content hr {
	height: 1px;
	margin: 0 0 13px 0;
	padding: 0;
	border: 0;
	border-bottom: 1px dashed #0097d5;
}

.column {
	float: left;
	clear: none;
	width: 220px;
	margin: 0 20px 0 0;
}

/* ---[ Paragraph formatting ]--- */

.content p {
	padding: 0;
	font-size: 85%;
}

/* ---[ Table formatting ]--- */

.content table {
	border: none;
}

.content table tr td {
	border: none;
	font-size: 85%;
	line-height: 150%;
	padding-left: 0;
}

.content table tr td.programma {
	min-width: 140px;
}

/* ---[ Headers ]--- */

.content h1,
.content h2,
.content h3 {

}

#wpr-sidebar-right .content h1,
#wpr-sidebar-right .content h2,
#wpr-sidebar-right .content h3 {
	clear: none;
}

.content h1 {
	margin-bottom: 10px;
	font-size: 108%;
	text-transform: uppercase;
	color: #808080;
}

.red .content h1 {
	color: #d90000;
}

.blue .content h1 {
	color: #0097d5;
}

.content h2 {
	font-weight: bold;
	font-size: 100%;
}

#wpr-sidebar-right .content h2 {
	font-size: 85%;
}

.content h3 {
	font-weight: bold;
	font-size: 93%;
}

#wpr-sidebar-right .content h3 {
	background-color: #42ff00;
	font-size: 85%;
}

/* ---[ Links ]--- */

.content a {
	color: #0097d5;
	text-decoration: none;
}

.content a:hover {

}

.content a.jaarcongres,
.content a.platform {
	display: block;
	width: 144px;
	height: 17px;
	padding: 6px 10px;
	background: transparent url(/layouts/stwplatform/images/bg_sprite.png) no-repeat 0 0;
	color: #fff;
	font-weight: bold;
}

.content a.platform {
	background-position: -177px 0;
}

/* ---[ Images ]--- */

.content img,
.content img.left {

}

#wpr-sidebar-right .content img {
	float: none;
	margin: 0;
}

#wpr-sidebar-right .content h3 img {
	float: left;
	margin: 0;
	padding: 0 10px 5px 0;
	background-color: #ffe400;
}

.red #wpr-sidebar-right .content h3 img,
.blue #wpr-sidebar-right .content h3 img {
	background-color: #e5f4fb;
}

.content img.right {

}

/* ---[ Text formatting ]--- */

.content strong {

}

.content em {

}

/* ---[ Lists ]--- */

.content ul {

}

.content ul li {
	margin-left: 0;
	padding: 0.1em 0 0.1em 0.7em;
	list-style-type: none;
	background: transparent url(/layouts/01/images/bg_bullets.gif) no-repeat 0 0.75em;
	font-size: 85%;
	line-height: 150%;
}

.content ul li ul li {
	margin-left: 0.5em;
}

.content ul li ul li ul li {
	margin-left: 1em;
}

/* ---[ special ]--- */

.special {
	background-color: yellow;
}

/* ---[ Poll ]--- */
#sidebar-right .module-v2 p {
	margin-bottom: 5px;
}

#sidebar-right .module-v2 ul {
	margin: 5px 0;
}

#sidebar-right .module-v2 .rc {
	margin-left: 20px;
}

#sidebar-right .module-v2 a {
	color: #000;
}

.meer-polls {
	margin-left: 100px;
}

/* ---[ Comments ]--- */
.comment ul {
	margin-top: 0;
}

.comment ul li {
	float: left;
	border-left: 1px solid red;
	margin: 0;
	padding: 0 8px;
	font-weight: bold;
	line-height: 100%;
	background: none;
}

.comment ul li:first-child {
	border-left: 0;
	padding-left: 0;
}

/* ---[ Photo gallery ]--- */
.photo-gallery {
	width: 480px;
}

.photo-gallery p {
	float: left;
	margin: 0 16px 21px 0;
	line-height: 100%;
	font-size: 9px;
}

.photo-gallery p img {
	margin: 0;
	float: none;
}

/* ---[ Routeplanner ]--- */

#route_form {
	margin: 1.25em 0;
	padding: 0 !important;
}

#route_error,
#route_result {
	position: relative;
	left: 0;
	width: 460px;
}

#route_error.hidden,
#route_result.hidden {
	position: absolute;
	left: -9000px;
	top: 0;
}

#map_canvas {
	margin: 1.25em 0;
	height: 400px;
}

#directions {
	margin-bottom: 1em;
}

#directions table,
#directions table td,
#directions table td + td,
#directions table td + td + td {
	width: auto;
	margin: auto;
	padding: auto;
	text-align: left;
}

.content #directions table,
.content #directions table td {
	border: none;
}

/* ---[ Initiatief ]--- */

.content ul.naw li {
	padding-left: 0;
	background: none;
}

.initiatief hr {
	margin-top: 8px;
}

h2.rollover {
	color: #c00;
}
