/*	===================================================================

	Theme Name: Roturen
	Theme URI: -
	Description: WordPress tema utviklet for roturen.com
	Author: Anders Engelstad
	Author URI: -
	Version: 1.0
	Tags: Roturen.com

	===================================================================*/

/*	===================================================================
	
	Farger generelt brukt i layout, tekst og lenker..

	Tekst generelt	 			#555555;
	Overskrifter 				#222222;
	Lenker						#58c6ef;
	Lenker:hover				#bfe245;	
	Lenker:hover(mørkere)		#9fbc39; (ikke i bruk)
	Bilder bakgrunn				#eeeeee;
	Border						#e7e7e7;
	Footer lys blå				#58c6ef;
	Footer mørk blå				#264b68;

	===================================================================*/


/*	Basic CSS Reset. */

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}	

ol, ul {
	list-style: none;
}


/* Clearing */	

.clear {
	clear: both;
}


/* Basic layout */	
	
html {	
	/*background: #264b68;*/
	background: #ffffff;
}


body {
	background: #ffffff url(images/layout/body_bg.png) repeat-x;
	color: #555555;
	text-align: center;
	margin: 0 auto;
	font-size: 62.5%;
	font-family: 'trebuchet ms', helvetica, arial, sans-serif;
}


#page_container {
	position: relative;
	width: 980px;
	margin: 0 auto;
}	

h1 {
	font-size: 27px;
	color: #222222;
}

h2 {
	font-size: 22px;
	color: #222222;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 20px;
	color: #222222;
}

h4 {
	font-size: 18px;
	color: #222222;
}

h5 {
	font-size: 15px;
	color: #222222;
}

h6 {
	font-size: 13px;
	color: #222222;
}

p {
	margin: 0 0 10px 0;
	line-height: 1.5;
}

.wp-smiley {
	border: 0;
}


/* ===================================================================
	
	Header med bakgrunnsbildet og logo
   
   ===================================================================*/

#header {
	background: url(images/layout/headerimg.jpg) top center no-repeat;
	height: 299px;
}

#logo {
	position: absolute;
	top: 110px;
	left: 130px;
	text-align: left;
}

#logo h1 {
	text-indent: -99999px;
}

#header h2 {
	position: absolute;
	top: 168px;
	left: 130px;
	text-align: left;
	font-size: 18px;
	font-weight: normal;
	color: #555555;
}

/* RSS ikon og link til rss feeden (oppi båten) i headeren */

#rss {
	position: absolute;
	top: 212px;
	right: 202px;
	height: 40px;
	width: 43px;
}


/* ===================================================================
	
	Menyen med linker på toppen av siden.
   
   ===================================================================*/


#top_menu {
	position: absolute;
	top: 250px;
	left: 0;
	width: 980px;
	height: 49px;
	background: url(images/layout/menu_divider.png) top left no-repeat;
	font-family: arial, helvetica, 'trebuchet ms', sans-serif;
	font-size: 12px;
	font-weight: bold; 	
}

#top_menu ul li {
	float: left;
	display: block;
	line-height: 40px;
	background: url(images/layout/menu_divider.png) top right no-repeat; 
}

#top_menu ul li a {
	float: left;
	display: block;
	padding: 0 11px 0 9px;
	color: #ffffff;
	text-decoration: none;
	height: 46px;
}

#top_menu ul li:first-child a {
	float: left;
	display: block;
	padding: 0 11px;
	color: #ffffff;
	text-decoration: none;
	height: 46px;
}	
	
#top_menu ul li a:hover, #top_menu ul li.current_page_item a, #top_menu ul li.current_page a {
	background: url(images/layout/menu_tap.png) bottom center no-repeat;
	color: #bfe245;
}	


/* ===================================================================
	
	Alt inholdet på vestre OG høyre side. (Delt opp i venstre og høyre)
   
   ===================================================================*/

#content {
	background: #ffffff url(images/layout/content_bg.png) top right repeat-y;
	padding: 20px;
	text-align: left;
}


