﻿@import url('reset.css'); /* Start off with a complete CSS reset */

/*

Theme Name: Christiania

Theme URI: http://fnugdesign.dk

Author: Morten Rand-Hendriksen of Pink &amp; Yellow Media

Author URI: http://pinkandyellow.com

Description: The background in the screenshot shows Dirk L. Couprie's illustration of Anaximander's models of the universe. On the left, daytime in summer; on the right, night time in winter, sourced from the Internet Encyclopedia of Philosophy (http://www.iep.utm.edu/anaximan/) and Wikipedia (http://en.wikipedia.org/wiki/Anaximander).

Version: 1.2.1

License: GNU General Public License

License URI: license.txt

*/

/* 

WEB FONT

*/

/* 'Open Sans' */

/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,300,600);*/

/* 'Open Sans Condensed' */

/*@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700,300);



*/

/* FontAwesome font for social icons. Full source at http://fortawesome.github.com/Font-Awesome/ */

@import url(FontAwesome/css/font-awesome.css);

/*Bitter, Corben, PT Serif Caption, Source Code Pro (fin gl.typewriter), Oxygen,  */

@import url(http://fonts.googleapis.com/css?family=Arimo:400,700);
 @import url(http://fonts.googleapis.com/css?family=Marmelad);
/* 



-------------------------------------------------------------- 

General structure

-------------------------------------------------------------- 

*/

/* Farver indsat af Torben 

Den røde:#D71920
Christiania-gul:#fbd20a;
God orange: #d78919

Lys grå: #9B9B9B;


*/





body {
	font-size: 100%;
	font-family: 'Arimo', Arial, Helvetica, sans-serif;
	background-color: #D71920;

}


/* center links i bunden*/

#imagemap{
width:100%;
height:auto;
display:block;	
	
}


.bunden {
	text-align:center;
}
.frontpicture {
	width:48%;
	float:left;
	padding-right:2%;
}
.frontpicturediv {
	margin-bottom:25px !important;
	margin-top:0px !important;
	border-bottom:1px solid #D5D5D5;
	overflow:hidden;
	padding-bottom:10px;
}
li {
/*padding: 0 5px 10px 0;*/
}

ul.xoxo {
	
	list-style:disc;
	list-style-position:inside;
	font-family:'Marmelad', serif;
	
	}
	
#masonry-index ul.xoxo {
	list-style:none;
	font-family: 'Arimo', Arial, Helvetica, sans-serif;
}
.xoxo li {
	/*display: inline !important;*/
	padding: 0 5px 7px 0;
}
/*Links widgettitle*/


.widgettitle {
	font-family:'Marmelad', serif;
}
/*text widget facebook*/
#text-6 {
	background: none repeat scroll 0 0 #FFFFFF !important;
}
#text-6 .widget-title {
	color: #5B74A9 !important;
}
.pluginButton {
	background: none repeat scroll 0 0 #FFFFFF !important;
}
/* slut */
#ca_kort img {
	width:100%;
	height:auto;
	display:block;
}
#search {
	display: none;
}
#wrapper {
	display: block;
	max-width: 1040px;
	margin: 0 auto;
	/*Sorry Lisa ;-)
	background: #FEFDF5;
	d78919
	 */
	background: #FFFFFF;
	border-radius: 10px;
	-moz-border-radius: 10px
}
#content-container {
	width: 100%;
}
#content {
	/*margin: 40px 50px;*/
	margin: 20px 25px;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
}
/* Text meant only for screen readers */

.screen-reader-text, .assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
/* Alignment */

.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
/* END General structure */

/*
--------------------------------------------------------------

Global styles

-------------------------------------------------------------- 

*/



em {
	font-style: italic;
}
strong {
	font-weight: 600;/*font-weight: bold;*/
}
/* Used to highlight content when navigating the site using a keyboard.



 * Anaximander features extensive focus elements so this style is optional.

:focus {
	outline: #000 solid 1px;
}

*/

#randomimage {
}
.right {
	float: right;
}
.left {
	float: left;
}
/** tidligere
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 0.5em 0;
}
***/
/*** indsat af Torben */
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.5em 0;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
	font-family:'Marmelad', Arial, Helvetica, sans-serif;
}
h2.list-title {
	margin-top:10px !important;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.5em;
}
h5 {
	font-size: 1.4em;
}
h6 {
	font-size: 1.2em;
}
p {
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 0 0 1em 0;
}
a:link, a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #D71920 !important;
	text-decoration: none !important;
}
/* END Global Styles */

/* 

-------------------------------------------------------------- 

Header

-------------------------------------------------------------- 

*/



/* PRE-HEADER */



#pre-header {
	background: #D71920;
	padding: 0px 50px;
	position: relative;
	height: 28px;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
}
#pre-header a:link, #pre-header a:visited {
	color: #fff;
	text-decoration: none;
}
#pre-header a:hover, #pre-header a:focus {
	color: #fff;
	text-decoration: none;
}
#social-links li {
	float: left;
	margin-right: 3px;
	margin-top: 8px;
	font-size: 0.8em;
}
#social-links li a:link, #social-links li a:visited {
	color: #CCC;
}
#social-links li a:hover {
	color: #fff!important;
}
/* HEADER SEARCH */





#header-search {
	position: absolute;
	/*indsat af torben

	right: 50px;

	top: 3px;

	*/

	right: 12px;
	top: 25%;
	clear: both;
	z-index:0;
}
#header-search div {
	width: 310px;
	text-align: right;
	position: relative;
}
#header-search input:focus {
/*outline: 1px solid #808080;

	border-radius: 5px;

	-moz-border-radius: 5px;*/



}
#header-search #searchform {
	display: block;
	clear: both;
}
#header-search #searchform label {
	display: none;
}
#header-search #searchform input#s {
	width: 275px;
}
#header-search input#s {
	border: 1px solid #454545;
	padding: 3px 25px 3px 8px;
	margin: 0 0em 0 0;
	color: #000;
	background: #fff;
	font-size: 0.7em;
	border-radius: 10px;
	-moz-border-radius: 10px;
}
#header-search #searchsubmit {
	width: 14px;
	height: 14px;
	text-indent: -9999px;
	position: absolute;
	right: 5px;
	top: 4px;
}
/* END PRE-HEADER */





