div.textwidget{
}


#nav {
	background: #000 url(../images/colors/nav-black.png) repeat-x 0 0;
}

/* Selv tilføjet / til kategori */

#nav li.current-cat a, #nav li.current-cat a:hover, #nav li.current-cat a:active{
	background:#000 url(../images/colors/nav-black.png) repeat-x 0 -70px;
}


#nav .current_page_item a, #nav .current_page_item a:hover, #nav li a:active, #nav .current_page_ancestor{
	background:#000 url(../images/colors/nav-black.png) repeat-x 0 -70px;
}

#nav li a:hover{
	background:#000 url(../images/colors/nav-black.png) repeat-x 0 -35px;
}
#nav li a:active{
	background:#000 url(../images/colors/nav-black.png) repeat-x 0 -70px;
}


#feature{
	background: #000 url(../images/colors/featurebg-white.png) no-repeat 0 0;
	font-family: Helvetica, Arial, sans-serif;
	
}

#featurenav a{
	border: 1px solid #8c8c8c;
	background: #fff;
	color: #444;
	padding: 3px 6px 2px;
	margin-right: 5px;
	font-size: 12px;
}

/* Ny jeg har tilføjet */
#featurenav a.activeSlide{
    background: #111;
    border: 1px solid #444;
    color: #fff;
}

.fcontent .fsub {color: #fff;}


#maincontent #highlight {
	
	background: #000 url(../images/colors/highlightbg_red.png) repeat-x 0 0;
	border-top: 1px solid #AF0404;
	border-bottom: 1px solid #000;

}

/* ændret */
#welcome {
	background:#fff url(../images/colors/welcomebg-white.png) repeat-x top left;
	color: #333;
	text-shadow: none;
}

#welcome .greeting{
	color: #111;
	border-bottom: 1px solid #999;
	padding: 2px 0 4px;
	margin-bottom: 5px;
}

#welcome .welcometext {
	border: 1px solid #fff;
	color: #333;
}

#welcome a {color: #111; text-decoration: underline;}





.post-date em {
	background: #eee;
	color: #000;
}
.post-date em a{
	color: #AF0404;
}

a,.commentlist cite,.commentlist cite a, #sub_head #subnav .current_page_item a, #grandchildnav .current_page_item a, .headline h1 a:hover{color:#333;}