/* ===================================================================
	
	Alt inholdet på venstre side.
   
   ===================================================================*/

#content_left {
	float: left;
	width: 640px;
	font-size: 14px;
}

#content_left a {
	color: #58c6ef;
	text-decoration: none;
}

#content_left a:hover {
	color: #bfe245;
}

/* Forsiden */

#front_image_container {
	width: 640px;
	height: 250px;
	margin: 20px 0;
	background: transparent url(images/layout/home_bg.jpg)
}

#start_end {
	padding: 195px 0 0 0;
}

#start_date, #end_date {
	color: #ffffff;
	font-weight: bold;
}

#start_date {
	float: left;
	padding: 0 0 0 50px;
}

#end_date {
	float: right;
	padding: 0 50px 0 0;
}


#front_rogutta {
	padding: 20px 0;
}

#gutta_front_image, #boat_front_image {
	display: inline-block;
}

#boat_front_image {
	margin: 0 0 0 50px;
}

#we_are a {
	margin: 0 10px 0 0;
	padding: 0 20px 0 0px;
	background: transparent url(images/icons/content/bullet_go_right.png) center right no-repeat;
}

#we_are a#stine {
	margin: 0 10px 0 30px;
}


.follow_us {
	overflow: auto;
	padding: 20px 0;
}

.front_left {
	float: left;
	width: 400px;
}

.front_right {
	float: right;
	width: 220px;
}

.sticker{
	float: right;
	width: 200px;
}

.boat_votes_list {
	margin: 0 0 5px 0;
	padding: 0 0 0 20px;
}

#boat_place_1 {
	background: transparent url(images/icons/content/medal_gold.png) center left no-repeat;
}

#boat_place_2 {
	background: transparent url(images/icons/content/medal_silver.png) center left no-repeat;
}

#boat_place_3 {
	background: transparent url(images/icons/content/medal_bronze.png) center left no-repeat;
}

.boat_votes_list strong {
	display: inline-block;
	width: 95px;
}


/* Om Oss*/

.about {
margin: 30px 0 0 0;
}

.about h2, .about_first h2 {
	padding: 0 0 0 15px;
}

.about_image {
	float: left;
	margin: 0 15px 30px 0;
}


/* Sponsorer , Presse*/

.sponsorer h2 a, .presse h2 a { 
	display: inline-block;
	margin-top: 20px;
}

/* Statistikk */

#mainstats {
	background: transparent url(images/layout/stats.png) top right no-repeat;
}

.mainstats_heading {
	margin: 20px 0 10px 0;
	padding: 0 0 0 35px;
	line-height: 24px;
	background: transparent url(images/icons/content/stats.png) top left no-repeat;
}

#mainstats ul {
	margin: 0 0 30px 0;
}

#mainstats li {
	margin: 0 0 5px 10px;
	padding: 0 0 0 20px;
	background: transparent url(images/icons/content/chart.png) center left no-repeat;
}


/* Blogginlegg, postinger. */

.post {
	margin: 0 0 20px 0;
	font-size: 14px;
}

.post_content {
	margin: 0;
}

.post_content p {
	margin: 0 0 10px 0;
	line-height: 1.5;
}

.post h2, .post h3 {
	margin: 0;
	padding: 0 0 10px 0;
	clear: both;
}

.post_author_date {
	padding: 3px 0 3px 20px;
	background: transparent url(images/icons/content/date.png) center left no-repeat;
	border-bottom: 1px dotted #e7e7e7;
	border-top: 1px dotted #e7e7e7;
}


/* Info om kategori , tagger og kommentarer til hvert blogginnlegg*/

.post_info {
	clear: both;
	margin: 0 0 10px 0;
	padding: 10px 0 20px 0;
	background: #ffffff url(images/layout/left_separator.png) bottom left no-repeat;
	border-top: 1px dotted #e7e7e7;
}

.post_cats_comments {
	margin: 5px 0 0 0;
	line-height: 16px;
}

