/*

	Change YOUR WORLD stylesheet for CSS2-capable browsers
	----
	
	CSS we can believe in. (C) DC 2009
	michiel@thingmajig.org
	
*/

body {
	margin:0;
	padding:0;
	background:#000;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height:18px;
	color:#fff;
}
img {
	border: none;
}
a:link, a:visited {
	color: #00A4A7;
	text-decoration: none;
}
a:hover, a:active {
	color: #00A4A7;
	text-decoration: underline;
}

#wrapper {
	padding:0;
	width:960px;
	position:relative;
    left: 50%;
    margin-left: -480px;
    overflow:hidden;
}


/*
	---- The header ----
*/

#header {
	margin:0px 0 0 0;
	width:960px;
	height:180px;
	background: url(../images/header_bg.gif) no-repeat;
}
#header #back {
	position: absolute;
	width:114px;
	height:41px;
	top: 120px;
	right: 75px;
}
#header #logo {
	margin:15px 0 0 0;
	width:300px;
	height:137px;
	float:left;
	display:inline;
}
#header #logo h1 a {
	text-indent: -99999px;
	width: 300px;
	height: 137px;
	display: block;
	background-image: url(../images/logo.png);
}

#header #quicknav{
	margin:0px 0 0 400px;
	width:180px;
	height:22px;
	float:left;
	display:inline;
	background:#97CFD2;
}
#header #quicknav li {
	margin:0 0 0 10px;
	float:left;
	list-style-type: none;
}

#header #navigation{
	margin:42px 0 0 20px;
	width:584px;
	height:33px;
	float:left;
	display:inline;
}
#header #navigation li {
	margin:0;
	float:left;
	list-style-type: none;
}
#header #navigation li a {
	display: block;
	outline: none;
	height: 33px;
	text-indent: -99999px;
}
#header #navigation li.home a {
	background-image: url(../images/menu/btn_home_normal.gif);
	width: 55px;
}
#header #navigation li.change a {
	background-image: url(../images/menu/btn_change_normal.gif);
	width: 81px;
}
#header #navigation li.experts a {
	background-image: url(../images/menu/btn_experts_normal.gif);
	width: 74px;
}
#header #navigation li.inspiration a {
	background-image: url(../images/menu/btn_inspiratie_normal.gif);
	width: 90px;
}
#header #navigation li.signup a {
	background-image: url(../images/menu/btn_inschrijven_normal.gif);
	width: 112px;
}
#header #navigation li.movements a {
	background-image: url(../images/menu/btn_movements_normal.gif);
	width: 108px;
}
#header #navigation li.event a {
	background-image: url(../images/menu/btn_event_normal.gif);
	width: 57px;
}

#header #navigation li.verslag a {
	background-image: url(../images/menu/btn_verslag_normal.gif);
	width: 82px;
}
#header #navigation li.videos a {
	background-image: url(../images/menu/btn_videos_normal.gif);
	width: 76px;
}
#header #navigation li.fotos a {
	background-image: url(../images/menu/btn_fotos_normal.gif);
	width: 67px;
}


#header #navigation li.home .active, #header #navigation li.home a:hover {
	background-image: url(../images/menu/btn_home_active.gif);
}

#header #navigation li.change .active, #header #navigation li.change a:hover {
	background-image: url(../images/menu/btn_change_active.gif);
}

#header #navigation li.experts .active, #header #navigation li.experts a:hover {
	background-image: url(../images/menu/btn_experts_active.gif);
}

#header #navigation li.inspiration .active, #header #navigation li.inspiration a:hover {
	background-image: url(../images/menu/btn_inspiratie_active.gif);
}

#header #navigation li.signup .active, #header #navigation li.signup a:hover {
	background-image: url(../images/menu/btn_inschrijven_active.gif);
}

#header #navigation li.movements .active, #header #navigation li.movements a:hover {
	background-image: url(../images/menu/btn_movements_active.gif);
}

#header #navigation li.event .active, #header #navigation li.event a:hover {
	background-image: url(../images/menu/btn_event_active.gif);
}
#header #navigation li.verslag .active, #header #navigation li.verslag a:hover {
	background-image: url(../images/menu/btn_verslag_active.gif);
}
#header #navigation li.videos .active, #header #navigation li.videos a:hover {
	background-image: url(../images/menu/btn_videos_active.gif);
}
#header #navigation li.fotos .active, #header #navigation li.fotos a:hover {
	background-image: url(../images/menu/btn_fotos_active.gif);
}



