@charset "UTF-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold);

div {
	border: 0px solid red;
}
body {
	font-family: 'Droid Sans', "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	background: /*#242225*/ #1e1e1e url(http://www.kimellefsen.com/images/48.jpg) no-repeat;
	color: #fff;
margin-bottom: 20px;
}
p {
	clear: both;
	padding: 10px 0px 5px 0px;
	color: #999;
	line-height: 140%;
text-shadow: #000 0px 1px 2px;
}
a {
	color: #fff;
}
strong {
	font-weight: bold;
	color: #fff;
}
h1 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -1px;
	display:block;
	font-family: Trade, Arial, Helvetica;
}
h2 {
	font-size: 34px;
	text-transform: uppercase;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 10px 0 0px;
	float: left;
	line-height: 120%;
}
h5 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 10px 0 0px;
	float: left;
	line-height: 100%;
}
input, textarea {
	border: 1px solid #fff;
	margin-bottom: 12px;
	margin-top: 6px;
}
#wrapper {
	width: 890px;
	margin: 0 auto;
}
#header {
	height: 140px;
	width: 100%;
	float: left;
}
#logo {
	float: left;
	height: 50px;
	width: 400px;
	margin-top: 40px;
	margin-bottom: 20px;
}
/* #twitter {
	float: left;
	height: 60px;
	width: 100px;
	margin-top: 40px;
	margin-left: 290px;
	background: #666;
	-moz-border-radius:6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius:6px;
} */
#meny {
	clear:both;
	width: 100%;
	height: 30px;
	margin-top: 10px;
	border-top: 3px solid #fff;
	border-bottom: 1px solid #fff;
}
#meny ul {
	width: 100%;
	padding-top: 8px;
}
#meny ul li {
	float: right;
	margin-left: 10px;
	text-transform:uppercase;
	margin-right: 5px;
	font-size: 12px;

}
#meny ul li a {
	color: #fff;
}
#meny ul li a:hover {
	color: #c90;
}
#content {
	min-height: 400px;
	float:left;
	margin-top: 30px;
	width: 100%;
}
#content:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.article {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	min-height: 280px;
}
.frontpage_left {
	width: 300px;
	float: left;
}
.frontpage_left li {
	list-style:none;
	margin-top: 15px;
}
.frontpage_right {
	width: 570px; /*590px*/
	float: left;
	margin-left: 20px;
	height: 260px;
	display: block;
	overflow:hidden;
}
.frontpage_right img {
	width: 570px;
	height: auto;
	margin-top: -36px;
}
.blog_right {
	width: 570px;
	float: left;
	margin-left: 20px;
	display: block;
	overflow:hidden;
}
.blog_right:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.readmore {
	display: block;
	padding: 5px 0px 0px 5px;
	background:url(../images/3.gif);
	color: #fff;
	width: 70px;
	height: 18px;
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
text-shadow: #000 0px 1px 1px;
}
#credits {
	border-top: 1px solid #fff;
	border-bottom: 3px solid #fff;
	height: 30px;
	width: 100%;
	float: left;
	margin-bottom: 50px;
	clear:both;
}
#credits p {
	padding: 6px;
	text-transform: uppercase;
	font-size: 11px;
}
.workbox {
	width: 273px;
	float: left;
	margin-right: 35px;
	padding-bottom: 50px;
}
.workbox img { width: 260px; }
.workbox_last img { width: 260px; }
.workbox:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.workbox p {
	font-size: 11px;
}
.workbox_last {
	width: 274px;
	float: left;
	padding-bottom: 50px;
}
.workbox_last:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.workbox_last p {
	font-size: 11px;
}
.imgtext {
	/* force the div to properly contain the floated images: */
	position:relative;
	float:left;
	clear:none;
	overflow:hidden;
}
.imgtext img {
	position:relative;
	z-index:1;
}
.imgtext .desc {
	display:block;
	position:absolute;
	width:120px;
	height: 12px;
	background: url(../images/3.gif);
	color: #fff;
	padding: 6px;
	font-size: 12px;
	top:30px;
	left:151px;
	z-index:2;
	text-align:left;
}
#article_work_left {
	float: left;
	width: 680px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#article_work_left .left {
	width: 300px;
	clear:both;
	float: left;
}
#article_work_left .right {
	width: 300px;
	margin-left: 40px;
	float: left;
}
h4 {
	font-size: 34px;
	text-transform: uppercase;
	font-weight: bold;
	max-width: 500px;
	display: inline;
	float: left;
	letter-spacing: -1px;
}
.datebox {
	float: left;
	width: 100px;
	padding: 6px 8px 10px 8px;
	margin-top: 4px;
	margin-left: 8px;
	height: 9px;
	text-transform: uppercase;
	background: url(../images/3.gif);
	color: #fff;
}
.articleleft {
	width: 600px;
	display:block;
	float: left;
	margin-right: 40px;
	padding-bottom: 20px;
}
.articleleft-col1 {
	width: 280px;
	display:block;
	float: left;
	margin-right: 40px;
	padding-bottom: 20px;
}
.articleleft-col2 {
	width: 280px;
	display:block;
	float: left;
	margin-right: 40px;
	padding-bottom: 20px;
}
.articleright {
	float: left;
	width: 250px;
	font-size: 12px;
}
.article50_1 {
	float: left;
	width: 47%;
	margin-right: 30px;
}
.article50_2 {
	float: left;
	width: 47%;
}
#excerpttitle p {
	font-size: 18px;
	line-height: 130%;
	color:#fff;
	display:block;
	padding: 10px 0px 6px 0px!important;
}
.frontpage_left h5 {
	padding-top: 7px;
	color: #555;
	float:left;
	font-size: 12px;
	display:block;
}
.custom {
	float:left;
	clear: both;
	font-style: italic;
	padding-top: 4px;
	color: #555;
}
.older {
	float: left;
	width: 100%;
	clear:both;
	display:block;
	padding-bottom: 10px;
	margin-top: -20px;
}
.older a {
	color: #555;
}
.linklist {
	float: left;
	clear:both;
	margin-top: 12px;
}
.linklist li {
	margin-top: 4px;
}
.linklist li a {
	color: #c90;
}
/* GALLERIA */

	a {
	color:#fff;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#555;
}
.caption {
	color:#888;
	position:absolute;
	top:250px;
	left:700px;
	width:190px;
}
.galleri {
	position:relative;
	margin-top:0em;
	width: 100%;
}
.gallery_bark {
	width:200px;
	position:absolute;
	top: 0px;
	left: 698px;
}
.gallery_bark li {
	width:84px;
	height:70px;
	border:3px double #ccc;
	margin: 0 0px 0px 0;
	background:#ccc;
}
.gallery_bark li.hover {
	border-color:#555;
}
.gallery_bark li.active {
	border-style:solid;
	border-color:#666;
}
.gallery_bark li div {
	left:240px
}
.gallery_bark li div .caption {
	font:italic 0.7em/1.4 georgia, serif;
}
.galleria_container {
	margin:0 auto 60px auto;
	height:330px;
	width:648px;
	float:left;
}
.nav {
	padding-top:15px;
	clear:both;
}
.info {
	text-align:left;
	margin:30px 0;
	border-top:1px dotted #221;
	padding-top:30px;
	clear:both;
}
.info p {
	margin-top:1.6em;
}
.nav {
	position: absolute;
	top:340px;
	left:700px;
}
.worklist {
	float:left;
	clear:both;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #555;
}
.workimg {
	float: left;
	width: 605px;
}
.textfield {
	float: left;
	margin-left: 20px;
	width: 264px;
}
.textfield p {
	color: #999;
}

.notice {
width: 870px;
padding: 10px 10px;
float: left; 
clear: both;
display: block;
background: #1e1e1e;
margin-bottom: 30px;
}
.notice a {
color: #c90;
}