/*  
Theme Name: Elkontakt-Bornholm.dk
Theme URI: http://typecase.dk
Author: Kasper A. Kristensen
Author URI: http://typecase.dk
*/



/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/

* {
	padding:0;
	margin:0;
}
h1, h2, h5, h6, p, pre, blockquote, label, ol, dl, fieldset, address { margin:1em 0; }
li, dd { margin-left:0%; }
fieldset { padding: .5em; }
select option{ padding:0 5px; }

.hide, .print-logo, .close-button{ display:none; }
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
a img{ border:none; }

/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/

body{
	color:#ffffff;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}

/* This class sets the width and position for all rows */
.inside{
	width:960px;
	min-width:65em;
	max-width:85em;
	margin:0 auto;
}

a{
	color:#000;
}

h1{
	color:#545D5D;
	font-size:1.5em;
	font-weight:bold;
	margin:1.7em 0;
}

h4{
	color:#545D5D;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom: 10px;
	}



h2, h3{
	font-size:1.15em;
	color:#000;
	font-weight:normal;
}
#primary h2{
	color:#CCC;
}

p{
	line-height:1.75em;
}

kakul li{
	list-style-type:none;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0em;
}

blockquote{
	margin-left:1em;
	padding-left:1em;
	border-left:2px solid #CCC;
	color:#CCC;
}

pre{
	width:100%;
	padding:1em 0;
	overflow:auto;
	border-top:1px dotted #333;
	border-bottom:1px dotted #333;
}

table{
	width:100%;
	border-spacing:0px;
	margin:0px;
	background-color: #FFFFFF;
	color: #000000;
}
table th, table td{
}
table th{
	background:#fff;
	color:#000;
	text-align:left;
}
table td{
	background:#fff;
	color:#000;
}
table caption{
	text-align:left;
	color:#000;
	margin-bottom:-1em;
	margin-top:1em;
	padding-top: 15px;
}

.rule{
	border-top:1px solid #CCC;
	height:1px;
	font-size:1px;
	line-height:1px;
	margin:1.5em 0;
}

/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/
#header{
	height: 350px;
	background-color: #545D5D;
	}
#header .inside{
	padding:30px 0;

}
#header .menuinside{
	}
	
#header h2{
	font-size:2.25em;
	margin:0 0.5em 0 0;
	padding:0 0.5em 0.25em 0;
	border-right:1px solid #808080;
	float:left;
	color: #ffffff;
}
#header h2 a{ text-decoration:none; }

#header p{
	padding:0em 0;
	margin:0;
	}
	
#header .insidepad{
	padding:3em 0;
}

/*  Navigation
--------------------------------------------------------------------------------------*/
.col {
	float: left;
	display: block;
	width: 22em;
	margin-right: 2em;
	margin-bottom: 0;
	margin-left: 2em;
		
}
#nav {
	list-style: none;
	height: 55px;	
}
#nav li {float: left; display: block; width: 7.3333em;}
#nav a {
	float: left;
	display: block;
	width: 6.3333em;
	color: #000;
	text-decoration: none;
	font-size: 11px;
	}
	
#nav a:hover {background: url(images/nav.png) top left repeat;}
#nav .current a {background: url(images/nav.png) top left repeat;}
#nav em {display: block; clear: right; color: #aaa; font-style: normal; font-size: 0.9em;}
#nav span {display: none;}


/*-----------------------------------------------------------------------------------------------
  Primary Items
-----------------------------------------------------------------------------------------------*/
.contentinside{
	width:960px;
	min-width:65em;
	max-width:85em;
	margin:0 auto;
	padding:0 0
}

#primary{
	background:#ffffff;
	color:#808080;
	height: 500px;
	min-height: 500px
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 2em;
	padding-left: 0;
}

#primary.onecol-stories .primary{
	float:left;
	width:50%;
}
#primary.onecol-stories .secondary{
	float:right;
	width:40%;
	margin:0 0 0 10%;
}

