/*
Theme Name: Van der Eng Labels
Theme URI: http://vanderenglabels.nl/
Description: Template voor Vanderenglabels.nl
Version: 1.0
Author: Jelle de Haas
*/

body {
	background: #fff;
	color: #000;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 90%;
	margin: 0;
	padding: 0;
}

#alles {
width:925px;
}

#header {
padding-top: 50px;
text-align:left;
height:265px;
}
#footer {
display:block;
font-size:60%;
}
#content {
width:680px;
text-align:left;
float: right;
padding-left: 25px;
padding-right: 10px;
background: url(img/content-bg.png) repeat-x #fff;
padding-bottom:20px;
}

li#page_item a{
color: #FFFFFF;
}

#hor_menu {
margin:10px 5px 10px 0;
}
#hor_menu ul{
margin:0;
padding:0;
list-style: none;
}
#hor_menu li{
float:left;
display:block;
padding:5px;
margin:0 15px 0 0;
border-top:5px solid #4F213A;
}
#hor_menu li.current_page_item{
border-top:5px double #000000;
}

#hor_menu li.current_page_item a{
color:#000000;
}

#hor_menu a{
text-decoration:none;
color:#4F213A;
font-weight:bold;
}
#hor_menu a:hover{
color:#000000;
cursor: pointer;
cursor: hand;
}

#menu {
	width:210px;
	/*height:804px;*/
	background: url(img/menu-bg.png) repeat-x #F67400 bottom;
	padding-bottom:250px;
	float:left;
}

#menu ul {
	color: #FFFFFF;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: lowercase;
}

#menu span {
	display:none;
}

#menu ul li {
	font: italic normal 110%;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 2px;
	
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	border: 0;
	font: normal normal 12px/115%;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
}

#menu ul ul li a {
width: 198px;
padding:6px 0 6px 12px;
display:block;
color: #FFFFFF;
font-size:14px;
font-weight:bold;
text-decoration: none;
}

#menu ul ul li a:hover {
background:url(img/menu-icon.png) right no-repeat #FFFFFF;
color: #4F213A;
}

#menu .current_page_item>a {
background: #4F213A;
border-top:1px solid #FFFFFF;
border-bottom:1px solid #FFFFFF;
}

#menu ul ul ul li a {
	padding:6px 0px 6px 22px;
	margin-right:0px;
	width: 188px;
	overflow:hidden;
	font-size:12px;
}

h1 {
	border-bottom: dotted 1px #eee;
	margin-top: 0;
	padding: 5px;
	display:block;
	float:left;
	height:100%;
	vertical-align:bottom;
	background:#FFFFFF;
	-moz-opacity:.7;
	filter:alpha(opacity=70);
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
	color:#000000;
	font-style:normal;
}

.storytitle_home {
font-size: 1.4em;
}

a {
	color: #333333;
}

a:hover {
	color: #4F213A;
}

a img {
	border: none;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

p, li, .feedback {
	font: 90%/175%;
	/*letter-spacing: -1px;*/
}