#site-header {
	background: #D71920;
	position: relative;
}
#header_margin {
	background: #D71920;
	padding: 15px 30px 15px;
}
#header_image {
	display:inline;
	z-index:3;
}
#header_image img {
	display: block;
	height: auto;
	/*width:25.19230769230769%;*/
	width:35.19230769230769%;
	float:left;
}
.header-container {
	margin-left:34, 78260869565217%;
}
#header-title {
	margin-left:-51, 61290322580645%;
	float:left;
	width:48, 38709677419355%;
}
#site-title {
	font-size: 2em;
	font-weight: 700;
	margin: 0;
	font-family: 'Open Sans Condensed';
	text-transform: uppercase;
	z-index: 10;
}
#site-title a:link, #site-title a:visited, #site-title a:hover, #site-title a:focus {
	text-decoration: none;
	color: #fff;
}
#site-description {
	font-size: 0.8em;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	margin: 0.2em 0;
}
/* Conditional if header image is present */
#header-title.header-image-true {
	width: 100%;
}
/* Header menu */

#access {
	font-family:'Marmelad', serif;
	display: block;
	margin-top: 10px;
	float:right;
}
#access ul {
	list-style: none;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
	margin: 0 0 0 2em;
}
#access a {
	display: block;
	padding: 5px 0 8px 0;
	text-decoration: none;
	color: #FBED8C;
	text-transform: uppercase;
	font-size: 1.1em;
	border-bottom: solid 1px rgba(255, 255, 255, 0);
}
.sf-sub-indicator {
	display: none;
}
#access a:hover, #access a:focus {
	color: #fff !important;
	border-bottom: 1px solid #fff;
}
/* Drop down */
access ul ul {
	display: none;
	float: left;
	padding: 7px 0 0 0;
	position: absolute;
	top: 1.7em;
	left: 0;
	z-index: 99999;
	background-position: 10px 0px;
	background-image: url('images/arrowUpGrey.png');
	background-repeat: no-repeat;
}
#access ul ul li {
	border: none;
	margin: 0;
}
#access ul ul li:first-child a {
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}
#access ul ul li:last-child a {
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
#access ul ul li:only-child a {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#access ul ul a {
	line-height: 1em;
	width: 10em;
	height: auto;
	color: #fff;
	background: #333;
	padding: 10px 25px;
	border: none;
}
#access ul ul :hover > a, #access ul ul :focus > a {
	color: #fff;
}
#access ul ul li:hover > a, #access ul ul li:focus > a {
	border-bottom: none;
	background: #000;
}
#access ul ul a:hover, #access ul ul a:focus {
	background: #000;
}
#access ul li:hover > ul, #access ul li:focus > ul {
	display: block;
}
#access ul ul ul {
	left: 100%;
	top: 0;
	padding: 0 0 0 7px;
	background-image: url('images/arrowLeftGrey.png');
	background-position: 0 8px;
	background-repeat: no-repeat;
	margin-left: 0;
}
/* Highlight current page / parent menu item */
#access li.current_page_item > a, #access li.current_page_parent > a, #access li.current-page-ancestor > a, #access li.current-post-ancestor > a {
/*color: #fff;*/

}
/* Special in case of custom header image */

#sub-access {
	background: #fff;
}
#sub-access ul {
	list-style: none;
	padding: 0;
}
#sub-access li {
	float: left;
	position: relative;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}
#sub-access a {
	display: block;
	padding: 10px 25px;
	text-decoration: none;
	color: #333;
	text-transform: uppercase;
	font-size: 0.8em;
}


#sub-access ul ul {
	display: none;
	float: left;
	padding: 7px 0 0 0;
	position: absolute;
	top: 2.1em;
	left: 0;
	z-index: 99999;
	background-position: 30px 0px;
	background-image: url('images/arrowUp.png');
	margin-left: 10px;
	background-repeat: no-repeat;
}
#sub-access ul ul li {
	border: none;
}
#sub-access ul ul li:first-child a {
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}
#sub-access ul ul li:last-child a {
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
#sub-access ul ul li:only-child a {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#sub-access ul ul a {
	line-height: 1em;
	width: 10em;
	height: auto;
	color: #fff;
	background: #000;
}
#sub-access li:hover > a, #sub-access li:focus > a {
	color: #000;
}
#sub-access ul ul :hover > a, #sub-access ul ul :focus > a {
	color: #fff;
}
#sub-access ul ul li:hover > a, #sub-access ul ul li:focus > a {
	border-bottom: none;
	background: #333;
}
#sub-access ul ul a:hover, #sub-access ul ul a:focus {
	background: #333;
}
#sub-access ul li:hover > ul, #sub-access ul li:focus > ul {
	display: block;
}
#sub-access ul ul ul {
	left: 100%;
	top: 0;
	padding: 0 0 0 7px;
	background-image: url('images/arrowLeft.png');
	background-position: 0 8px;
	background-repeat: no-repeat;
	margin-left: 0;
}
/* Highlight current page / parent menu item */
#sub-access li.current_page_item > a, #sub-access li.current_page_parent > a, #sub-access li.current-page-ancestor > a, #sub-access li.current-post-ancestor > a {
}

/*SUBMENU - indsat af lisa*/

#submenu {
	font-family:'Marmelad', serif;
	display: block;
	margin-top: 10px;
	float:right;
}
#submenu ul {
	list-style: none;
	padding-left: 0;
}
#submenu li {
	float: left;
	margin: 0 0 0 2em;
}
#submenu a {
	padding: 5px 0 8px 0;
	text-decoration: none;
	color: #FBED8C;
	text-transform: uppercase;
}
#submenu a:hover, #submenu a:focus {
	color: #fff !important;
	border-bottom: 1px solid #fff;
}
.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-1 {
    margin: 0 0 0 -61px !important;
}
/*slut lisa*/
/* END Header */


