/*
Theme Name: Webnation
Theme URI: http://www.webnation.nl/
Description: The original WordPress theme that graced versions 1.2.x and prior.
Version: 1.0
Author: Johnny Mast
Tags: mantle color, variable width, two columns, widgets

Theme made for webnaton.nl
*/

body {
	line-height: 19px;
	font-family:Verdana, serif;
	font-size:12px;
	background: #FFF;
	color: #35383E;
}


a {
	color: #675;
	text-decoration: none;
}

a img {
	border: none;
}

a:visited {
	color: #342;
}

a:hover {
	color: #9a8;
}

.clearboth { clear: both; }

#container {
	margin:0px auto;
	margin-top: 0px !important;
	width: 800px;
}

#container .menu { background: url('images/menubg.jpg') no-repeat; height: 50px; }
#container .menu ul { margin: 0 auto; width: 400px; text-align: center; }
#container .menu li { list-style: none; float: left; margin-right: 10px; text-align: center;}
#container .frontpage_content { width: 400px; float: left; }
#container .text { margin: 0 auto; width: 390px; }
#container .text .contactme { padding-top: 25px; padding-bottom: 12px; margin:0 auto; width: 134px;  }
#container #sidebar_left { float: left; width: 200px;  }
#container #sidebar_right { float: left; width: 200px; }

#container #sidebar_left  #widgetbar  { list-style: none; padding-left: 0px;}
#container #sidebar_left .leftsidebar_item .text { float: left; width: 95px; padding-bottom: 15px} 
#container #sidebar_left .leftsidebar_item .image { float: left; width: 55px; }
#container #sidebar_right .rightsidebar_item .text { float: left; width: 95px; padding-bottom: 15px; padding-left: 51px;} 
#container #sidebar_right .rightsidebar_item .image { float: right; ; }

#container .single_content { width: 400px; float: left; height: 35px; }
#container .single_content h2 { width: 400px; }
#container .single_content .text { text-align:left }

#container .page_content { width: 780px; }
.current_page_item { font-weight: bold; }