/*
Theme Name: NUIF Large Background
Author: Kræn Bech-Petersen
Author URI: http://jingleman.dk

*/

* {
	margin:0;
	padding:0;
}

body {
	font:12px/16px Arial, Helvetica, sans-serif;
}

header, nav, article, section, footer, aside {
	display:block;
}

.clear {
	clear:both;
	height:0px;
}

a {
	color:#006699;
	text-decoration:none;
}

a:hover {
	color:#0099ff;
	text-decoration:underline;
}

a:visited {
	color:#003399;
}

img {
	border:none;
}

#bgimg {
	position:fixed;
	z-index:-99999;
}

#logo {
	background-color:rgba(0,0,0,0.75);
	height:152px;
	line-height:0.1em;
	padding:10px 0 0 20px;
	margin-top:50px;
	width:370px;
}

#logo a {
	color:#fff;
}

#logo h1 {
	display:block;
	float:left;
	font-size:120pt;
	height:115px;
	margin-top:13px;
	width:200px;
}

.logo {
	margin:-5px 0 0 30px;
}

nav {
	background-color:rgba(0,0,0,0.75);
	color:#fff;
	font-size:20pt;
	margin-left:200px;
	padding:7px 0 0 10px;
	width:470px;
}

ul.menu {
	display:block;
	list-style:none;
}

ul.menu a {
	color:#fff;
}

ul.menu a:hover {
	color:#999;
	text-decoration:none;
}

li.menu-item, li.separator {
	display:block;
	float:left;
	cursor:pointer;
}

li.menu-item {
	position:relative;
}

li.separator:after {
	color:#666;
	content:"/";
	padding:2px 5px 0 5px;
}

ul.menu>li>ul.sub-menu {
	background-color:rgba(0,0,0,0.75);
	display:none;
	float:left;
	list-style:none;
	padding:5px;
	position:absolute;
	top:27px;
	left:-5px;
	width:120px;
	z-index:99999;
}

ul.menu>li>ul.sub-menu>li {
	width:100%;
}

ul.menu>li>ul.sub-menu>li>ul.sub-menu {
	display:none;
}

ul.menu>li>ul.sub-menu>li:hover ul.sub-menu {
	background-color:rgba(0,0,0,0.75);
	display:block;
	float:left;
	list-style:none;
	position:absolute;
	top:-5px;
	left:125px;
	min-width:125px;
	z-index:99999;
}

ul.menu>li>ul.sub-menu>li>ul.sub-menu>li {
	padding:7px 3px 3px 0;
}

li.menu-item:hover ul.sub-menu {
	display:block;
}

#wrapper {
	margin:20px 0 0 200px;
	width:760px;
}

article.entry {
	
}

article.entry>aside {
	background-color:#000;
	color:#fff;
	float:right;
	padding:5px;
	text-align:center;
	text-transform:uppercase;
	width:80px;
}

header.post {
	background-color:#fff;
	width:650px;
}

header.post {
	border-bottom:1px solid #e7e7e7;
	padding:10px;
	width:630px;
}

header.post h1 {
	font-size:10pt;
	font-weight:bold;
	text-transform:uppercase;
}

article.entry>section {
	background-color:#fff;
	padding:10px 10px 30px 10px;
	width:630px;
}

.post-nav {
	background-color:#fff;
	width:650px;
}

.post-thumb {
	background-color:#fff;
	height:300px;
	overflow:hidden;
	width:650px;
}

.post-thumb img {
	height:auto;
	margin-top:5px;
	width:650px;
}

.older_entries, .newer_entries {
	margin:10px;
}

.older_entries {
	float:left;
	width:150px;
}

.newer_entries {
	float:right;
	text-align:right;
	width:150px;
}

footer {
	clear:both;
	font-size:8pt;
	margin:25px 0;
	text-align:right;
	text-transform:uppercase;
	width:850px;
}

/*
--------------------------------
Formatering af indlæg og sider
--------------------------------
*/

.entry ul {
	margin:5px 20px;
}

.entry h2 {
	font-size:14pt;
	margin:10px 0 10px 0;
	text-transform:uppercase;
}

.entry h3 {
	font-size:10pt;
	margin:20px 0 10px 0;
	text-transform:uppercase;
}

p {
	padding:0 0 7px 0;
}

.tabledark {
	background-color:#e7e7e7;
}

/*
------------------------------
Sideformatering
------------------------------
*/

header.page {
	color:#fff;
	font-size:40pt;
	line-height:1em;
	margin:30px 0 -10px 5px;
}