/* Copyright 2009 Gandalf Kommunikasjon AS      **
** www.gandalf.no - kontakt@gandalf.no          **
** All rights reserved.                         */

/* Generated:     Fri, 30 Jul 2010 06:34:14 GMT */
/* Last Modified: Wed, 07 Jul 2010 08:08:22 GMT */


/* 00_reset.css */
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
font-family:Arial, Helvetica, sans-serif;	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* 10_basic.css */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	}
h1, h2, h3, h4{
	color:#da1616;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	}
h1{
	font-size:2em;
	}
h2{
	font-size:1.6em;
	line-height:1.3em;
	padding:0 0 0.4em 0;
	}
h3{
	font-size:1em;
	line-height:1.3em;
	padding:0 0 0.4em 0;
	}
p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.8em;
	line-height:1.3em;
	padding:0 0 1em 0;
	}
a{
	color:#1356aa;
	}
	a:hover{
		color:#C00;
		}
h2 a, h3 a{
	background-image:url(images/underline.png);
	background-position:left bottom;
	background-repeat:repeat-x;
	
	text-decoration:none;
	}
	h2 a:hover, h3 a:hover{
		background-image:url(images/underline-hover.png);
		}

/* 20_layout.css */
body, html {
	height:100%;
	margin:0;
	padding:0;
	width:100%;
}
body{
	background-image:url(images/bg-menu.png);
	background-position:0em 4.5em;
	background-repeat:repeat-x;
	}
#mainContentWrapper{
	height:auto !important;
	margin:0 0 -131px 0;
	min-height:100%;
	width:100%;
	
	}
#mainContentWrapper1{
	background-image:url(images/bg-topline.png);
	background-repeat:repeat-x;
	background-position:top center;
	}
#mainContentWrapper2{
	background-image:url(images/bg-top-center.png);
	background-repeat:no-repeat;
	background-position:top center;
	}

#contentWrapperCenter {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 0 0 30px;
}
	
	#manWrapper {
		position: relative;
		background-image: url(images/andreas.png);
		background-repeat: no-repeat;
		background-position: 800px 100px;
	}
	
	#contentWrapperLeftInCenter {
		width: 830px;
		padding: 0 0 40px 0;
	}
	#logoAndTitleContainer{
		height:3.8em;
		padding:18px 0 30px 0;
		}
		#logoContainer{
			display:block;
			float:right;
			padding-right:20px;
			}
			#logo{
				display:block;
				margin-top:10px;
				}
		h1#pageTitle{
			color:#FFF;
			float:left;
			min-height:76px;
			min-width:576px;
			padding:0;
			margin:0;
			font-size:2em;
			background-image:url(images/page-title.png);
			background-repeat:no-repeat;
			}
			h1#pageTitle span{
				display:none;
				}
			
#mainMenuWrapper{
	margin:0 auto;
	padding:30px 0 50px 0;
	}
	#mainMenu{
		list-style-type:none;
		}
		#mainMenu li{
			float:left;
			}
			#mainMenu li a{
				display:block;
				color:#da1616;
				font-weight:bold;
				text-decoration:none;
				font-size:1.3em;
				padding:0.1em 2em 0.2em 0;
				}
			#mainMenu li a:hover {
				color: #000;
			}


#articleCol{
	width:475px;
	float:left;
	overflow: hidden;
}

#asideWrapper1{
	width:327px;
	float:right;
	padding:18px 0 0 0;
	background-image:url(images/bg-aside-top.png);
	background-position:top;
	background-repeat:no-repeat;
	}
	#asideWrapper2{
		padding:0 0 16px 0;
		background-image:url(images/bg-aside-bottom.png);
		background-position:bottom;
		background-repeat:no-repeat;
		}
		#asideWrapper3{
			padding:0 20px;
			background-color: #fff;
			background-image:url(images/bg-aside-mid.png);
			background-repeat:repeat-y;
			}
	
#footerPusher{
	height:131px;
	clear:both;
	}
#footerWrapper {
	background:#fdfdfd url(images/bg-footer.png) repeat scroll 0 0;
	height:130px;
	}
	#footerCenterWrapper{
		max-width:1200px;
		margin:0 auto;
		padding:2em 0 0 0;
		}
		#footerCenterWrapper p{
			color:#59595c;
			font-size:0.8em;
			}

#byline {
	font-size: 9px;
	float: right;
	padding-right: 10px;
	padding-top: 35px;
	text-align: right;
}
	#byline a {
		color: #999;
		text-decoration: none;
	}
	#byline a:hover {
		color: #DA1616;
		text-decoration: none;
	}
	#byline em {
		visibility: hidden;
	}
	#byline strong {
		text-transform: uppercase;
	}

#printLogo {
	display: none;
}
	
.clr{
	clear: both;
}

/* 25_sidebar.css */
li.widget {
	list-style-type: none;
	clear: both;
	background-image: url(images/hr-aside.png);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-bottom: 15px;
}

li.widget:first-child {
	background-image: none;
	padding-top: 0px;
}


.widgettitle {
	font-size: 1.5em;
	min-height: 30px;
	background-position: left;
	background-repeat: no-repeat;
}

.widgettitle span {
	display: none;
}

#text-3 h2 {
	background-image: url(images/module-titles/sponsorer.png);
}

#categoryposts-3 h2 {
	background-image: url(images/module-titles/nyheter.png);
}

#text-4 h2 {
	background-image: url(images/module-titles/andreas-pa-youtube.png);
}