.post_cats {
	display: inline-block;
	height: 16px;
	margin: 0 10px 0 0;
	padding: 0 0 0 20px;
	background: #ffffff url(images/icons/content/folder_sprite.png) top left no-repeat;
}

.post_cats:hover {
	background: #ffffff url(images/icons/content/folder_sprite.png) bottom left no-repeat;
}

.post_comments {
	display: inline-block;
	margin: 0 10px;
}

.post_comments_link {
	display: inline-block;
	height: 16px;
	padding: 0 0 0 20px;
	background: #ffffff url(images/icons/content/comments_sprite.png) top left no-repeat;
}

.post_comments_link:hover {
	background: #ffffff url(images/icons/content/comments_sprite.png) bottom left no-repeat;
}

.post_tags {
	display: inline-block;
	height: 16px;
	margin: 0 10px;
	padding: 0 0 0 20px;
	background: #ffffff url(images/icons/content/tag_sprite.png) center left no-repeat;
}

.post_tags:hover {
	display: inline-block;
	padding: 0 0 0 20px;
	background: #ffffff url(images/icons/content/tag_sprite.png) center left no-repeat;
}


.left_divider {
	clear: both;
	margin: 10px 0;
	padding: 5px 0;
	background: transparent url(images/layout/left_separator.png) bottom left no-repeat;
}

/* Navigering for poster delt opp i flere sider */

#post_pages_nav {
	text-align: center;
	padding: 10px 0 0 0;
	line-height: 20px;
	margin: 10px 0;
	font-weight: bold;
	clear: both;
	border-top: 1px dotted #e7e7e7;
}

#post_pages_nav a {
	display: inline-block;
	padding: 0 6px;
	border: 1px solid #e7e7e7;
}



/* Bilder som legges inn i innlegget */


div.alignleft {
	float: left;
	margin: 5px 15px 10px 0;
}

div.alignright {
	float: right;
	margin: 5px 0 10px 15px; 
}

div.aligncenter {
	margin: 5px auto 10px auto;
	text-align: center;
	display: block;
}

div.alignnone {
	float: left;
	margin: 5px 15px 10px 0;
}

.alignleft a {
	float: left;
}

.alignright a {
	float: right;
}

.aligncenter a {
	margin: 0 auto;
	text-align: center;
	display: block;
}

.alignnone a {
	float: left;
}


img.alignleft, img.alignnone {
	float: left;
	margin: 5px 15px 10px 0;
	padding: 5px;
	background: #eeeeee;
	border: 1px solid #e7e7e7;
}

img.alignright {
	float: right;
	margin: 5px 0 10px 15px;
	padding: 5px;
	background: #eeeeee;
	border: 1px solid #e7e7e7;
}

img.aligncenter {
	margin: 5px auto 10px auto;
	text-align: center;
	display: block;
	padding: 5px;
	background: #eeeeee;
	border: 1px solid #e7e7e7;
}

.wp-caption {
	border: 1px solid #e7e7e7;
	text-align: center;
	background: #eeeeee;
}

.wp-caption img {
	margin: 5px;
}

p.wp-caption-text {
	font-size: 11px;
	margin: 0;
	padding: 5px 5px;
	font-style: italic;
}

/* Thumbnail excerpt */

.thumb_exc {
	float: left;
	margin: 5px 15px 15px 0;
	background: #eeeeee;
	border: 1px solid #e7e7e7;
}

.thumb_exc a {
	float: left;
	padding: 5px;
}


/* Gå til innlegget */

.go_to_post {
	text-align: right;
}

.go_to_post a {
	padding: 0 20px 0 0px;
	background: transparent url(images/icons/content/bullet_go_right.png) top right no-repeat;
	line-height: 20px;
}


/* Navigering til nyere/eldre innlegg */

#post_nav {
	overflow: auto;
}

.prev_post {
	float: left;
	margin: 10px 0 10px 0;
}


.next_post {
	float: right;
	margin: 10px 0 10px 0;
	text-align: right;
}

