/*  
Theme Name: Arbark [Original: Mimbo]
[Original] Theme URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/
Description: A magazine-style layout for Wordpress
[Original] Version: 2.2
Author: Kalle Laajala [Original Author: Darren Hoyt]
[Original] Author URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php


/* HTML Elements */


* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
/*  background-image: url('http://www.arbark.se/temp/bg.png');
  background-position: top;
  background-repeat: repeat-x; */ 
	}
	
body {
	background-color: #fff /*#393939*/;
	color: #000;
	padding: 0 0 25px 0;
	}

body, select, input, textarea {
	font: 100% Verdana, Arial, Sans-Serif; /* Original: Arial som förstaval */
	}
	
p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #600;
	text-decoration:none;	
	}

a:hover, a:active {
	color:#333;
	text-decoration:underline;
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 0.75em; /*Original: 0.95em*/
	/*background:#eef5e1; Bortkommenterat*/
	/*padding:3px 6px; Bortkommenterat */
	}
	
.big { /* Tillagt */
	font-size: 1.5em;
  font-weight:bold;
	}

img, a:link img, a:visited img {
	border:0
	}
	
.hidden { /* Tillagt */
	visibility: hidden !important; 
	display: none !important;
	}		

/* Structure */

#page {
	width:880px; /* I arbetet med prototypen: 920px*/
	margin:15px auto;
	font-size:0.7em;
	background:#fff;
	padding: 10px 25px 35px 25px;
	border-top:1px solid #f0f0f0; /* Tillagt */
	border-left:1px solid #f0f0f0; /* Tillagt */
  border-right:1px solid #f0f0f0; /* Tillagt */
	}

#branding {
	width:520px; /*625px*/
	padding-bottom:5px; /*Original: 35px*/
	}
	
.left {
	float:left;
	}
	
.center {
	text-align:center;
	}	

.right {
	float:right;
	}

#sidebar {
	width: 250px;
	float:right;
  font-size:1em; /*Tillagt*/
  font-family: Verdana, Arial, sans-serif; /*Tillagt*/		
	}

#leftcol {
	width:287px;
	border-right:1px solid #e3e3e3; /* Original: dotted #b6b6b6 */
	padding-right:18px;
	}

#leftcol, #rightcol {
	margin-top:10px;
	float:left
	}	
	
#rightcol {
	width:277px;
	padding-left:18px;
	margin-top: -2px;
	}


		
/*Subnav */

.subnav li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}

.subnav li a:link, .subnav li a:visited {
	background:#eef5e1;
	display:block;
	padding:4px 4px 4px 8px;
	border-left:4px solid #e4efd5;
	}
		
.subnav li a:hover, .subnav li a:active {
	background:#e4efd5;
	text-decoration:none;
	color: #7da939;
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none
	}
		
	 
	
	
/*	Headers */

h1 {
	font:2em "Century gothic", Arial, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.02em;
  text-transform: uppercase;
  display: none; /* Tillagt */
	}
	
h2 {
	font: 2.3em Georgia, "Times New Roman", Times, serif;
	padding-bottom:8px;
	border-bottom:1px solid #333;
	margin: 20px 0;
	}
	
h2.flyttbloggen { /* Tillagt som specialare för Flyttbloggen */
	font: bold 4em Arial, Georgia, "Times New Roman", Times, serif;
	padding-bottom:8px;
	margin: 20px 0;
	border:0 !important;
	}	

h3, #sidebar h2 {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	/*text-transform:uppercase; Bortkommenterat*/
	/*letter-spacing:0.1em; Bortkommenterat*/
	margin-bottom:4px;
	font-weight:bold;
	color: #000; /*Ändrat från #5f5f5f*/
	}

#sidebar h3, #sidebar h2 {
	/* border-top: 4px solid #ccc; /*Originalfärg: #BBB; Annan egen variant #009999*/
	border-bottom: none; /*1px solid #fff;*/
	padding:5px 0 5px 5px; /*Original: 6px 0 6px 2px*/
	margin:/*22px*/ 0 0 10px 0;  /*Ersatte 15px med 10px*/
	font-size:1em; /*Original: 1.1em */
	display: block; /* Tillagt */
	background-color:#ddd; /* Tillagt */
	}

