/* GENERAL STYLES */
/*   
	Kubrick v1.2.5  for  WordPress 1.2
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

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

	Have fun, and don't be afraid to contact me if you have questions.
*/



/* Begin Typography & Colors */
body {
	font-size: 13px;  /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #d5d6d7;
	color: #000000;
	text-align: center;
	background-image:url(/design/background.jpg);
	}

#page {
	text-align: left;
	margin:0 30px 0 35px;
	padding:0 0 35px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}
	
.narrowcolumn .postmetadata {
	text-align: left;
	}

.graybox {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}


small {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 14px;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, Verdana, Sans-Serif;
	}

h1 {
	font-size: 30px;
	color: #525869;
	margin: 0px 0px 8px 0px;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 24px;
	}
	
.post h2 {
	font-size: 24px;
	color: #525869;
	}

#sidebar h2 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
	}

h3 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	}


h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #000000;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-family: Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
.postmetadata	{
	font-size: 13px;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #525869;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
	
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}
	
.narrowcolumn {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 680px;
	}

.widecolumn {
	margin:0px;
	padding:0px;
	width:100%;
}
	
.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
	
#footer {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	clear: both;
	}

/* End Structure */



/*	Begin Headers */

.description {
	text-align: center;
	}

h2 {
	margin: 0px;
	}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3.comments {
	padding: 0;
/*	margin: 40px auto 20px ; */
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

/*
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
*/
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	font-size:12px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin:0 0 6px;

	font-size:12px;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 130px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.graybox {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	margin-left:710px;
	padding:20px 0 10px;
	width:190px;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/


/* BEGIN IMAGE CSS */


body{ background: url("/design/background.jpg"); }

#header{ background: url("/design/main_back.jpg"); }
#footer{ background: url("/images/kubrickfooter.jpg") no-repeat bottom; border: none;}


#header 	{ 
	margin: 0 !important; 
	margin: 0 0 0 0px; 
	padding: 0px; 
	height: 172px; 
	width: 100%; 
	text-align:left;
	}
#headerimg 	{ 
	margin: 0px 20px;
	padding:8px 10px 4px;
}
/* END IMAGE CSS */


		
/* added margin for images in posts */

.entrytext img {
	margin: 5px;
}
.entry img {
	margin: 5px;
}

.navigation {
	text-align: center;
	margin: 10px 0;
	padding: 0;
	width: 100%;
	}

.navigation .left {
	float: left;
	width: 50%;
	text-align: left;
	}

.navigation .right {
	float: right;
	width: 50%;
	text-align: right;
	}

.navigation .clear {
	clear: both;
	margin: 0;
	padding: 0;
	}

.navigation{
	color:#999999;
}
.navigation a {	
	color:#999999;
}

#uppershadow {
	width: 974px;
	height: 9px;
	background: url(/design/page_uppershadow.gif);
	background: url(/design/uppershadow.png) !important;
	margin: 0px auto;
}
#bodyshadow {
	width: 974px;
	background: url(/design/page_bodyshadow.gif);
	background: url(/design/bodyshadow.png) !important;
	margin: 0px auto;
}
#bottomshadow {
	width: 974px;
	height: 9px;
	background: url(/design/page_bottomshadow.gif);
	background: url(/design/bottomshadow.png) !important;
	margin: 0px auto;
}
#mainimg {
	border-style:solid;
	border-width: 4px;
	border-color:#525869;
	margin:6px 0 30px;
}
.innehallstext {
	line-height: 1.4em;
	margin-bottom:20px;
}

.puffimg {
	border-style:solid;
	border-width: 4px;
	border-color:#525869;
	margin:-75px 0 0;
}

.puff {
	margin-bottom: 30px;
	text-align:right;
}

#puff_manadensfluga {
	background: url(/design/manadensfluga.gif);
	background: url(/design/manadensfluga.png) !important;
	height:75px;
	left:-17px;
	position:relative;
	top:-12px;
	width:143px;
	margin-right: 155px;
}

#puff_nyheter {
	background: url(/design/nyheter.gif);
	background: url(/design/nyheter.png) !important;
	height:75px;
	left:-17px;
	position:relative;
	top:-12px;
	width:143px;
	margin-right: 155px;
}

#sidebar_startsida
{
	margin-left:609px;
	padding: 8px 0 0px;
	width:300px;
	text-align:right;
	margin-left: 19px:
}

.narrowcolumn_startsida {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 550px;
}

.sidebarimg {
	border-style:solid;
	border-width: 4px;
	border-color:#525869;
	margin-left: 4px;
	margin-bottom: 4px;
	float: left;
}

#sidebar_bindbeskr
{
	margin-left:609px;
	padding: 8px 0 0px;
	width:300px;
	margin-left: 19px:
}