/*submenu when on certain pages, f.eks. info, myter, events....*/

#pagenav {
	background-color:#D71920/*#FBED8C*/;
	font-family:'Marmelad', serif;
	overflow:hidden;
	padding:4px 30px 2px 0px;
	
	
}
#page_access {
	display: block;
	float:right;
}
#page_access ul {
	list-style: none;
	padding-left: 0;
}
#page_access li {
	float: right;
	position: relative;
	margin: 0 0 0 2em;
}
#page_access a {
	display: block;
	padding: 5px 0 4px 0;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	border-bottom: solid 1px rgba(255, 255, 255, 0);
}
#page_access a:hover, #page_access a:focus {
	color: #000!important;
	border-bottom: 1px solid #fff;
}
/* 

-------------------------------------------------------------- 



Main Content



-------------------------------------------------------------- 



*/

/*** Photogallery template Indsat af Torben***/

#random-bottom-images {
	width:100%;
	min-height:20px;
	background-color:#000;
	overflow:hidden;
}
.post-container {
	margin-left: 34.04255319148936%;
}
.entry-header {
	margin-left: -51.61290322580645%;
	width: 48.38709677419355%;
	float: left;
	word-wrap: break-word;
}
.sticky {
}
.entry-header a:link, .entry-header a:visited {
	text-decoration: none;
}
.entry-header a:hover, .entry-header a:focus {
	text-decoration: underline;
	color:#D71920 !important;
}
.entry-title {
	font-size: 2em;
	font-family:'Marmelad', serif;
	font-weight: 100;
	/* indsat af torben

	text-transform: uppercase;

	*/

	margin-top: 0;
	line-height: 1.3em;
	word-wrap: break-word;
}
/*Event-styling, archive-event*/

article #post.event-container {
	background-color:#0F3;
	border-bottom:1px dotted #E42424;
}
.event-container {
	padding:5px 0px 10px;
	margin-left: 34.04255319148936%;/*border-bottom:1px dotted #E42424;*/
}
.event-header {
	/*
	background-color:#CCC;
	color:#FFF;
	border-bottom:1px dotted #E42424;
	*/

	margin-left: -51.61290322580645%;
	width: 48.38709677419355%;
	float: left;
	word-wrap: break-word;
}
.sticky {
}
.event-header a:link, . a:visited {
 text-decoration: none;
}
.event-header a:hover, .event-header a:focus {
	text-decoration: underline;
}
.event-title {
	line-height: 1.3em;
	word-wrap: break-word;
	/*	background-color: black;
	   border-radius: 30px;*/
 	font-size: 1.1em;
	font-family:'Marmelad', serif;
	margin-top: 0;
}
/*.event-title a{
	color:#FFF;
}*/

.event-meta {
	clear: both;
	display: block;
	color:#FFF;
	background-color: #000;
}
.event.content {
/*padding:5px 0px 10px;*/
}
#wp-calendar td.event a {
	color:#D71920;
	text-decoration:none;
	text-shadow:1px black;
}
/*slut event-pages*/

/* VIDEO-ARCHIVE */

.video-header {
	margin-left: -51.61290322580645%;
	width: 81.6129%;
	float: left;
	word-wrap: break-word;
}
/*video-archive slut*/

.name-date {
	font-size: 0.6em;
	text-transform: uppercase;
	margin-top: 1.5em;
}
.entry-meta {
	clear: both;
	display: block;
}
.entry-meta-custom {
	color: #000;
	clear: both;
	font-size: 0.8em;
	line-height: 18px;
	padding-right:20px;
}
.entry-meta-custom li {
	float: left;
	line-height: 1.2em;/*text-transform: uppercase;*/
	margin: 5px 1px 0 0;
    width: 100%;
}

.entry-meta-custom .post-meta-key{
	
	font-weight:bold;
}

.index-meta {
	margin: 1.5em 0;
	/*indsat af torben*/

	display:none;/*indsat slut*/
}
.index-meta li {
	float: left;
	margin: 0 1px 0 0;
	text-transform: uppercase;
}
.index-meta li a:link, .index-meta li a:visited {
	font-size: 0.6em;
	padding: 2px 20px;
	background: #9b9b9b;
	text-decoration: none;
	line-height: 17px;
	color: #fff;
}
.index-meta ul ul li a:link, .index-meta ul ul li a:visited {
	padding: 2px 10px;
}
.index-meta li.theComments a:link, .index-meta li.theComments a:visited {
	background: #333;
}
.index-meta li a:hover, .index-meta li.theComments a:hover, .index-meta li a:focus, .index-meta li.theComments a:focus {
	background: #3399FF;
}
li.theComments span {
	display: none;
}
.single-thumb {
	margin: 0 0 1em 0;
}
.single-thumb img {
	max-width: 100%;
	height: auto;
}
.entry-content p {
	line-height: 1.4em;
	margin-bottom: 2em;
}
.entry-content li {
	font-size: 0.9em;
	margin: 0 0 1em 2em;
	line-height: 1.1em;
}
.entry-content ul {
	list-style-type: disc;
	margin-bottom: 2em;
}
.entry-content ol {
	list-style-type: decimal;
	margin-bottom: 2em;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
	margin-bottom:10px;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above, .single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}
.index-title {
	font-size: 1.6em;
	/*indsat af lisa*/

	font-weight:500;
	font-family:'Marmelad', Arial, Helvetica, sans-serif;
	color:#000;
	/*slut*/







	/* indsat af torben



	text-transform: uppercase;



	*/



	margin: 20px 0;
	line-height: 1.3em;
	word-wrap: break-word;
}
.index-title a {
	text-decoration: none;
}
.index-title a:hover, .index-title a:focus {
	text-decoration: underline;
}
.index-name-date {
	font-size: 0.8em;
	/*	text-transform: uppercase; udkommenteret af lisa*/



	margin: 20px;
	/*indsat af torben*/



	display:none;/*indsat slut*/
}
.index-name-date a {
	text-decoration: none;
}
.index-name-date a:hover, .index-name-date a:focus {
	text-decoration: underline;
}
.index-content {
	margin: 20px;
}
.more-link {
	text-align: right;
}
.more-link a:link, .more-link a:visited {
	font-size: 0.6em;
	padding: 2px;
	/*background: #5e5c59; lisa*/
	text-decoration: none;
	text-transform: uppercase;
	line-height: 17px;
	color: #000;
	

}
.more-link a:hover, .more-link a:focus {
	background-color: #3399FF;
	/*indsat slut*/
	
}
.page-header {
/*background: #fff;	border-bottom:1px dotted black;*/
}
.page-header h1 {
	/*font-family:'Marmelad', Arial, Helvetica, sans-serif; lisa*/
	text-transform: uppercase;
	font-size: 1em /*1.2em lisa*/;
	margin: 0;
	padding: 0px 50px 20px 0;
}
/* 



-------------------------------------------------------------- 



Index - Traditional



-------------------------------------------------------------- 



*/



