/*
Theme Name:  Oraklet
Theme URI:   http://www.oraklet.no
Description: Theme made for Ingemar Jansson Data AS
Version:     0.14
Author:      Sindre Jansson Haverstad
Changes:     0.11 Added scrollbar to CODE section, Ingemar
             0.12 Added background color to CODE section, Ingemar
                  Added background color to TABLE section, Ingemar
             0.13 Changed <code> font from serif to courier-new, Ingemar
             0.14 Changed page width from 800 to 1000 pixels, Ingemar
                  Changed content width from 600 to 000 pixels, Ingemar
	width: 1000px;
*/

/* Diverse */
* {
	margin: 0;
	padding: 0;
	font-size: medium;
	}

html {
	background: #fff url(images/fade-bak-r.png) fixed top repeat-x;
	}

/* Sideoppsett */
#page {
	margin: 50px auto;
	padding: 10px;
	width: 1000px;
	border: 1px solid #000059;
	background: #fff url(images/ringer.png) no-repeat top left;
	}

#header	{
	margin-left: 200px;
	margin-top: 20px;
	margin-bottom: 10px;
	}

#content {
	float: right;
	width: 800px;
	padding-top: 20px;
	}
	
#sidebar {
	float: left;
	width: 200px;
	padding-top: 5px;
	}
	
#footer	{
	clear: both;
	color: gray;
	font-size: small;
	padding: 10px;
	padding-left: 200px;
	}

#footer a, #footer a:visited {
	color: gray;
	}

#header img {
	margin-right: 20%;
	}
	
/* Paragrafer, avsnitt og overskrifter */
hr {
	display:none;
	}

#header h1 a {
	color: #000059;
	margin-bottom: 10px;
	font-size: 200%;
	text-decoration: none;
	}

#header h2 a{
	color: #000059;
	font-size: 100%;
	padding-top: 10px;
	}
	
h2 {
	font-size: 120%;
	color: #000059;
	margin-top: 10px;
	}

h2 a {
	color: #000059;
	text-decoration: none;
	margin-top: 20px;
	padding-bottom: 10px;
	font-size: 110%;
	}
	
#content h3 {
	font-size: 100%;
	color: #000059;
	padding-top: 10px;
	}

p	{
	padding-bottom: 10px;
	}

.postmetadata, .postmetadata a, .commentmetadata, .commentmetadata a {
	font-size: small;
	color: gray;
	}

code {
	display: block;
	padding: 10px;
	font-family: courier-new;
	margin-bottom: 10px;
	border: 1px solid #000059;
	background-color: #E0FFFF;
        overflow:auto;
	}
/* sidebar */
#sidebar ul li {
	list-style: none;
	}

#sidebar ul ul {
	margin-top: 30px;
	margin-bottom: 20px;
	}

.page_item a {
	display: block;	
	width: 170px; 
	font-size: 110%;
	font-weight: bold;
	color: #000059;
	text-decoration: none;
	padding: 2px 10px;
	margin-bottom: 1px;
	}

.page_item a:hover {
	background-color: #dedede;
	color: #000;
	}

.current_page_item a {
	background-color: #dedede;
	}

.current_page_item a:hover {
	color: #000;
	}

.widgettitle {
	display: none;
	}

/* Innholdet */
#content ul {
	margin-left: 20px;
	}
	
dt {
	padding-top: 10px;
	}

dd {
	padding-left: 30px;
	}
	
.alignleft {
	text-align: left;
	}
	
.alignright {
	text-align: right;
	}
	
/* Tabeller */
table {
	border: 1px dotted #000059;
	background-color: #AFDCEC;
	}

td, th{
	padding: 3px;
	border: 1px dotted #000059;
	}
	
textarea {
	width: 500px;
	}

/* Links */
.more-link {
	display: block;
	text-align: right;
	font-size: 95%;
	}
	
/* News */
.post {
	border-bottom: 1px dotted #000059;
	}

/* Search */
#searchform {
	margin-top: -20px;
	float: right;
	}
	
#searchform #s {
	width: 150px;
	border: 1px dotted #000059;
	background: (#fff url(images/sok.gif) fixed right;
	}
	
#searchform #searchsubmit {
	border: 1px solid #000059;
	background: (#fff url(images/tabellfade.gif) fixed top repeat-x;
	}
