/*
Theme Name: Hinderberg
Description: Dette er mitt tema og det er fint!
Version: 1.1
Author: Hans Magnus Inderberg
Author URI: http://hinderberg.no/
Tags: Supa, trupa, love is in the air

*/

/****************************
 **   Import
 ****************************/
@import url('css/reset.css');

/* Body
-------------------------------------------------------------------*/
body { 
	font: 87.51%/1.5 Verdana, "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-smooth: always;
	color:#333;
	background: #102030 url(images/bg.png) top center no-repeat; /* #4c8490 */
	word-spacing: 0.03em;
	letter-spacing: .050em;
}

h1, h2, h3, h4, h5,h6 { 
	font-family:Georgia; 
	font-weight: normal; 
	color: #222; 
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	color:#222;
}

h1 { 
	font-size: 1.8em; 
	margin: 0; 
}

h2 { 
	font-size: 1.7em; 
	margin: .20em 0; 
}

h3 { 
	font-size: 1.6em; 
	line-height: 1.3; 
	margin: 0.20em 0 .2em;
}

h4 { 
	font-size: 1.5em; 
	margin: 0.20em 0 .2em; 
}

h5 { 
	font-size: 0.83em; 
	margin: 0.20em 0; 
	font-weight: bold; 
}

h6 { 
	font-size: 0.67em; 
	margin: 0.20em 0; 
	font-weight: bold; 
} 

h1 span { 
	color: #999;
}

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

a:hover, a:focus {
	color:#999;
	text-decoration:underline
}

input, textarea { 
	font: 12px Verdana, Helvetica, Arial, Geneva, sans-serif;
}

blockquote { 
	font: italic 14px/22px Georgia, Serif; 
	padding: 5px 10px;
	margin-bottom: 20px;
	background: #eef3f7; 
}

/* Images */
p img {
	max-width:100%; 
	padding:0; 
}

/* Text elements */
abbr,
acronym { 
	cursor: help; 
	border-bottom: 1px dashed #999; 
}

blockquote {
  	background-color: #F0F0F0;
  	border-left: 2px solid #E5E5E5;
  	color: #111;
 	font-style: italic;
  	margin: 0 0 .8em .5em;
  	padding: .5em;
}

cite { 
	font-style: italic; 
}

hr,
separator { 
	display: none;
}

small { 
	font-size: 0.8em; 
}

strong { 
	font-weight: bold; 
}

sub,
sup { 
	font-size: 0.7em;
}

del { 
	color: red; 
	text-decoration: line-through;
}

ins { 
	color: green; 
	text-decoration: none;
}

em { 
	font-style: italic; 
}

p {	
	padding:5px 0; 
}

code, pre {
	font-family:"Lucida Grande", verdana, arial, helvetica, sans-serif;
	line-height: 1em;
	font-size: .7em;
	overflow-x: auto;
	overflow-y: auto;
}

acronym {
	cursor:help;
	border-bottom:1px dotted #895F30;
}

.hidden {
	display:none;
}


/* Container
-------------------------------------------------------------------*/
#container { 
	width: 80%; 
	padding-bottom: 10px; 
	margin: 20px auto 20px auto;
	overflow: hidden; 
	min-width: 900px;
}

#container #wrapper { 
	margin-top: 20px;
	width: 100%; 
	float: left; 
	overflow: hidden; 
	background: #fff; 
	padding:16px 0;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	min-height: 600px;
}


/* Admin
-------------------------------------------------------------------*/
.admin {
	margin-top: 30px;
}

/* Header
-------------------------------------------------------------------*/
#header { 
	width: 100%; 
	height: 53px; 
	float: left; 
	position: relative; 
	margin-top: 10px;
}

/* Header->Logo
-------------------------------------------------------------------*/
#logo {
	position: absolute; 
	top: 7px; 
	left: 10px;
}

/* Header->Navigation
-------------------------------------------------------------------*/
#nav { 
	height: 32px; 
	position: absolute; 
	top: 25px; 
	right: 0px;
}
#nav ul li { 
	display: inline; 
}

#nav a:link, #nav a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 20px 0 0;
	text-decoration: none;
	color: #fff;
}

#nav a:link#current, #nav a:visited#current, #nav a:hover {
	background: transparent;color: #fff;
}

#nav a:hover {
	text-decoration:underline
}