h3#respond {
	border-top:1px dotted #b6b6b6;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font-size:1.6em;
	margin: auto auto 6px auto; /*Original: margin-bottom:6px;*/
	}
	
	
	
/* Content */

#content {
	width:605px; /* Original: 605px */
	float:left
	}
	
#content-wide { /* Tillagt för att skapa helsidor utan sidebar */
	width:100%;
	float:center;
	}	
	
.description {
	font-size: 1em;
	font-weight: bold; 
	/*font-style:italic;*/
	color:#545454;
	margin-top:-4px;
  display:none; /* Tillagt*/
	}

.feature {
        background-image: url('http://www.arbark.se/temp/bg-uvs.gif');
        background-position: top;
        background-repeat: repeat-x;


	/*background:#f2f2f2; Ev. variant: #F1F1D4*/
	padding:15px;
	border:1px solid #e9e9e9; /*Ersätter de nedan*/
	/* border-bottom:1px dotted #b6b6b6; */
	/* border-top:1px dotted #b6b6b6; */
	}

.feature:hover {
	background:#e3e3e3;
        border:1px solid #999; /*Tillagt*/
	}
	
.feature p, #rightcol p {
	margin:0;
        font-size: 1em; /* Tillagt */
        font-family: Verdana; /* Tillagt */
	}

.feature img, #rightcol img {
	padding:1px;
	border:1px solid #000;
	}
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	}

#lead {
	margin-top:22px;
	}

.title {
	font-size:1.2em;
  font-family:Georgia, Verdana, Times, serif; /* Tillagt */
	font-weight:bold;
	line-height:115%;
	}
	
.feature#lead .title {
	font:1.8em Georgia, "Times New Roman", Times, serif;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	}

#leftcol .feature {
	margin-bottom: 20px; /*5px*/
	/* border-bottom:none; */
	}
	
#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block
	}
	
#rightcol .clearfloat {
	border-bottom:1px solid #cfcfcf; /* Original: dotted #b6b6b6 */
	padding: 18px 0; /* Ändrat från 12px till 18px */
	}	

#sidelist { /* Tillagt */
	margin-top: 46px; 
	} 

#sidelist li {
	list-style:none;
	border: 1px solid #ddd; /* Tillagt */
	margin-bottom: 1.3em; /* Tillagt */
	padding-bottom:1.5em; /* Tillagt */	
	} 
	
.bullets li {
	list-style:none;
	/* border-bottom:1px solid #FFF; Bortkommenterat */	
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	border: none; /* Tillagt */			
  padding-bottom:0; /* Tillagt */
	}

#sidelist .widget li, #sidelist .linkcat li  { /* Tillagt */
	padding:0;
	margin-bottom:0;
	border:none;
	}
	
#sidelist .textwidget  { /* Tillagt */
	padding:0 .5em 0 .5em;
	}
	
#sidelist .children {
	background:#e4efd5;
	}
	
#sidelist .children li {
	list-style: square;
	margin-left:28px;
	border-bottom:1px solid #e4efd5;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#e4efd5;
	color: #818d6f;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#465d23;
	}

.postmetadata {
	margin: 30px 0;
	}

#writer {
	background:#fff; /*Original: #eef5e1*/
  border-top: 4px solid #99ADC2; /*Tillagt*/
	margin:25px 0 15px 0;
	padding-top: 12px; /* Original: padding */
  clear:both;
	}

#writer img {
	padding:1px;
	border:1px solid #004D99; /*Original: #7da939*/
	float:left;
	width:80px;
	}

#writer span {
	display:block;
	padding-top:4px;
	border-top:1px solid #006666; /*Ã„ndrat frÃ¥n: #cbd8b4*/
	margin-top:12px;
	}

#writer p {
	margin:0;
	width:482px;
	font-size:1em; /* Tillagt */
  font-family: Verdana, Arial, sans-serif; /* Tillagt */	
	}	

.entry {
	padding-bottom:28px;
  font-size:1.1em; /* Tillagt */
  font-family: Verdana, sans-serif; /* Tillagt */
  line-height: 1.5em; /* Tillagt */				
	}

.entry p{
	margin: .7em auto 1.6em auto; /*Original: 1em auto*/
	}

