/*
Theme Name: PFL
Theme URI: http://pfldk.dk
Description: A child theme of the 2010 default theme for WordPress.
Author: Frederik Raabye based on work by the WordPress team
Author url: http://rostrapr.com
Version: 1.0
Tags: 
Template: twentyten
*/
@import url('../twentyten/style.css');

#main {
	padding: 20px 0;
}

#main .widget-area ul ul.blogroll {
		margin: 0;
}

.blogroll li {
	list-style-type: none;
}

#content {
	min-height: 500px;
}

#content .entry-title, #content h1, #content h2, #content h3, #content h4, #content h5, #content h6  {
	font-family: "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
	margin: 0;
	font-weight: normal;
}

#content h2 {
	font-size: 18px;
}

a:link, a:visited{
	color:#003466;
	text-decoration: none;
}

a:hover, a:active, a:focus{
	text-decoration: underline;
	color:#003466;
}

#site-generator, #site-info {
	postition: absolute;
	left: -9999px;
}

#site-title {
	text-indent: -9999px;
}

#site-title span {
	margin-top: 20px;
	background: #fff url(images/logo.jpg) no-repeat scroll top left;	
	display: block;	
	width: 472px;
	height: 40px;
}

#site-title span a {
	display: block;	
	width: 100%;
	height: 100%;
}

#access {
	background: none;
	border-top: none;
	border-bottom: 1px solid #c2c2c2;
}

#access a {
	color:#003466;
		font-family: "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
}

#access ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	width: 150px;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	z-index: 99999;
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	color:#003466;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 130px;
	background:#f2f2f2;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#003466;
	background:#c2c2c2;
}
#access ul li:hover > ul {
	display:block;
}

#access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-item > a, #access ul li.current-menu-parent > a  {
color:#003466;
font-weight: bold;
}

#primary, #secondary {
	width: 250px;	
}

#content {
	border-right: 1px solid #c2c2c2;
	padding-right: 30px;
	margin-bottom: 0;
}

.hentry {
	margin-bottom: 0;
}

#container {
	margin: 0 -290px 0 0;
}

#colophon {
	border-top: 1px solid #c2c2c2;
	padding: 10px;
}

#branding img {
	border: none;
}

.entry-content, .entry-summary {
padding: 0;
}
