/*  
Theme Name: Pepergroen
Theme URI: http://www.pepergroen.nl
Description: <small>Adaptation of Fresh Apple by <a href="http://www.h4x3d.com">Julian Klewes</a> for the Pepergroen website.</small>
Version: 2.0
Author: Martijn Reintjes
Author URI: http://www.pepergroen.nl
Created: 12.09.2007
*/

	body {
		margin:0 0 0 0;
		padding:0px;
		font: normal 11px/14px arial, sans-serif;
		color: #333;
		background: url(images/bg.gif) repeat;
		}



	#banner {
		position:absolute;
		background: #fff;
		height:220px; width:100%;
	}
		#logo{
			width: 415px; height:44px;
			margin:125px 0 0 245px;
			background: url(images/logo.png) no-repeat top left;
		}
		
		#info {
			width:415px;
			text-align:right;
			margin:0 0 0 245px;
			}
		
		
	#leftContent{
		position:absolute;
		margin:220px 0 0 0;
		width:473px;
		background:#FFFFFF;
	}
		.lcnt_top{
			margin:0 0 0 20px;
			height:10px; width:427px;
			line-height:10px; font-size:8px;
			background:url(images/lcnt_inside_top.png) no-repeat;
		}
		.lcnt_middle{
			margin:0 0 0 20px;
			width:427px;
			background: url(images/lcnt_inside_middle.png) repeat-y;
		}
		
		.lcnt_middle .posticon {
			float:left;
			width:75px;
			text-align:center;
			font-size:9px;
			margin:15px 0 0 6px;
		}
			.lcnt_middle .contentfield {
				padding: 15px 20px 15px 90px;
				font-weight:bold;
				font-size:12px;
				line-height:16px;
			}
			.lcnt_middle .contentfield .namedate {
				font-weight:normal;
				font-size:10px;
			}
			
			
		.lcnt_bottom{
			margin:0 0 20px 20px;
			height:10px; width:427px;
			background:url(images/lcnt_inside_bottom.png) no-repeat;
		}
	
	#sidebar1 {
		position:absolute;
		margin:220px 0 0 473px;
		width:197px; 
	}
		.sb1_top{
			height:10px; width:197px;
			line-height:10px; font-size:8px;
			background:url(images/sb1_top.png) no-repeat;
		}
		.sb1_middle{
			width:197px;
			background:url(images/sb1_middle.png) repeat-y;
		}
			.sb1_middle .contentfield {
				padding: 0 0 0 22px;
			}
			
		.sb1_bottom{
			height:10px; width:197px;
			background:url(images/sb1_bottom.png) no-repeat;
		}
	
	#sidebar1 ul.menu { list-style:none; margin:0; padding:0; }
	#sidebar1 li { list-style:none; margin:0; padding:0; }
	#sidebar1 ul.menu li a { display:block; padding-left:14px; height:22px; color:#4D4D4D; font-size:18px; font-weight:bold; line-height:22px; letter-spacing:1px; background:url(images/but_square.png) no-repeat; }
	#sidebar1 ul.menu li.page_item a { background-position: 0 -22px; }
 	#sidebar1 ul.menu li.current_page_item a { background-position: -20px 0; }
	#sidebar1 .balls { margin:20px 38px; width:78px; height:10px; background:url(images/balls.png) no-repeat; }

.clear { clear:both;}

	#sidebar2 {
		float:right;
		margin:220px 0 0 0;
		padding:10px;
		width:180px;
		background-color:#FFF; 
	}


/* ============================ */
/*   standardised text markup   */	
/* ============================ */		
	h1 {
		margin:4px 0 0 0;
		font-size:16px;
		font-weight:bold;
		color:#000000;
		line-height:18px;
		}

	h2 { 
		margin:0; padding:0;
		color:#006B33;
		font-size:21px;
		font-weight:bold;
		line-height:24px;
		}
	#sidebar1 h2 { color:#4D4D4D; font-size:14px; }
	
	a { text-decoration:none; color:#006B33; }
	#leftContent ul  { margin:0px; padding-top:0px; }
		
	.line { font-size:0px; line-height:0px; margin-top:10px; border-bottom:#CCFF00 2px solid; width:315px; }
	#sidebar1 .line { margin:3px 0 3px 0; border-bottom:#77B900 1px solid; width:150px; }
	
	#sidebar2 h3 { margin-bottom:0; margin-top:20px; font-size:12px;}
	#sidebar2 p { margin:0; }
	#sidebar2 ul { list-style:none; margin:20px 0 20px 0; padding:0; }
	#sidebar2 li h3{ margin:0; }
	
	code {font: normal 11px/14px arial, sans-serif; font-weight:bold;}
	
	#cloud { width:310px; text-align:center; line-height:22px; margin:8px 0 8px 0; }
	#cloud a { color:#666666; }
	
	.contentfield ul { margin:0 0 0 10px; padding:0 0 0 20px;}
	
	.imageframe { border: 2px solid #CCFF00; }
	
	img { border:none; }
	.align-left, .imgalignleft { float:left; margin:0 6px 0 0;}
	.align-right, .imgalignright { float:right; margin:0 0 0 6px;}
	.border { border:solid #CCFF00 2px;}
	
	#commentvlak p { font-weight:normal; margin-top:0;}
