/*  
Theme Name: Dejligt
Theme URI: http://www.noscope.com/pangea/
Description: Pangaea (Greek for "all lands") is the supercontinent that existed during the Mesozoic era, before the process of plate tectonics separated the component continents.
Version: 3.5
Author: Joen Asmussen
Author URI: http://www.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;}


/**
* Start Vanilla Stylesheet 0.9.5
*/
body {
	font: 9pt/1.5em Arial, Helvetica, sans-serif;
}
pre, code, tt {
	font: 1em/1.5em 'Andale Mono', 'Lucida Console', monospace;
}
h1, h2, h3, h4, h5, h6, b, strong {
	font-weight: bold;
}
em, i, dfn {
	font-style: italic;
}
dfn {
	font-weight:bold;
}
p, code, pre, kbd {
	margin:0 0 1.5em 0;
}
blockquote {
	margin:0 1.5em 1.5em 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;
}
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;
}
.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;
}
/**
* End Vanilla Stylesheet
*/







/**
* Start Basic Stylesheet 1.0
*/

.alignright {
	margin-left: 10px;
}

.alignleft {
	margin-right: 10px;
}

.edit a {
	margin: 0;
	position: absolute;
	z-index: 7;
	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;
}

small.tags {
	background: url(images/icon_tag.gif) no-repeat left center;
	padding-left: 16px;
	margin-left: 20px;
}

small.permalink {
	background: url(images/icon_permalink.gif) no-repeat left center;
	padding-left: 16px;
	margin-left: 20px;

}

.commentbox {
	width: 60%;
	float: left;
	margin-bottom: 1em;
}

.pushbutton-wide {
	padding: .5em 2em;
}

#commentform textarea, #mailform textarea {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing:border-box; /* Mozilla: Change Box Model Behaviour */
	}

#tags-allowed {
	clear: both;
	margin: 20px 0;
	padding: 20px 0;
	position: relative;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#tags-allowed .close a {
	right: 10px;
	top: 10px;
	position: absolute;
	z-index: 10;
	padding: 2px;
	width: 12px;
	height: 12px;
	display: block;
	text-indent: -9999px;
	background: url(images/icon_close.gif) no-repeat center center;
	border: 0;
}

#tags-allowed .close a:hover {
	background: url(images/icon_close_over.gif) no-repeat center center;
}
	
#tags-allowed .close a:focus {
	-moz-outline-style: none;
}

ol.commentlist {
	margin-left: 0;
}

ol.commentlist li {
	list-style: none;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
	padding: 10px 0;
}

.avatar {
	float: left;
	margin-right: 10px;
}

.comment-meta::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

*:first-child+html .comment-meta {
	zoom: 1;
	display: block;
}

* html .comment-meta {
	zoom: 1;
	display: block;
}

.comment-meta {
	margin-bottom: 10px;
}

.comment-meta a {
	color: #666;
}

.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;
}

/**
* End Basic Stylesheet 1.0
*/











/**
* All Colors
*/

/* Spot 1 */
body {
	/* background: #00c9ff; */
	/* background: #fff; */
	background: #eee;
}
#main .inner, #nav li.current_page_ancestor .current_page_item a, #nav ul ul li a:hover {
	background: #fff;
}

#lang_sel * {
	background: #eee !important;
}


/* Spot 2 */
#main, .notice, #phone {
	/* background: #00a1cc; */
	/* background: #ddd; */
	background: #fff;
}

/* Spot 2.5 */
#main .inner {
	background: #fff;	
}


/* Spot 3 */
#nav ul li ul {
	/* background: #ff3600; */
	background: #aa00aa;
	background: #00a8de;
}
#loading {
	background: #fff;
}

#nav ul li ul li a, #nav ul li ul li span {
	/*border-right: 1px solid #00a1cc;
	background: #ff3600;*/
	border-right: 1px solid #ddd;
	border-right: 1px solid #fff;
	background: #aa00aa;
	background: #00a8de;
}


.current_page_item .first_page_item a {
	background: #fff !important;
}




/* Text */
body, #nav ul li ul li span {
	/* color: #00a1cc; */
	color: #777;
}
.current_page_item .first_page_item a, #lang_sel * {
	/*color: #00a1cc !important;*/
	color: #777 !important;
}
#nav ul li ul li a {
/*	color: #fff;*/
	color: #fff;
}
#phone, #loading {
	color: #00a8de;
}


/* Active item */
#nav ul>li.current_page_item>a, #nav ul>li.current_page_ancestor>a, #nav li.current_page_ancestor .current_page_item a, #nav ul ul li a:hover {
	color: #a0a;
	color: #00a8de;
}

a:link, a:active {
	color: #a0a;
	color: #00a8de;
}
a:visited {
	color: #e0e;
}

.menu a, .menu>ul a:visited {
	color: #aaa;
}

h2 *, p.meta a {
	color: #000 !important;
}






/**
* Font
*/

/*@font-face {
	font-family: "Junction";
	src: url("fonts/junction.otf") format("opentype");
}
@font-face {
   font-family: "Junction";
   src: url("fonts/junction_bold.otf") format("opentype");
   font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Junction, Arial, Helvetica, sans-serif !important;
}

*/

