/*  
Theme Name: Minimii
Theme URI: http://noscope.com/
Description: Design: Joen Asmussen
Version: 1.0
Author: Joen Asmussen
Author URI: http://noscope.com/
*/


/* CSS Reset, Copyright (c) 2007, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt, version: 2.3.0 */
body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}




#extended {
	padding-bottom: 40px;
/*	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;*/

	position: relative;
	padding: 20px;
	margin: 20px -20px 0 -20px;
	border-top: 1px solid #d4d1cd;
}




/**
* Start Vanilla Stylesheet 1.0
*/
body { 
	font: 8pt/14pt Arial, Helvetica, sans-serif; 
}
pre, code, tt {
	font: 1em/1.5 'Andale Mono', 'Lucida Console', monospace;
}

ul, ol, li, p, code, pre, kbd, blockquote {}


h1, h2, h3, h4, h5, h6, b, strong {
	font-weight: bold;
}

em, i, dfn {
	font-style: italic;
}
dfn {
	font-weight:bold;
}

p { 
	margin:1em 0 1.5em 0; 
}

blockquote {
	margin:1.5em;
}

li ul, li ol {
	margin:0 1.5em;
}

ul, ol {
	margin:0 1.5em 1.5em 1.5em;
}

ul, ul li {
	list-style-type:disc;
}

ol, ol li {
	list-style-type:decimal;
}

dl {
	margin:0 0 1.5em 0;
}

dl dt {
	font-weight:bold;
}

dd {
	margin-left:1.5em;
}

table {
	margin-bottom:1.4em;
	width:100%;
}

th {
	font-weight:bold;
}

th, td, caption {
	padding:4px 10px 4px 5px;
}

tfoot {
	font-style:italic;
}

sup, sub {
	line-height:0;
}

abbr, acronym {
	border-bottom: 1px dotted;
}

address {
	margin:0 0 1.5em;
	font-style:italic;
}

del {
	text-decoration: line-through; 	
}

pre {
	margin:1.5em 0;
	white-space:pre;
}








/* FIXME */

img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	display: inline;
	}

img.alignleft {
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}




/**
* End Vanilla Stylesheet
*/


.alignright {
	margin-left: 10px;
}
.alignleft {
	margin-right: 10px;
}


.clearfix::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
*:first-child+html .clearfix {
	zoom: 1;
	display: block;
}
* html .clearfix {
	zoom: 1;
	display: block;
}
.outlinefix :focus, .outlinefix:focus {
	-moz-outline-style: none;
}





    /* full clearfix */
    /* add to floating elements which should not float afterthem */ 
	* html .clearfix {
	    height: 1%; /* IE5-6 */
	    }
	* + html .clearfix {
		display: inline-block; /* IE7not8 */
		}
	.clearfix:after { /* FF, IE8, O, S, etc. */
	    content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	    }
















a:link, a:active {
	color: #fea700;
}
a:hover {
	color: #F30;
}
a:visited { color: #C48000; }



h4 a {
	color: #000 !important;
}




body { 
	background: #d4d1cd url(images/bg.gif) no-repeat center top; 
}
html {
	height: 100%;
}

#container {
	width: 908px;
	background: #fff;
	margin: 40px auto;
	position: relative;
}


div.news {
	position: relative;	
}




/* Corners */
div.ctl, div.ctr, div.cbl, div.cbr { /* All corners */
	height: 10px;
	width: 10px;
	position: absolute;
	z-index: 6;
	_line-height: 0;
}  
div.ctl, div.ctr { /* Top corners */
	top: 0;
  }
div.cbl, div.cbr { /* Bottom corners */
	bottom: 0;
  }
div.ctl { /* Top left corner */
  background: url(images/rounded.gif) no-repeat left top;
  left: 0;
  }
div.ctr { /* Top right corner */
  background: url(images/rounded.gif) no-repeat right top;
  right: 0;
  }
div.cbl { /* Bottom left corner */
  background: url(images/rounded.gif) no-repeat left bottom;
  left: 0;
  }
div.cbr { /* Bottom right corner */
  background: url(images/rounded.gif) no-repeat right bottom;
  right: 0;
  }


h1 {
	visibility: visible !important;
}
h1 a {
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	width: 155px;
	height: 60px;
	background: url(images/logo.gif) no-repeat bottom right;
	float: left;
	margin-right: 30px;
}

#header {
	border-bottom: 1px solid #d4d1cd;
	height: 75px;
	position: relative;
}
#body {
	position: relative;
	z-index: 1;
	padding: 0 0 0 20px;
}

#body.twocol {
	background: url(images/bgtile.gif) repeat-y left top;
}