#regular-index {
	float: left;
	margin: 0 -320px 0 0;
	width: 100%;
}
#regular-content {
	margin: 0 320px 0 0;
}
#regular-index .index-post-container {
	width: 100%;
	border: none;
	float: none;
	margin: 0 0 50px 0;
}
#regular-index .the-thumbnail {
/*display: none;  jo, vi vil gerne vis det, lisa*/
}
#regular-index .index-title, #regular-index .index-name-date, #regular-index .index-content {
	margin: 5px 0;
}

/* Byggekontor sidebar */
#sidebar-byggekontor {
	float: left;
	overflow: hidden;
	width: 300px;
	margin: 0 0 0 0;
}
#sidebar-byggekontor .widget {
	width: 256px;
	background-color: #fff;
	/*border: 1px #D71920 solid;*/
	-moz-box-shadow:inset 0 0 3px #fbd20a;
   	-webkit-box-shadow:inset 0 0 3px #fbd20a;
   	box-shadow:inset 0 0 3px #fbd20a;
	float: left;
	padding: 10px;
	margin: 0 0 20px 0;
	border-radius: 4px 4px 4px 4px;
}
#sidebar-byggekontor .widget-title {
	font-size: 1.7em;
	font-weight: normal;
	/*text-transform: uppercase;*/
	margin-top: 0;
	line-height: 1.3em;
	word-wrap: break-word;
	font-family: 'Marmelad', Arial, Helvetica, sans-serif;
	color:#D71920;
}
#sidebar-byggekontor .children {
	margin-left: 0.5em;
	padding: 0!important;
	float: none;
}
#sidebar-byggekontor ul li a {
	text-decoration: none;
	display: block;
	padding: 0px 0;
	font-size: 90%;
 -webkit-transition: all .2s ease-in-out;
 -moz-transition: all .2s ease-in-out;
 -o-transition: all .2s ease-in-out;
 -ms-transition: all .2s ease-in-out;
}
#sidebar-byggekontor ul li a:hover, #sidebar ul li a:focus {
	color: #D71920 !important;
	text-decoration: none;
	font-size: 90%;
}



#sidebar {
	float: right;
	overflow: hidden;
	width: 300px;
	margin: 0 0 0 20px;
}
#sidebar .widget {
	width: 256px;
	background-color: #fff;
	/*border: 1px #D71920 solid;*/
	-moz-box-shadow:inset 0 0 3px #fbd20a;
   	-webkit-box-shadow:inset 0 0 3px #fbd20a;
   	box-shadow:inset 0 0 3px #fbd20a;
	float: left;
	padding: 20px;
	margin: 0 0 20px 0;
	border-radius: 4px 4px 4px 4px;
}
#sidebar .widget-title {
	font-size: 1.7em;
	font-weight: normal;
	/*text-transform: uppercase;*/
	margin-top: 0;
	line-height: 1.3em;
	word-wrap: break-word;
	font-family: 'Marmelad', Arial, Helvetica, sans-serif;
	color:#D71920;
}
#sidebar .children {
	margin-left: 0.5em;
	padding: 0!important;
	float: none;
}
#sidebar ul li a {
	text-decoration: none;
	display: block;
	padding: 10px 0;
	font-size: 90%;
 -webkit-transition: all .2s ease-in-out;
 -moz-transition: all .2s ease-in-out;
 -o-transition: all .2s ease-in-out;
 -ms-transition: all .2s ease-in-out;
}
#sidebar ul li a:hover, #sidebar ul li a:focus {
	color: #D71920 !important;
	text-decoration: none;
	font-size: 95%;
}
/* 

-------------------------------------------------------------- 



Index - Masonry

-------------------------------------------------------------- 

*/



#masonry-index {
	width: 100%;/*width: 107%; hvorfor ???*/
}
#masonry-index .textwidget {
	padding:0;
}
#masonry-index .index-post-container {
	width:290px;
	border-bottom:1px solid #333;
	float:left;
	/*margin: 10px 20px 20px 0;*/

	margin: 10px 20px 20px 0;
	padding-bottom:20px;
}
#masonry-index .index-title, #masonry-index .index-name-date, #masonry-index .index-content {
	margin: 20px;
}
#masonry-index .index-post-container .video {
	margin: 0 0 1em 0;
	width: 100%;
	height: auto;
}
/* Front page widgets */



.index-widget-area .widget {
	width: 248px;
	float: left;
	padding: 20px;
	margin: 0 5 20px;
	background-color: #FFFFFF;
	border: 1px solid #D71920;
}
/*indsat af lisa*/







/*Event-list CSS*/





.index-widget-area #eo_event_list_widget-3 {
	background-color:#fff;
	color:#000;
	border-radius:20px;
	border:1px solid #333;
	font-family:'Marmelad', Arial, Helvetica, sans-serif;
	font-size:0.9em;
}
/*indsat af lisa*/



/*indsat af Torben til hans plugin

.index-widget-area #randomimagewidget-2{

	position:relative;

}

*/