.entry h3, .entry h4{ /* Tillagt */
        color: #000;
        text-transform:none;
        letter-spacing:0;
        font-family: Georgia, sans-serif;
	}

.entry h3 { /* Tillagt */
        margin: 1.5em auto 0.3em auto;
        font-size:1.4em;
	}

.entry h4 { /*Kalle*/
        margin: 1.5em auto 0 auto;
        font-size:1.1em;
	}

h3 a:link, h3 a:visited {
	color:#666; /*Ã„ndrat frÃ¥n #5f5f5f*/
	}

.entry a:link, .entry a:visited, .post-metadata a:link, .post-metadata a:visited { /* .post-metadata tillagd*/
	color: #660000; 
	text-decoration:none;
  border-bottom: 1px solid #660000;
	}

.entry a:hover, .entry a:active, .post-metadata a:hover, .post-metadata a:active { /* .post-metadata tillagd*/
	color:#fff;
  border-bottom: 1px solid #660000;
  background-color: #660000;
	}


/*Post Formatting*/

.picleft {
	float:left;
	margin:3px 14px 10px 0;
	border:7px solid #f2f2f2;
	}
	
.alignleft {  /* Tillagt för att få wp-caption att hamna rätt */
	float: left;
	margin: auto 14px 10px 0;	
	}		

.picright {
	float:right;
	margin:3px 0 10px 14px;
	border:7px solid #f2f2f2;
	}
	
.alignright {  /* Tillagt för att få wp-caption att hamna rätt */
	float: right;
	margin: auto 0 10px 14px;		
	}			

.post blockquote {
	color: #333; /*Original: #76767a*/
	background:#f2f2f2;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul, .entry ul, .post ol, .entry ol {  /* Tillagt */
	margin-bottom: 1.6em;
	}

.post ul li, li.cat-item /*Kalle*/, .entry ul li /* Tillagt */ {
	list-style:square;
	margin-bottom:5px;
	line-height:1.4em;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	line-height:1.5em; /*Original: 115%*/
	margin-left:48px;
	}
	
#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}	
				

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	
#searchform {
	padding:10px 5px 9px 0; /*Original: 16px 5px 0 0*/

	}
	
#s { /* Tillagt */
  width:120px;
	height: 14px;
	font-size:11px;
	font-family: Arial,Verdana, sans-serif;
	color:#999;
	padding-top:2px;
	}	

.button {
	padding: 1px; 
	background:#666; /* Original: #000 */
	color:#fff;   /* Original: #e7e7e7 */
	border:none;
	height: 19px;	 /* Tillagt */
	width: 30px;	 /* Tillagt */	
	margin-bottom: 1px; /* Tillagt */
	}

.button:hover {
	background:#009999; /* Original: #777 */
	color:#fff;
	text-decoration:none
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}



/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#f2f2f2;
	border-top: 1px solid #ddd;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#e9e9e9
	}

.commentlist cite {
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	}	
	

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}

.clearfloat {
	display:block;
	}
	


/* Footer*/

#footer {
	margin: 0 auto 3em auto;
	width: 930px; /*Ã?ndrat frÃ¥n 900px*/
  height: 100px; /*Tillagt*/
  font-size:0.7em;
	padding-top:15px;
	color:#666; /*Original: #fff*/
  border-top:1px solid #f0f0f0; /*Tillagt. Variant: #006666*/
  background-color:#fff; /*Tillagt*/
  }

#footer a:link, #footer a:visited  {
	color:#666666; /*Original: #d3d1d1*/
	text-decoration:none; /* Tillagt */
  border-bottom: 1px solid #666; /* Tillagt */
	}

#det-har-gor-vi { /* Tillagt */
  text-align:center;
	padding-top:.7em;
	font:italic 165% Georgia, sans-serif;
	color:#999;
	}

#det-har-gor-vi a:link, #det-har-gor-vi a:visited  { /* Tillagt */
	color:#999;
	text-decoration: none;
  border-bottom: none; 
	}
	
#det-har-gor-vi a:hover  { /* Tillagt */
  border-bottom: 1px solid #999; 
	}	
	
/* Test för att styra brödsmulorna */

.breadcrumb {
   margin: 15px auto 1em auto;
	 font-size: .9em;
}

.breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited {
	color: #660000; 
	text-decoration:none;
  border-bottom: 1px solid #660000;
}

