/*
Theme Name: Stormfjell
Theme URI: http://stormfjell.no
Description: Basert på K2, så GPL. 
Version: 0.1
Author: Stormfjell/Martin Strand
Author URI: http://stormfjell.no
Tags: stormfjell

$Revision: 809 $
*/

/*- Reset CSS */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}

/*- Typography */

body {
	font-family: "Tahoma", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Tahoma", Arial, sans-serif;
}

.comments input[type=text], .comments textarea, code {
	font-family: Monaco, "Courier New", Courier, monospace;
}

/*- Page Structure */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #000;
	background: #ccc;
	text-align: center;
}

#page {
	background: white;
	text-align: left;
	margin: 0 auto;
	padding-top: 0;
	margin-top: 30px;
	position: relative;
	border: 3px solid #369;
	clear: both;
	background-image: url("img/stormfjellsider_10.png");
	background-repeat: repeat-y;
	background-position: top left;
}

.columns-one #page {
	width: 795px;
}

.columns-two #page {
	width: 795px;
}

.columns-three #page {
	width: 795px;
}

#header {
	position: relative;
	height: 83px;
	background-image: url("img/stormfjellsider_03.png");
	background-position: top right;
	background-repeat: no-repeat;
	border-bottom: 2px solid #369;
}

.content {
	padding: 0;
}

body.columns-three #primary-wrapper {
	position: relative;
	float: right;
	width: 596px;
    margin-left: 0;
    margin-right: 0;
	padding-right: 0px;
}

#primary {
	position: relative;
	float: left;
	padding: 10px;
	width: 575px;
	float: left;
}
	
#sidebar-1 {
	height: 100%;
	background-image: url("img/stormfjellsider_07.png");
	background-repeat: no-repeat;
	width: 199px;
	float: left;
	font-size: 1em;
	color: #666;
	position: relative;
	padding: 0;
	padding-top: 200px;
	margin: 0;
	overflow: hidden;
	height: 100%;
}


body.sidebars-none #primary-wrapper {
	margin: 0px;
	float: none;
}

body.sidebars-none #primary {
	float: none;
	width: auto !important;
	margin: 0px !important;
}

.columns-one .secondary {
	width: 199px;
	border-top: 1px solid #eee;
}

.columns-three .secondary {
	width: 199px;
}
	
ul.menu {
	display: none;
}

fieldset {
	border: none
}

input[type=password]:focus {
	background: #fff;
	color: #333;
	border-color: #666;
}

#sidebar-1 .widget input[type=text], #sidebar-1 .widget input[type=password] {
	width: 125px;
}

#sidebar-1 .widget .brukermelding {
	padding: 0.2em;
	background-color: #FFFFCC;
	border: 1px solid #FFFF00;
	width: 125px;
}

#sidebar-1 .widget label {
	clear: right;
	display: block;
}

#sidebar-1 .widget {
	margin-left: 25px;
}

#sidebar-1 .widget h4 {
	color: #369;
	display: block;
	width: 100%;
	/*background-color: white;*/
	border-bottom: 2px solid #369;
}

#sidebar-1 .widget a {
	color: black;
}

#sidebar-1 .widget ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

#sidebar-1 .widget ul li:before {
	content: "\00BB \0020"; /* Putter inn >> i menyen */
	}

#sidebar-1 .widget ul li ul {
	display: none;
}

#sidebar-1 .widget ul li.current_page_item ul, #sidebar-1 .widget ul li.current_page_ancestor ul {
	display: block;
}

#sidebar-1 .widget_adv_custom_field {
	margin-left: 10px;
	width: 150px;
	background-image: url("img/stormfjellsider_13.png");
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 5px;
}

#sidebar-1 .widget_adv_custom_field h4 {
	background-image: url("img/stormfjellsider_12.png");
	background-repeat:no-repeat;
	background-position: top left;
	text-align: center;
	color: white;
	height: 20px;
	border: none;
	margin: 0;
}

#sidebar-1 .widget_adv_custom_field .advcustomvalue {
	background-color: #ccc;
	color: black;
	margin: 0;
	font-size: 90%;
	padding: 5px 7px 5px 7px;
}

.footerpoweredby, .footerfeedlinks {
	display: none;
}

#footer {
	padding: 0;
	margin-top: 5px;
	margin-bottom: 15px;
}

#footer ul#stormfjell-footer li {
	display: inline;
}

#footer ul#stormfjell-footer li a, #footer ul#stormfjell-footer li {
	color: black;
}

#footer ul#stormfjell-footer li:after {
	content: " \2022 ";
}

#footer ul#stormfjell-footer li.last:after {
	content: "";
}

/*- Headings */

#header h1, .blog-title {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%
	display: block;
}

.blog-title a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -99em;
	overflow: hidden;
}

#header .description { /* Description in header */
	display: none;
}

.four04 .entry-title,
body.page .entry-title {
	text-align: left;
}

h1.entry-title, h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	letter-spacing: 0;
}

/* Reinhorn-delen */

table.personinfo th {
	text-align: right;
	font-weight: bold;
	padding: 0 .5em;
}

/* Formatering av resultatliste */

ul#rennmetadata {
	display: inline;
	list-style: none;
	clear: both;
}

ul#rennmetadata li.renn {
	float: left;
}

ul#rennmetadata li.dato {
	float: right;
}

ul#rennmetadata li.rennleder {
	float: left;
	clear: left;
}

ul#rennmetadata li.tekndel {
	float: right;
	clear: right;
}

table#resultatliste {
	clear: both;
}

td.plassering, td.startnr {
	padding: 0 .5em;
}

td.tid, td.etter {
	padding: 0 .5em;
}	

td.plassering, td.startnr, td.tid, td.etter {
	text-align: right;
}

/* Påmelding */

ul#pameldtype_liste {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 1em;
	clear: both;
	display: block;
	overflow: auto;
}

ul#pameldtype_liste li {
	display: block;
	width: 40%;
	margin: 0 1em;
	height: 2,5em;
	padding: 0;
	text-align: center;
	border: 1px solid #369;
	border-bottom: none;
	float: left;
	background-color: #C7DAEC;
}

ul#pameldtype_liste li.aktiv {
	background-color: #FFFFFF;
	font-weight: bold;
}

ul#pameldtype_liste li a {
	height: 100%;
	width: 100%;
	display: block;
	float: left;
	color: black;
	text-decoration: none;
}

ul#pameldtype_liste li a:hover {
	background-color:#FFFFFF;
	color: black;
	text-decoration: none !important;
}

ul#pameldingsnavigasjon {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 1em;
	clear: both;
	width: 100%;
	display: block;
	overflow: auto;
}

ul#pameldingsnavigasjon li {
	display: inline;
	width: 30%;
	margin: 0 .5em;
	height: 1.5em;
	padding: 0;
	text-align: center;
	border: 1px solid #369;
	float: left;
	background-color: #CCCCCC;
	float: right;
}

ul#pameldingsnavigasjon li a {
	height: 100%;
	width: 100%;
	display: block;
	float: left;
	color: black;
	text-decoration: none;
	vertical-align: middle;
}

ul#pameldingsnavigasjon li a:hover {
	background-color:#FFFFFF;
	color: black;
	text-decoration: none !important;
}