

/*	UNIVERSAL */	
	* {
	margin: 0;
	padding: 0;
	}


/*	HTML, BODY */	
	html, body {
	width: 100%;
	height: 100%;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}
	body {
	color: #666;
	background: #fafafa;
	}


/*	SELECTORS */
	h1, h2, h3, h4, h5 {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	}


/*	TABLE */	
	table, th, tr, td {
	border-collapse: collapse;
	}

	
/*	FORM */
	form {
	}
	input {
	border: none;
	color: #008D6A;
	font-size: 10px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	}
	textarea {
	color: #008D6A;
	font-size: 10px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	}


/*	Respond */	
	#respond {
	padding: 20px;
	background: #eee;
	}
	#respond .clear {
	margin: 0 0 3px 0;
	}
	#respond input.field {
	height: 15px;
	width: 220px;
	padding: 3px 5px 0 5px;
	border: 1px solid #666;
	}
	#respond textarea {
	width: 220px;
	height: 75px;
	padding: 3px 5px 0 5px;
	border: 1px solid #666;
	}
	#respond input#submit {
	color: #fff;
	width: 232px;
	height: 25px;
	background: #7f9f8f;
	padding: 0 5px 0 5px;
	border: 1px solid #666;
	}
	ol.commentlist {
	list-style-position: inside;
	margin: 20px;
	}


/*	PSEUDO-CLASS */	
	a img {
	border: none;
	}
	a {
	color: #008D6A;
	text-decoration: underline;
	}
	a:hover {
	text-decoration: none;
	}
	#search input.field {
	height: 15px;
	width: 118px;
	padding: 3px 5px 0 5px;
	border: 1px solid #008D6A;
	}
	#search input.submit {
	width: 20px;
	height: 20px;
	background: url(images/zoeken.png) no-repeat;
	}


/*	TRADEMARK */	
	#trademark {
		top: -2px;
		left: -2px;
		position: absolute;
		width: 54px;
		height: 54px;
		}
	#trademark h1 a { 
		width: 54px;
		height: 54px;
		outline: none;
		display: block;   
		position: relative;
		text-indent: -9999px;
		background: url("http://www.studiomier.nl/wp-content/themes/studiomier 2.0/images/trademark.png") no-repeat top; 
		}
	#trademark h1 a:hover { 
		background: url("http://www.studiomier.nl/wp-content/themes/studiomier 2.0/images/trademark.png") no-repeat bottom; 
		}


/*	============================================================================= */	

/*	Language */
	#language {
		height: 50px;
		padding: 0 0 10px 0;
		left: 0px;
		top: 0;
		position: absolute;
		}
	#language li {
		display: inline;
		}
	#language li a {
		color: #fff;
		float: left;
		display: block;
		font-size: 11px;
		padding: 15px 5px 5px 5px;
		text-decoration: none;
		margin: 0 1px 0 0;
		color: #008D6A;
		background: none;
		}
	#language li a:hover, #language li.active a {
		color: #fff;
		background: #008D6A;
		}


/*	Container */
	#container {
	width: 910px;
	margin: 0 auto;
	}
	#left {
	z-index: 1;
	width: 310px;
	position: absolute;
	}
	#right {
	z-index: 2;
	width: 690px;
	position: absolute;
	margin: 0 0 0 220px;
	}
	
	
/*	Logo */	
	#logo {
	margin: 87px 0 75px 5px;
	}
	#logo h1 a { 
	width: 210px; 
	height: 56px;
	display: block;   
	position: relative;
	text-indent: -9999px; 
	background: url(images/logo.png) no-repeat; 
	}
	
	
/*	Header */
	#headertop {
	width: 660px;
	height: 15px;
	margin: 0 0 0 30px;
	background: url(images/header_top.png) no-repeat;
	}
	#headerbottom {
	width: 660px;
	height: 15px;
	margin: 0 0 0 30px;
	background: url(images/header_bottom.png) no-repeat;
	}
	#header {
	width: 630px;
	height: 290px;
	margin: 0 0 0 30px;
	padding: 0 15px 10px 15px;
	background: url(images/header_bg.png) repeat-y;
	}
	#slide {
	width: 630px;
	height: 300px;
	overflow: hidden;
	}
	
	
