a {
	color: #FF7400;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #FF7400;
	text-decoration: underline;
	outline: none;
}

body {
	font-family: verdana, arial, tahoma, georgia, serif;
	color: #171717;
	font-size: 13px;
	margin: 0px;
}

body.admin {
	background-color: #A4DCB5;
}

div.top-space {
	background: transparent url('logo_left.png') no-repeat;
	height: 25px;
	width: 175px;
	margin-top: 40px;
	margin-left: 80px;
	margin-bottom: 40px;
}

div.top-bar {
	height: 25px;
	background: url('menu_bg.png') repeat-x;
}

div.top-underbar {
	height: 5px;
	background-color: #FF7400;
}

div.top-bar ul {
	padding: 0px;
	margin: 0px;
	position: relative;
	z-index: 2;	
}

div.top-bar ul li {
	display: block;
	color: #FFF;
	float: left;
	padding: 0px;
	margin: 0px 15px;
	line-height: 25px;
	font-weight: bold;
}

div.top-bar ul li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 0px 10px;
	font-weight: bold;
	outline: none;
}

div.top-bar ul li a:hover {
	color: #FFF;
	text-decoration: none;
	background: url('menu_selected_bg.png') repeat-x;
	outline: none;
}

div.top-bar li.selected {
	background: url('menu_selected_bg.png') repeat-x;
}

div.content {
	margin: 40px 50px;
	padding: 4px;
	max-width: 1200px;
}

div.contentleft {
	border: 1px solid #A0A0A0;
	background-color: #E6E6E6;	
	padding: 10px;
	margin: 0px 390px 0px 0px;
}

div.contentright {
	border: 1px solid #A0A0A0;
	background-color: #E6E6E6;	
	float: right;
	width: 320px;
	padding: 0px 10px 10px 0px;
}

div.noxlogo {
	position: absolute;
	top: 20px;
	right: 50px;
	width: 370px;
	height: 145px;
	background: transparent url('nox_logo.png') top right no-repeat;
	z-index: 1;	
}

div.news {
	margin-bottom: 30px;
}

div.contentleft h3 {
	background: url('page_title.png') no-repeat;
	background-position: 4px 16px;
	text-transform: uppercase;
	color: #505050;
	margin: 0px;
	padding-left: 12px;
	padding-bottom: 4px;
	font-size: 20px;
}

div.news h3 {
	color: #505050;	
	margin: 8px 0px 4px 10px;
	padding-left: 12px;
	text-decoration: underline;
	background: url('page_title.png') no-repeat;
	background-position: 4px 11px;
}

div.news table {
	width: 300px;
	margin: 0px 20px;
}

div.news table td.title a {
	color: #171717;
	text-decoration: none;
	outline: none;
}

div.news table td.title a:hover {
	color: #171717;
	text-decoration: underline;
	outline: none;
}

div.news table td.date {
	width: 50px;
	font-weight: bold;
	color: #222222;
}

div.copyright {
	font-size: 11px;
	text-align: center;
	padding: 30px 0px;
	line-height: 26px;
}

a.tooCool {
	position: fixed;
	right: 0px;
	bottom: 0px;
	display: block;
	height: 80px;
	width: 80px;
	background: url('too_cool.png') bottom right no-repeat;
	text-indent: -999em;
	text-decoration: none;
}

div.pageicon-home {
	width: 50px;
	height: 50px;
	float: right;
	background: transparent url('icon_home.png') no-repeat;
}

div.pageicon-linux {
	width: 50px;
	height: 50px;
	float: right;
	background: transparent url('icon_linux.png') no-repeat;
}

div.pageicon-blog {
	width: 50px;
	height: 50px;
	float: right;
	background: transparent url('icon_blog.png') no-repeat;
}

div.pageicon-about {
	width: 50px;
	height: 50px;
	float: right;
	background: transparent url('icon_about.png') no-repeat;
}

div.pageicon-projects {
	width: 50px;
	height: 50px;
	float: right;
	background: transparent url('icon_projects.png') no-repeat;
}

div.pageicon-contact {
	width: 50px;
	height: 50px;
	float: right;
	background: transparent url('icon_contact.png') no-repeat;
}

div.projectitem {
	margin: 30px 10px;
}

div.projectitem div.img {
	width: 100px;
	height: 100px;
	float: right;
	margin: 3px;
	border: 1px solid #A0A0A0;
}