@font-face {
	font-family: 'DroidSerifRegular';
	src: url('fonts/DroidSerif/DroidSerif-Regular-webfont.eot');
	src: local(':)'), url('fonts/DroidSerif/DroidSerif-Regular-webfont.woff') format('woff'), url('fonts/DroidSerif/DroidSerif-Regular-webfont.ttf') format('truetype'), url('fonts/DroidSerif/DroidSerif-Regular-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DroidSerifItalic';
	src: url('fonts/DroidSerif/DroidSerif-Italic-webfont.eot');
	src: local(':)'), url('fonts/DroidSerif/DroidSerif-Italic-webfont.woff') format('woff'), url('fonts/DroidSerif/DroidSerif-Italic-webfont.ttf') format('truetype'), url('fonts/DroidSerif/DroidSerif-Italic-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DroidSerifBold';
	src: url('fonts/DroidSerif/DroidSerif-Bold-webfont.eot');
	src: local(':)'), url('fonts/DroidSerif/DroidSerif-Bold-webfont.woff') format('woff'), url('fonts/DroidSerif/DroidSerif-Bold-webfont.ttf') format('truetype'), url('fonts/DroidSerif/DroidSerif-Bold-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DroidSerifBoldItalic';
	src: url('fonts/DroidSerif/DroidSerif-BoldItalic-webfont.eot');
	src: local(':)'), url('fonts/DroidSerif/DroidSerif-BoldItalic-webfont.woff') format('woff'), url('fonts/DroidSerif/DroidSerif-BoldItalic-webfont.ttf') format('truetype'), url('fonts/DroidSerif/DroidSerif-BoldItalic-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'DroidSerifItalic', serif !important;
/*	font-style: italic;*/
	font-size: 36pt !important;
	font-weight: normal;
}
/*.menu {
	font-weight: bold;
}*/








/**
* Basics
*/

html, body {
	min-height: 100.2%;
}

body {
	padding: 40px;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 840px;
}

#main {
	padding: 10px;
	margin-top: 60px;
}
#main .inner {
	padding: 10px;
}
.notice {
	position: absolute;
	z-index: 1;
	top: -60px;
	color: #fff;
	padding: 10px;
	width: 40%;
	margin-bottom: 40px;
}
.notice a {
	color: #fff;
}



#nav {
	position: relative;
}


#nav ul {
	top: -50px;
	position: absolute;
	z-index: 1;
	text-align: right;
	width: 100%;
}
#nav ul li {
	display: inline;
	margin-left: 20px;
	margin-right: 20px;
	list-style:none;
}



/* submenus */
#nav ul li ul {
	text-align: left;
	position: absolute;
	z-index: 1;
	left: -46px !important;
	top: 40px !important;
	/*width: 825px;*/
	width: 820px;
}
#nav ul li ul li {
	display: inline;
}
#nav ul li ul li a {
	display: block;
	float: left;
	text-decoration: none;
	font-weight: bold;
}


#nav ul li ul li span {
	display: block;
	float: left;
	text-decoration: none;
	font-weight: bold;
}

/* tab størrelser */
#nav ul li ul li a, #nav ul li ul li span {
	width: 120px;
	height: 20px;
	padding: 15px 0 5px 20px;
}
#body {
	margin-top: 40px;
}




#nav ul>li.current_page_item>a, #nav ul>li.current_page_ancestor>a {
	background: 0;
	text-decoration: none;
}




/* wpml tweaks */
li.page_item ul {
	display: none;
}
li.current_page_item ul, li.current_page_ancestor ul, li.page-item-102 ul /* portfolio item pagination */ {
	display: block !important;
}










h1 {
	position: absolute;
	z-index: 3;
	top: -30px;
	left: 20px;
	display:none;
}
h1 a {
	text-decoration: none;
}


#phone {
	position: absolute;
	z-index: 2;
	top: 0; 
	right: 20px;
	padding: 10px;
	width: 100px;
	text-align: right;
}
#phone p {
	margin: 0;
}







#body {
	min-height: 350px;
}






.post {
	position: relative;
}



.first_page_item a {
	width: 30px !important;
	font: 16pt/16pt "Courier New", Courier, monospace;
	text-align: center;
	padding: 15px 10px 5px 10px !important;
}



#lang_sel {
	position: absolute;
	z-index: 50;
	top: -80px;
	right: 20px;
}
#lang_sel * {
	text-transform: lowercase;
	margin: 0 !important;
	padding: 0 !important;
	text-align: right;
	padding-right: 10px;
	font-size: 8pt !important;
	border: 0 !important;
}
#lang_sel a {
	display: block;
	padding: 2px !important;
}




#loading {
	padding: 0 2px;
	position: absolute;
	top: -100px;
	left: 10px;
	text-transform: lowercase;
}


























/**
* Post design
*/

h2 {
	font-size: 24pt;
	line-height: 2em;
}
h2 a {
	text-decoration: none;
}

.post {
	margin-bottom: 80px;
}

h2 span {
	font-size: 9pt;
	font-weight: normal;
	margin-left: 40px;
}


.pictures {
	margin-top: 20px;
}

