#nav #feed {  
	position: absolute; 
	right: 15px; 
	top: 7px;
	font-weight: bold;
	color: #555;
	text-decoration: none;
	padding: 0 0 0 20px;
	display: block; 
	text-shadow: 1px 1px 1px #fff; 
	background: url(images/feed.gif) no-repeat 0 3px; 
}


/* Search
-------------------------------------------------------------------*/
#search {
	position: absolute;
	top: 20px; 
	right: 10px;
}
#search #s { 
	width: 170px;
	height: 14px;
	padding: 5px 0 5px 23px;
	vertical-align: bottom;
	line-height: 1px;
	font: normal 12px Verdana, Sans-Serif;
	color: #777;
	border: 0;
	background: #fafafa url(images/search-bg.gif) no-repeat;
}

/* Content
-------------------------------------------------------------------*/
#content { 
	width: 70%; 
	float: left; 
	padding: 20px; 
	background: #fff; 
	border-right:1px solid #DDDDDD;
}

#content .post { 
	margin-bottom: 25px; 
}

#content .post h1.post-title { 
	font-family: Georgia, serif;
	color: #333;
}
#content .post h1.post-title a { 
	text-decoration: none;
	color: #333;
}

#content .post .post-info { 
	clear: both; 
	font-size: 0.7em; 
	color: #999;
	margin-top: 20px;
  	border-top: 1px dotted #D5D5D5;
  	border-bottom: 1px dotted #DDDDDD;
  	display: block;
  	height: 17px;
  	padding: 5px 4px 5px 0px;
  	position: relative;
  	width: 100%;
}

#content .post .post-info a {}
#content .post .post-info a:hover { color: #000; }

#content #pages { text-align: center; }
#content #pages a { font: bold 20px "Trebuchet MS"; color: #414d4c; text-decoration: none; }
#content #pages a:hover { color: #1e2726; }

#content ul, ol, dl { margin:20px 0 20px 30px; }
#content ul { 
	list-style: disc;
}
#content ol { 
	list-style: decimal; 
}
#content dl dt { 
	font-weight: bold;
}
#content dl dd { 
	font-style: italic;
	margin: 0 0 5px 20px;
	color: #555;
}

/* Added */
#content small.undertitle {
	clear: both; 
  	background-color: #F4F8F9;
  	border: 1px solid #B3CDD8;
  	border-left-width: 0px;
  	border-top-color: #E6F0F2;
	-moz-border-radius: 0px 3px 3px 0px;
	-ms-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-top-left-radius: 0px;
  	-webkit-border-top-right-radius: 3px;
  	-webkit-border-bottom-left-radius: 0px;
  	-webkit-border-bottom-right-radius: 3px;
  	border-radius: 0px;
  	margin-bottom: 10px;
  	
  	color: #3e5867;
  	display: block;
  	height: 17px;
 	left: -20px;
  	padding: 5px 4px 5px 22px;
  	position: relative;
  	width: 100%;
}

.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { float: left; }
.alignright { float: right; }



/* Content->Comment Form
-------------------------------------------------------------------*/
#commentform { 
	background: #fafafa; 
	border: 5px solid #def7f8; 
	padding: 10px; 
	color: #555; 
}
#commentform p { margin-bottom: 7px; }
#commentform textarea { 
	width: 630px; 
	border: 1px solid #aaa; 
	height: 120px;
}
#commentform input.text { 
	width: 150px; 
	border: 1px solid #aaa; 
	margin-right: 10px; 
	padding: 3px 3px; 
}
#commentform input#submit { padding: 3px 10px; }



/* Content->Comments
-------------------------------------------------------------------*/
#comments .comment { 
	width: 670px;
	background: #def7f8; 
	margin-bottom: 10px; 
	overflow: hidden; 
	padding-bottom: 5px; 
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#comments .comment .comment-avatar { 
	width: 50px; 
	float: left; 
	padding: 5px 7px; 
}

#comments .comment .comment-content { 
	width: 570px;
	float: left; 
	padding: 10px 15px; 
	margin: 5px 5px 0 0; 
	background: #fafafa ; 
}
#comments .comment .comment-content a { color: #444; }

#comments .comment .comment-info { 
	font-size: 0.9em;
	color: #777;
	margin-bottom: 5px; 
}
#comments .comment .comment-info span {
	font: bold 20px "Trebuchet MS", Helvetica, Arial, Geneva;  	
	padding-right: 10px; 
	margin-bottom: 5px;
}
#comments .comment .comment-info a { 
	color: #444; 
	text-decoration: none;
}