div.projectitem div.content {
	margin: 0px 0px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
}

div.projectitem div.content h4 {
	color: #505050;
	margin: 0px;
	padding-bottom: 4px;
	font-size: 14px;
	font-weight: bold;
}

div.projectitem div.brief {
	border-top: 1px solid #A0A0A0;
	font-size: 11px;
}

div.projectitem div.brief ul {
	margin: 0px;
	padding: 0px;
	height: 16px;
}

div.projectitem div.brief ul li {
	display: block;
	float: right;
	border-left: 1px solid #A0A0A0;
	padding: 0px 10px;
}

div.projectitem div.brief div.status-levende {
	display: inline;
	color: green;
	font-weight: bold;
}

div.projectitem div.brief div.status-dødt {
	display: inline;
	color: red;
	font-weight: bold;
}

div.projectitem div.brief div.comments {
	display: inline;
}

div.projectitem div.brief div.progress {
	display: inline;
	font-weight: bold;
}

div.projectitem div.brief div.added {
	display: inline;
}

div.comment1 {
	margin: 20px 430px 0px 40px;
	border-top: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	background-color: #F4F4F4;
}

div.comment2 {
	margin: 20px 430px 0px 40px;
	background-color: #FFF;
}

div.comment1 div.content,
div.comment2 div.content {
	margin: 12px 0px;
	padding: 0px 10px;
}

div.comment1 span.name,
div.comment2 span.name {
	font-size: 12px;
	color: #FF7400;
	font-weight: bold;
}

div.comment1 span.commentnumber, 
div.comment2 span.commentnumber {
	margin: 5px 0px 0px 10px;
	font-size: 12px;
	color: #505050;
	font-weight: bold;
}

div.comment1 span.date,
div.comment2 span.date {
	display: block;
	margin: 1px 10px;
	font-size: 10px;
}

div.blogitem {
	margin: 30px 10px;
}

div.blogitem div.img {
	width: 100px;
	height: 100px;
	float: right;
	margin: 3px;
	border: 1px solid #A0A0A0;
}

div.blogitem div.content {
	margin: 0px 0px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
}

div.blogitem div.content h4 {
	color: #505050;
	margin: 0px;
	padding-bottom: 4px;
	font-size: 14px;
	font-weight: bold;
}

div.blogitem div.brief {
	border-top: 1px solid #A0A0A0;
	font-size: 11px;
}

div.blogitem div.brief ul {
	margin: 0px;
	padding: 0px;
	height: 16px;
}

div.blogitem div.brief ul li {
	display: block;
	float: right;
	border-left: 1px solid #A0A0A0;
	padding: 0px 10px;
}

div.blogitem div.brief div.comments {
	display: inline;
}

div.blogitem div.brief div.timestamp {
	display: inline;
	font-weight: bold;
}

div.code {
	border: 1px solid #A0A0A0;
	margin: 10px 120px 10px 10px;
	padding: 6px;
	background-color: #F7F7F7;
}

div.leavecomment {
	margin: 40px 0px 0px 40px;
	width: 500px;
}

div.leavecomment h4 {
	font-size: 14px;
	font-weight: bold;
	color: #343434;
	margin: 5px 0px 10px -30px;
}

div.leavecomment table.fields {
	margin: 10px 0px 0px 0px;
}

div.leavecomment table.fields td.text {
	width: 100px;
	padding: 3px;
	vertical-align: top;
}

div.leavecomment table.fields td.input {
	width: 400px;
}

div.leavecomment table.fields td.input input,
div.leavecomment table.fields td.text input  {
	width: 200px;
	border: 1px solid #A0A0A0;
}

div.leavecomment table.fields td.input textarea {
	width: 400px;
	height: 200px;
	border: 1px solid #A0A0A0;
	font-size: 12px;
}

span.blog-edit,
span.blog-del,
span.blog-add,
span.project-edit,
span.project-del,
span.project-add,
span.comment-edit,
span.comment-del,
span.comment-ban,
span.site-edit {
	float: right;
}

span.comment-addr {
	font-size: 9px;
}

div.error {
	margin: 10px 0px;
	font-size: 14px;
	font-weight: bold;
	color: red;
}

img.smiley {
	height: 21px;
	width: 19px;
}

img.w3c {
	border: 0px;
	width: 88px;
	height: 31px;
	margin-left: 20px;
}

hr.split {
	border: 0px;
	height: 1px;
	background-color: #A0A0A0;
}

