/*
Theme Name: deProjectenGroep
Theme URI: http://www.deprojectengroep.nl
Description: Thema voor website de projectengroep
Version: 0.2
Author: Toon Dierdorp
Author URI: http://creative.toondierdorp.nl
Tags: black, yellow, simplistic 
*/

/*
 * Resets, layouts and typography
 */
@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

/*
 * HTML Tags
 */
body {
	background: #000;
	color: #d1d1d1;
	font-family: Arial, Helvetica, sans-serif;
}
label {
	margin: 5px;
}
a{
	color: #d1d1d1;
	text-decoration: underline;
}
a:hover {
	color:#FEE312;
	text-decoration: none;
}
/*
 * ID's
 */
#pagewrap {
	width: 800px;
	margin: 0 auto;
}
/*
 * Navigation
 */
#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
	#navigation ul {
		list-style:none;
	}
		#navigation a {
			color: #d1d1d1;
			text-decoration: none;
		}
		#navigation a:hover{
			color: #fff;
			text-decoration: none;
		}
		.page_item {
			display: block;
			float: left;
			height: 60px;
			margin: 5px 10px 5px 0;
			padding: 10px 0 0 30px;
			background: url('images/gele-lijn-schuin.jpg') no-repeat;
			
		}
		.page-item-3 {
			margin: 5px 275px 5px 0;
		}
		#navigation .current_page_item a{
			color: #FEE312;
		}
/*
 * Header 
 */
#header {
	height: 145px;
}
#logo {
	float: right;
	margin: 20px 0;
}
	#description {
		float: left;
		color: rgb(113, 113, 113);
		width: 415px;
		margin: 35px 0;
	}
	#description h2 {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
	}
/*
 * Main-Content
 */
#main-content {
	float: right;
	margin: 10px 0;
	width: 580px;
}
	#main-content h1{
		font-size: 20px;
	}
	#main-content ul, ol{
		margin-left: 50px;
		font-size: 12px; 
	}
	#main-content blockquote {
		margin-left: 75px;
	}
	#commentform p{
	margin: 10px
	}

/*
 * Sidebar
 */
#sidebar {
	float: left;
	width: 200px;
	color: #000;
	height: auto;
}
	#sidebar h3{
		font-size: 15px;
	}
	#sidebar ul{
		list-style: square;
	}
	#sidebar a {
		color: rgb(0, 0, 0);
		text-decoration: none;
	}
	#sidebar a:hover{
		color: rgb(0, 0, 0);
		text-decoration: underline;
	}
	.accordionButton {	
		width: 200px;
		float: left;
		cursor: pointer;
		margin: 5px 0 0 0;
		}
	.accordionButton.last {
		margin-bottom: 5px;
	}
	 
	.accordionContent {	
		width: 200px;
		height: 100px;
		float: left;
		background: rgb(254,227,18);
		display: none;
		margin: 0;
		}
	.accordionContent.last{
		margin-bottom: 5px;
	}
	.accordionContent p {
		padding: 5px;
	}
	.first {
		margin-top: 10px;
	}
/*
 * Footer
 */
#footer {
	clear: both;
	font-size: 10px;
	margin-top: 5px;
}
	#info{
		float: right;
		color: rgb(113, 113, 113);
	}
		#info ul{
			list-style: none;
			
		}
	#element{
		float: left;
		margin: 15px 0 0 233px;
	}
/*
 * Classes
 */
.yellow-line {
	clear: both;
	width: 100%;
	height: 2px;
	background: rgb(254,227,18);
}
.widget {
	margin: 10px 0;
	padding: 10px;
	background: rgb(254,227,18);
}
	.widget li, p {
		font-size: 12px;
	}
.post p{
	text-align: left;
	line-height: 18px;
}
.post p{
	margin: 8px 8px 8px 0;
}
.post a{
	color: #d1d1d1;
	text-decoration: underline;
}
.post a:hover {
	color:#FEE312;
	text-decoration: none;
}
.post h2 {
	font-size: 15px;
}
.widget_search label{
	margin: 5px 5px 5px 0;
	font-weight: bold;
	font-size: 15px;
}
.widget_search #searchsubmit {
	margin: 5px;
}
.clear{
	clear: both;
}
/*
 *  Indents
 */
.xoxo {margin-left: 15px;}
.indent-1{margin-left: 10px;}
.indent-2{margin-left: 5px;}
.indent-3{margin-left: 1px;}