#header ul {
	padding-top: 40px;
}
#header ul li {
	display: inline;
}
#header ul li a {
	float: left;
	display: block;
	text-decoration: none;
	/* text-transform: uppercase; */
	font-weight: bold;
	padding: 10px 30px 10px 10px
}























/**
* old Menu items
*




.sf-menu a, .sf-menu a:visited  {
	color: #343434;
}
.sf-menu ul a {
	padding: 5px 10px !important;
	font-weight: normal !important;
}
.sf-menu ul {
	margin-top: -10px;
	width: 100% !important;
	padding: 0 0 20px 0 !important;
	background: url(images/rolloutmenu.gif) no-repeat bottom left;
}

.sf-menu a.sf-with-ul:hover, .sf-menu li.sfHover {
	background:	#fea700;
	color: #343434 !important;
}
.sf-menu li.sfHover a {
	color: #fff;
}
.sf-menu li.sfHover li a {
	color: #fff; !important;
}

.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color: #343434 !important;
}

#header {
	position: relative;
	z-index: 50;
}
















.sf-menu>.page_item>a {
	text-indent: -9999px;
}
.page_item a {
	background-position: 10px center !important;
	background-repeat: no-repeat !important;
}

#en, #en_designers {
	background: 0 !important;
}
#en>a {
	width: 36px;
	background-image: url('dir/heading.php?text=HOME &color=343434');
}
#en>a:hover {
	background-image: url('dir/heading.php?text=HOME &color=fea700');
}
#en_designers>a {
	width: 68px;
	background-image: url('dir/heading.php?text=DESIGNERS &color=343434');
}
#en_designers>a:hover {
	background-image: url('dir/heading.php?text=DESIGNERS &color=fea700');
}
#en_products>a {
	width: 63px;
	background-image: url('dir/heading.php?text=PRODUCTS &color=343434');
}
#en_products>a:hover, #en_products.sfHover a.sf-with-ul {
	background-image: url('dir/heading.php?text=PRODUCTS &color=FFFFFF&bg=fea700') !important;
}
#en_press>a {
	width: 40px;
	background-image: url('dir/heading.php?text=PRESS &color=343434');
}
#en_press>a:hover, #en_press.sfHover a.sf-with-ul {
	background-image: url('dir/heading.php?text=PRESS &color=FFFFFF&bg=fea700') !important;
}
#en_about-minimii>a {
	width: 93px;
	background-image: url('dir/heading.php?text=ABOUT MINIMII &color=343434');
}
#en_about-minimii>a:hover, #en_about-minimii.sfHover a.sf-with-ul {
	background-image: url('dir/heading.php?text=ABOUT MINIMII &color=FFFFFF&bg=fea700') !important;
}




#frontpage {
	background: 0 !important;
}
#frontpage>a {
	width: 51px;
	background-image: url('dir/heading.php?text=FORSIDE &color=343434');
}
#frontpage>a:hover {
	background-image: url('dir/heading.php?text=FORSIDE &color=fea700');
}


#produkter>a {
	width: 71px;
	background-image: url('dir/heading.php?text=PRODUKTER &color=343434');
}
#produkter>a:hover, #produkter.sfHover a.sf-with-ul {
	background-image: url('dir/heading.php?text=PRODUKTER &color=FFFFFF&bg=fea700') !important;
}

#presserum>a {
	width: 75px;
	background-image: url('dir/heading.php?text=PRESSERUM &color=343434');
}
#presserum>a:hover, #presserum.sfHover a.sf-with-ul {
	background-image: url('dir/heading.php?text=PRESSERUM &color=FFFFFF&bg=fea700') !important;
}

#om-minimii>a {
	width: 75px;
	background-image: url('dir/heading.php?text=OM MINIMII &color=343434');
}
#om-minimii>a:hover, #om-minimii.sfHover a.sf-with-ul {
	background-image: url('dir/heading.php?text=OM MINIMII &color=FFFFFF&bg=fea700') !important;
}

#designere>a {
	width: 67px;
	background-image: url('dir/heading.php?text=DESIGNERE &color=343434');
}
#designere>a:hover, #designere.sfHover a.sf-with-ul {
	background-image: url('dir/heading.php?text=DESIGNERE &color=FFFFFF&bg=fea700') !important;
}


*/
















/**
 * New cufon menu
 */



#header {
	position: relative;
	z-index: 50;
}


.sf-menu li a {
	text-transform:uppercase;
	color: #343434;
	font-size: 13px;
}
.sf-menu li a:hover,
.sf-menu li.current_page_item>a
{
	color: #fea700;
}
.sf-menu li.current_page_item.sfHover>a {
	color: #fff !important;
}



/*.sf-menu ul a {
	padding: 5px 10px !important;
	font-weight: normal !important;
}*/

