/* @override 
	http://agens/wp-content/themes/agens/style.css
	http://10.0.0.94/wp-content/themes/agens/style.css
	http://10.0.0.114/wp-content/themes/agens/style.css
*/

/*
Theme Name: Agens.no
Theme URI: http://agens.no/
Description: The default WordPress theme for agens.no. .
Version: 0.1
Author: Håvard Fossli
Author URI: http://agens.no/
Tags: two columns, white, red, blue, black 
*/




body { 
	}

/* G E N E R A L   S T Y L I N G */

#container img { 
	border:none; 
	}
	
hr {
	border: none;
	border-top: 1px dotted #999;
	background: none; 
	}

form { 
	}
	label { 
		display: block;
		margin: 0.9em 0 0 0;
		}
	select { 
		display: block; 
		min-width:260px;   
		padding:0;
		margin:0; 
		}
	input { 
		border:1px solid #ccc;  
		height: 15px;
		padding:3px 5px 1px 5px; 
		font-size:1em; 
		color:#666;
		display: block;
		min-width:240px; 
		}
		input[type="hidden"] {
			display: none;
			}
	textarea {
		border:1px solid #ccc;  
		padding:3px 2px 1px 3px; 
		font-size:1em; 
		color:#666;
		display: block; 
		min-width:250px; 
		min-height: 60px; 
		max-width:450px;
		}
		input:hover, textarea:hover {
			border-color: #bbb;
			background: #f6f6f6;	
			color:#333;
			}
		input:focus, textarea:focus {
			border-color: #bbb;
			background: #EBF4FF;	 
			color:#000;
			}
	input.submit, input#submit { 
		right:0px;
		height:21px;
		background:#666; 
		padding:1px 8px;
		border:none;
		color:#fff;
		text-transform: uppercase;
		min-width:inherit;
		min-width:60px;
		font-weight:bold;
		} 
		input.submit:hover, input#submit:hover {
			background-color: #333;
			}		 
		input.submit:active, input#submit:hover {
			background-color: #000;
			}

object { 
	overflow: hidden;
	/* display: inline; */ 
	}
embed {
	margin:10px 0;
	}


 

/* header */

#header a#logo {
	position: absolute;
	top:20px;
	right:-17px;
	}
#header #about {
	position: absolute;
	top:95px;
	left:0; 
	max-width: 680px;
	height: 100px;    
	}  
	
#header .agens_keywords {
	position: absolute;
	top:30px;
	left:20px;
	}


/* navigation */

ul#navigation {
	list-style-type: none; 
	position: absolute;
	bottom:0;
	right:0;
	z-index: 5;
	}
	ul#navigation li {
		float:left;
		}
		ul#navigation li a {
			background:#c00 50% 7px no-repeat;
			text-indent: -9999em;
			padding:0 13px;
			min-width: 35px;
			display: block; 
			height:30px;
			}
		ul#navigation li a:hover  {
			background-position: 50% 107%;  
			}
		ul#navigation li.current_page_item a, ul#navigation li.current_page_parent a { 
			background-position: 50% 107%;  
			}
		
			ul#navigation li.home a {
				background-image: url("images/nav_home.png");
				width:51px;
				} 
			ul#navigation li.about a {
				background-image: url("images/nav_about.png");
				width:61px;
				}
			ul#navigation li.work a {
				background-image: url("images/nav_work.png");
				width:56px;
				}
			ul#navigation li.why a {
				background-image: url("images/nav_why.png");
				width:41px;
				}
			ul#navigation li.blog a {
				background-image: url("images/nav_blog.png");
				width:45px;
				}
			ul#navigation li.contact a {
				background-image: url("images/nav_contact.png");
				width:81px;
				}

 

/* O O P   C S S */
 
		
.clear {
	clear: left; 
	}


.big_exc {
	margin-bottom:0.3em;
	display: block;  
	}

.langswitcher {
	position: absolute;
	top:0;
	right:10px; 
	}

.textbox {
	padding:20px 10px 20px 20px;
	}