.index-widget-area .widget-title {
	font-size: 1.5em;
	font-weight: 500;
	color:#000;
	/*text-transform: uppercase;*/

	margin-top: 0;
	line-height: 1.3em;
	word-wrap: break-word;
	font-family:'Marmelad', Arial, Helvetica, sans-serif;
}
.index-widget-area .children {
	margin-left: 0.5em;
	padding: 0!important;
	float: none;
}
.index-widget-area ul li {
	padding-left:5px;
	padding-bottom:3px;
}
.index-widget-area ul li:first-child {
	background-color:#FFF;
}
 .index-widget-area ul li:second-child {
 color:#FFF;
}
.index-widget-area ul li a {
	text-decoration: none;
	display: block;
	padding: 10px 0 0;
	font-weight:bold;
	font-size: 90%;
 -webkit-transition: all .2s ease-in-out;
 -moz-transition: all .2s ease-in-out;
 -o-transition: all .2s ease-in-out;
 -ms-transition: all .2s ease-in-out;
}
.index-widget-area ul li a:hover, .index-widget-area ul li a:focus {
	text-decoration: none;
	font-size:100%;
}
.index-widget-area .recentcomments a:hover, .index-widget-area .recentcomments a:focus {
	background: inherit;
	text-decoration: underline;
}
/* Recent Comments widget */

.recentcomments {
	font-size: 90%;
	padding: 10px 0;
}
.recentcomments a {
	font-size: 100%!important;
}
.recentcomments a:hover, .recentcomments a:focus {
	background: inherit;
	text-decoration: underline;
}
.textwidget {
	padding: 10px 0 0 0;
	line-height: 1.3em;
	font-size: 0.9em;
}
.textwidget p {
	font-size: 100%;
}
/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #555;
	width: 100%;
	text-align: center;
}
.widget_calendar #wp-calendar caption, .widget_calendar #wp-calendar td, .widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar tr {
	line-height: 1.8em;
}
.widget_calendar #wp-calendar caption {
	font-size: 1em;
	padding: 5px 0 10px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #ffffff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #ffffff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
/*indsat af lisa*/

.widget_calender a:link, a:visited {
	color: #000;
	font-weight:bold;
}
/*lisa-slut*/





/* RSS Widget */

h1.widget-title a:link, h1.widget-title a:visited {
	text-decoration: none!important;
	font-family:'Marmelad', Arial, Helvetica, sans-serif;
}
h1.widget-title a:hover, h1.widget-title a:focus {
	text-decoration: underline!important;
	font-family:'Marmelad', Arial, Helvetica, sans-serif;
}
.widget_rss ul li {
	margin-bottom: 1em;
	padding-bottom: 10px;
	font-weight: 100;
}
.widget_rss ul li a {
	text-transform: uppercase;
	font-size: 1.1em!important;
}
.widget_rss ul li a:hover {
	text-decoration: underline!important;
}
.widget_rss a:hover, .widget_rss a:focus {
	background: inherit!important;
	padding: 10px 0!important;
}
.widget_rss .rss-date {
	font-size: 0.8em;
	color: #808080;
	margin-bottom: 10px;
}
.widget_rss .rssSummary {
	font-size: 0.8em;
	line-height: 1.3em;
	margin-bottom: 5px;
}
.widget_rss cite {
	font-size: 0.8em;
	color: #808080;
}
.widget_rss cite:before {
	content: "by ";
}
/* PAGINATION */

.paginationBox {
	clear: both;
	display: block;
	float: left;
	margin: 1em 0 2em 0;
}
ul.pagination {
	margin: 0px auto 0px auto;
	padding: 0px 0px 10px 0px;
	position: relative;
	font-size: 80%;
	line-height: 1em;
	list-style-type: none;
}
.pagination li {
	float: left;
	vertical-align: middle;
	background-color: #fff;
	margin-right: 1px;
}
.pagination span, .pagination a {
	float: left;
	border: 1px #ccc solid;
	padding: 3px 9px 4px 9px;
	text-decoration: none;
	width: auto;
	color: #999;
}
.pagination a:hover, .pagination a:focus {
	color: #fff;
	background-color: #ccc;
}
.pagination .current {
	padding: 3px 9px 4px 9px;
	color: #fff;
	background-color: #ccc;
	border: 1px #ccc solid;
}
/* END PAGINATION */

/* Fix for FlexSlider */

.flexslider .slides img {
	height: auto;
}
/* 



-------------------------------------------------------------- 



Single post



-------------------------------------------------------------- 

*/



.entry-content {
}
.footer-meta {
	margin: 1em 0;
}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 1.5em 0;
	padding-left: 2em;
	border-left: 1px #ccc solid;
	font-style: italic;
	color: #333;
	line-height: 1.4em;
	border-left-color: #EFEFEF;
	border-left-width: 10px;
}
.footer-tags {
	clear:both;
	width:940px;
}
.footer-tags li {
	float: left;
	text-transform: uppercase;
	margin: 1px 1px 0 0;
}
.footer-tags li a:link, .footer-tags li a:visited, .footer-tags li.highlight {
	font-size: 0.7em;
	padding: 2px 10px;
	background: #9b9b9b;
	text-decoration: none;
	line-height: 15px;
	color: #fff;
}
.footer-tags li.highlight, .footer-tags li.highlight {
	background: #333;
	padding: 2px 20px;
}
.footer-tags li a:hover, .footer-tags li a:focus {
	background: #3399FF;
	color:#000;
}
/* RELATED */



h1#recent {
	color: #000;
    font-size: 1em;
	text-transform: uppercase;
	font-weight: 100;
	margin: 15px 0 0.2em 30px;
}
#related {
	/* indsat af torben

	background: #eaeaea;

	*/
	padding: 15px 30px;
}

#related ul {
}
#related ul li {
	width: 31.91489361702128%;
	float: left;
	margin-right: 2.127659574468085%;
	/*indsat af torben*/

	background: #eaeaea;/*indsat slut*/
}
#related ul li:last-child {
	margin-right: 0;
}
#related ul li a {
	text-decoration: none;
}
#related ul li article {
	padding: 20px;
	background-color: #FFFFFF;
    border:1px solid #D71920;
 -webkit-transition: all .2s ease-in-out;
 -moz-transition: all .2s ease-in-out;
 -o-transition: all .2s ease-in-out;
 -ms-transition: all .2s ease-in-out;
	/*indsat af torben*/
	-moz-border-radius: 4px;
	border-radius: 4px;
	/*indsat slut*/
}
#related ul li a:hover article, #related ul li a:focus article {
	background: #fff;
}
#related .theExcerpt {
	margin-top: 1em;
}