#primary.twocol-stories .story{
	float:left;
	width:48%;
	margin:0 0 0 4%;
	display:inline;
}
* html #primary.twocol-stories .story{
	margin-left:2%;
}
#primary.twocol-stories .first, * html #primary.twocol-stories .first{
	margin:0 0 0 0;
}

.story h3{
	font-size:1.15em;
	margin:0 0 1.5em 0;
	font-weight:normal;
	color:#CCC;
}
.story h3 a{
	color:#CCC;
	text-decoration:none;
	border-bottom:1px dotted #666;
}

.story .details{
	margin:1em 0;
	text-align:right;
	border-top:1px solid #333;
	padding:0.5em 0;
	font-size:0.95em;
	color:#666;
}
.story .details .read-on{
	background:url(images/readon_black.gif) 100% 60% no-repeat;
	padding-right:20px;
	display:block;
}
.story .details a{
	color:#666;
	text-decoration:none;
}
.story .details a:hover{ color:#FFF; }

/* Single Post Styles */

#primary .primary{
	float:right;
	width:65%;
}
#primary .secondary{
	float:right;
	width:30%;
	margin-right:5%;
	padding-top:0.65em;
	display:inline;
}
* html #primary .secondary{ margin-right:3%; }

.secondary .featured p{
	border-bottom:1px solid #333333;
	border-top: 1px solid #333333;
	padding:0.5em 0 0.6em 0;
	line-height:1.5em;
	margin:1em 0 0 0;
}
.secondary .featured dl{
	margin:0 0;
	border-bottom:1px solid #333333;
	padding:0.5em 0 0.6em 0;
}
.secondary dt{
	display:inline;
	margin:0;
	padding:0;
	color:#AAA;
}
.secondary dd{
	display:inline;
	margin:0;
	padding:0;
}
.secondary dd a{ color:#808080; }
.secondary dd a:hover{ color:#FFF; }

.single-post h1, .single-post h2{ margin-top:0; }

/*-----------------------------------------------------------------------------------------------
	Secondary Items
-----------------------------------------------------------------------------------------------*/

#secondary{
	padding:1px 2em;
	background-color: #E3E3E3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.comment-head{
	border-bottom:1px solid #1C1C1C;
	padding:0.8em 2em 1.0em 2em;
}
.comment-head h2{
	font-size:1.5em;
	margin:0;
}
.comment-head a{
	text-decoration:none;
	color:#868686;
}
.comment-head .details{
	font-size:0.95em;
}

ol#comments{
	list-style-type:none;
	margin:2em 0;
}
ol#comments li{
	list-style-type:none;
	margin:2em 0;
}

#comments cite{
	float:left;
	width:31%;
	font-style:normal;
	text-align:right;
}
* html #comments cite{ width:30.6%; }
#comments cite span{
	display:block;
}
#comments cite .author{ font-size:1.2em; }
#comments cite .author a{
	text-decoration:none;
}
#comments cite .admin-tools{
	margin:5px 0;
}
#comments cite .admin-tools a{
	float:right;
	margin:0 5px;
	padding:0px 3px 3px;
	background:#666;
	border:1px solid #999;
	text-decoration:none;
}
#primary .secondary .admin-tools{ margin:1em 0; }

#preview{
	margin:1em 0;
	padding:0.5em;
	border:1px solid #333;
}
#preview p{ margin:1em 0 0 0; }
#errors{ color:#FF0000; font-weight:bold; }

#comments .pingback cite .author{
	display:block;
	padding-top:68px;
	background:url(images/trackback_pingback.gif) 100% 0 no-repeat;
}

#comments .content{
	float:left;
	width:60%;
	margin-left:1.9%;
	border-left:1px solid #868686;
	padding: 0 0 0 2%;
}
#comments .content p{
	margin:0 0 1em 0;
}
#comments .content h3{
	margin:0;
	font-size:1em;
}

