/*
Theme Name: Dancefoundation
Theme URI: http://dancefoundation.com/
Description: Theme for Dancefoundation website
Version: 4.0
Author: Dancefoundation
Author URI: http://dancefoundation.com/
*/

body {
	background: #000000;
	OLDfont-family: Arial, sans-serif;
	font-family: "Helvetica",sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin: 0 auto;
	color: #000;
	height: 100%;
}
html {
	height: 100%;
}
#container {
	margin: 0 auto;
	position: relative;
	width: 900px;
	background: #fff;
	padding: 50px;
}

.whitespace {
	height: 125px;
	background: #000000;
	margin: 0 auto;
	position: relative;
	width: 1000px;
}

#logo {
	float: left;
	display: block;
	margin: 40px 0 40px 25px;
}

#navigation {
	margin-top: 55px;
	height: 15px;
	float: right;
}

#nav {
	font-size: 17px;
	color: #fff;
	font-weight:bold;
}

#nav a {
	font-weight:bold;
	color: #fff;
}
#nav a:hover{
	color: #009deb;
}

.readmore {
	background:transparent url(images/arrow.gif) no-repeat scroll 0 0;
	color: #007dd9;
	font-weight:bold;
	padding-left:15px;
	text-shadow:none;
}


/** Single Video **/
#content_video {
	background-color: #FFFFFF;
	width: 900px;
	padding: 0;
	float: left;
	margin-bottom: 40px;
}

#single_video {
	margin: 0;
	padding: 0;
}

* + html #single_video {
	margin: 35px 0 0 0;
	padding: 0 30px 0 30px;
}

#videoBar-bar {
	float: left;
}

#feature {
	height: 190px;
	background: url('images/featbg.jpg') repeat-x;
	width: 900px;
	float: left;
	margin: 0;
	padding: 0;
}

#block {
	width: 259px;
	padding: 20px;
	line-height: 20px;
	float: left;
	color: #fff;
	text-shadow: #000 0 1px 1px;
}

#lijn {
	width: 1px;
	height: 185px;
	float: left;
	background: url('images/lijn.jpg');
}
#block a {
	text-shadow: none;
	font-weight: bold;
	color: #009ee0;
	padding-left: 20px;
	background: url('images/arrow.gif') no-repeat;
	background-position: left middle;
}

#block a:hover {
	color: #53b4dd;
}

#col-right {
	width: 600px;
	float: right;
}

#col-left {
	color: #000;
	float: left;
	width: 250px;
	margin: 0;
	padding: 0;
}

#col-left ul, #col-left p {
	margin-top: 0;
	margin-bottom: 0;
}

#col-left ul {
	list-style-type: none;
	padding-left: 10px;
}

#space {
	float:right;
	height: 10px;
}

#subcontainer {
	width: 900px;
	float: left;
}
#sub {
	width: 580px;
	float: left;
	background: url('images/bg-sub.jpg') repeat-x;
	padding: 10px;
	height: 243px;
}

#sub hr {
	border-top: 1px #a8a8a8 solid;
	border-bottom: 0px;
	border-left: 0px;
	border-left: 0px;
	padding: 0;
}

#quick {
	background: url('images/bg-sub.jpg') repeat-x;
	padding: 10px;
	height: 243px;
	width: 279px;
	float: right;
	border-left: 1px #a8a8a8 solid;
}

#quick p {
	padding-bottom: 10px;
}		
#footer {
	margin: 0 0 50px 0;
	padding: 0 50px 50px 50px;
   	width:900px;
   	height:40px; 
	margin: auto;
	background: #fff;
	font-size: 11px;
}

#footer_line {
		border-top: 3px #000 solid;
		margin-bottom: 20px;
}

#footer-content-left {
	width: 300px;
	float: left;
	color: #000;
}

#footer-content-right {
	width: 100px;
	float: right;
	color: #000;
	margin-top: 8px;
	text-align: right;
}

#clearfooter {
	height: 2px;
	clear: both;
	width: 900px;
	margin: auto;
}


h1 {
	color: #fff;
	font-size: 18px;
	font-family: "Helvetica";
	line-height: 24px;
	padding-bottom: 10px;
	margin: 0 0 20px 0;
	border-bottom: 3px #000 solid;
	text-transform: uppercase;
}

#col-left h1 {
	margin: 0;
}

.uppercase {
	text-transform: uppercase;
}

h1 span {
	background-color: #000;
	padding: 4px 4px 0 4px;
}

h2 {
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 18px;
}

h3 {
	margin: 17px 0 5px;
	color: #000;
	font-size: 13.5px;
	line-height: 17px;
	text-transform: uppercase;
}

h3.line {
	margin: 7px 0 15px 0;
	padding-bottom: 10px;
	color: #000;
	font-size: 13.5px;
	border-bottom: 3px #000 solid;
	line-height: 17px;
	text-transform: uppercase;
}