.sf-menu ul {
	margin-top: -10px;
	width: 100% !important;
	padding: 0 0 20px 0 !important;
	background: url(images/rolloutmenu.gif) no-repeat bottom left;
}

.sf-menu a.sf-with-ul:hover, .sf-menu li.sfHover, .sf-menu li.sfHover a {
	background:	#fea700;
}



.sf-menu ul li a:hover, a.sf-with-ul:hover, .sfHover a.sf-with-ul {
	color: #fff !important;
}

.sf-menu ul li a:hover, a.sf-with-ul:hover {
	color: #fff !important;
}

.sf-menu ul li.current_page_item a {
	color: #000 !important;
}


.sf-menu ul li a {
	text-transform: none;
	font-size: 8pt;
	color: #fff;
	font-weight: normal !important;
/*	text-decoration:underline !important; */
	padding: 5px 10px !important;
}
.sf-menu ul li a:hover {
	color: #000 !important;
	text-decoration: none !important;
}






























/**
 * Search
 */
#searchform label, #searchsubmit {
	display: none;
}
#searchform {
	position: absolute;
	right: 30px;
	/*bottom: 15px; */
	bottom: 13px;
}
#searchform input {
	border: 1px solid #d9d9d9;
	background: #fff url(images/search.gif) no-repeat 3px center;
	height: 15px;
	text-indent: 17px;
	padding: 2px 0 0 0;
}
#searchform input:focus {
	border: 1px solid #666;
}





#breadcrumbs {
	padding: 0 10px;
	border-bottom: 1px solid #d4d1cd;
}
#breadcrumbs ul {
	margin: 0;
}
#breadcrumbs li.current a {
	color: #000;
}
#breadcrumbs li.current {
	background: 0;
	height: 0;
}
a.home {
	text-indent: -9999px;
	display: block;
	width: 20px;
	height: 20px;
	/* padding: 4px 0 !important; */
	background: url(images/home.gif) no-repeat center center !important;
	margin-left: 0 !important;
}
#breadcrumbs li:last-child {
	background: 0;
}
#breadcrumbs li, #breadcrumbs li:first-child {
	height: 23px;
	padding: 5px 20px 0 10px;
	margin: 0;
	display: block;
	float: left;
	background: url(images/breadcrumb.gif) no-repeat right center;
}
#breadcrumbs a {
	text-transform: lowercase;
	margin-left: 10px;
	text-decoration: none;
	/* padding: 5px 0; */
	/* display: block; */
}




















#footer, #footer a {
	width: 868px;
	margin: 10px auto;
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}




#sidebar {
	width: 319px;
	float: right;
}
#sidebar ul {
	margin: 0;
}
#sidebar ul, #sidebar ul li {
	list-style: none;
}
#main, #sidebar {
	position: relative;
	padding: 20px 0;
	height: 100%;
}
.post, .page {
	position: relative;
}
#main {
	clear: left;
	float: left;
	width: 548px;
	/* border-right: 1px solid #d4d1cd; */
	padding-right: 20px;
}

.box, .widget {
	margin: 0 20px 20px 20px;
	padding: 20px;
	background:url(images/grid.gif) repeat;
}
#sidebar li {
	zoom: 1;
	padding: 20px;
	margin-bottom: 20px;
}
#sidebar li.separator {
	border-top: 1px solid #d4d1cd;
}
#sidebar li#mailpress, #sidebar li.cleanbox {
	margin: 0;
	border-top: 1px solid #d4d1cd;
	background: 0;
	padding: 40px;
}
#sidebar li.cleanbox {
	padding: 20px 40px 40px 40px;
}




.notits {
	width: 280px;
	float: right;
}







/* 2-kolonne layouts */
.col1, .col2 {
	width: 250px; /* 276 */
	float: left;
}
.col2 {
	float: right;
}

.col1wide, .col2wide {
	width: 420px; /* 276 */
	float: left;
}
.col2wide {
	float: right;
}

/* 3-kolonne layouts */
.threecol .col1wide, .threecol .col2wide, .threecol .col3wide {
	width: 280px !important;
	float: left !important;
}


































h2 {
	font-size: 11pt;
}
h1, h2 {
	text-transform: uppercase;
}
#fullwidth h1, #fullwidthitem h1, #main h2, #fullwidth h2, #fullwidthitem h2 {
	color: #fea700;
}
h1 {
	font-size: 18pt;
}



















/*

	Edit
	
*/
.edit a {
	overflow: hidden;
	margin: 0;
	position: absolute;
	z-index: 10;
	right: 0;
	top: 0;
	text-decoration: none;
	display: block;
	width: 12px;
	height: 12px;
	border: 0 !important;
	text-indent: -9999px;
	background: url('images/icon_edit.gif') no-repeat;
	}
.edit a:hover {
	background: url('images/icon_edit_over.gif') no-repeat;
	}