.box {
	float:left;
	}

.blue.box {
	display: block;
	float:none;
	background: #D9E9F4;
	padding:10px; 
	} 
 
 a.buttonstyle {
	margin: 10px 0;
	background: #c00; 
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	padding: 2px 10px;
	margin-right: 10px;
	min-width: 90px;
	text-align: center;
	font-family: Tahoma;
	}
a:hover.buttonstyle {
	color: #fff;
	background: #a00; 
	}
a:hover.buttonstyle.grey {
	background: #333; 
	}
.buttonstyle.grey {
	background: #555;
	}
.grey {
	background: #555;
	}


.infobox {
	background: #f2f2f2;
	display: block;
	margin:20px 0 20px 0;
	padding:20px 20px 10px 20px;
	color:#006699;
	}
 
.infobox .imgandtext { 
	} 

.infobox blockquote {
	position: relative;
	left:-20px;
	}
	
.imgandtext {
	display: block;
	overflow: hidden; 
	margin:5px 0 10px 0;
	}
	.imgandtext img {
		float:left;
		}
	.imgandtext .text {
		float:left;
		width:180px;
		margin-left:10px;
		padding:10px 0 0 0;
		}
 
.transparent {
	background: none;
	}

.lightgrey {
	background: #e6e6e6;
	}

p.metadata {
	background: #f2f2f2; 
	padding: 2px 5px 0 5px;
	display: block;	
	margin: 0.2em 0 0.5em 0;
	}
	
	
.imgtitle_exc {
	float:left;
	background: #e6e6e6;
	margin:0 10px 0 0;
	height:125px;
	}
	.imgtitle_exc img { 
		}	
	.imgtitle_exc h5 { 
		padding:5px;
		display: block;
		} 

.blog_exc {
	display: block;
	overflow: auto;
	margin-bottom:1em;
	}
	.blog_exc img {
		float:left; 
		}
	.blog_exc .excerpt {
		float:left;
		max-width:290px;
		padding:0 0 0 10px;
		}

.threeleggedgirl {
	background: url("images/threeleggedgirl.png") -5px 17px no-repeat; 
	
	}
	
.threeleggedgirl div.boxholder { 
	float:left;
	margin-top:10px;
	padding:0 20px 0 10px; 
	width:250px;   
	position: relative;
	}
	.threeleggedgirl .boxholder.first { 
		}
	.threeleggedgirl .boxholder#contact {
		padding:0 10px 10px 10px;
		width:260px;    
		}
	.threeleggedgirl input#contact_email {
		display: inline;
		float:left;
		min-width:inherit;
		min-width:165px;
		margin-right:0px;
		}

	.threeleggedgirl input#contact_submit {
		float:right;
		min-width:65px; 
		padding:0; 
		margin-right:5px;
		}

#gamesplayedcounter {
	margin-top:0;
	padding-top: 0;
	}
	
.selected_works.small.box {
	width:450px;
	} 
	.selected_works a.imgtitle_exc {
		max-width:135px;
		margin-right:15px;
		padding-bottom:5px; 
		}
	
.selected_games.small.box { 
	max-width: 380px;
	margin-left:5px;
	float:right;  
	overflow:visible 
	}
	.selected_games.small.box h6, .selected_works.small.box h6 { 
		margin-top:2px;
		margin-bottom:3px;
		}
	.selected_games.small.box a { 
		overflow: hidden;
		padding: 0 5px 6px 0;
		float: left;
		}
		.selected_games.small.box a img {
			max-width:120px;
			}
			
.bluebox { 	 
	background:#D9E9F4; 
	}
.roundbox {
	
	}

.infobox {
	padding:10px 15px 10px 15px; 
	}

.infobox a.searchitem {
	float: none;
	} 

.darkgreybox {
	background: #eee;
	}
	
.whyyouneed_box {   
	padding:10px 15px 10px 15px; 
	}