#related h1.entry-title{
	font-size:1.5em;
}
/* END RELATED */





/* 404 page */





/* Notices */

/* 
------------------------------------------------------------- 

Image Attachments

-------------------------------------------------------------- 
*/

.image-attachment .entry-header {
	margin-left: 0;
	width: 100%;
	float: none;
}
.image-attachment div.entry-meta {
	float: left;
	font-size: .9em;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
	font-size: .9em;
}
.image-attachment .previous-image {
	margin-right: 10px;
}
.image-attachment .next-image {
	margin-left: 10px;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* 
--------------------------------------------------------------



Images



-------------------------------------------------------------- 
*/



img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img, #sidebar img, .wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.aligncenter, .wp-caption.aligncenter {
	margin: 0 auto 1.5em auto;
	max-width: 100%;
	height: auto;
}
a img {
	border: none;
}
p img {
	margin-bottom: 1em;
}
.event-content img {
    max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft, .wp-caption.alignleft {
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	margin-top: 5px;
}
img.alignright, .wp-caption.alignright {
	margin-left: 1.5em;
	margin-bottom: 1.5em;
	margin-top: 5px;
}
img.aligncenter, .wp-caption.aligncenter {
	margin: 0 auto 1.5em auto;
	height: auto;
}
.wp-caption {
	padding: 10px;
	text-align: center;
	border: 1px #ccc solid;
}
.wp-caption img {
	margin: 0;
}
.wp-caption .wp-caption-text {
	margin: .5em;
	font-size: 80%;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}
.video {
	margin: 0 0 1em 0;
}
.video {
	width: 100%;
	height: auto;
}
.index_videothumb {
	width:300px;
}
.videothumb {
	width:200px;
	float:right;
	margin-bottom:30px;
}
/* END Images */

/*
--------------------------------------------------------------

Forms

--------------------------------------------------------------
*/



#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text], input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}
/* Class for labelling required form items */



.required {
	color: #cc0033;
}
/*Forms - contactformular*/
#contactForm {
}

#contactForm p {
	margin:10px 0px 5px;
}
#contactForm label {
	width:100px;
	float:left;
	clear:left;
	margin-right: 3px;
	text-align:left;
}
#contactForm input {
	width:400px;
	height:24px;
}
#contactForm textarea {
	width:400px;
	height:90px;
	font-family:Verdana, Arial;
	font-size:1em;
}
#contactForm input#submitted {
	width: 6em;
	height:26px;
	margin-bottom:20px;
}

#contactForm button{
	border-radius: 5px 5px 5px 5px;
    color: white;
    font-size: 0.6em;
    line-height: 17px;
    text-transform: uppercase;
	float:right;
	margin-top:10px;
	margin-right:25%;
	width: 10em;
	background-color:#D71920;
	color:#FFF;
	height:2.2em;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
	border:none;

}
/* END Forms */

/*

--------------------------------------------------------------

Comments

-------------------------------------------------------------- 

*/



#comments-title {
	text-transform: uppercase;
	font-weight: 100;
	margin-bottom: 2em;
}
#reply-title {
	text-transform: uppercase;
	font-weight: 100;
	margin: 2em 0 1em 0;
	font-family: 'Marmelad', Arial, Helvetica, sans-serif;
}
article.comment {
	margin-left: 34.04255319148936%;
	margin-bottom: 3em;
	padding-bottom: 1em;
	border-bottom: 1px solid #CCC;
}
.comment-footer {
	margin-left: -51.61290322580645%;
	width: 48.38709677419355%;
	float: left;
	font-size: 0.9em;
	line-height: 1.3em;
}
.left-content {
	float: left;
	margin-right: 10px;
}
.comment-author {
	text-transform: uppercase;
	color: #999999;
}
/* Custom style for post author */



.bypostauthor {
}
.commentlist .children {
	margin-left: 60px;
}
.comment-footer a:link, .comment-footer a:visited {
	color: #999;
	font-size: 90%;
	text-decoration: none;
}
.comment-footer a:hover, .comment-footer a:focus {
	color: #333;
}
.comment-footer .reply a:link, .comment-footer .reply a:visited {
	width: 48px;
	border: 1px #ccc solid;
	display: block;
	text-transform: uppercase;
	font-size: 70%;
	text-align: center;
	padding: 0;
}
.comment-footer .reply a:hover, .comment-footer .reply a:focus {
	border-color: #999;
}
.comment-footer .children li {
	margin-left: 60px;
}
#commentform {
	margin-left: 34.04255319148936%;
	margin-bottom: 2em;
}
#commentform input:focus, #commentform textarea:focus {
	outline: 1px solid #808080;
}
#commentform label {
	display: inline-block;
	margin-bottom: 0.4em;
	font-size: 90%;
}
#commentform input, #commentform textarea {
	padding: 5px;
}
.comment-notes {
	margin-left: -51.61290322580645%;
	width: 38.38709677419355%;
	float: left;
	font-size: 80%;
	color: #999;
}
.form-allowed-tags {
	font-size: 80%;
	color: #999;
}
#respond input[type=text] {
	display: block;/*	width: 60%;*/
}
#respond textarea {
	display: block;
	margin: 0 0 1em;/*	width: 80%;*/
}
#respond .form-allowed-tags {
	clear: both;/*	width: 80%;*/
}
#respond .form-allowed-tags code {
	display: block;
}
#commentform input#submit {
	margin: 1em 0 0 0;
	border: 1px solid #ccc;
	color: #999;
	padding: 3px 2em;
	background: #fff;
	font-size: 70%;
	text-transform: uppercase;
}
#commentform input#submit:hover, #commentform input#submit:focus {
	border-color: #999;
	color: #333;
	cursor: pointer;
}
.pingback {
	margin: 0 0 2em 0;
}
/*



--------------------------------------------------------------



Widgets



--------------------------------------------------------------

*/



