/*
Theme Name:     Twenty Ten Child Jævn Edition
Theme URI:      http: //jævn.dk/theme
Description:    Jævn Child theme for the Twenty Ten theme 
Author:         Morten Mosgaard
Author URI:     http: //jævn.dk/om/
Template:       twentyten
Version:        0.1.0
*/

@import url("../twentyten/style.css");

a:link {
	color:#0066CC;
}

a:visited {
	color:#0066CC;
}

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top:0;
}


/* This is the custom header image */
#branding img {
	clear: both;
	border-top: 1px solid #b4c649;
	display: block;
	border-bottom: 0px solid #000;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background: #b4c649;
	margin: 0 auto;
	width: 940px;
	display:block;
	float:left;
}

#access .menu-header,
div.menu {
	font-size: 12px;
	margin-left: 12px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none;
	color:#1f2c33;
	padding:0 10px;
	line-height:33px;
}
#access ul ul {
	display:none;
	position:absolute;
	top:33px;
	left:0;
	float:left;
	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);
	width: 160px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 140px;	
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:#b4c649;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 140px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#1f2c33;
	background:#b6c4be;
}
#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: #1f2c33;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#1f2c33;
}


/* =Post overskrift */

#content .entry-title {
	color: #000;
	font-size: 20px;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 0;
}

/* =Dato og forfatter */

.entry-meta {
	color: #888;
	font-size: 10px;
}

/* =Kategori, tags info */

.entry-utility {
	color: #888;
	font-size: 10px;
	line-height: 18px;
	clear: both;
}

/* =Brødtekst */

p {
	font-size: 13px;
}

ul {
	font-size: 13px;
	list-style: disc;
	margin: 0 0 2px 0.5em;
}

#index-widget-area ul {
	list-style: disc;
	font-size: 11px;
}

.textwidget {
	line-height: 15px;
	font-size: 11px;
	color: #111
}

ol {
	list-style: decimal;
	font-size: 12px;
	margin: 0 0 2px 0.5em;
}

/* =Content
-------------------------------------------------------------- */

#content hr {
	margin-bottom:0px;
}

#content h3 {
margin:0 0 10px;
}

.widget-area ul ul {
	list-style: none;
	margin-left: 0;
}

.widget-container {
margin:0 0 20px;
}

#index-widget-area .widget-container  {
margin:0 0 0px;
}


/* =Index widget
-------------------------------------------------------------- */

.index-widget-area ul {
	list-style: none;	
	margin-left: 0;
}
.index-widget-area ul ul {
	list-style: disc;
	margin-left: 1.3em;
}
.index-widget-area a:link,
.index-widget-area a:visited {
	text-decoration: none;
}
.index-widget-area a:active,
.index-widget-area a:hover {
	text-decoration: underline;
}


/* Structure the index area */

#index-widget-area {
	overflow: hidden;
	background: white;
	border: 0;
}

#index-widget-area .index-widget-area {
	float: left;
	margin: 12px;
	width: 185px;
}



}