/*
Theme Name: Sway
Theme URI: http://wwww.dansstudio-sway.nl/
Description: The default Sway theme
Version: 1.0
Author: Olivier Keun
Author URI: http://www.capstone.nl/
Tags: 

*/

body {
	margin:0;
	background:url(images/background.png) repeat-x;
	font:14px "Trebuchet MS";
}

#page,
#footer p {
	width:1000px;
	margin:0 auto;
	padding-bottom:20px;
}

table, td {
	margin:0;
	padding:0;
}

	table {
		margin-top:15px;
	}
	
		table td {
			padding-right:5px;
		}

p {
	line-height:170%;
	margin:15px 0 0;
	width:525px;
}

#header {
	height:96px;
}

	#header #logo {
		display:block;
		width:400px;
		float:left;
	}
	
	#header ul {
	}
	
		#header ul li {
			float:left;
		}
		
			#header ul li a {
				display:block;
				width:120px;
				height:33px;
				color:#000;
				text-decoration:none;
				line-height:32px;
				text-align:center;
				margin:63px 0 0 0;
			}
		
				#header ul li a:hover,
				#header ul li.current_page_item a,
				#header ul li a.active {
					background:url(images/tab.png);
				}
				
#left {
	float:left;
	width:400px;
}

	#left img {
		margin:30px 0 0 0;
	}
	
#right {
	float:left;
	width:600px;
	padding-top:55px;
}

	#right p,
	.grey,
	td {
		color:#7f7f7d;
	}
	
		p.up {
			border-top:1px solid #ddd;
			text-align:right;
			line-height:30px;
		}

	#right ul.rooster {
			float:left;
			width:300px;
			margin-top:20px;
			min-height:90px;
		}
	
		#right ul li span {
			float:left;
			display:block;
			width:195px;
			clear:left;
		}
	
	#right .highlight {
		display:block;
		width:246px;
		height:120px;
		background:url(images/highlight.png);
		float:left;
		margin-top:30px;
		color:#868686;
		padding:15px 23px;
		font-size:11px;
	}
		
		#right .highlight.left {
			margin-right:10px;
		}
	
	#right p a.highlight {
		position:absolute;
		margin:15px 0 0 300px;
		padding-top:0;
	}
	
		#right p a.highlight.left {
			margin-left:0;
		}
	
	#rightTop {
		min-height:520px;
	}
	
	#rightBottom {
		float:right;
		width:600px;
	}

.black {
	color:#000;
}

.break {
	clear:both;
	padding-top:20px;
}

#map {
	width:500px;
	height:300px;
	margin-top:20px;
}

#footer {
	position:relative;
	clear:both;
	color:#aaa;
	font-size:11px;
	padding-top:5px;
	border-top:3px solid #e8e8e6;
	top:50px;
}

	#footer #straat {
		margin-left:165px;
	}
	
	#footer #twitter {
		float:right;
		margin:-60px 15px 0 0;
	}
	
ul {
	margin:0;
	padding:0;
	list-style:none;
}

a {
	text-decoration:none;
	color:#bf714a;
}

	a img {
		border:0;
		vertical-align:middle;
	}

h1, h2, h3,
#right p a.highlight span {
	font-weight:normal;
	margin:0;
}
	
	h1 {
		font-size:42px;
		
	}
	
	h2 {
		font-size:30px;
	}
	
		h2 a {
			color:#000;
		}
	
	h3,
	#right p a.highlight span {
		color:#be7445;
		font-weight:bold;
		font-size:24px;
		margin-bottom:5px;
	}