.prev_post a {
	background: url(images/icons/content/bullet_go_left.png) center left no-repeat;
	padding: 2px 4px 2px 20px;
}

.next_post a {
	background: url(images/icons/content/bullet_go_right.png) center right no-repeat;
	padding: 2px 20px 2px 4px ;
}

.prev_post a, .next_post a {
	color: #009dd7;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	border: 1px solid #e7e7e7;
}

.prev_post span {
	padding: 0 0 0 20px;
}

.next_post span {
	padding: 0 20px 0 0 ;
}


/* Søkesiden, resultat*/

.search_res {
	margin: 0 0 20px 0;
}


/* Overskrifter med lenker til Kommentarer og kommentarskjema */

.comments_heading {
	padding: 5px 0 5px 45px;
	line-height: 24px;
	display: inline;
}

#comments {
	background: transparent url(images/icons/content/comments.png) 10px center no-repeat;
}


#respond_h {
	background: transparent url(images/icons/content/write_comment.png) 10px center no-repeat;
}

.comments_s, .respond_s {
	margin-left: 10px;
	padding: 0 0 0 20px;
	font-size: 14px;
	font-weight: normal;
	color: #555555;
}

.comments_s {
	background: transparent url(images/icons/content/write_comment_small.png) center left no-repeat;
}

.comments_s a {
	background: transparent url(images/icons/content/bullet_down.png) bottom right no-repeat;
}


.respond_s {
	background: transparent url(images/icons/content/image.png) center left no-repeat;
}

.respond_s a {
	background: transparent url(images/icons/content/bullet_go_right.png) center right no-repeat;
}


.comments_s a, .respond_s a {
	display: inline-block;
	padding: 0 20px 0 0;
}


/* Visning av kommentarer hilsener. */

#comments_wrapper {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	background: #ffffff url(images/layout/left_separator.png) bottom left no-repeat;
}

ol.commentlist { 
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px dotted #e7e7e7;
}

ol.commentlist li {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #e7e7e7;
}


ol.commentlist li.even {
	background: #ffffff;
}

ol.commentlist li.odd {
	background: #f7f7f7;
}

ol.commentlist li.alt {}

ol.commentlist li.bypostauthor {}

ol.commentlist li.bygjengen {
	background-image: url(images/icons/content/roturen_member_all.png);
	background-repeat: no-repeat;
	background-position: top right;
}

ol.commentlist li.bytor {
	background-image: url(images/icons/content/roturen_member_tor.png);
	background-repeat: no-repeat;
	background-position: top right;
}

ol.commentlist li.bybard {
	background-image: url(images/icons/content/roturen_member_bard.png);
	background-repeat: no-repeat;
	background-position: top right;
}

ol.commentlist li.byvegar {
	background-image: url(images/icons/content/roturen_member_vegar.png);
	background-repeat: no-repeat;
	background-position: top right;
}

/*
ol.commentlist li.byuser {
	background-image: url(images/icons/content/roturen_member.png);
	background-repeat: no-repeat;
	background-position: top right;
}


ol.commentlist li.comment-author-admin {
	background-image: url(images/icons/content/roturen_member.png);
	background-repeat: no-repeat;
	background-position: top right;
}
*/

ol.commentlist li.comment{
	clear: both;
}

ol.commentlist li div.comment-author {}

ol.commentlist li div.vcard {}

ol.commentlist li div.vcard cite.fn {
	display: inline-block;
	padding: 0 0 0 25px;
	background: transparent url(images/icons/content/user_comment.png) center left no-repeat;
	font-size: 18px;
	font-style:normal;
	font-weight: bold;
}
ol.commentlist li div.vcard cite.fn a.url {}

ol.commentlist li div.vcard img.avatar {
	float: left;
	background: #ffffff;
	margin: 0 10px 10px 0;
	padding: 5px;
	border: 1px solid #e7e7e7;
}

ol.commentlist li div.vcard img.photo {}