.whyyouneed_box a {
	display: block;
	overflow: hidden;
	padding:15px 0 15px 0; 
	border-top:1px dotted #999; 
	position: relative;
	min-height:100px;
	}
	.whyyouneed_box a.first {
		border-top:none;
		}
	
	.whyyouneed_title {
		margin: 0;
		padding: 0;	
		margin-bottom:0.3em;
		}
	.whyyouneed_box img {
		float:left; 		
		}
	.whyyouneed_box .text {
		position: absolute;
		left: 150px;
		width: 190px;
		top: 3px;
		height: 110px;
		overflow: hidden;
		}
	.whyyouneed_box .text p {
		margin:5px 0 0 0; 
		}

#weare {  
	}
	#weare div  {
		position: relative; 
		}
	#weare div .text { 
		}
		#weare img { 
			}

#searchitems {
	display: block;
	overflow: hidden; 
	margin: 0 0 10px 0;
	padding: 0 0 50px 0; 
	}

.listitem {	
	display: block;
 	background: #E8E8E8; 
	margin-right: 20px;
	height: 60px;
	position: relative;
	overflow: hidden;
	}
	.listitem:hover {
		background: #eee;
		}
	.listitem .text {
		margin:0;
		padding:5px;
		width:220px;
		}  
		.listitem h5 {
			margin: 0;
			padding: 0;
			line-height: 1.1;
			}
	
a.searchitem {
	float: left; 
 	background: #E8E8E8;
	width: 270px;
	margin-right: 20px;
	height: 60px;
	position: relative;
	overflow: hidden;
	}
	a.searchitem:hover {
		background: #eee;
		}
	a.searchitem .text {
		position: absolute;
		width: 175px;
		top: -7px;
		left: 85px;
		} 
	a:hover.searchitem .text {
		color: #0092DE;
		}
		a.searchitem h5 {
			margin: 0;
			padding: 0;
			line-height: 1.1;
			}

#content_right .searchitem {
	margin: 10px 0 0 0;	
	width: inherit;
	}

#footer {
	background: #c00;
	color: #fff; 
	display: block;
	overflow: auto; 
	}
	#footer .agens_keywords {
		color: #fff;
		float: left;
		margin:20px;
		}
	#footer #phoneus { 
		font-size: 2em;
		font-weight: bold;
		margin:20px; 
		display: block;
		text-align: right;
		}
		
/* S T R U C T U R E */ 
 
body { 
	background: #000 50% 0px no-repeat;
	color: #000;
	text-align: center; 
	}

body, html {
	min-width:890px;   
	}
	 
#grid {
	width:100%;
	height:100%;
	position: absolute;
	top:20px;
	left:0px;
	display: none;
	}
	
#page {
	position: relative;
	width:890px;
	margin:0 auto;
	text-align: left;
	min-height:1500px;
	} 

#header {
	position: relative;
	height:210px;
	}

#container {
	display: block; 
	overflow:hidden;
	position: relative;
	padding:20px 0 8px 20px;
	min-height:580px;
	}

#content_left {	
	width:450px; 
	float:left;
	}

#content_right {
	width:375px;
	float:left;
	margin:10px 0 0 25px;
	}

.content_wide {
	float:left;
	clear:left;
	border-top:1px dotted #999; 
	width: 850px;
	}

.index .content_wide {
	max-width:870px;
	padding-top:5px;
	padding-bottom:10px;
	}

#container.lostpage {	
	background: #000; 
	
	}
	#container.lostpage img {
		border: none;
		}

#container.lostpage #searchform input {
	background-color: #111 ;
	border:1px solid #333;
	color:#aaa;
	}
	#container.lostpage #searchform input:hover {
		background-color: #222;
		color: #fff;
		}	
	#container.lostpage #searchform input:focus {
		background-color: #222;
		color:#fff;
		
		}	
#container.lostpage #searchform label {
	background: none;
	text-indent: 0;
	color:#777;
	padding-top: 5px;
	}	
/* G F X */ 

