/*
Theme Name: It's Gonna Happen! versie 2
Theme URI: http://itsgonnahappen.nl/
Description: Thema voor itsgonnahappen.nl
Version: 2.0
Author: D-Block Rotterdam
Author URI: http://d-block.nl/
*/



/*	== Universal ==	*/
	* {
	margin: 0;
	padding: 0;
	}
	
	h3 {
	padding: 10px 0 10px 0;
	font-size: 1.0em;
	}
	
	
	/*	== HTML and BODY	== */
	body, html {
	width: 100%;
	height: 100%;
	}
	body {	
	height: 100%;
	color: #333;
	background: #eee;
	font-family: Arial, Helvetica, sans-serif;
	}
	
		
	/*	== Cleaner == */
	.cleaner {
	clear: both;
	}
	
	
	/*	== Containers == */
	#container {
	height: 100%;
	min-height: 100%;
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 5px;
	background: #fff url(images/background.png) repeat-y;
	}	
	html>body #container {
	height: auto;
	}	
	
	
	/*	== Logo == */
	#logo {
	height: 138px;
	width: 800px;
	padding: 0 0 30px 0;
	/* background: #66CC00;*/
	background-image:url(images/headerbg.jpg);
	text-align: left;
	}
	#logo a img {
	border: 0px solid #66CC00;
	}
	
	.banner a img  {
	border: 0;
	}
	

	/*	== Mainmenu == */
	#menu {
	/*background: #0099ff;*/
	background-image:url(images/bar.jpg);
	height: 30px;
	width: 700px;
	padding: 0 50px 0 50px;
	}	
	* html #menu ul { 
/*	IE only rule, reduce menu width
*/	width: 99%;
	}	
	#menu li {
	display: inline;
	}
	#menu li a {
	float: left;
	padding: 7px 7px 7px 7px;
	display: block;
	color: #fff;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	margin: 0 5px 0 0;
	text-decoration: none;
	text-transform: capitalize;
	}
	#menu li a:hover {
	color: #E5098D;
	background: #fff;
	}
	#menu li a.active {
	color: #E5098D;
	background: #fff;
	}
			

	/*	== Content == */
	#content {
	width: 700px;
	padding: 30px 50px 50px 50px;
	}
	#left {
	float: left;
	width: 200px;
	margin: 0 50px 0 0;
	}
	#right {
	float: right;
	width: 450px;
	}
	#content #datal {
	float: left;
	width: 150px;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	}
	#content #datar {
	float: right;
	width: 300px;
	font-size: 12px;
	line-height: 18px;
	}
	#content h1 {
	color: #66CC00; /*#E5098D;*/
	font-size: 18px;
	padding: 20px 0 10px 0;
	}
	#content p {
	font-size: 12px;
	line-height: 18px;
	padding: 0 0 20px 0;
	}
	#content a {
	color: #E5098D;
	font-weight: bold;	
	}
	#content a:hover {
	color: #E5098D;
	font-weight: bold;
	text-decoration: none;
	}
	#content ul {
	padding: 0 0 20px 0;
	list-style-position: inside;
	}
	#content li {
	font-size: 12px;
	line-height: 18px;
	}
	#content img {
	padding: 0 0 20px 0;
	}
		
	
	/*	== Footer == */
	#footer {
	height: 15px;
	padding: 5px;
	width: 790px;
	margin: 0 auto 0 auto;
	border:#FFFFFF solid 5px;
	background: #fff url(images/background.png) repeat-y;
	background: #66CC00;
	text-align: center;
	color: #fff;
	font-size: 13px;

		
	}
	
	#footer a {
	color: #000000;

	text-decoration: none;
	}
	#footer a:hover {
	color: #E5098D;

	text-decoration: none;
	}
	#footer a.active {
	color: #E5098D;

	}