ol.commentlist li div.vcard span.says {
	display: none;
}

ol.commentlist li div.commentmetadata {
	padding: 5px 0 15px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #e7e7e7;
}

ol.commentlist li div.comment-meta a {
	display: inline-block;
	padding: 0 0 0 25px;
	background: transparent url(images/icons/content/time.png) center left no-repeat;
}

ol.commentlist li div a.comment-edit-link {
	background: transparent;
	font-size:  12px;
}


ol.commentlist li div.comment-meta {}
ol.commentlist li div.comment-meta a {}
ol.commentlist li p {}
ol.commentlist li ul {}

ol.commentlist li div.reply {
	font-size: 11px;
}

ol.commentlist li.even div.reply a {
	background: #f7f7f7;
}

ol.commentlist li.odd div.reply a {
	background: #ffffff;
}


ol.commentlist li div.reply a {
	display: inline-block;
	padding: 5px;
	border: 1px solid #e7e7e7;
}

#cancel-comment-reply-link {
	display: inline-block;
	padding: 5px;
	border: 1px solid #e7e7e7;
}

ol.commentlist li ul.children {}
ol.commentlist li ul.children li {}
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser { }
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}

ol.commentlist li ul.children li.depth-2 { margin: 10px 0 0 0;}
ol.commentlist li ul.children li.depth-3 { margin: 10px 0 0 0;}
ol.commentlist li ul.children li.depth-4 { margin: 10px 0 0 0;}
ol.commentlist li ul.children li.depth-5 { margin: 10px 0 0 0;}

ol.commentlist li ul.children li.odd {}

ol.commentlist li.parent {}
ol.commentlist li.pingback {}
ol.commentlist li.thread-alt {}
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

/* Kommentarer/gjestebok navigering */

.comments_nav {
	text-align: center;
	margin: 15px 0 10px 0;
	font-weight: bold;
}

.comments_nav .page-numbers, .comments_nav span {
	display: inline-block;
	padding: 2px 6px;
	border: 1px solid #e7e7e7;
}

.comments_nav .prev {
	background: url(images/icons/content/bullet_go_left.png) center left no-repeat;
	padding: 2px 4px 2px 20px;
}

.comments_nav .next {
	background: url(images/icons/content/bullet_go_right.png) center right no-repeat;
	padding: 2px 20px 2px 4px;
}

/* Kommentarskjema / Gjestebokskjema / Kontaktskjema */ 

#respond {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	background: #ffffff;
}

#commentform {
	margin: 10px 0 0 0;
	padding: 10px;
	border-top: 1px dotted #e7e7e7;
}

.comment_label {
	margin: 0;
	padding: 5px 0;
	font-weight: bold;
	color: #222222;
}

.comment_label small{
	font-weight: normal;
	font-size: 12px;
	color: #555555;
}

.comment_input {
	height: 30px;
	width: 320px;
	background: transparent url(images/layout/comment_input_bg.png) top left no-repeat;
	margin: 0 0 10px 0;
}

.comment_txt {
	height: 200px;
	width: 620px;
	background: transparent url(images/layout/comment_textarea_bg.png) top left no-repeat;
	margin: 0 0 15px 0;
}

.comment_input input{
	display: inline-blocK;
	width: 310px;
	height: 20px;
	vertical-align: top;
	margin: 5px 0 0 5px;
	background: transparent;
	font-family: 'trebuchet ms', helvetica, arial, sans-serif;
	cursor: text; /* IE trenger denne når background er transparent */
	color: #555555;
}

.comment_txt textarea{
	display: inline-blocK;
	width: 610px;
	height: 190px;
	vertical-align: top;
	margin: 5px 0 0 5px;
	background: transparent;
	font-family: 'trebuchet ms', helvetica, arial, sans-serif;
	cursor: text; /* IE trenger denne når background er transparent */
	color: #555555;
}

.tags_allowed {
	margin: 20px 0 0 0;
	font-size: 11px;
	padding: 10px;
	color: #999999;
	border: 1px dotted #e7e7e7;
}

