/*-  palette

----------------------------------------------------------------------*/
/*-  normalize everything
----------------------------------------------------------------------*/

/* normalize margin, padding */
html, body, div, dl, dt, dd, ul, ol, li, 
h1, h2, h3, h4, h5, h6, pre, input, 
p, blockquote, th, td, img {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

/* normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

/* remove list-style from lists */
ol, ul {
	list-style: none;
}

/* normalize font-style and font-weight to normal */
address, caption, cite, code, dfn,
th, var {
	font-style: normal;
	font-weight: normal;
}

/* remove table border spacing */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* remove border from fieldset and img */
fieldset, img {
	border: 0;
}

/* left-align text in caption adn th */
caption, th {
	text-align: left;
}

a:active, a:focus {
  outline: none ! important;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html .clearfix {height: 1%;}


/*-  common elements
----------------------------------------------------------------------*/	
body {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #616161;
	line-height: 1.6em;
	background-color: #161616;
}

a:link,
a:visited {
	text-decoration: none;
	color: #383838;
}

a:hover {
	color: #0e72ba;
}

h1 {
	color: #161616;
	font-size: 46px;
	letter-spacing: -2px;
	line-height: 1em;
	margin-bottom: 0.4em;	
	margin-left: -2px;
}

h2 {
	color: #161616;
	font-size: 19px;
	line-height: 1em;
	margin-bottom: 0.8em;
	padding-bottom: 6px;
	border-bottom: solid 1px #e9e9e9;
	text-transform: uppercase;
}

h3 {
	color: #161616;
	font-size: 12px;
	margin-bottom: 3px;
	font-weight: bold;
}
h4 {
}

h5 {
	font-family: arial;
	color: #161616;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 0.6em;
}

textarea {
	font-family: arial;
	font-size: 12px;
}

textarea2 {
	font-family: arial;
	font-size: 12px;
	color:#0099FF;
}


/*-  top
----------------------------------------------------------------------*/
#top {
	background-color: #161616;
	height: 31px;
	font-family: arial;
	color: #999999;
	font-size: 10px;
	line-height: 1em;
}

#top .inner{
	height: 31px;
	width: 900px;
	margin: 0 auto;
	padding: 0 auto;
	
	}
#header .gutter,
#wrapper .inner,
#footer .inner {
	width: 900px;
	margin: 0 auto;
	padding: 0 15px;
	
}

#header .inner {
	width: 900px;
}

#top .inner p {
	margin-left: 474px;
	padding-top: 11px;
}

#top a:link,
#top a:visited {
	color: #349fd8;
}

#top a:hover {
	color: #fff;
}

#top .inner span {
	visibility: hidden;
}


/* Facebook icon */
#top .inner #fb {
	width: 14px;
	height: 14px;
	background: url(../images/other/fb.png) top no-repeat;
	padding-bottom: 10px;
	padding-top: 2px;
}

#top .inner #fb:hover {
	background: url(../images/other/fb_on.png) top no-repeat;
}

#top .inner #fb.active {
	width: 14px;
	height: 14px;
	background: url(../images/other/fb_on.png) top no-repeat;
}
/* end */

/* Twitter icon */
#top .inner #tw {
	width: 14px;
	height: 14px;
	background: url(../images/other/tw.png) top no-repeat;
	padding-bottom: 10px;
	padding-top: 2px;
}

#top .inner #tw:hover {
	background: url(../images/other/tw_on.png) top no-repeat;
}

#top .inner #tw.active {
	width: 14px;
	height: 14px;
	background: url(../images/other/tw_on.png) top no-repeat;
}
/* end */

/* DeviantArt icon */
#top .inner #da {
	width: 14px;
	height: 14px;
	background: url(../images/other/da.png) top no-repeat;
	padding-bottom: 10px;
	padding-top: 2px;
}

#top .inner #da:hover {
	background: url(../images/other/da_on.png) top no-repeat;
}