#post-navigation.line {
	margin: -10px 0 15px 0;
	padding-bottom: 8px;
	color: #000;
	font-size: 13.5px;
	border-bottom: 3px #000 solid;
	line-height: 17px;
	text-transform: uppercase;
}

h4 {
	background: url();
	background-repeat: repeat-x;
	height: 38px;
	text-shadow: #000 0 1px 1px;
	padding: 6px;
	margin: 0;
	color: #FFF;
	font-size: 20px;
}

.line {
	margin: 20px 0 20px 0;
	border-bottom: 1px #000000 solid;
}

p {
	margin: 0;
	padding: 0;
	line-height: 20px;
	margin-bottom: 15px;
}

		
img {
	border: none;
}

a {
	color: #009deb;
	text-decoration: none;
	font-weight: bold;
}


#headerlogo {
	width: 900px;
	height: 300px;
	margin-bottom: 50px;
}

#container iframe {
	margin-bottom: 50px;
}

.post-wrapper-left {
	float: left;
	width: 280px;
	height: 140px;
	margin-bottom: 40px;
}

.post-wrapper-right {
	float: right;
	width: 280px;
	height: 140px;
	margin-bottom: 40px;
}
	
.post-wrapper img {
	border:1px solid #999999;
	float:left;
	margin:0;
}


.post-wrapper-news-left {
	float: left;
	width: 280px;
	height: 160px;
	margin-top: 5px;
	border-bottom: 1px #000 solid;
}

.post-wrapper-news-right {
	float: right;
	width: 280px;
	height: 160px;
	margin-top: 5px;
	border-bottom: 1px #000 solid;
}


/* s3 slider */

#s3slider {
	width: 900px;
	height: 300px;
	position: relative; /* important */
	overflow: hidden; /* important */
}

#s3slider ul {
	margin: 0;
	padding: 0;
}

#s3sliderContent {
   width: 900px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
	position: absolute; /* important */
	left: 0;
	font-size: 20px;
	padding: 10px 15px;
	line-height: 24px;
	padding-bottom: 12px;
	text-align: right;
	width: 870px;
	filter: alpha(opacity=80); /* here you can set the opacity of box with text */
	-moz-opacity: 0.8; /* here you can set the opacity of box with text */
	-khtml-opacity: 0.8; /* here you can set the opacity of box with text */
	opacity: 0.8; /* here you can set the opacity of box with text */
	color: #fff;
	display: none; /* important */
	bottom: 0;
	
	/*
	    if you put
	    top: 0; -> the box with text will be shown at the top of the image
	    if you put
	    bottom: 0; -> the box with text will be shown at the bottom of the image
	*/
}

.clear {
   clear: both;
} 


/* Menu */


ul#nav  {
	margin:0;
	padding:0;
	position: relative;
	list-style-type: none;

}
li.nav  {
	display: inline;
	float: left;
	margin:0;
	padding-left:20px;
	font-size: 15px;
}

.invisible{
	overflow: hidden;
	position: absolute;
	height: 0em;
	width: 0em;
}
	
/* Navigation button items - css sprites */
#nav a.active {   
	color: #009deb;
}
/* End of navigation items */

ul#eventlist {
	list-style: none;
}

/* Youtube player controls */
.control_hide {
	display: none;
}

.youtubecontrol {
}

#control_play {
}

#control_pause {
}

#control_mute {
}

#control_unmute {
}
/* end of Youtube player controls */




/* LOGO'S (CLIENT PAGE) */
.logo-nomargin a {
	display:block;
	float: left;
	width: 137px;
	height: 137px;
	margin-bottom: 10px;
	background: #fff no-repeat top left;
}

.logo a {
	display:block;
	float: left;
	width: 137px;
	height: 137px;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #fff no-repeat top left;
}

.logo a:hover, .logo-nomargin a:hover {
	background-position: bottom left;
}

#seat a {
	background-image: url('images/logos/seat.png');
}

#redbull a {
	background-image: url('images/logos/redbull.png');
}

#arminvanbuuren a {
	background-image: url('images/logos/arminvanbuuren.png');
}

#armada a {
	background-image: url('images/logos/armada.png');
}

#armaniexchange a {
	background-image: url('images/logos/armaniexchange.png');
}

#cloud9 a {
	background-image: url('images/logos/cloud9.png');
}

#postbank a {
	background-image: url('images/logos/postbank.png');
}

#aldaevents a {
	background-image: url('images/logos/aldaevents.png');
}

#intuition a {
	background-image: url('images/logos/intuition.png');
}

#sandervandoorn a {
	background-image: url('images/logos/sandervandoorn.png');
}

#cr2 a {
	background-image: url('images/logos/cr2.png');
}

#hardwell a {
	background-image: url('images/logos/hardwell.png');
}

#garethemery a {
	background-image: url('images/logos/garethemery.png');
}

#glennmorrison a {
	background-image: url('images/logos/glennmorrison.png');
}

#sosolid a {
	background-image: url('images/logos/sosolid.png');
}