#commentsubmit, #commentreset, #contact, #contactreset {
	display: inline-block;
	width: 150px;
	height: 30px;
	margin: 0 10px 0 0;
	background: #bfe245;
	background: transparent url(images/layout/comment_button.png) top left no-repeat;
	color: #ffffff;
	font-weight: bold;
	font-family: 'trebuchet ms', helvetica, arial, sans-serif;
	cursor: pointer;
	padding: 5px 0; /*for ie8*/
}

#commentsubmit:hover,#commentreset:hover, #contact:hover, #contactreset:hover {
	color: #bfe245;
}

#contactform {
	padding: 10px;
}

#coldform {
	margin: 20px 0;
	padding: 20px 0 0 0;
	background: #ffffff url(images/layout/left_separator.png) top left no-repeat;
}

.hide {display: none;}

.carbon_label {
	margin: 0  0 10px 0;
	padding: 5px 0;
	font-weight: bold;
	color: #222222;
}

.carbon_label .check{
	vertical-align: middle;
}


/* Meldinger ved posting av kommentar / hilsen / kontaktskjema. */

#commentform input.error, #commentform textarea.error, #contactform input.error, #contactform textarea.error {
	background-color: #ffeeee;
}

#commentform div.error, #contactform div.error {
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
	background: transparent url(images/icons/content/important.png) top left no-repeat;
	color: red;
	font-weight: bold;
}

#commentform label.error, #contactform label.error {
	margin: 5px 0;
	padding: 0 0 0 25px;
	background: transparent url(images/icons/content/error.png) center left no-repeat;
	font-weight: normal;
}

#commentform div.errors label, #contactform div.errors label {
	display: block;
}

#coldform_success {
	margin: 20px 0 0 0;
	padding: 0 0 0 25px;
	background: transparent url(images/icons/content/success.png) center left no-repeat;
	color: green;
	font-weight: bold;
}

#coldform_error {
	margin: 20px 0 5px 0;
	padding: 0 0 0 25px;
	background: transparent url(images/icons/content/important.png) center left no-repeat;
	color: red;
	font-weight: bold;
}

.coldform_errors {
	margin: 0 0 5px 20px;
	padding: 0 0 0 25px;
	background: transparent url(images/icons/content/error.png) center left no-repeat;
	color: red;
}

#contact_message {
	margin: 10px 0 0 0;
}

#contact_content {
	margin: 20px 0;
	padding: 20px;
	border: 1px solid #e7e7e7;
}

/* ===================================================================
	
	Alt inholdet på høyre side.
   
   ===================================================================*/

#content_right {
	float: right;
	width: 260px;
	font-size: 14px;
}

#content_right a {
	color: #58c6ef;
	text-decoration: none;
}

#content_right a:hover {
	color: #bfe245;
}

.sidebar_heading {
	margin: 0 0 10px 0;
	padding: 0 0 0 35px;
	line-height: 24px;
}

#sidebar_search {
	background: transparent url(images/icons/content/search.png) top left no-repeat;
}

#sidebar_calendar {
	background: transparent url(images/icons/content/calendar.png) top left no-repeat;
}

#sidebar_archive {
	background: transparent url(images/icons/content/blog_archive.png) top left no-repeat;
}

#sidebar_cats {
	background: transparent url(images/icons/content/blog_categories.png) top left no-repeat;
}

#sidebar_tags {
	background: transparent url(images/icons/content/tag.png) top left no-repeat;
}

#sidebar_slide {
	background: transparent url(images/icons/content/gallery.png) top left no-repeat;
}

#sidebar_stats {
	background: transparent url(images/icons/content/stats.png) top left no-repeat;
}

#sidebar_sponsors {
	background: transparent url(images/icons/content/star.png) top left no-repeat;
}

#side_search, #side_calendar, #side_archive, #side_cats, #side_tags, #side_slide, #side_stats, #side_sponsors {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	background: #ffffff url(images/layout/right_separator.png) bottom left no-repeat;
}