/*
	---- The main content ----
*/

h3 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	margin: 15px 0 0px 0; 

}


h4 {
font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 15px 0 0px 0; 

}



.item.movements h5 {
	margin:2px 0px 0px 5px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	width:120px;	
}


#content {
	padding: 10px 0 0 0;
	overflow:hidden;
	width:960px;
	float:left;
}
#content .main {
	float:left;
	position: relative;
	width: 960px;
	margin: -20px 0 0 0;
}
#content.sidecol .main {
	width: 620px;
	margin:-20px 0 0 20px;
	overflow: hidden;
}

#content h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0;
	text-transform: uppercase;
	color: #ffffff;
}

/* A generic item. */
#content .main .item {
	width:960px;
	margin-top: 20px;
	
}
#content.sidecol .main .item {
	width: 620px;
}

/* The signup page. */
#content .main .signup {
	
}
#content .main .signup .sub {
	color: #000000;
	padding: 14px;
	background-color: #ffffff;
	border-top: 6px solid #000000;
	margin: -6px 0 6px;
}
#content .main .signup .sub .subform {
	background-color: #E6E6E6;
	margin: 0;
}
#content .main .signup .sub h3 {
	margin: 15px 0 5px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
#content .main .signup .sub a.add {
	display: block;
	float: right;
	background-color: #666666;
	margin: 5px 0 0;
	color: #ffffff;
	background-image: url(../images/signup_plus.png);
	background-repeat: no-repeat;
	background-position: 6px 50%;
	padding: 4px 5px 4px 22px;
	line-height: 11px;
}
#content .main .signup .sub .roller {
	text-indent: -99999px;
	margin: 0;
}
#content .main .signup .sub p {
	padding: 3px 0;
}
#content .main .signup .sub p .input {
	width: 155px;
}
#content .main .signup .sub p textarea {
	width: 355px;
	height: 100px;
}
#content .main .signup .sub .subform span.big {
	width: 500px;
}
#content .main .signup .sub .subform span.radio {
	display: inline;
}
#content .main .signup .sub .subform span.radio .input {
	position: relative;
	float: left;
	top: 3px;
}
#content .main .signup .sub .key {
	display: block;
}
#content .main .signup .sub .key.small {
	display: inline-block;
	width: 100px;
}

/* Alphabetic navigation at "Movement". */
#content .main .alphanav {
	overflow: hidden;
}
#content .main .alphanav li {
	display: block;
	float: left;
	list-style-type: none;
}
#content .main .alphanav a {
	font-size: 14px;
	line-height: 55px;
	margin: 0 0 0 10px;
	color: #ffffff;
}
#content .main .alphanav .l {
	text-transform: uppercase;
}

#content .main .alphanav .l.active {
	text-transform: uppercase;
	color: #999;
}

/* The movements that the users have created. */
#content .main .movements {
	margin-top: 11px;
}
#content .main .movements li {
	background-color: #ffffff;
	list-style-type: none;
	float: left;
	margin: 0 8px 12px 0;
	overflow: hidden;
	width: 147px;
	height: 160px;
	position: relative;
}
#content .main .movements li img {
	margin: 4px 0 0;
}
#content .main .movements li h3 a {
	color: #000000;
	font-weight: bold;
	margin: 0 0 0 8px;
}
#content .main .movements li .status {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 100px;
	right: 8px;
}
#content .main .movements li .status.open {
	background-image: url(../images/icon_open.gif);
}
#content .main .movements li .status.closed {
	background-image: url(../images/icon_closed.gif);
}

/* Back to the overview. */
#content .main .back {
	text-align: right;
}
#content .main .back a {
	color: #333333;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 55px;
}

/* The detail item pertaining to the movement. */
#content .main .movedetails {
	margin-top: 11px;
}
#content .main .textpage .sub {
	padding: 0 0 12px;
}
#content .main .movedetails .sub {
	border-top: 1px solid #666666;
	padding: 6px 0;
}
#content .main .textpage h3 {
	font-size: 18px;
	text-transform: uppercase;
	line-height: 32px;
	font-weight: bold;
}
#content .main .movedetails .sub .members {
	width: 150px;
	float: left;
}
#content .main .movedetails .sub .members li {
	list-style-type: none;
}
#content .main .subform {
	display: block;
	background-color: #333333;
	width: 450px;
	margin-left: 150px;
	padding: 10px;
	overflow: hidden;
}
#content .main .subform p {
	width: 225px;
	display: block;
	float: left;
	padding: 4px 0;
}


