/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles at the end of this file instead 
of style.css so it is easier to update the theme. 
Simply copy an existing style from style.css to this file, 
and modify it to your liking.
*/



.widget_breukiesarchives li, .widget_breukiesarchives ul{
	
	list-style-type:none;
}

#logo .site-description{
	
	background-image: url('images/custom/header_slogan_bg.png');
	width: 248px;
	height: 19px;
	padding-left: 5px;
	vertical-align: middle;
	line-height: 19px;
	
}

#footer{	
	
	margin-top: 90px;
	width: 100%;
	position: fixed;
	bottom:0px;
}

#footer .footer-inner{
	
	width: 950px;
	margin-left:auto;
	margin-right:auto;
}

#footer a.feed{
	
	background-image: url('images/custom/feed.png');
	width: 44px;
	height: 16px;
	display:block;
	float:left;
	margin-right: 10px;
	margin-top: 2px;
}

#navigation{
	
	padding: 0px;	
	margin-bottom: -12px;
	position:relative;
	float:left;
	overflow:hidden;
	width:100%;
	margin-top:-38px;
	z-index: 0;
}

#main-nav{

 position:relative;
  left:50%;
  float:left;
  margin:0 auto;
  padding:0;
		
	
}

#main-nav .page_item{
	
	background: url('images/custom/menu_tab.png') no-repeat;
	position:relative;
	float:left;
	right: 50%;
	
	width: 152px;
	height: 48px;
	text-align:center;
	padding-top: 5px;
	margin-left: 4px;
	margin-right: 4px;
	
	
}

#main-nav .page_item a{
	color: #FFFFFF;
	width: 134px;
	display:block;
	
	
}

#main-nav .page_item:hover{
	
	background-color:transparent;
}

#main-nav .current_page_item{
	
	background: url('images/custom/menu_tab_selected.png') no-repeat;
	
	color:#FFFFFF;
	
}

#main-nav .page_item a:hover{
	
	text-decoration: none;
	background-color: transparent;
	color: #FFFFFF;
	
}

#content{
	
	background-color: #f0f0f0;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	padding-left: 15px;
	padding-right: 15px;
	width: 930px;
	padding-top: 5px;
}

.two-col-left #main-sidebar-container #sidebar{
	
	overflow: visible;
}

#sidebar div.separator{
	
	 background: url('images/custom/sidebar_separator_bg.png') repeat-x;
	 width: 100%;
	 height: 4px;
	 border:none;
}

.widget_woo_blogauthorinfo{
	
	font-family: Helvetica;	
	font-style: italic;
	color: #434343;
	font-size: 14px;
	
}

.widget_woo_blogauthorinfo h3.bio_title{
	
 background: url('images/custom/bio_title_bg.png') no-repeat;
 width: 320px;
 height: 74px;
 text-align: center;
 vertical-align: middle;
 line-height: 74px;
 font-family: Georgia;
 font-weight: bold;
 font-style: italic;
 color: #FFFFFF;
 font-size: 21px;
 text-transform:none;
 margin-left: -5px;
 margin-top: 20px;
}

.widget_woo_blogauthorinfo h3{
	
	border:0px;
}

.widget_woo_blogauthorinfo h4{
	
	font-family: Helvetica;
	font-weight: bold;
	font-style: italic;
	color: #434343;
	margin-top: 10px;
	
}

a:link, a:visited{
	
	color: #339933;
}

#header .searchform{

	float: right;
	margin-right: 10px;
}

#header .search_main input.submit-button{
	
background: url('images/custom/search_icon.png') no-repeat;
 width: 33px;
 height: 33px;
 border:none;

 cursor: pointer;
	
}

#header .search_main .search_field_wrap input.field{
	
	width: 142px;
	position:absolute;
	top: 0px;
	left: 0px;
	background:none;
	
}


#header .search_main .search_field_wrap{
	
background: url('images/custom/search_field_bg.png') no-repeat;
 width: 150px;
 height: 33px;
 position:relative;
 float:left;
 margin-right: 10px;
}


.post{
	
	padding-right:20px;
}

