/*  
Theme Name: NotForSnowBoard Theme
Theme URI: http://notforsnowboard.com/
Description: Plain & simple Theme, Hats add-on.
Version: 1.0
Author: Espen Hareide
Author URI: http://notforsnowboard.com/

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

*/

* {
	margin: 0px;
	padding: 0px;
}

/* @group HTML tags */

body {
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 0.63em;
	line-height: normal;
}

a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

a:hover {
	color: #000;
	background-color: #fe0;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2.4em;
	font-weight: bold;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: 1.4em;
}

p {
	font-size: 1.4em;
	padding-bottom: 1em;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

/* @end */

/* @group Struktur */

#container {
	width: 100%;
	margin-bottom: 50px;
}

#main-container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 950px;
	height: 285px;
	margin-top: 5px;
}

#content {
	width: 950px;
	margin-top: 20px;
}

#content-single {
	width: 950px;
	margin-top: 20px;
}

#header-arkiv {
	height: 130px;
	background-image: url(http://blog.notforsnowboard.com/wp-content/themes/nfsb/__assets/img/header_arkiv_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
}

#header-arkiv h1 {
	display: block;
	padding-top: 65px;
	margin-left: 20px;
	margin-right: 250px;
}

/* @end */

/* @group Navigasjon */

#nav {
	background-color: #000;
	text-align: left;
	height: 50px;
	position: relative;
}

#nav ul {
	list-style-type: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#nav ul li {
	display: inline;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
	margin: 0px;
	padding: 0px;
}

#nav ul li a {
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: 45px;
	width: 100px;
	padding-top: 5px;
	padding-left: 10px;
}

#nav ul li a:hover {
	color: #000;
	background-color: #fe0;
}

#nav #sok {
	width: 310px;
	position: absolute;
	right: 10px;
	top: 11px;
}

#nav #sok #searchform #s {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	width: 225px;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.searchbutton {
	width: 60px;
	

/*

image width*/
    height: 27px;
	/

*image height*/
    border: none;
	background-image: url(http://blog.notforsnowboard.com/wp-content/themes/nfsb/__assets/img/btn_search_03.gif);
}

/* @end */

/* @group Venstre kolonne */

#left {
	width: 590px;
	float: left;
}

#left #entries {
	width: 590px;
}

#left #entries div.entry h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-left: 10px;
	margin: 0 0 10px 0;
}

#left #entries div.entry div.date-box {
	width: 53px;
	background-color: #000;
	color: #fff;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-left: 10px;
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	text-align: right;
}

#left #entries div.entry div.date-box span {
	font-weight: bold;
	display: block;
	text-align: right;
}

#left #entries div.entry div.entry-teaser {
	margin-left: 80px;
	margin-bottom: 20px;
}

#left #entries div.entry div.entry-teaser p {
	padding-right: 40px;
	line-height: 1.4em;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#left #entries div.entry div.entry-teaser p a.more-link:hover {
	background-color: #4B4B4B;
	color: #fff;
}

#left #entries div.entry p.entry-assets {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b2b2b2;
	padding-top: 1px;
	padding-bottom: 6px;
	margin: 0;
	font-size: 1.1em;
}

#entrycontent {
	margin-left: 80px;
	margin-right: 15px;
}

#entrycontent.wide {
	margin-left: 10px;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
}

#entrycontent p {
	line-height: 1.5em;
}

#entrycontent img {
	
}

/* @end */

/* @group Kommentarer */

#comments div.comment {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	padding-top: 10px;
}

#comments div.comment div.gravatar {
	background-color: #000;
	width: 58px;
	margin-left: 10px;
	height: 78px;
	float: left;
}

#comments div.comment div.c-head {
	width: 510px;
	float: right;
}

#comments div.comment div.c-head p {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B2B2B2;
	font-size: 1.1em;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}

#comments div.comment p {
	clear: both;
	margin-left: 80px;
	padding-top: 10px;
}

h2#respond {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-left: 10px;
	margin: 0 0 10px 0;
}