/* Sidebar
-------------------------------------------------------------------*/
#sidebar { 
	width: 21%; 
	float: left; 
	font-size: 0.9em; 
	color: #555; 
	margin-bottom: 15px;
	padding: 20px;
}

#sidebar h3 { 
	font: bold 1em Verdana; 
	color: #333; 
	line-height: 1.3; 
	margin: 1.20em 0 .2em;
}

#sidebar a { 
	color: #333; 
	text-decoration: none; 
}

#sidebar a:hover { 
	color: #777; 
}

.info {
	border-bottom:1px dashed #9a9898;
	padding:16px 0 6px 0;
}

#sidebar .block { 
	padding:0;
	overflow: hidden;	
}

#sidebar .block ul {
	list-style:none;
	margin:0;
	font-size:1em;
}

#sidebar .block ul li a {
	color:#222;
	height:1%;
	line-height:1.2em;
	border-bottom:1px dashed #9a9898;
	display:block;
	padding:6px 0 6px 8px;
}

#sidebar .block ul li a:hover{
	color: #777; 
}

#sidebar .block ul ul{
	margin:0;
	list-style:none;
}

/* Calendar */
#sidebar .block #calendar_wrap .pad { 
	background: none; 
}

#sidebar .block #calendar_wrap #prev { 
	background: none; 
}

#sidebar .block #calendar_wrap #next { 
	background: none; 
}

#sidebar .block #calendar_wrap table { 
	width: 100%; 
	margin: 0;
	padding: 0;
}

#sidebar .block #calendar_wrap table th { 
	width: 14.2%; 
}

#sidebar .block #calendar_wrap table td { 
	width: 14.2%; 
	background: #fafafa; 
	text-align: center; 
	color: #888; 
}

#sidebar .block #calendar_wrap table td a { 
	font-weight: bold; 
}

/* Pageination */
#sidebar ul.pagination { 
	padding: 0 0 0 20px; 
}

#sidebar .pagination li { 
	display: block; 
	overflow: hidden; 
}

#sidebar .pagination li a span {
  	display: block;
  	padding-bottom: 3px;
  	text-transform: uppercase;
  	color: #777;  	
}

#sidebar .pagination li a:hover span { color: #94C7B6;  }

#sidebar .pagination li a,
#sidebar .pagination li a:link,
#sidebar .pagination li a:visited {
  	background: transparent url(images/arrows.png) right -195px no-repeat;
	border: none;
	display: block;
	line-height: 1.2;
	padding: 2px 50px;
}

#sidebar .pagination li a:active,
#sidebar .pagination li a:focus,
#sidebar .pagination li a:hover {
	background-position: right -295px;
	border: none;
}

#sidebar .pagination li.previous_post a { 
	background-position: left 5px; 
}

#sidebar .pagination li.previous_post a:hover { 
	background-position: left -95px; 
}


/* Footer
-------------------------------------------------------------------*/
#footer {
	width: 100%;
	height: 29px;
	float: left;
	clear: both;  
	position: relative; 
}

#footer a#theme-author { 
	position: absolute; 
	top: 0px; 
	right: 0px; 
	display: block; 
	height: 28px; 
	width: 130px; 
}

#footer p { 
	line-height: 28px; 
	color: #dfdfdf; 
	padding-right: 15px; 
	font-size: 0.9em; 
	margin-left: 10px; 
}

#footer a { 
	color: #555;
	text-decoration: underline;
}


/* Standard wordpress
-------------------------------------------------------------------*/
.clear { 
	clear:both; 
}

.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft { 
	float: left; 
}

.alignright { 
	float: right; 
}

img.alignleft {
	display: inline;
	margin: 0 7px 2px 0;
	padding: 4px;
}

img.alignright {
	display: inline;
	margin: 0 0 2px 7px;
	padding: 4px;
}

.entry div.alignleft { 
	float: left; 
	margin: 0 8px 7px 0;
}

.wp-caption {
  background-color: #F0F0F0;
  border: 1px solid #E5E5E5;
  overflow: hidden;
  padding: 3px;
  width: auto !important;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

#sidebar li.widget div.textwidget a img,
#sidebar li.widget div.textwidget a:hover img { 
	border: none; 
}

html .clearfix { display: block; }
* html .clearfix { height: 1%; }
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }

.facebooklike
{ 	
	opacity: .6; 
	-moz-opacity: .6; 	
	filter: alpha(opacity=60);
}

.facebooklike:hover 
{ 	
	opacity: 1; 	
	-moz-opacity: 1; 	
	filter: alpha(opacity=100); 
}