#content .main .subform p.divider {
	float: left;
	margin: 10px 0 10px 0;
	padding: 0;
	width: 100%;
	height: 1px;
	background: #000;
}


#content .main .subform p .input {
	width: 160px;
}
#content .main .subform p .last {
	width: 82px;
	margin: 0 10px 0 0;
}
#content .main .subform p .submit {
	width: 70px;
}
#content .main .subform p span {
	display: inline-block;
	width: 50px;
}

/* The movie presenting an inspiration page. */
#content .main .presentation {
	margin-top: 12px;
}

#content .main .examples {
	margin: 10px 0 0;
}
#content .main .examples li {
	display: block;
	margin: 0 4px 14px 13px;
	width: 301px;
	height: 264px;
	float: left;
	background-image: url(../images/insp_example.png);
}

#content .main .examples li h3 {
	color: #000000;
}
#content .main .examples li h3,
#content .main .examples li a {
	margin: 0 9px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}
#content .main .examples li img {
	margin: 4px  4px 0  4px;
}


#content .main .examples .thumb {
	float:left;
}

#content .main .examples .txt {
	color:#000;
	margin: 0 0 0 4px;
}


#content .main .examples .txt a{
	color:#00A4A7;
	font-weight:normal;
	font-size:12px;
	text-transform:capitalize;
	padding:0;
	margin:0;
}

#content .main .examples .txt h3 {
	color: #000000;
}


/*EXPERTS*/

#content .main .exexamples {
	margin: 10px 0 0;
}
#content .main .exexamples li {
	display: block;
	margin: 0 4px 14px 13px;
	width: 301px;
	height: 231px;
	float: left;
	background-image: url(../images/experts_example.png);
}

#content .main .exexamples li h3 {
	color: #000000;
}
#content .main .exexamples li h3,
#content .main .exexamples li a {
	margin: 0 9px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}
#content .main .exexamples li img {
	margin: 4px  4px 0  4px;
}


#content .main .exexamples .thumb {
	float:left;
}

#content .main .exexamples .txt {
	color:#000;
	margin: 0 0 0 4px;
}


#content .main .exexamples .txt a{
	color:#00A4A7;
	font-weight:normal;
	font-size:12px;
	text-transform:capitalize;
	padding:0;
	margin:0;
}

#content .main .exexamples .txt h3 {
	color: #000000;
}

/*EVENT*/

#content .mainwrap {
	margin: 0 0 0 -20px;
	float:left;
	display: inline;
	width:100%;
}


#content .main .column1 {
	margin: 10px 10px 10px 20px;
	width: 280px;
	float: left;
	display: inline;
	overflow: hidden;
}




/* Double Column */

/* The tutorial that tells the visitor how to submit his movement. Only seen on "Change". */
#content .doublecolumn .tutorial {
	position: relative;
	float: left;
	margin: 5px 0 20px -20px;
	display: inline;
}

#content .doublecolumn .tutorial ul li {
	
	float: left;
	margin: 20px 0 0 20px;
	display: block;
	width: 296px;
	height: 170px;
		
	background-color: #161616;
	border: 2px solid #ffffff;
	background-repeat: no-repeat;
	background-position: 14px 19px;
}

#content .doublecolumn .tutorial ul li p {
	float: left;
	margin: 70px 20px 0 20px;
	padding: 0 0 20px 0;
}

#content .doublecolumn .tutorial ul li.step0 {
	background-image: url(../images/change_step_0.png);
}
#content .doublecolumn .tutorial ul li.step1 {
	background-image: url(../images/change_step_1.png);
}
#content .doublecolumn .tutorial ul li.step2 {
	background-image: url(../images/change_step_2.png);
}
#content .doublecolumn .tutorial ul li.step3 {
	background-image: url(../images/change_step_3.png);
}
#content .doublecolumn .tutorial ul li.step4 {
	background-image: url(../images/change_step_4.png);
}
#content .doublecolumn .tutorial ul li.step5 {
	background-image: url(../images/change_step_5.png);
}



/* The Twitter(-like) application. */
#content .twitter {
	float:left;
	width: 330px;
	height:400px;
	overflow: hidden;
}
#content .homeexperts {
	width: 300px;
	float: left;
	margin-left: -3px;
	overflow: hidden;
}

#content .test {
	width: 630px;
	float: left;
	overflow:hidden;
}