.edit a:focus {
	-moz-outline-style: none;
	}








h3 a {
	color: #000 !important;
	text-decoration: none !important;
	border-bottom: 1px dotted #000;
	font-size: 10.5pt;
	font-weight: normal;
}
h3 {
	margin: 10px 0;
}
.post {
	position: relative;
	color: #666;
	margin: 0 20px 20px 0;
	width: 250px;
	height: 300px;
	overflow: hidden;
	float: left;
}






#fullwidth {
	position: relative;
	padding: 20px 20px 20px 0;
	margin: 0;
}
#fullwidthitem {
	position: relative;
	padding: 20px;
	margin: 0 -20px 0 -20px;;
}
.featureimage {
	float: left;
}
.featureexcerpt {
	float: right;
	width: 280px;
	margin: 60px 60px 0 20px;
}

#fullwidth h1, #fullwidthitem h1 {
	font-size: 24pt;
	line-height: 24pt;
}








.bottomnav {
	clear: both;
	text-align: center;
}
.bottomnav a, .bottomnav span {
	background: url(images/page.gif) no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	margin-right: 10px;
	padding: 5px 6px;
	text-align: center;
	/*
	float: left;
	display: block;
	width: 18px; */
}
.bottomnav a:visited {
	color: #fea700;
}
.bottomnav a:hover, .bottomnav span {
	background: url(images/page_current.gif) no-repeat center center;
	color: #fff;
}

.next.page-numbers {
	display: none;
}



.new {
	position: absolute;
	right: 20px;
	top: 10px;
	text-transform: uppercase;
	z-index: 2;
	/* width: 30px; */
	color: #fff;
	height: 21px;
	background: url(images/label_tl.png) no-repeat top left;
	_background: 0 !important;
}
.new strong {
	height: 20px;
	display: block;
	padding: 1px 7px 0 0;
	position: relative;
	right: -10px;
	background: url(images/label_br.png) no-repeat bottom right;
	_background: 0 !important;
}



.featureexcerpt span {
	display: block;
	font-size: 10pt;
	color: #fff;
	height: 28px;
	background: url(images/label_tl.png) no-repeat top left;
	_background: 0 !important;
	width: 200px;
}
.featureexcerpt span b {
	display: block;
	height: 25px;
	display: block;
	padding: 3px 7px 0 0;
	position: relative;
	right: -10px;
	background: url(images/label_br.png) no-repeat bottom right;
	_background: 0 !important;
}






.image {
}
.image .overlay a {
	display: block;
	width: 250px;
	position: absolute;
	z-index: 1;
	height: 170px;
	background-image:url(images/imgoverlay.png);
	_background: 0 !important;
}


span.pi.size-thumbnail .pib {
	position: relative;
}
span.pi.size-thumbnail.alignright {
	margin-left: 10px;
}
span.pi.size-thumbnail.alignright img {
	margin-left: 0 !important;
}
span.pi.size-thumbnail .pib {
	display: block;
	width: 250px;
	position: absolute;
	z-index: 9;
	height: 170px;
	background-image:url(images/imgoverlay.png);
	_background: 0 !important;
}



.gallery * {
	border: 0 !important;
}
/*.gallery-item {
	position: relative;
}
.gallery-item img {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 0;
}
.gallery-item::before {
	content: ".";
	display: block;
	width: 250px;
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
	height: 170px;
	background: #f0f url(images/imgoverlay.png);
}*/





/*.pi {
	display: block;
	position: relative;
	border: 1px solid #0f0;
}
.pi .pib {
	display: block;
	border: 1px solid #f00;
	width: 250px;
	position: absolute;
	z-index: 1;
	height: 170px;
	background-image:url(images/imgoverlay.png);
	_background: 0 !important;
}*/



#languages {
	position: absolute;
	z-index: 99;
	right: 25px;
	top: 10px;
	margin:  0;
}
#languages li {
	display: inline;
	list-style: none;
	text-transform: lowercase;
	margin-right: 10px;
}
#languages li img {
	width: 12px;
	height: 9px;
	margin-right: 4px;
}
/*#languages li a {
	display: block;
	float: left;
	width: 16px;
	height: 11px;
	text-indent: -9999px;
	padding: 5px;
	overflow: hidden;
	opacity: .5;
}
#languages li#danish a {
	background: url('images/dk.png') no-repeat center center;
}
#languages li#english a {
	background: url('images/gb.png') no-repeat center center;
}
#languages a:hover, #languages li.active a {
	opacity: 1.0;
}*/




table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 2em;
	}
table th, table td {
	text-align: left;
	padding: 1em;
	border: 1px solid #d4d1cd;
	vertical-align: top;
	}
table th {
	border: 1px solid #d4d1cd;
	}






