/*
		Theme Name: Arcadia 3.1
		Description: Based om "Dark brown orangecoffee" by <a href="http://www.gertjanbosch.nl">Gert-Jan Bosch</a>
		Version: 1.0
		Author: Steffen Flĝan Ĝie
		Author URI: http://www.krakenmind.com/arcadia
*/

/***************************************************** Main nav *****************************************************/

#nav {
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	background: #222222 no-repeat right top;
	}
	
#nav, #nav ul {
	width: 990px;
	height: 57px;
	list-style: none;
	line-height: 40px;
	}

#nav a, #nav a:hover {
	margin-top: 10px;
	margin-bottom: 7px;
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-size: 22px;
	border: none;	
	}

#nav li {
	float: left;
	list-style: none;
	}

#nav a, #nav a:visited {
	display: block;
	color: #ffffff;
	padding: 0 10px;
	}

#nav a:hover, #nav a:active, .current_page_item	a, #home .on {
	text-decoration: none;
	color: #339aca;
	}
.bloggNav {
	width: 72px;
	height: 22px;
	background-image: url(images/blogg.png);
	padding: 0px;
	border: 0px;
	margin: 0px  0px 0px 5px;
	position: relative;
	top: 9px;
}

.bloggNav:hover {
	background-image: url(images/blogg_h.png);
}

.galleriNav {
	width: 94px;
	height: 28px;
	background-image: url(images/galleri.png);
	padding: 0px;
	border: 0px;
	margin: 0px 0px 0px 5px;
	position: relative;
	top: 3px;
}

.galleriNav:hover {
	background-image: url(images/galleri_h.png);
}

#rssNav {
	background-image: url(images/rss.png);
	height: 36px;
	width: 36px;
	float: left;
	margin: 0 0 0 10px;
}

#rssNav:hover {
	background-image: url(images/rss_h.png);
}

#twitterNav {
	background-image: url(images/twitter.png);
	height: 36px;
	width: 36px;
	float: left;
	margin: 0 0 0 10px;
}

#twitterNav:hover {
	background-image: url(images/twitter_h.png);
}

.navPreload {
	display: none;
}
	
/***************************************************** Dropdown menu *****************************************************/	

#nav li ul {
	position: absolute;
	left: -999em;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 174px;
	line-height: 40px;
	}

#nav li li {
	width: 172px;
	border-bottom: 1px solid #231303;
	border-right: 1px solid #231303;
	border-left: 1px solid #231303;
	background: #493d31;
	color: #e7ded4;
	margin: 0px;
	padding: 0px;
	}

#nav li li a, #nav li li a:visited {
	font-weight:normal;
	font-size: 14px;
	color: #e7ded4;
	background: #493d31;
	line-height: 40px;
	margin: 0px;
	padding: 0px 0px 0px 12px;
	}

#nav li li a:hover, #nav li li a:active {
	background: #e7ded4;
	color: #493d31;
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 0px 12px;
	}	
		
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

a.main:hover {	
	background:none;
	}