/* Paint roller header. */
#content .roller {
	width: 249px;
	height: 57px;
	margin-left: 20px;
	background-repeat: no-repeat;
}
#content .roller.white {
	background-image: url(../images/roller_h_white.png);
}
#content .roller.green.signup_step0 {
	width: 233px;
	height: 43px;
	background-image: url(../images/signup_step_0.png);
}
#content .roller.green.signup_step1 {
	width: 236px;
	height: 43px;
	background-image: url(../images/signup_step_1.png);
}
#content .roller.green.signup_step2 {
	width: 324px;
	height: 43px;
	background-image: url(../images/signup_step_2.png);
}
#content .roller.green.signup_step3 {
	width: 305px;
	height: 44px;
	background-image: url(../images/signup_step_3.png);
}
#content .roller.green.signup_step4 {
	width: 347px;
	height: 44px;
	background-image: url(../images/signup_step_4.png);
}
#content .roller h2 {
	margin: 0 0 0 10px;
	line-height: 50px;
}
#content .roller.white h2 {
	color: #01AAAD;
}

/*
	---- The sidebar ----
*/

#content .sidebar {
	float: left;
	width: 300px;	
}

/* Infobox on the left side, e.g. explanation on main site. */
#content .sidebar .item.infobox {
	margin-top: 9px;
}
#content .sidebar .infobox {
	overflow:hidden;
	width:300px;
	background-repeat: no-repeat;
	margin:0 0 10px 0;
}
#content .sidebar .infobox h2 {
	color: #01AAAD;
}
#content .sidebar .infobox p {
	margin:5px 0 0 0;
	color:#000;
	width:95%;
	line-height:15px;
}
#content .sidebar .infobox .inner {
	margin:10px 10px 10px 30px;
}
#content .sidebar .infobox.big {
	height:578px;
	background-image: url(../images/infobox_bg.gif);
}

#content .sidebar .infobox.bg {
	height:578px;
	background-image: url(../images/infobox_big.gif);
}

#content .sidebar .infobox.small {
	height:322px;
	background-image: url(../images/infobox_medium.gif);
}
#content .sidebar .infobox.medium {
	height:387px;
	background-image: url(../images/infobox_movement.gif);
}
#content .sidebar .infobox.medium .inner {
	margin: 13px 10px 10px 27px;
}
#content .sidebar .infobox.info h2 {
	margin: 10px 0 0;
	font-size: 14px;
	color: #000000;
}
#content .sidebar .infobox.insp {
	height:330px;
	margin: 10px 0 20px 0;
	background-image: url(../images/insp_info.png);
}
#content .sidebar .infobox.insp .inner {
	margin: 4px;
}
#content .sidebar .infobox.insp .inner h2 {
	margin: 9px 0 4px 9px;
}
#content .sidebar .infobox.insp .inner p {
	margin: 0 9px;
}

/* Generic item in the sidebar. */
#content .sidebar .item {
	width:300px;
}

/* A list of thumbnail links. */
#content .sidebar .thumbs {
	overflow: hidden;
}
#content .sidebar .thumbs h2 {
	margin: 10px 0;
}
#content .sidebar .thumbs a.thumb {
	margin: 0 10px 10px 0;
	display: block;
	float: left;
	width: 140px;
	height: 40px;
	color: #000000;
	background-color: #ffffff;
}
#content .sidebar .thumbs a.thumb:hover {
	color: #ffffff;
	background-color: #01AAAD;
	text-decoration: none;
}
#content .sidebar .thumbs a.thumb img {
	float: left;
	height: 40px;
	width: 40px;
}
#content .sidebar .thumbs a.thumb .txt {
	margin: 5px 0 5px 45px;
	line-height: 12px;
	display: block;
}


#content .item_x{
	overflow:hidden;
}

#content .item_x .space{
	margin:10px;
}

#content .item_x .item_01{
	float:left;
	width:300px;
	overflow:hidden;
	display:inline;
	
}

#content .item_x .item_02{
	float:left;
	width:650px;
	margin:0 0 0 10px;
	overflow:hidden;
	display:inline;
	
}

#content .item_x .item_02 p{
	margin:0 0 10px 0;
	
}

#content .item_x .item_02 #gallery {
	position: relative;
	float: left;
	margin: -10px 0 0 -10px;
	display: inline;
	width: 660px;
}

#content .item_x .item_02 #gallery h2 {
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 0 20px;
	text-transform: uppercase;
	color: #ffffff;
}