#searchform {
	position: absolute;
	top:10px;
	right:20px;
	width:400px;
	}
	#searchform label {
		text-transform: uppercase; 
		position: absolute;
		text-indent: -9999em;
		background: url("images/search_label.png") 0px 50% no-repeat;
		width:70px;
		height:25px;
		right:295px;
		top:0px;
		margin: 0; 
		}
	#searchform input {
		position: absolute;  
		height: 20px;
		padding:3px 5px 1px 5px; 
		margin-right:4px;
		font-size:1.3em;
		min-width: inherit; 
		} 
	#searchform input#s {	
		width:240px;
		right:42px;
		color:#666;
		}
		#searchform input#s:hover {
			border-color: #bbb;	 
			color:#333;
			}
		#searchform input#s:focus {
			border-color: #bbb; 
			color:#000;
			}
	#searchform input#searchsubmit {
		width:40px;
		right:0px;
		height:25px;
		background:#666 url("images/search_submit.png") 50% 50% no-repeat;
		text-indent: -9999em; 
		padding:4px 8px; 
		min-width:30px;
		border:none;
		color:#fff;
		margin:0;
		text-transform: uppercase;
		} 
		#searchform input#searchsubmit:hover {
			background-color: #333;
			}		 
		#searchform input#searchsubmit:active {
			background-color: #000;
			}

.flash { 
    z-index: -1;
	}
	 

div#fancydropdown {
	margin: 1em 0;
	display: block;
	position: relative;
	padding: 0;     
	z-index: 1;
	}
	div#fancydropdown .current {
		display: block; 
		}
	div#fancydropdown .current a { 
		padding: 10px;
		color: #c00;
		display: block;
		background: #e6e6e6; 
		font-weight: bold;
		font-size: 2em;
		line-height: 1;  
		height: 25px; 
		}
		div#fancydropdown .current:hover a { 
			background:#e1e1e1; 
			}
	div#fancydropdown .click_me {
		background:#c4c4c4 url(images/fancydropdown.png) 50% 50% no-repeat;
		width:50px;
		height: 45px;
		position: absolute;
		top:0;
		right:0;
		display: block; 
		}
		div#fancydropdown .current:hover .click_me { 
			}
	div#fancydropdown ul {
		position: absolute;
		top: 47px;
		left:0;
		width: 450px;
		height: 100px;   
		display: none;
		z-index: 5;
		}
	div#fancydropdown ul li a {
		font-weight: bold;
		font-family: Tahoma;
		font-size: 2em;
		line-height: 1; 
		color: #fff;
		background: #555;
		display: block;
		padding: 8px 10px;	
		z-index: 6;
		}
	div#fancydropdown ul li a:hover {
		background: #666;
		}

form.norwegian {
	display: none;
	}

#contactform {	
	position: relative;
	padding-bottom: 20px;
	}
	#contactform .langswitcher {	
		top:10px;
		right:10px;
		color: #333;
		}
	#contactform form {
		color: #333; 
		}
		#contactform form input, #contactform form textarea,  select {
			min-width: inherit; 
			width:80%;
			}  
		#contactform form input.submit {  
			width:200px;
			}   
	#contactform textarea#contact_comment {
		min-height:100px;
		}
		
.pagenavigation {
	display: block;
	background: #c5c5c5;
	width: 450px;
	font-size: 1.1em;
	color: #069;
	text-align: center;
	position: relative;
	margin: 20px 0 30px 0;
	padding: 10px 0 0 0;
	min-height: 20px; 
	height: 30px; 
	}
	div.pagenavigation form {  
		height: 20px;
		} 
	div.pagenavigation form input { 
		display: inline-block;
		max-width: 40px;
		min-width: 30px;;
		text-align: center;
		margin: 0;
		width:30px;
		}
	.pagenavigation .next_page {
		position: absolute;
		padding-right: 25px;
		right: 10px;
		top: 0.5em;
		height:20px;
		background: url("images/nav_next.png") 100% 0px no-repeat;
		}
	.pagenavigation .prev_page {
		position: absolute;
		padding-left: 25px; 
		left: 10px;
		top: 0.5em;
		height:20px;
		background: url("images/nav_prev.png") 0 0 no-repeat;
		}
		.pagenavigation .no_link {
			color: #555; 
			}
		.pagenavigation a.seealllink {
			font-size: 0.9em;
			margin-top: 10px;
			}