/*	Mainmenu */	
	#mainmenu {
	float: left;
	height: 65px;
	width: 500px;
	margin: 0 0 0 35px;
	}	
	* html #mainmenu ul {
	width: 99%;
	}
	#mainmenu li {
	display: inline;
	}
	#mainmenu li a {
	float: left;
	height: 25px;
	color: #008D6A;
	display: block;
	font-size: 9px;
	font-weight: bold;
	margin: 0 1px 0 0;
	text-decoration: none;
	text-transform: uppercase;
	padding: 40px 10px 0 10px;
	}
	#mainmenu li a:hover, #mainmenu li a.active {
	color: #fff;
	background: #008D6A;
	}
	#mainmenu li.current_page_item a, #mainmenu li.current_page_parent a {
	color: #fff;
	background: #008D6A;
	}
	
	
/*	Zoeken */
	#search {
	width: 150px;
	float: right;
	height: 35px;
	margin: 0 5px 0 0;
	padding: 30px 0 0 0;
	}
	#search input.field {
	float: left;
	height: 15px;
	width: 118px;
	padding: 3px 5px 0 5px;
	border: 1px solid #008D6A;
	}
	#search input.submit {
	float: left;
	width: 20px;
	height: 20px;
	border: none;
	cursor: pointer;
	background: url(images/zoeken.png) no-repeat;
	}

	
/*	Sidebar */
	#sidebartop {
	width: 310px;
	height: 15px;
	background: url(images/sidebar_top.png) no-repeat;
	}
	#sidebarbottom {
	width: 310px;
	height: 15px;
	background: url(images/sidebar_bottom.png) no-repeat;
	}	
	#sidebar {
	width: 280px;
	padding: 0 15px 50px 15px;
	background: url(images/sidebar_bg.png) repeat-y;
	}
	#sidebar h1 {
	color: #fff;
	padding: 20px;
	font-size: 15px;
	}
	#sidebar ul {
	border-top: 1px dotted #fff;
	}
	#sidebar ul ul {
	border: none;
	}
	#sidebar li, #sidebar li li {
	display: inline;
	}
	#sidebar li a {
	color: #fff;
	height: 20px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 20px 0 20px;
	border-bottom: 1px dotted #fff;
	}
	#sidebar li a:hover, #sidebar li a.active {
	background: #1A9979;
	}
	#sidebar li.current_page_item a, #sidebar li.current_page_parent a {
	background: #1A9979;
	}
	#sidebar li li a {
	color: #fff;
	height: 20px;
	display: block;
	font-weight: bold;
	background: #1A9979;
	text-decoration: none;
	padding: 5px 30px 0 30px;
	border-bottom: 1px dotted #fff;
	}
	#sidebar li li a:hover, #sidebar li li a.active {
	text-decoration: underline;
	}
	#sidebar li li.current_page_item a, #sidebar li li.current_page_parent a {
	text-decoration: underline;
	}

	
/*	Content */	
	#contenttop {
	width: 610px;
	height: 16px;
	z-index: 13;
	position: relative;
	margin: -70px 0 0 0;
	background: url(images/content_top.png) no-repeat;
	}
	#contentbottom {
	width: 610px;
	height: 16px;
	background: url(images/content_bottom.png) no-repeat;
	}	
	#content {
	z-index: 14;
	width: 530px;
	position: relative;
	padding: 20px 40px 0 40px;
	background: url(images/content_bg.png) repeat-y;
	}
	#content h1 {
	color: #666;
	font-size: 15px;
	padding: 0 0 10px 0;
	}
	#content h2 {
	color: #666;
	font-size: 12px;
	padding: 0 0 2px 0;
	}
	#content ul {
	list-style: inside;
	padding: 0 0 20px 0;
	}
	#content li {
	list-style-type: square;
	}
	#content p {
	line-height: 18px;
	padding: 0 0 20px 0;
	}

	
/*	Footer */	
	#footer {
	width: 610px;
	text-align: center;
	margin: 20px 0;
	}


/*	============================================================================= */	

	
/*	CLASS */	
	.clear {
	clear: both;
	}
	img.alignleft, a img.alignleft {
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #eee;
	padding: 1px;
	}
	img.alignright, a img.alignright { 
	float: right;
	margin: 0 0 0 10px;
	border: 1px solid #eee;
	padding: 1px;
	}
	img.alignnone {
	margin: 0 0 10px 0;
	border: 1px solid #eee;
	padding: 1px;
	}
	.linklove {
	display: none;
	}



