/*
Theme Name: Green Label Theme
Theme URI: http://wordpress.org/
Description: 
Version: 1.0
Author: Pei-Yee Cheung
Author URI: http://peejeej.com

	Based on Kubrick v1.5
	 http://binarybonsai.com/kubrick/
	The Kubrick theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/
*{
	margin: 0;
	padding: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body{
	background: #fff url(img/bg.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #828282;
}
#container{
	width: 910px;
	margin: auto;
	padding: 24px 0 0 0;
}
img{
	border: none;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
/*Header*/
#header{
	height: 77px;
	margin: 0 0 58px 0;
}
#header .left{
	width: 680px;
	float: left;
}
#logo{
	float: left;
	margin: 0 20px 0 0;
}
#logo a{
	background: url(img/logo.gif) no-repeat;
	display: block;
	height: 72px;
	width: 160px;
	text-indent: -9999em;
	overflow: hidden;
}
#header #menu{
	list-style: none;
	padding: 57px 0 0 0;
}
#header #menu li{
	float: left;
	padding: 0 10px 0 0;
}
#header #menu li a{
	float: left;
	background: url(img/greencube.gif) no-repeat 0 9px;
	display: block;
	font-family: "Trebuchet MS";
	color: #545354;
	font-size: 14px;
	text-decoration: none;
	padding: 0 0 0 8px;	
}
#header #menu li a:hover{
	color: #000;
}
#header .right{
	float: right;
	width: 90px;
	padding: 8px 0 0 0;
}
#header .right #language{
	list-style: none;
	float: right;
}
#header .right #language li{
	display: inline;
	margin: 0 0 0 3px;
}
#header .right p{
	text-align: right;
	padding: 49px 0 0 0;
}
* html #header .right p{
	text-align: right;
	padding: 34px 0 0 0;
}
*+html #header .right p{
	text-align: right;
	padding: 34px 0 0 0;
}
#header .right p a{
	background: url(img/greencube.gif) no-repeat 0 9px;
	display: block;
	float: right;
	font-family: "Trebuchet MS";
	color: #545354;
	font-size: 14px;
	text-decoration: none;
	padding: 0 0 0 8px;
}
/*Content*/
#main{
	width: 533px;
	float: left;
}
.home #sidebar{
	width: 333px;
	padding: 27px 0 0 0;
	float: right;
}
.page #sidebar{
	width: 333px;
	float: right;
}
/*#main .line{
	width: 533px;
	height: 13px;
	background: url(img/mainline.gif) no-repeat;	
}*/
#sidebar .line{
	width: 333px;
	height: 13px;
	background: url(img/sideline.gif) no-repeat;
}
#content p{
	line-height: 18px;
	margin: 0 0 10px 0;
	font-size: 12px;
}
#main img{
	float: left;
	margin: 0 10px 0 0;
}
#content a{
	color: #a0aa15;
}
#content .readmore{
	color: #a0aa15;
	background: url(img/greencube.gif) no-repeat 0 7px;
	padding: 0 0 0 9px;
}
#content #sidebar img{
	margin: 0 0 17px 0;
}
#main ul{
	list-style: none;
	padding: 0 0 13px 15px;
}
#main ul li{
	background: url(img/greencube.gif) no-repeat 0 7px;
	padding: 0 0 0 10px;
	line-height: 18px;
}
/*edit link*/
#editlink{
	clear: both;
}
/*Opmaak submenu*/
#sidebar .submenu{
	list-style: none;
	margin: -11px 0 15px 0;
}
#sidebar .submenu li{
	padding: 11px 0;
	background: url(img/subdivider.gif) left bottom no-repeat;
}
#sidebar .submenu li a{
	color: #616060;
	font-weight: bold;
}
#sidebar .submenu li a:hover{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