.widget {
	display: block;
}
#sidebar .widget_search {
	overflow: hidden;
}
#sidebar .widget_search input {
	float: left;
}
/*Event-list-widget, indsat af Lisa*/

.widget ul.eo-events li {
	border-bottom: 1px solid #D5D5D5!important;
	font-size: 90% !important;
	padding-bottom: 7px!important;
}
.widget ul.eo-events li a {
	font-size:110%!important;
	padding-bottom: 5px !important;
}
/*Brevkasse-widget, indsat af Lisa */

#brevkasse {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	/*background-image:url(../../uploads/2013/03/brevkasse.png);
	background-repeat:no-repeat;*/
}
#brevkasse #bk_header {
	background-image:url(../../uploads/2013/03/brevkasse_03.png);
	background-repeat:no-repeat;
	min-height:94px;
	width:130px;
}
#brevkasse a {
	text-decoration:none;
}
#brevkasse p {
	margin-left:130px;
	padding:5px 10px 15px;
	font-size:0.9em;
	width:126px;
	
}
#brevkasse p#slot {
	margin:2px 20px;
	padding:2px 10px 2px;
	background-color:#333;
	border-radius:4px;
}
#slot a {
	text-transform:uppercase;
	font-size:1.2em;
	padding: 0px 25px;
	text-decoration: none;
	line-height: 15px;
	color: #fff;
}

/*
--------------------------------------------------------------  

Footer  

--------------------------------------------------------------  
*/  


/*skyline = subheader*/

#skyline {
	/*background-image:url('http://www.fnugdesign.dk/wp-content/uploads/2012/12/folkeaktie_skyline_small.png');*/
	display:block;
	height:auto;
	width:100%;
	z-index:0; (lisa-slut)
	margin:0px;
	margin-bottom: -16px;
}

#colophon {
	padding: 0;
	background: #333;
	color: #CCCCCC;
	font-size: 0.9em;
}
#footer-sidebar ul {
	padding: 50px;
}
#footer-sidebar ul li {
	width: 23.40425531914894%;
	float: left;
	margin-right: 2.127659574468085%;
}
#footer-sidebar ul li:last-child {
	margin-right: 0;
}
#footer-sidebar ul ul, #footer-sidebar ul ul li {
	margin: 0;
	padding: 0;
	float: none;
	width: 100%;
}
#footer-sidebar .widget-title {
	font-size: 1.5em;
	font-weight: 100;
	text-transform: uppercase;
	margin-top: 0;
	line-height: 1.3em;
	word-wrap: break-word;
	font-family: 'Marmelad', Arial, Helvetica, sans-serif;
}
#footer-sidebar ul ul li a {
	text-decoration: none;
	display: block;
	padding: 10px 0;
	font-size: 90%;
	line-height: 1.3em;
 -webkit-transition: all .2s ease-in-out;
 -moz-transition: all .2s ease-in-out;
 -o-transition: all .2s ease-in-out;
 -ms-transition: all .2s ease-in-out;
}
#footer-sidebar ul ul li a:hover, #footer-sidebar ul ul li a:focus {
	text-decoration: none;
	color:#D71920 !important;
}
/* SPECIAL CASE: RECENT COMMENTS */



#footer-sidebar ul#recentcomments li {
	padding: 10px 0;
}
#footer-sidebar ul#recentcomments li:hover, #footer-sidebar ul#recentcomments li:focus {
}
#footer-sidebar ul li.recentcomments a:link, #footer-sidebar ul li.recentcomments a:visited {
	border-style: none;
	color: inherit;
	text-decoration: none;
	line-height: 1.2em;
}
#footer-sidebar ul li.recentcomments a.url {
	font-weight: normal;
	font-style: italic;
	text-transform: none;
}
#footer-sidebar ul li.recentcomments a:hover, #footer-sidebar ul li.recentcomments a:focus {
	background-color: transparent;
	background-image: none;
	text-decoration: underline;
}
/* END RECENT COMMENTS */





#footer-content {
	margin: 0;
	padding: 20px 50px;
	background: #D71920;
	/*text-align: center;



	background-image:url(/wp-content/uploads/2012/12/footer.jpg);



	background-position:bottom;



	background-repeat:no-repeat;



	*/

	font-size: 70%;
	text-transform: uppercase;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
}
#footer-content p {
	margin: 0 0 10px 0;
}
#colophon a:link, #colophon a:visited {
	color: #fff;
	text-decoration: none;
}
#colophon a:hover, #colophon a:focus {
	text-decoration: underline;
	color: #000000 !important;
}



/*



--------------------------------------------------------------



Media Queries Aplenty

--------------------------------------------------------------



*/



@media only screen and (min-width : 720px ) and (max-width : 1039px) {
 #wrapper {
 max-width: 100%;
}
 footer-sidebar ul li, #related ul li {
 width:100%;
 float:none;
 margin-right:0px;
 margin-bottom:2em;
}
/*indsat af torben*/
.widget.widget_links {
 background: #eaeaea;
 margin: 5px;
 padding: 5px;
 float: none;
 width: 100%;
 border: 1px rgba(255, 255, 255, 0.5) solid;
 -webkit-transition: all .2s ease-in-out;
 -moz-transition: all .2s ease-in-out;
 -o-transition: all .2s ease-in-out;
 -ms-transition: all .2s ease-in-out;
	/*indsat af torben*/

	-moz-border-radius: 4px;
 border-radius: 4px;
 border: 1px rgba(0, 0, 0, 0.5) solid;
}
h1, h2, h3, h4, h5, h6 {
 margin: 0 0 0.5em;
}
 #header-search {
 clear: both;
 position: absolute;
 right: 10px;
 top: 50%;
 z-index:1;
}
 #skyline {
display:none;
}
 #skyline img {
 display: none;
}

/*indsat slut*/

.event-container {
 margin-left: 34.0426%;
}
 #regular-content.event-container.entry-header {
 margin-left: 0px !important;
}
}