/* Grundinställning för alla tabeller */

table {
   border: 1px solid #999;
   border-collapse: collapse;
   width: 98%;
}

table th, table td {
   border: 1px solid #999;
   padding: 3px;
   text-align: left;
   vertical-align: top;
}

#sok table, #sok table th, #sok table td {
   border: none;
   padding: 8px;
}

.sokhoger td {
   text-align: right;
}

/*Testtabell, tillagt av Kalle 2008-09-12*/

.testtabell th {
   font: 1.8em Arial, sans-serif;
}



/* SPECIALTABELLER */

/* Bildpriser  */

#bildpriser table th, #bildpriser table td {
   border: 1px solid #999;
   padding: 3px;
}
#bildpriser table th {
   font-size: 1.2em;
   text-align: left;
   background-color: #ececec;
}
#bildpriser table td {
   vertical-align: top;
}
#bildpriser table td.summa {
   font-size: 200%;
   font-weight: bold;
   background-color: #ececec;
}
#bildpriser table td.forklaring, #bildpriser table td.eller {
   background-color: #ececec;
   font-size: 75%;
   line-height: 1.4em;
   color: #666;
}
#bildpriser table td.forklaring {
   width: 33%;
}
#bildpriser table td.eller {
   vertical-align: middle;
   font-weight: bold;
}
#bildpriser table td.avgift-1 {
   background-color: #E6F5F5;
}
#bildpriser table td.avgift-2 {
   background-color: #80CCCC;
}
#bildpriser table td.avgift-3 {
   background-color: #009999;
}
#bildpriser table td.avgift-4 {
   background-color: #407F7F;
}

/* LÃ¥na (tabell) */

#lanetabeller {
   font-size: 90%;
   line-height: 1.5em;
}

#lanetabeller table th, #lanetabeller table td {
   border-left: 2px solid #000;
   border-right: 2px solid #000;
   border-bottom: 1px solid #666;   
}

#lanetabeller table th {  
   border-top: 1px solid #999;
}

table.laneregler th, table.laneregler th.materialtyp {
   background-color: #006666;
   color: #fff;

}

table.laneregler th, table.hamtningstider th {
   border-top: 2px solid #000;

}

table.hamtningstider th, table.hamtningstider th.vardag {
   background-color: #99ADC2;
}

table.hamtningstider th.vardag  {
   height: 90px;
}

table.laneregler th.materialtyp {
   border-top: 1px solid #666;
}

table.hamtningstider th.vardag, table.hamtningstider th.helg {
   border-top: none;
}

table.hamtningstider td  {
   padding: .5em;
}

th.vardag  {
   height: 90px;
}

td.helg  {
   background-color: #ccc;
}

td.vecka  {
   background-color: #f9f9f9;
   font-weight: bold;
}


/* Kata-snabbsök */

#katasearchform {
	float: center !important;
	padding-top: 1px !important;
	margin: 0 !important;
	}
#katasearchform label {
	display: none;
	}
#katasearchform input {
	display: inline;
	float: left;
	vertical-align: middle;
	/* background: #fff url(http://www.arbark.se/temp/sokbg.gif) repeat-x bottom; */ 
	}
#searchstr1 {
	border: 1px solid #bbb;
	margin: 0 .5em auto auto;
	height: 26px; /* 16px */
	padding: 3px;
	width: 530px;
	font:200% Arial, sans-serif;
	color:#999;
	/*background: #fff url(http://www.arbark.se/temp/sokbg.gif) repeat-x bottom;*/	
	}
#searchstr1:hover, #searchstr1:focus {
	border: 1px solid #666;
	/* background: #D2E9F4 !important;  */
	/*background: #fff url(http://www.arbark.se/temp/sokbg.gif) repeat-x bottom;*/
	}

.formular {
	margin-bottom: 20px;
	}
.formular label {
	display: block
	}
	
.formular input.submit {
	height:34px;
	width: 51px;
	font-weight:bold;
	border:0;
	}	
	
/*.formular input.submit {
	background: #3193C1;
	border:1px solid #006666;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 0;
	padding: 6px 8px;
	font-weight: bold;
	}
.formular input.submit:hover {
	background: #81C1DF;
	color: #fff !Important
	}
.formular input.submit:focus {
	background: #fff url(http://www.arbark.se/temp/sokbg.gif) repeat-x bottom;
	} */