#content .item_x .item_02 #gallery h3 {
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 20px 20px;
	text-transform: uppercase;
	color: #00A4A7;
}

#content .item_x .item_02 #gallery h3 a {
	text-decoration: underline;
	color: #00A4A7;
}

#content .item_x .item_02 #gallery h3 a:hover {
	text-decoration: none;
	color: #00A4A7;
}

#content .item_x .item_02 #gallery .item {
	position: relative;
	float: left;
	margin: 10px 0 0 20px;
	width: 200px;
	height: 150px;
	background: #666;

}

h1.blockhead_line{
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	
	padding:2px 0 2px 0;
	line-height:24px;
	border-bottom:1px #fff dotted;
}

h1.blockhead_noline{
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	
	padding:2px 0 2px 0;
	line-height:24px;
}

.introtxt{
	font-weight: bold;
	line-height:16px;
	text-transform:uppercase;
	padding:10px 0 10px 0;
	
	border-bottom:1px #fff dotted;
}

.hd{
	margin:0 10px 0 10px;
}

.readmore{
	float:right;
	margin:5px 10px 0 10px;
}

.readmore a{
	color:#fff;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	
}

.item_container{
	margin: 0 10px 0 10px;
}


.item_container .thumb_container{
	margin:-10px 0 0 -10px;
}


.item_container .thumb_container .thumb{
	float:left;
	margin:10px 0 0 10px;
	width:135px;
	height:105px;
}

.item_container .vthumb_container{
	margin:0px 0 0 -20px;
}

.item_container .vthumb_container .thumb{
	float:left;
	margin:20px 0 0 20px;
	width:300px;
	height:224px;
	background:#ff00ff;
}


.tv_player{
	width:640px;
	height:396px;
	overflow:hidden;
	background:url(../images/tv_background.jpg) no-repeat;
}

.tv_player .tv_display{
	margin:38px 0 0 38px;
	width:415px;
	height:310px;
}

.poster_container{
	position:relative;
	margin:20px 0 0 0;
	height:600px;
	background: #000 url(../images/tiles.gif) no-repeat;
}


.poster_container .p1{
	position:absolute;
	top:20px;
	left:20px;
	width:340px;
	height:480px;
}

.poster_container .p2{
	position:absolute;
	top:20px;
	left:400px;
	width:220px;
	height:270px;
}

.poster_container .p3{
	position:absolute;
	top:20px;
	left:660px;
	width:220px;
	height:270px;
}


.poster_container .p4{
	position:absolute;
	top:320px;
	left:400px;
	width:220px;
	height:270px;
}

.poster_container .p5{
	position:absolute;
	top:320px;
	left:660px;
	width:220px;
	height:270px;
}


.fixedblock{
	float:left;		
	display:block;
	overflow:hidden;
	height:330px;
	background: #000 url(../images/infobox_medium.gif) no-repeat;
}

.fixedblock .inner{
	float: left;
	margin: 10px 15px 0 15px;
	display: inline;
}

.fixedblock h1{
	margin:0 5px 0 5px;
	color:#00b1b6;
}

.fixedblock .item_container p{
	color:#000;
}


.fixedblock_2{
	float:left;
	margin: 20px 0 0 0;		
	display:block;
	overflow:hidden;
	width: 100%;
	height:330px;
	background: #000 url(../images/infobox_custom.gif) no-repeat;
}

.fixedblock_2 .inner{
	float: left;
	margin: 10px 10px 0 10px;
	display: inline;
}

.fixedblock_2 h1{
	margin:0 5px 0 5px;
	color:#00b1b6;
}

.fixedblock_2 .item_container p{
	margin:0 5px 0 5px;
	color:#000;
}


.float{
	float:left;
	
}
/*
	---- The footer ----
*/

#footer{
	margin:40px 0 0 0;
	width:960px;
	background:#141414;
	border-top:4px solid #333333;
	float:left;
	overflow:hidden;
}

#footer p{
	padding:10px;
	font-size:12px;
	font-weight:bold;
}

/* The sitemap in the footer. */
#footer .sitemap ul {
	margin:10px 0 10px 0;
}

#footer .sitemap ul li {
	float:left;
	height:40px;
	width:148px;
	border-left:1px solid #4c4c4c;
	line-height:35px;
	padding:0 0 0 10px; 
	list-style-type:none;
}

#footer .sitemap ul li a{
	color:#4E4E4E;
	text-transform: lowercase;
}