.bindbeskrimg {
	border-style:solid;
	border-width: 4px;
	border-color:#525869;
	margin-left: 4px;
	margin-bottom: 6px;
}

.listpage {
	margin-bottom: 20px;
}

.listpageimg {
	border-style:solid;
	border-width: 4px;
	border-color:#525869;
	margin-right: 10px;
}
.listpageimg_noborder {
	margin-right: 10px;
}
.clear {
	clear:both;
}

.listpagebeskrivning {
}

#meny_header {
	color:#FFFFFF;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height:normal;
	width:100%;
}

#meny_header ul {
	margin:0;
	padding:0;
	list-style:none;
}
	


  /* Commented Backslash Hack hides rule from IE5-Mac \*/
  #header a {float:none;}
  /* End IE5-Mac hack */

#meny_header #current {
    background-image:url("/design/flik_right_current.jpg");
}

#meny_header #current a {
    background-image:url("/design/flik_left_current.jpg");
}

  



* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -140px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 140px; /* .push must be the same height as .footer */
}

.footer {
	background:url("/design/footerbg.jpg");
}

.footercolumn .text {
	color: #FFFFFF;
}
.footer #main {
	padding:24px 0 0 0;
	margin:0 auto;
	width:894px;
}
.footer .footercolumn {
	color: #FFFFFF;
	float: left;
}
.footer .copyright {
	color: #FFFFFF;
	text-align:right;
	margin:-16px 10px 0 0;
	padding:76px 0 0;
}
.footer .copyright a {
	color: #FFFFFF;
}
.footer .copyright a:hover {
	color: #FFFFFF;
}
.footer .copyright a:active {
	color: #FFFFFF;
}
.footer .copyright a:visited {
	color: #FFFFFF;
}
.meny ul {
	margin:0;
	padding:0;
	list-style:none;
}

.meny li {
    float:left;
    margin:0;
    padding:0;
	background:url("/design/meny_flik_normal_right.jpg") no-repeat right top;
	text-align:center;
	width:96px;
}

.meny li a {
    display:block;
	background:url("/design/meny_flik_normal_left.jpg") no-repeat left top;
	padding:10px 0px;
	text-decoration:none;
	color:#FFFFFF;
}

.meny li:hover, .meny li:hover a {
    background-image:url("/design/meny_flik_normal_right_hover.jpg");
  color:#ffffff;
  }
.meny li:hover a {
    background-image:url("/design/meny_flik_normal_left_hover.jpg");
  }

.meny li.first {
    float:left;
    margin:0;
    padding:0;
	background:url("/design/meny_flik_normal_right.jpg") no-repeat right top;
	text-align:center;
	width:96px;
}

.meny li.first a {
    display:block;
	background:url("/design/meny_flik_normal_first.jpg") no-repeat left top;
    padding:10px 14px 10px 12px;
	text-decoration:none;
	color:#FFFFFF;
}

.meny li.first:hover, .meny li.first:hover a {
    background-image:url("/design/meny_flik_normal_right_hover.jpg");
  color:#ffffff;
  }
.meny li.first:hover a {
    background-image:url("/design/meny_flik_normal_first_hover.jpg");
  }

.meny li.last {
    float:left;
    margin:0;
    padding:0;
	background:url("/design/meny_flik_last.jpg") no-repeat right top;
	text-align:center;
	width:104px;
}

.meny li.last a {
    display:block;
	background:url("/design/meny_flik_normal_left.jpg") no-repeat left top;
    padding:10px 11px 10px 0;
	text-decoration:none;
	color:#FFFFFF;
}


.meny li.last:hover, .meny li.last:hover a {
    background-image:url("/design/meny_flik_last_hover.jpg");
  color:#ffffff;
  }

.meny li.last:hover a {
    background-image:url("/design/meny_flik_normal_left_hover.jpg");
  }
  
.meny li.start {
	color:#000000;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height:normal;
    	float:left;
    	margin:-3px 0 0 300px;
    	padding:0;
	background:url("/design/meny_flik_start_right.jpg") no-repeat right top;
	width: 104px;
	text-align:center;
}
.meny li.start a {
    	display:block;
	background:url("/design/meny_flik_start.jpg") no-repeat left top;
	text-decoration:none;
	color:#000000;
	padding:11px 0 12px 0;
}
#RelateradeBloggInlagg {
    	margin:30px 0 0 0;
}

#RelateradeBloggInlagg h2 {
	font-size: 18px;
	color: #525869;
	font-family: Arial, Verdana, Sans-Serif;
	margin: 0 0 10px 0;
}
#RelateradeBloggInlagg h3 {
	font-size: 16px;
	color: #000000;
	font-family: Arial, Verdana, Sans-Serif;
}
#RelateradeBloggInlagg .post small {
	font-family:Arial,Verdana,Sans-Serif;
	font-size:12px;
	line-height:1.5em;
}




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