#comment-form{
	margin:5em 0 5em 35.4%;
	width:36em;
}
input.textfield{
	width: 15em;
	margin:5px 0;
}
textarea.commentbox{
	width:28em;
	height:10em;
	padding:0.25em;
	margin:5px 0;
	font-size:1.25em;
	font-family:Arial, Helvetica, sans-serif;
}
label.text{
	position:relative;
	left:0.5em;
	top:-0.5em;
}
.formactions input.submit{ 
	float:right; 
	margin:-1em 0 0 0;
	padding:0 0.5em;
}
.formactions .spinner{
	float:right;
	margin:-8px -20px 0 0;
}

/*-----------------------------------------------------------------------------------------------
  Ancillary Items
-----------------------------------------------------------------------------------------------*/

#ancillary{
	padding:2em 0 0 0;
	color: #ABABAB;
}
#ancillary .block{
	float:left;
	width: 30%;
	margin:0 0 0 5%;
}
* html #ancillary .block{
	margin-left:3.9%;
}
#ancillary .twice-length{ width:65%; }
#ancillary .thrice-length{ width:100%; }
#ancillary .first, * html #ancillary .first{
	clear:both;
	margin:0;
}
#ancillary .block-separator{
	clear:both;
	height:2.5em;
}

#ancillary .block h2, #ancillary .block h3{
	margin:0 0 2em 0;
	color: #9F9F9F;
	font-weight: bold;
}

ul.dates, ul.counts, ul.blogroll ul, ul.pages{
	list-style-type:none;
	margin:1.5em 0 2em 0;
	border-top:1px solid #3D3D3D;
}
ul.dates li, ul.counts li, ul.blogroll ul li, ul.pages li{
	list-style-type:none;
	margin:0;
	padding:0.5em 0;
	border-bottom:1px solid #3D3D3D;
}
ul.dates .date{
	color:#858585;
	padding:0 1.5em 0 0;
}

ul.counts .count{
	float:right;
	color:#858585;
}

ul.dates a, ul.counts a, ul.blogroll a, ul.pages a{
	color:#BFBFBF;
	text-decoration:none;
}
ul.dates a:hover, ul.dates a:hover .date, ul.counts a:hover, ul.counts a:hover .count, ul.blogroll a:hover, ul.pages a:hover{ 
	color:#FFF;
}

ul.blogroll{ margin-top:0; }
ul.blogroll li{
	list-style-type:none;
	margin:0;
}

ul.pages ul{
	margin:0;
}
ul.pages ul li{
	border:none;
	margin-left:2em;
	list-style-type:square;
}
/*-----------------------------------------------------------------------------------------------
  Foooter
-----------------------------------------------------------------------------------------------*/

#footer{
	clear:both;
	color:#939393;
	height: 50px;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
}
#footer .inside{
	padding:1em 0;
}
#footer p{
	margin:0;
	font-size:0.95em;
}
#footer p.copyright{ float:left; }
#footer p.attributes{ float:right; }
#footer p.attributes a{
	padding:0 0 0 1em;
	text-decoration:none;
	color:#525252;
}
#footer p.attributes a:hover{
	color:#FFF;
}

.galleritxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #203240;
	padding-top: 10px;
}

.galleritxt a{
	text-decoration: none;
}
.galleritxt a:hover{
	text-decoration: underline;
	}

strong.galleritxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #203240;
	padding-top: 10px;
	margin-top: 15px;
}
.galleribrod {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #cccccc;
	padding-top: 10px;
}

#aktuelt {
	padding-right: 10px;
	padding-left: 10px;
	width:550px;
	height: 150px;
	margin-left: 240px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 1em;
	line-height: 1.3em;
	margin-top: 20px;
	}
#aktuelt h3{
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 3em;
	margin-bottom: 5px;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	}	
#aktuelt p{
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 12px;
	margin-bottom: 5px;
	line-height: 14px;
	}	
		
	
	
#aktuelt a{
	color: #FFFFFF;
	text-decoration: none;
	}	
	
#aktuelt a:hover{
	color: #FFFF00;
	text-decoration: underline;
	}	
	
#killermenu{
	width:960px;
	min-width:960px;
	margin:0 auto;
	list-style-type: none;
	border: thin dashed #00FFFF;
}

/* menu */

.kakmenu{
	margin: 0;
	display: inline-block;
	width: 960px;
}