#chrysalis a {
	background-image: url('images/logos/chrysalis.png');
}

#qmusic a {
	background-image: url('images/logos/qmusic.png');
}

#stonebridge a {
	background-image: url('images/logos/stonebridge.png');
}

#signum a {
	background-image: url('images/logos/signum.png');
}

#adatp a {
	background-image: url('images/logos/adatp.png');
}

#citymoves a {
	background-image: url('images/logos/citymoves.png');
}

#dlp a {
	background-image: url('images/logos/dlp.png');
}

#janvis a {
	background-image: url('images/logos/janvis.png');
}

#mbizzz a {
	background-image: url('images/logos/mbizzz.png');
}

#id-t a {
	background-image: url('images/logos/id-t.png');
}

#siedvanriel a {
	background-image: url('images/logos/siedvanriel.png');
}

#markusschulz a {
	background-image: url('images/logos/markusschulz.png');
}

#magicisland a {
	background-image: url('images/logos/magicisland.png');
}

#luminosity a {
	background-image: url('images/logos/luminosity.png');
}

#solarize a {
	background-image: url('images/logos/solarize.png');
}

#djjean a {
	background-image: url('images/logos/djjean.png');
}

#nno a {
	background-image: url('images/logos/nno.png');
}

#q-dance a {
	background-image: url('images/logos/q-dance.png');
}

#leonbolier a {
	background-image: url('images/logos/leonbolier.png');
}

#johnocallaghan a {
	background-image: url('images/logos/johnocallaghan.png');
}

#chrisgrabiec a {
	background-image: url('images/logos/chrisgrabiec.png');
}




#post-navigation .left a, .left a {
	display: inline;
	float: left;
	width: 125px;
	color: #666666;
	margin: 0;
	padding: 0;
}

#post-navigation .right a, .right a {
	display: inline;
	float: right;
	width: 90px;
	text-align: right;
	color: #666666;
	margin: 0;
	padding: 0;
}

#post-navigation {
	height: 19px;
	width: 250px;
}

#col-left h3 a {
	color: #000000;
}



/* Overlay effect for gallery */

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

/* the thumbnails */
#triggers {
	text-align:left;
	margin: 20px 0;
	padding: 0;
}

#triggers img {
	background-color:#fff;
	padding:3px;
	border:1px solid #666;
	margin: 0 4px 4px 0;
}


/* the active thumbnail */
#triggers a.active img {
	outline:1px solid #000;

	/* show on top of the expose mask */
	z-index:9999;
	position:relative;
}

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#000000;
	
	width:675px;	
	min-height:200px;
	border:1px solid #FFFFFF;

}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
/* the large image. we use a gray border around it */
#img {
	border:1px solid 000000;
}

/* "next image" and "prev image" links */
.next, .prev {
	
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;	
	border:1px solid 000000;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;

}

.prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

.next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}

.next:hover, .prev:hover {
	text-decoration:underline;
	background-color:#000;
	color:#fff;
}

/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;		
}

/* the "information box" */
.info {
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid 000000;
}

.info strong {
	display:block;	
}

/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

/* everybody should know about RGBA colors. */
.next, .prev, .info {
	background:#000000 !important;
	background:rgba(0, 0, 0, 0);	
	text-transform: uppercase;	
}

.rss {
	color: #FD6E00;
}

.post-wrapper-left p, .post-wrapper-right p {
	background-color: #000000;
	color:#FFFFFF;
	height:120px;
	padding:10px;
	position:absolute;
	width:260px;
}

div.fadehover {
	position: relative;
}
 
img.a {
	position: absolute;
	z-index: 10;
}
 
p.b {
	position: absolute;
}

.b span, .post-wrapper-news-right span a {
	font-size: 16px;
	color: #FFFFFF;
}

.post-wrapper-news-left span a, .post-wrapper-news-right span a {
	font-size: 16px;
	color: #000000;
}

.dfYoutubePlaylist img {
	background-color:#fff;
	padding:3px;
	border:1px solid #666;
	margin: 0 4px 4px 0;
}

.dfYoutubePlaylist * {
	border:0px;
	padding:0px;
	margin:0px;
}
.dfYoutubePlaylist_YoutubeMovie, .dfYoutubePlaylist_YoutubePlaylist {
	display:block;
}
.dfYoutubePlaylist_YoutubeMovie {
	/*
	This is the size of the gap between the YouTube-clip and the playlist, change here to fit your theme
	*/
	padding-bottom:10px;
	height:525px;
}

html>body .entry .dfYoutubePlaylist_YoutubePlaylist ul {
	padding:0px;
	margin:0px;
}
.dfYoutubePlaylist_YoutubePlaylist ul {
	list-style:none;
}
.dfYoutubePlaylist_YoutubePlaylist ul li {
	display:inline;
	float:left;
}

.dfYoutubePlaylist_clearer {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	overflow:hidden;
}

.navigation {
	clear: both;
}

.current_page_item a{
	color: #666666;
}