/*max-width 719px */

@media only screen and (max-width : 719px ) {
 #wrapper {
 width: 100%;
}
 #pre-header {
 padding: 0px 20px;
}
 #header-search {
 right: 20px;
}
 #header-search #searchform input#s {
 width: 175px;
}
 #header_margin, .page-header h1, #related, #footer-sidebar ul {
 padding: 20px;
}
 .header-container {
 margin-left:0;
}
 #header-title {
 margin-left:0;
 float:none;
 width:100%;
}
 #header_margin {
 padding-bottom:0;
}
 #header_image img {
 display: block;
 height: auto;
 width:35.19230769230769%;
}
 h1, h2, h3, h4, h5, h6 {
 margin: 0 0 0.5em;
}
h2 {
 font-family: 'Marmelad', Arial, Helvetica, sans-serif;
 font-size: 1.2em;
}

/* Jump main menu down */

#access {
 background: #fff;
 margin: 20px -20px -20px -20px;
 float: left;
}
 #access li {
 float: left;
 position: relative;
 margin: 0;
 border-right: 1px solid #E5E5E5;
 border-bottom: 1px solid #E5E5E5;
}
 #access a {
 display: block;
 padding: 10px 25px;
 text-decoration: none;
 color: #333;
 text-transform: uppercase;
 font-size: 0.8em;
}
 #access li:hover > a, #access li:focus > a {
 color: #000;
}
#access a:hover, #access a:focus {
	color: #D71920 !important;
	border-bottom: 1px solid #fff;
}
 #access ul ul {
 top: 2.1em;
 margin-left: 10px;
 background-position: 30px 0px;
}



/*submenu - indsat af lisa*/
#submenu {
 background: #fff;
 margin: 20px -20px -20px -20px;
 float: left;
}
 #submenu li {
 float: left;
 position: relative;
 margin: 0;
 border-right: 1px solid #E5E5E5;
 border-bottom: 1px solid #E5E5E5;
}
 #submenu a {
 display: block;
 padding: 10px 25px;
 text-decoration: none;
 color: #333;
 text-transform: uppercase;
 font-size: 0.8em;
}
#submenu a:hover, #submenu a:focus {
	color: #D71920 !important;
	border-bottom: 1px solid #fff;
}
 #submenu li:hover > a, #submenu li:focus > a {
 color: #000;
}
.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-1 {
    margin: 0 !important;
}

/*submenu-slut*/

/*subnav - indsat af lisa*/

#pagenav {
 background: #fff;
 margin: 0px -20px 100px -20px;
 float: left;
}
 #pagenav li {
 float: left;
 position: relative;
 margin: 0;
 border-right: 1px solid #E5E5E5;
 border-bottom: 1px solid #E5E5E5;
}
 #pagenav a {
 display: block;
 padding: 10px 25px;
 text-decoration: none;
 color: #333;
 text-transform: uppercase;
 font-size: 0.8em;
}
 #pagenav li:hover > a, #subnav li:focus > a {
 color: #000;
}

/*subnav-slut*/



#content {
 margin: 20px;
}
 .post-container {
 margin-left: 0;
}
 .event-container {
 margin-left:0;
}
 .entry-header {
 margin-left: 0;
 width: 100%;
 float: none;
}
 .event-header {
 margin-left: 0;
 width: 100%;
 float: none;
}
 h1#recent {
 margin-left: 20px;
}
 #regular-index {
 float: none;
 margin: 0;
}
 #regular-content {
 margin: 0;
}
 #regular-content.event-container.entry-header {
 margin-left: 0;
 color:#C00;
}
 #regular-content.event-container.event-header {
 margin-left: 0;
 color:#C00;
}
 #sidebar {

		/*to hide the sidebar entirely from small screens*/

		display:block;
 float: none;
 overflow: inherit;
 width: 100%;
 margin: 0;
}

/* Change widgets to stack one on top of the other */

	#sidebar .widget {
 width: inherit;
 border: none;
 float: none;
 padding: 0;
 margin: 0 0 20px 0;
}

#sidebar .textwidget {
	padding: 10px;
	line-height: 1.3em;
	font-size: 0.9em;
}
 #sidebar .widget ul {
 padding: 0 20px 20px 20px;
}
 #sidebar .widget-title {
 padding: 20px 20px 0 20px;
}
 #sidebar ul li a:hover, #sidebar ul li a:focus {
 background-color: #fff;
}
.xoxo li {
	/*display: inline !important;*/

	padding: 0 5px 10px 0;
}
 footer-sidebar ul li, #related ul li {
 width:100%;
 float:none;
 margin-right:0px;
 margin-bottom:2em;
}
 #skyline {
 display:none;
}
 #footer-sidebar ul li {
 float: left;
 margin-right: 2.12766%;
 width: 100%;
}
}
/* END max-width : 719px */



@media only screen and (max-width : 320px ) {
 #pre-header {
 padding: 0px 10px;
}
 #header-search {
 right: 10px;
}
 #header_margin, .page-header h1, #related, #footer-sidebar ul {
 padding: 10px;
}
 .page-header h1 {
 padding: 20px 10px;
}
 #content {
 margin: 20px 10px;
}
 h1#recent {
 margin-left: 10px;
}
h2 {
 font-family: 'Marmelad', Arial, Helvetica, sans-serif;
 font-size: 1.2em;
}
 #related {
 padding: 20px 10px;
}
 #footer-sidebar ul {
 padding: 20px 10px;
}
/*indsat af torben*/
#header-search {
 clear: both;
 position: absolute;
 right: 0;
 top: 10%;
}
 #header-search #searchform input#s {
 width: 75px;
}
 #skyline {
 display:none;
}
 #skyline img {
 display: none;
}
 #footer-sidebar ul li {
 float: left;
 margin-right: 2.12766%;
 width: 100%;
}
/*indsat slut*/

/*video-archive , lisa*/

.video-header {
 margin-left: 0;
 width: 100%;
 float: none;
}
 .videothumb {
 float:left;
}
/*video-archive slut*/




} /* END max-width : 320px */