#kaktop ul
{
margin: 0;
padding-top: 5px;
list-style-type: none;
font-family: arial;
font-size: 14px;
height: 82px;
}

.kakmenu ul {
	height: 70px;
	border: thin dotted #FF0000;
	display: inline-block;
	}



.kakmenu ul li {
	display: inline-block;
	height: 70px;
	width: 100px;
	border: thin dotted #FF0000;
	}


.kakmenu ul li a{
	text-decoration: none;
	color: #fff;
	width: 100px;
	height: 82px;
	padding-right: 10px;
	display: inline-block;
	background-image: url(images/ekb-menu.png);
	background-repeat: no-repeat;
}
#kaknavcontainer ul li a:hover
{
	color: #FFFF00;
	background-position: 0px;
	width: 46px;
	height: 52px;
	text-decoration: underline;
	display: inline-block;
}


.kakmenu ul li.page_item a{
	display: inline-block;
	background-image: url(images/ekb-menu.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 200px;
	padding-left: 70px;
	padding-top: 30px;
}	

.kakmenu ul li.page_item a:hover{
	background-image: url(images/ekb-menu.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 200px;
	padding-left: 70px;
	padding-top: 30px;
	background-color: #586262;
	color: #FFFF00;
	text-decoration: underline;
}	

.leftsidebar{
	width:140px;
	float:left;
	height: 450px;
	margin-left: 10px;
	margin-top: 32px;
}
	
.rightsidebar{
	width:220px;
	float:right;
	height: 450px;
	margin-right:10px;
	margin-top: 7px;
}		

.maincontent{
	width:540px;
	float:right;
	margin-right: 15px;
	margin-left: 10px;
}

.maincontent p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	}

.maincontent a{
	text-decoration: underline;
	color: #808080;
	}
	
.maincontent a:hover{
	color: #666666;
	}
	
.addthis{
	width:140px;
	float:left;
	margin-left: 0px;
	margin-top: 155px;
}

/* menu */

.menu{
	margin: 0;
	list-style-type: none;
	height: 100px;
	}

#top ul
{
margin: 0;
padding-top: 5px;
list-style-type: none;
font-family: arial;
font-size: 12px;
height: 0px;
}

#top ul li {
	display: inline;
	height: 50px;	
}


#top ul li a
{
	text-decoration: none;
	color: #fff;
	background-image: url(images/ekb-menu.png);
	background-repeat: no-repeat;
	height: 170px;
	width: 190px;
	padding-top: 30px;
	background-position: 0px 0px;
	padding-left: 70px;
	margin-left: 0px;
	font-weight: bold;
}
#navcontainer ul li a:hover
{
color: #fff;
background-position: 0px;
width: 46px;
height: 52px;
}


#top ul li.page_item a{
	overflow: hidden;
	display: inline-block;
	background-image: url(images/ekb-menu.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 160px;
	padding-top: 30px;
	background-position: 0px 0px;
}	


#top ul li.page_item a:hover{
	background-image: url(images/ekb-menu.png);
	background-repeat: no-repeat;
	color: #FFFF00;
	text-decoration: underline;
	}	



#sub {
height: 50px;
}

#top {
height: 0px;
}

.udtalelser{
	margin-left: 0px;
	margin-top: 25px;
	height: 100px;
}

.udtalelser strong{
	color:#545D5D;
}


.stills{
	margin-left: 0px;
	margin-top: 55px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #545D5D;
	padding-top: 10px;
}

.logo{
	float: left;
	margin-left: 15px;
}

.leftsidebar li.page_item a{
	list-style-image:none;
	list-style-type:none;
	display: block;
	text-decoration: none;
	padding-top: 5px;
	color: #999999;
	}
	
.leftsidebar li.page_item a:hover{
	list-style-image:none;
	list-style-type:none;
	display: block;
	text-decoration: none;
	padding-top: 5px;
	color: #666666;
	}	
	

.leftsidebar {
	list-style-image:none;
	list-style-type:none;
	display: block;
	}
	
.leftsidebar strong {
	color:#545D5D;
	}	