#comments h2 {
	b

order-top-style: none;
	b

order-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#addcomment {
	margin-top: 20px;
	margin-bottom: 20px;
}

#commentform {
	margin-left: 80px;
}

#commentform textarea {
	width: 490px;
	border: 1px solid #000;
	padding: 5px;
	font-family: Helvetica, Arial, sans-serif;
}

#commentform input.txt {
	width: 490px;
	border: 1px solid #000;
	padding: 5px;
	font-family: Helvetica, Arial, sans-serif;
}

#commentform label {
	font-weight: bold;
	padding: 0 0 5px 0;
}

/* @end */

/* @group Høyre kolonne */

#right {
	width: 330px;
	float: right;
	padding-left: 20px;
}

#right h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B2B2B2;
	padding-bottom: 5px;
	margin-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
}

#right h4 {
	font-size: 1.17em;
}

#right p {
	padding-left: 10px;
	padding-right: 20px;
	font-size: 1.2em;
	line-height: 1.4em;
}

#right ul {
	list-style-type: none;
	margin: 0;
	padding-left: 10px;
	padding-right: 20px;
	font-size: 1.2em;
}

#right ul li {
	padding-bottom: 5px;
}

#right ul li p {
	font-size: 1em;
	margin-left: -10px;
	padding-bottom: 5px;
	padding-top: 2px;
}

/* @end */

/* @group Ekstras */

#extra {
	clear: both;
}

#extra h3 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #b2b2b2;
	padding-top: 4px;
	/*

padding-bottom: -1px;*/
	padding-left: 10px;
}

#extra #folksonomy {
	
}

#extra #folksonomy h3 {
	margin-bottom: 10px;
}

#extra #folksonomy ul {
	font-size: 1.2em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#extra #folksonomy ul li {
	text-align: right;
	width: 190px;
	float: left;
}

#extra #folksonomy ul li a {
	margin-right: 20px;
	font-weight: bold;
	padding: 5px;
	display: block;
}

#extra #folksonomy ul li a:hover {
	color: #000;
	background-color: #fe0;
}

#extra #folksonomy ul li a span {
	text-align: left;
	float: left;
}

#extra #flickr {
	margin-top: 15px;
	margin-bottom: 15px;
	overflow: visible;
	width: 950px;
}

#extra #flickr h3 {
	margin-bottom: 10px;
	margin-top: 10px;
}

#extra #flickr ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#extra #flickr ul li {
	margin-right: 5px;
	float: left;
	display: block;
	padding: 0px;
}

#extra #flickr ul li a {
	display: block;
	margin: 0px;
	padding: 3px;
}

#extra #flickr ul li a:hover {
	background-color: black;
	margin: 0px;
	padding: 3px;
}

#extra #flickr ul li a img {
	margin: 0px;
	border: none;
}

#extra #colophon {
	margin-top: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000;
}

#extra #colophon p {
	padding-left: 10px;
	padding-top: 10px;
	font-size: 1em;
}

/* @end */

/* @group Search hilite */

.hilite {
	color: #000;
	background-color: #eee;
}

.hilite1 {
	color: #000;
	background-color: #eee;
}

.hilite2 {
	color: #000;
	background-color: #eee;
}

.hilite3 {
	color: #000;
	background-color: #eee;
}

/* @end */

/* @group SIFR */

.sIFR-active h1, .sIFR-active h2, .sIFR-active h3, .sIFR-active h4 {
	visibility: hidden;
	font-family: Arial;
	line-height: 1em;
}

.sIFR-active h1 {
	font-size: 30px;
	margin-left: 20px;
	margin-right: 250px;
}

.sIFR-active h2 {
	font-size: 24px;
	letter-spacing: 2px;
}

.sIFR-active h3 {
	font-size: 18px;
}

.sIFR-active h4 {
	font-size: 15px;
	text-align: right;
	font-weight: bold;
}

/* @end */

/* @group Diverse */

.clear-both {
	clear: both;
}



/* @end */