#top .inner #da.active {
	width: 14px;
	height: 14px;
	background: url(../images/other/da_on.png) top no-repeat;
}
/* end */

#header {
	background-color: #fff;
}

#header .inner {
	position: relative;
	padding-top: 10px;
	padding-bottom: 50px;
	height: 75px;
	border-bottom: solid 1px #909090;
}

img#logo {
	margin-left: 0px;
}

#wrapper {
	background-color: #fff;
	border-bottom: solid 1px #ccc;
	min-height: 315px;
}

#wrapper .inner {
	position: relative;
	padding-top: 30px;	
	padding-bottom: 85px;
	min-height: 385px;
}

#wrapper .inner p {
	margin-bottom: 2em;
}

#wrapper #main {
	width: 525px;
	float: right;
	position: relative;
}

#footer .inner {
	font-family: arial;
	color: #6C6C6C;
	font-size: 9px;
	padding: 20px 0 40px;
}

#footer a:link,
#footer a:visited {
	color: #bbbbb4;
}

#footer a:hover {
	color: #616161;
}

#footer p#contact {
	float: none;
	vertical-align:middle;
}

#footer p#copyright {
	float: right;
}

#footer p#copyright img {
	position: relative;
	top: -1px;
}

/*-  navigation
----------------------------------------------------------------------*/

ul#nav {
	position: absolute;
	left: 580px;
	bottom: 19px;
	font-size: 15px;
	padding-left: 100px;
}

ul#nav li {
	height: 15px;
	float: left;
}

ul#nav li a {
	width: 100%;
	height: 100%;
	text-decoration: none;
	position: relative;
	top: -1px;
	font-weight: 500;

}

ul#nav li span {
	visibility: visible;
}


/*-  misc
----------------------------------------------------------------------*/
blockquote, bq {
	color: #333333;
	font-style: italic;
	padding: 0 ! important;
	margin: -1.5em 0 -1.5em 20px ! important;
}

.light {
	color: #a6acad;
}

.thumbnail {
	padding: 4px 4px 4px 4px;
	border: 0px;
	float: none;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	background-color: #A5D1F5;
	}
	
.thumbnailnews {
	padding: 4px 4px 4px 4px;
	border: 0px;
	float: none;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	background-color: #A5D1F5;
	}	

ul.tightbottom li {
	margin-bottom: 0 ! important;
}

h2.topgap {
	margin-top: 50px;
}

p.buttons {
	margin-top: 12px;
}

.workline {
	margin-bottom: 30px;
} 

#Bloggen {
	font-family: arial;
	font-size: 12px;
	color: #383838;
} 

#Bloggen a:link,
#Bloggen a:visited {
	color: #383838;
	font-weight: bold;
	font-size: 14px;
}

#Bloggen a:hover {
	color: #0e72ba;
	font-size: 14px;
	font-weight: bold;
}

.portrubrik {
	margin-left: 6px;
	font-family: arial;
	font-size: 41px;
	font-weight:bold;
	color: #383838;
	margin-bottom: 30px;
	border-bottom: solid 1px #909090;
	height: 32px;
	width: 250px;
}

.indexrubrik {
	margin-left: 2px;
	font-family: arial;
	font-size: 41px;
	font-weight:bold;
	color: #383838;
	height: 32px;
	border-bottom:solid #909090 1px;

}

.contactrubrik {
	margin-left: 2px;
	font-family: arial;
	font-size: 41px;
	font-weight:bold;
	color: #383838;
	margin-bottom: 20px;
	border-bottom:solid #909090 1px;
	height: 32px;

}

.contactname {
	background-image:url(../images/other/contact_name.png);
	border: solid 1px #666666;
	height: 20px;
	color:#000000;
}

.contactinfo {
background-image:url(../images/other/contact_info.png);
border: solid 1px #666666;
color:#000000;
}

.textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #383838;
	
}