/* Välkommen! (Forska hos oss, FAQ, Målgrupper) */

.welcome {
   padding: 10px auto 10px auto;
   text-align:left;
   font: bold 1.1em Georgia, trebuchet ms, sans-serif;
}

.welcome ul {
   margin: auto 0 auto .5em;
}

.welcome select {
   margin-top:4px;
   font: 1.1em Georgia, trebuchet ms, sans-serif;
   width:130px;
   float:right;
}



/* Event Calendar - anpassningar */

table.ec3_schedule {
   width: auto;
   border: none; /*3px double #006666;*/
   font-weight: bold;
   font-family: arial, sans-serif;
   /*float: left;*/
   margin: 0 .5em .5em 0;
	 background-image: url('http://www.arbark.se/temp/bg-schedule.gif');
   background-position: top;
   background-repeat: repeat-x;
}

table.ec3_schedule td, td.ec3_start, td.ec3_to, td.ec3_end {
   border: 0;
   padding: 0.3em;
}

table.ec3_schedule td {
   font-size: 200%;
}

table.ec3_schedule td.ec3_start, table.ec3_schedule td.ec3_to, table.ec3_schedule td.ec3_end {
   text-align: left;
   font-size: 170%;
}

ec3_eventday {
   font-weight: bold;
}

#pa-gang {
   border-bottom:1px solid #cfcfcf;
   padding-bottom:12px;
   background-image: url(http://www.arbark.se/temp/bg-pa-gang.gif);
   background-position:bottom right;
   background-repeat:no-repeat;
}

#pa-gang ul.ec3_events {
   margin: .5em auto auto 0;
}

#pa-gang ul.ec3_events li {
   margin: auto auto .8em 0;
   list-style-type: none;
   font: bold 1.3em Georgia, trebuchet ms, sans-serif;
}

.entry .ec3_events {
   margin: auto auto auto .1em;
}

/* WP-Cumulus - anpassningar */

#wpcumuluscontent {
   margin-top: 0;
   padding-top: 0;	 
}

/* Taggmoln */

#tagcloud {
	 font-family: Trebuchet MS, Verdana, sans-serif;
}

#tagcloud a {
	 border-bottom: none;
}

/* IE-fix för att ta bort länkstreck. Flytta över till pluginets css? */

.ngg-gallery-thumbnail a:link {
   border:none;	 
}

/* Bildtexter */

p.wp-caption-text {
   margin-top:.1em;
	 padding-top:.1em;
   font-size:80%;	 
	 line-height:1.1em;
}

/* Twitter-citat (Ur bruk 2010-08-11) */

div#twitter_div {
   padding-top:.7em;
   background-image: url(http://www.arbark.se/temp/quotes.png);
   background-position: top right;
   background-repeat: no-repeat;
}

ul#twitter_update_list {
   margin-left: 1.5em;
}

/* Webbplatskarta */

ul.artikellista {
   margin-left:1em;
}

ul.artikellista li {
   list-style-type:circle;
	 margin-left:0;
}

#fasta-sidorna li.page_item {
	 margin-left:1.1em;
}

#fasta-sidorna li.current_page_item a {
	 background:#fff;
	 color:#600;
}

#oppettider table, #oppettider td {
   border: 0px none !important;
}

/* Snabbsök och samsök (Kjell 2011-06-21) */

#samsok			{border:1px solid #a0a0a0;width:595px;
height:28px;
padding:0;
background:#fafafa;
text-align:right;
margin-top:0px;
}

#samsok input		{
border:0;
background:none;
color:#716A69;
}
	
	

#soktext		{width:540px;font-size:14px;padding:4px;
margin:2px 0 0 0;
background:none;
}


#snabbsok #samsok	{margin:11px 0 0 0;padding-right:4px;}


#snabbsok #soktext	{
width:556px;}
#snabbsok select.meny	{width:170px;background:#ffffff;color:#000000;outline:none;-moz-outline:0 none;}
#snabbsok option.forsta	{color:#000000;}
#snabbsok option.andra	{color:#505050;}
#snabbsok option.tredje	{color:#505050;}