/* 26_category-posts.css */


.widget .post-title {
	background-image: url(images/underline.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	text-decoration: none;
	font-size: 0.9em;
	line-height: 1.3em;
	padding: 0 0 0.0em 0;
	font-weight: bold;
}
.widget .post-title:hover{
	background-image: url(images/underline-hover.png);
}

.widget .cat-post-item p {
	font-size: 0.75em;
	line-height: 1.5em;
	padding-top: 0.2em;
}

/* 26_sponsors.css */

#mainSponsorList,
#sponsorList{
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 297px;
}
#mainSponsorList li,
#sponsorList li {
	float: left;
	width: 135px;
	height: 65px;
	margin: 0 10px 10px 0;
}
#mainSponsorList li a,
#sponsorList li a {
	display: block;
	width: 135px;
	height: 65px;
}
#mainSponsorList li a span,
#sponsorList li a span {
	display: block;
	width: 135px;
	height: 65px;
}
#mainSponsorList li a span span,
#sponsorList li a span span {
	display: none;
}
				
#betongost-link{
	background-image: url(images/sponsors/betongost.png);
	background-repeat: no-repeat;
}
#betongost-link span {
	background-image: url(images/sponsors/betongost-hover.png);
	background-repeat: no-repeat;
}
#gandalf-link {
	background-image: url(images/sponsors/gandalf.png);
	background-repeat: no-repeat;
}
#gandalf-link span{
	background-image: url(images/sponsors/gandalf-hover.png);
	background-repeat: no-repeat;
}
#naf-link {
	background-image: url(images/sponsors/naf.png);
	background-repeat: no-repeat;
}
#naf-link span {
	background-image: url(images/sponsors/naf-hover.png);
	background-repeat: no-repeat;
}
#omp-link {
	background-image: url(images/sponsors/omp.png);
	background-repeat: no-repeat;
}
#omp-link span {
	background-image: url(images/sponsors/omp-hover.png);
	background-repeat: no-repeat;
}
#glassdrive-link {
	background-image:url(images/sponsors/glassdrive.png);
	background-repeat: no-repeat;
}
#glassdrive-link span {
	background-image: url(images/sponsors/glassdrive-hover.png);
	background-repeat: no-repeat;
}
#kollevold-link {
	background-image:url(images/sponsors/kollevold.png);
	background-repeat: no-repeat;
}
#kollevold-link span {
	background-image: url(images/sponsors/kollevold-hover.png);
	background-repeat: no-repeat;
}
#peltor-link {
	background-image:url(images/sponsors/peltor.png);
	background-repeat: no-repeat;
}
#peltor-link span {
	background-image: url(images/sponsors/peltor-hover.png);
	background-repeat: no-repeat;
}

#hankook-link {
	background-image:url(images/sponsors/hankook.png);
	background-repeat: no-repeat;
}
#hankook-link span {
	background-image: url(images/sponsors/hankook-hover.png);
	background-repeat: no-repeat;
}
#eurosport-link {
	background-image:url(images/sponsors/eurosport.png);
	background-repeat: no-repeat;
}
#eurosport-link span {
	background-image: url(images/sponsors/eurosport-hover.png);
	background-repeat: no-repeat;
}
#msport-link {
	background-image:url(images/sponsors/msport.png);
	background-repeat: no-repeat;
}
#msport-link span {
	background-image: url(images/sponsors/msport-hover.png);
	background-repeat: no-repeat;
}
#dekkteam-link {
	background-image:url(images/sponsors/dekkteam.png);
	background-repeat: no-repeat;
}
#dekkteam-link span {
	background-image: url(images/sponsors/dekkteam-hover.png);
	background-repeat: no-repeat;
}
#teamfinnskogen-link {
	background-image:url(images/sponsors/teamfinnskogen.png);
	background-repeat: no-repeat;
}
#teamfinnskogen-link span {
	background-image: url(images/sponsors/teamfinnskogen-hover.png);
	background-repeat: no-repeat;
}
#evenrally-link {
	background-image:url(images/sponsors/evenrally.png);
	background-repeat: no-repeat;
}
#evenrally-link span {
	background-image: url(images/sponsors/evenrally-hover.png);
	background-repeat: no-repeat;
}

/* 29_common.css */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

/* 30_reply.css */
textarea#comment {
	width: 95%
}

/* 40_images.css */
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	width: 150px;
	margin: 0 30px 30px 0;
	border: 1px solid #999;
	padding: 15px;
}

.gallery-icon img {
	border: 1px solid #E8E8E8;
}
	.gallery-icon:hover img {
		border: 1px solid #C00;
	}

.gallery-caption {
	font-size: 0.75em;
	line-height: 1.3em;
	margin: 0px auto;
	padding-top: 0.3em;
}


/* 50_post.css */
.post {
	padding-bottom: 30px;
}

.postimage {
	margin-bottom: 10px;
}

.wp-caption-text {
	font-size: 11px;
}

.commentlink {
	font-size: 0.8em;
}

.socialshare {
	padding: 0.8em 0;
}

/* 50_rss.css */
.widget_rss li {
	padding: 0.3em 0;
	list-style-image: url(images/bullet.png);
	margin-left: 16px;
}

.widget_rss a {
	background-image: url(images/underline.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	text-decoration: none;
	
	font-size: 0.9em;
}

	.widget_rss a:hover {
		background-image: url(images/underline-hover.png);
	}