/*
Theme Name: Poortenbex
Theme URI: http://www.poortenbex.be
Description: Thema voor de website Poortenbex.be
Version: 1
Author: Chris Schalenborgh - Kryap BVBA
Author URI: http://www.kryap.com

*/
body
{
	background: #a3a2a0 URL(images/body_bg.png) top center repeat-y;
	margin: 0;
	font: 12px Verdana;
}
*
{
	margin: 0;
	padding: 0;
}
a
{
	font-weight: bold;
	color: #92c43a;
	text-decoration: none;
}
a img
{
	border: 0;
}
.clear
{
	clear: both;
}
	/** container_top **/
	#container_top
	{
		background: URL(images/container_top.png) top left no-repeat;
		height: 24px;
		width: 846px;
		margin: 83px auto 0 auto;
	}
	/** /container_top **/
	/** container **/
	#container
	{
		background: URL(images/content_bg.png) top left repeat-y;
		width: 846px;
		margin: 0 auto;
	}
		/** header **/
		#header
		{
			background: URL(images/header_bg.png) top right no-repeat;
			width: 822px;
		}
		/** /header **/
		/** sidebar **/
		#sidebar
		{
			float: left;
			width: 235px;
		}
			/** menu **/
			#menu
			{
				margin: 0;
				padding: 44px 0 0 57px;
				line-height: 36px;
				list-style-type: none;
			}
				#menu a
				{
					color: #434241;
				}
				#menu .active, #menu a:hover,#menu li.current_page_item a, #menu li.current_page_item ul li a:hover
				{
					color: #92c43a;
				}
				#menu li ul{
					margin: 0;
					padding: 0 0 0 16px;
					line-height: 16px;
				}
				#menu li ul li a,#menu li.current_page_item ul li a  {
					font-weight: normal;
					color: #434241;
				}
					
			/** /menu **/
		/** /sidebar **/
		/** content **/
		#content
		{
			float: left;
			width: 471px;
			padding: 50px 58px 23px 58px;
			color: #929190;
		}
			#content h1
			{
				height: 25px;
				margin: 10px 0 0 0;
				/*padding: 10px 0 0 0;*/
			}
			#content h2
			{
				height: 15px;
				padding: 10px 0 0 0;
			}
			#content p
			{
				padding: 25px 0 0 0;
				line-height: 18px;
			}
			#content ul
			{
				padding: 25px 0 0 0;
				list-style-type: none;
				line-height: 18px;
			}
				#content ul li
				{
					background: URL(images/list-item.png) 0 7px no-repeat;
					padding: 0 0 0 10px;
				}
			#content image_description {
				font-size: 10px;
			}
		/** /content **/
	/** /container **/
	/** footer **/
	#footer
	{
		background: URL(images/footer_bg.png) top left no-repeat;
		height: 86px;
		width: 789px;
		padding: 37px 0 0 57px;
		color: #52514f;
		margin: 0 auto;
	}
		#footer a
		{
			color: #52514f;
			font-weight: normal;
		}
		#footer #right
		{
			float: right;
			padding: 0 80px 0 0;
		}
	/** /footer **/