.toolbar {
	background: #666;
	position: relative;
	margin: 0.5em 0 1em 0;
	padding: 0 10px;
	display: block;
	max-width: 830px;
	min-height: 40px;
	}
	.toolbar h2 {
		color: #fff;
		font-size: 2.2em;
		}
	.toolbar form {
		position: absolute;
		top:10px;
		right: 10px;
		}
		.toolbar label { 
			clear: none;
			display: inline;
			color: #fff;
			}
		.toolbar form select  {
			min-width: 130px;
			min-width: 50px;
			width:100px; 
			display: inline;
			
			}

#commentform {
	margin-top:5px;
	}

#commentform p {
	position: relative;
	min-height:30px;
	}
#commentform label {
	position: absolute;
	top:-10px;
	}

#commentform input {
	margin-top:20px;
	}
#commentform input#submit {
	margin-top:0;
	width:130px;
	}

ol.commentlist { list-style:none; margin:0; padding:0; text-indent:0; }
ol.commentlist li { color:#069;  height:1%; margin:0 0 10px; padding:5px 7px 5px 77px; position:relative; }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { }
ol.commentlist li div.comment-author { padding:0 170px 0 0; }
ol.commentlist li div.vcard { font:bold 14px/1.4 helvetica,arial,sans-serif; }
ol.commentlist li div.vcard cite.fn { font-style:normal; }
ol.commentlist li div.vcard cite.fn a.url { color:#0092de; text-decoration:none; }
ol.commentlist li div.vcard cite.fn a.url:hover { color:#00a2ee; }
ol.commentlist li div.vcard img.avatar { border:5px solid #ddd; left:7px; position:absolute; top:7px; }
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta { font:bold 10px/1.4 helvetica,arial,sans-serif; position:absolute; right:10px; text-align:right; top:5px; }
ol.commentlist li div.comment-meta a { color:#0092de; text-decoration:none;  }
ol.commentlist li div.comment-meta a:hover { color:#00a2ee; }
ol.commentlist li p { font:normal 12px/1.4 helvetica,arial,sans-serif; margin:0 0 1em; }
ol.commentlist li ul { font:normal 12px/1.4 helvetica,arial,sans-serif; list-style:square; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li div.reply { display:none; background:#999; border:2px solid #666; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#fff; font:bold 9px/1 Tahoma, "Lucida Sans", "Lucida Grande",helvetica,arial,sans-serif; padding:5px 10px;  text-align:center; width:36px; }
ol.commentlist li div.reply:hover { background:#c30; border:2px solid #c00; }
ol.commentlist li div.reply a { color:#fff; text-decoration:none; text-transform:uppercase; }
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li {  }
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-3 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-4 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { background:#f2f2f2; }
ol.commentlist li.odd { background:#f2f2f2; }
ol.commentlist li.parent { }
ol.commentlist li.pingback { }
ol.commentlist li.pingback.parent { }
ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

#content_right .searchitem {
	width:375px;
	width: inherit!important;
	}

.teh_post_author {
	position: relative; 
	display: block;
	margin:10px 0 15px 0;
	padding: 0;
	width:450px;
	height:50px;
	}
	.teh_post_author .author_img {
		position: absolute;
		top:0;
		left:85px;
		} 
	.teh_post_author .author_img img {
		float:left;  
		} 
	.teh_post_author p {
		border:1px solid #ccc;
		border-left:none;
		border-right:none; 
		position: absolute;
		top:0;
		left:85px;
		height:36px;
		overflow: hidden;
		width:365px;
		}
	.teh_post_author p.author_text span { 
		padding: 5px 0; 
		display: block;
		}
