/*
Theme Name: 	Impuls Theme
Description: 	Wordpress theme for impuls-reintegratie.nl
Author: 		Christiaan ten Klooster, e-mail ckl@dacelo.nl
Template:       	twentyten
Version: 		1.0
*/
@import url("../twentyten/style.css");

body {
	background: #fffff1;
	font-family: Lucida Sans Unicode;
	font-size: 14px;
	color: #004596;
}

a, a:visited, a:link, a:active, a:hover {
	color: #699618;  
}

a:hover  {
	color: #004596; 
}

#main {
	padding: 0;
	width: 1024px;
}

#content,
#content input,
#content textarea {
	color: #004596;
	font-size:14px;
}
#content .entry-title {
	color: #004596;
}
 

#wrapper {
	margin-top: 0px;
	padding: 0px;
	background: #fffff1;
	width: 1024px;
}

#top {
	background: url(images/logo.png) right top no-repeat;
	width: 972px;
	height: 175px;
	padding-bottom: 30px;
	margin-top: 48px;
	margin-right: 140px;
	/*border: 1px solid red;*/
}

#tophome {
	background: url(images/top.jpg) left top no-repeat;
	width: 1024px;
	height: 203px;
	padding: 0;
	margin: 0;
	margin-bottom: 50px;
	/*border: 1px solid red;*/
}

#middle {
	float: left;
	width: 1024px;
	/*border: 1px solid green;*/
}

#bottom {
	clear: left;
	background: #fffff1;
	text-align: center;
	padding-top: 10px;
	height: 1%;
	width: 1000px;
	float: none;
	font-size: 12px;
	/*border: 1px solid orange;*/
}

#navigationmenu {
	clear: left;
	float: left;
	width: 300px;
	padding: 0;
	margin: 0;
	display: inline;
	/*background-color: red;*/
}

#navigationmenu2 {
	clear: left;
	float: left;
	width: 120px;
	padding: 0;
	margin: 0;
	display: inline;
}

.mainmenuitem-7 { padding-left: 25px; }
.mainmenuitem-34 { padding-left: 18px; }
.mainmenuitem-83 { padding-left: 2px; }
.mainmenuitem-45 { padding-left: 11px; }

#content {
	float: right;
	width: 700px;
	padding: 0;
	margin: 0;
	display: inline;
	padding-top: 3px;
}

#submenu-item-current > a {
	font-size: 16px;
	font-weight: bold;
	color: #004596; 
	padding-right: 50px;
	background: url(images/logo-icon.png) right no-repeat;
}

#mainmenu-item-current > a {
	font-size: 16px;
	font-weight: bold;
	color: #004596; 
	padding-right: 50px;
	background: url(images/logo-icon.png) right no-repeat;
}
 
div.menu {
	font-family: Lucida Sans Unicode, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	width: 290px;
	height: 460px;	
	line-height: 200%;
	padding: 0;
	margin: 0;
	/*background-color: yellow;*/
	float: left;
}

div.menu a{
	text-decoration: none
}

.sub-menu {
	display: none;
	position: relative;
	float: right;
	vertical-align: top;
	left: 0px;
	width: 150px;
	/*background-color: blue;*/
}
 
.sub-menu-1 {
	top: -33px;
}
.sub-menu-2 {
	top: -64px;
}
 
.current_page_parent > .sub-menu   {
	display: inline;
}
.current_page_item > .sub-menu   {
	display: inline;
}


	