#slideshow_container {
	background: transparent url(images/layout/slide_bg.png) top left no-repeat;
	padding: 13px 0 24px 0;
	text-align: center;
}

#side_tags {
	text-align: center;
}

#side_archive li, #side_cats li {
	margin: 0 0 5px 0;
}

#side_archive li a, #side_cats li a {
	margin: 0 0 0 10px;
	padding: 0 0 0 20px;
	display: block;
	height: 16px;
	line-height: 16px;
	text-transform: capitalize;
}

#side_archive li a {
	background: transparent url(images/icons/content/date_sprite.png) top left no-repeat;
}

#side_cats li a {
	background: transparent url(images/icons/content/folder_sprite.png) top left no-repeat;
}

#side_archive li a:hover {
	background: transparent url(images/icons/content/date_sprite.png) bottom left no-repeat;
}

#side_cats li a:hover {
	background: transparent url(images/icons/content/folder_sprite.png) bottom left no-repeat;
}

#side_stats li {
	margin: 0 0 5px 10px;
	padding: 0 0 0 20px;
	background: transparent url(images/icons/content/chart.png) center left no-repeat;
}

#slideshow_container {
	margin: 10px 0 0 0;
}

#side_slide p {
	margin: 0;
	padding: 0;
	text-align: center;
}

#side_stats p {
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
}

#side_slide p a, #side_stats p a {
	display: inline-block;
	padding: 0 20px 0 0;
	background: transparent url(images/icons/content/bullet_go_right.png) center right no-repeat;
}

/* Søkefeltet */

#searchform {
	font-size: 14px;
}

#searchform p {
	background: transparent url(images/layout/search_bg.png) top left no-repeat;
}

#searchinput{
	display: inline-blocK;
	width: 201px;
	height: 20px;
	vertical-align: top;
	margin: 5px 0 0 5px;
	background: transparent;
	font-family: 'trebuchet ms', helvetica, arial, sans-serif;
	cursor: text; /* IE trenger denne når background er transparent */
	color: #555555;
}

#searchsubmit {
	display: inline-block;
	width: 50px;
	height: 30px;
	background: #bfe245;
	background: transparent url(images/layout/search_button.png) top left no-repeat;
	color: #ffffff;
	font-weight: bold;
	font-family: 'trebuchet ms', helvetica, arial, sans-serif;
	cursor: pointer;
	padding: 5px 0; /*for ie8*/
}

#searchsubmit:hover {
	color: #bfe245;
}


/* Bloggkalender */

#wp-calendar {
	width: 100%;
	text-align: center;
	font-size: 12px;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	background: #ffffff;
	table-layout: fixed;
}


#wp-calendar caption {
	width: 260px;
	padding: 5px 0;
	text-align: center;
	text-transform: capitalize; 
	background: #010101 url(images/layout/cal_cap_bg.png) top left no-repeat;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

#wp-calendar thead tr th {
	text-transform: capitalize;
	height: 22px;
	background: #bfe245;
	color: #222222;
}

#wp-calendar tbody tr td {
	background: #eeeeee;
	height: 22px;
}

#wp-calendar tbody tr td a {
	display: blocK;
	font-weight: bold;
	line-height: 22px;
}

#wp-calendar tbody tr td a:hover {
	background: #ffffff;
}

#wp-calendar tbody tr td.pad {
	background: transparent;
}

#wp-calendar #today {
	background: #ffeeee;
	/*border: 1px solid #222222;*/
}

#wp-calendar tfoot tr td {
	height: 22px;
	font-size: 14px;
}

#wp-calendar tfoot tr td#next, #wp-calendar tfoot tr td#prev {
	font-weight: bold;
	text-transform: capitalize;
}

#wp-calendar tfoot tr td#next a{
	display: inline-block;
	padding: 0 20px 0 0;
	background: transparent url(images/icons/content/bullet_go_right.png) center right no-repeat;
}

