/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/*- Page Structure */

img {
	border: 0;
	}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #444;
	background: #999999;
	background-attachment: fixed;
	margin-left: 10%;
	margin-top: 2%;
	}

em {
	font-style: italic;
	}


#page {
	background: url('http://www.runefhjemas.com/_bilder/testbg.jpg');
	padding: 20px;
	text-align: left;
	margin: 0 auto;
	width: 800px;
	height: 532px;
	position: absolute;
	clear: both;
	border: #000000 1px dashed;
	}
	
#header {
	background: url('http://www.runefhjemas.com/_bilder/post-trans-bak.png');
	padding: 10px;
	position: relative;
	height: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	border-top:#999999 1px solid;
	border-left:#999999 1px solid;
	border-right:#999999 1px solid;
	border-bottom:#999999 1px solid;
	}
	
#header a{
	color: #444;
	font-weight: bold;
	text-decoration: none;
	}
	
#content {
	padding: 10px 0px;
	border-top:#999999 1px solid;
	border-left:#999999 1px solid;
	border-right:#999999 1px solid;
	border-bottom:#999999 1px solid;
	}
	
.main {
	background: url('http://www.runefhjemas.com/_bilder/post-trans-bak.png');
	padding: 10px 20px 50px;
	}

.main p {
	font-size: 1.2em;
	}

.main a {
	color: #27d;
	text-decoration: none;
	}

.main a:hover {
	text-decoration: underline;
	}
	
.boks1 {
	width: 200px;
	padding: 10px;
	float: right;
	}
	
.boks2 {
	width: 200px;
	padding: 10px;
	background: #999999;
	float: right;
	clear: right;
	}

#footer {
	padding: 5px 30px 20px;
	font-size: 1.2em;
	font-family: 'Georgia', Sans-Serif;
	text-align: center;
	color: #444;
	clear:both;
	}

/*- Main Menu in Header */

ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 3px;
	bottom: 0px;
	width: 100%;
	}

ul.menu li {
	display: inline;
	margin: 0;
	}

ul.menu,
ul.menu li a {
	padding: 5px;
	}

ul.menu li a {
	background: #F0F0F0;
	font-size: 1.2em;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	margin: 0;
	margin-right: 5px;
	text-decoration: none;
	}

ul.menu li a:hover {
	background: #27d;
	color: #ffffff;
	text-decoration: none;
	}

/*- Headings */

h1, h2, h3, h4, h5 {
	font-family: "Lucida Grande", Arial, Sans-Serif;
	}

h1 { /* H1 is the title in the header */
	display:none;
	visibility:hidden;
	}

h1, h1 a, h1 a:hover, h1 a:visited,
#header .description {
	display:none;
	visibility:hidden;
	}

h1 a:hover {
	text-decoration: underline;
	}

h2 {
	text-align: left;
	font-size: 2em;
	font-weight: bold;
	}

h3, h4 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 2em;
	font-weight: normal;
	letter-spacing: 0;
	}

h5 {
    font-size: 2em;
	font-weight: normal;
	margin-top: 20px;
	}


.entry-content h4 {
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 25px;
	}


h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited,
h5, h5 a, h5 a:visited {
	color: #db1e14;
	}

h2, h2 a, h2 a:hover, h2 a:visited,
h3, h3 a, h3 a:hover, h3 a:visited,
h4, h4 a, h4 a:hover, h4 a:visited {
	text-decoration: none;
	}

/*- Various Tags and Classes */

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	}

.center {
	text-align: center;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}

img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright, img[align="right"] {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft, img[align="left"] {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

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



/*- Begin Lists */
	

/*- Search Form and Livesearch */

#search {
	}

#search h4 {
	display: none;
	}

#searchform {
	width: 160px;
	padding-top:4px;
	}
	
#searchsubmit {
	display: inline;
	position: absolute;
	height: 22px;
	padding: 2px;
	margin-left: 5px;
	background: #B3B3B3;
	color: #fff !important;
	border: none;
	}

input[type=text], textarea {
	color: #444;
	padding: 1px;
	margin: 0;
	}

#s {
	width: 70%;
	font-size: 1.1em;
	border: none;
	height: 20px;
	}

#s.livesearch {
	width: 78%;
	}


.entry-edit.module-edit {
	display: none;
	visibility: hidden;
	}


/* CSS Beyond this point is for various supported plugins and not the 'core' K2 template */