#wp-calendar tfoot tr td#prev a {
	display: inline-block;
	padding: 0 0 0 20px;
	background: transparent url(images/icons/content/bullet_go_left.png) center left no-repeat;
}


/* Skroll til toppen */

#to_top {
	float: right;
	display: inline-block;
	padding: 0 20px 0 0;
	margin: 0 180px 0 0;
	background: transparent url(images/icons/content/bullet_up.png) center right no-repeat;
	color: #58c6ef;
	text-decoration: none;
	font-size: 12px;
}

#to_top:hover {
	color: #bfe245;
}


/* ===================================================================
	
	Alt innhold i footeren nederst på siden.
   
   ===================================================================*/

#footer {
	background: #264b68 url(images/layout/footer_bg.png) repeat-x;
	position: relative;
	clear: both;
}
	
#footer_container {
	background: #264b68 url(images/layout/footerimg.png) top center no-repeat;
	width: 980px;
	margin: 0 auto;
}	
	
#footer_content {
	padding: 40px 10px 10px 10px;
	text-align: left;
	position: relative;
	clear: both;
}		
	
/* Footerbokser med innhold. */

#footer_boxes {
	overflow: auto;
	clear: both;
}

#footer_left_col, #footer_mid_col {
	float: left;
	margin-right: 20px;
	width: 320px;
	height: 250px;
	background: url(images/layout/footer_left_bg.png);
	overflow: hidden;
}

#footer_right_col {
	float: right;
	width: 280px;
	height: 250px;
	background: url(images/layout/footer_right_bg.png);
	overflow: hidden;
}

#footer_boxes h4 {
	color: #bfe245;
	margin: 10px;
	padding: 0 0 10px 40px;
	border-bottom: 1px solid #264b68;
	line-height: 32px;
}

#footer_left_col h4 {
	background: url(images/icons/footer/new_posts.png) top left no-repeat;
}

#footer_mid_col h4 {
	background: url(images/icons/footer/new_comments.png) top left no-repeat;
}

#footer_right_col h4 {
	background: url(images/icons/footer/gear.png) top left no-repeat;
}

#footer_boxes ul {
	margin: 15px 15px;
	clear: both;
}

#footer_boxes ul li {
	font-size: 13px;
	color: #ffffff;
	margin: 0 0 15px 0;
	padding: 0 0 0 25px;
}


.recent_posts li {
	background: url(images/icons/footer/star.png) 0 2px no-repeat;
}

.recent_comments li {
	background: url(images/icons/footer/user_comment.png) 0 2px no-repeat;
}


.recent_posts li a, .recent_comments li a, .footer_meta li a {
	color: #ffffff;
	text-decoration: underline;
}

.recent_posts li a:hover, .recent_comments li a:hover, .footer_meta li a:hover {
	color: #bfe245;
}

.recent_posts li small, .recent_comments li small {
	font-size: 11px;
	color: #58c6ef;
}

.login {
	background: url(images/icons/footer/login.png) center left no-repeat;
}

.contact {
	background: url(images/icons/footer/contact.png) center left no-repeat;
}

.valid_xhtml {
	background: url(images/icons/footer/valid_xhtml.png) center left no-repeat;
}

.valid_css {
	background: url(images/icons/footer/valid_css.png) center left no-repeat;
}

.rss_feed {
	background: url(images/icons/footer/feed.png) center left no-repeat;
}


/* Info nederst i footeren, siden, copyright, utvikler og plattform. */

#footer_more {
	clear: both;
	margin: 30px 0 0 0;
	text-align: center;
}

#footer_more p {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-size: 11px;
	color: #ffffff;
}

#footer_more a {
	color: #ffffff;
	text-decoration: none;
}

#footer_more a:hover {
	color: #bfe245;
}

/* Bobblene nederst i footeren */

#footer_bubbles {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 122px;
	height: 145px;
	background: transparent url(images/layout/footer_bubbles.png) bottom right no-repeat;
}
