/*-----------------------------------------------------------------------------

Buddingespejderne.dk Screen Stylesheet

version:   1.0
date:      01/06/08
author:    Kim Rasmussen / Andreas Svendsen
email:     info@buddingespejderne.dk
website:   buddingespejderne.dk

-----------------------------------------------------------------------------*/

/* reset 
-----------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse; border-spacing: 0;}


/* struktur 
-----------------------------------------------------------*/

body {
	color: #000;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 62.5%; /* Paa den maade er 1em = 10px og 1.2em = 12px osv. */
	background-color: #212121;
   margin-bottom: 10px;
}

#wrapper {
	margin: 15px auto 0 auto;
	width: 900px;
	background-color: #fff;
}

/* toppen 
-----------------------------------------------------------*/

#header {
	width: 900px;
	height: 65px;
	background-image: url(img/bg_top.png);
   background-repeat: no-repeat;
   position: relative;
}

.logo {
	margin: 10px 0 0 15px;
}

#topbar {
	width: 900px;
	height: 175px;
	background-color: #1b1b1b;
	position: relative; /* vigigt - login */
}

/* Menu
-----------------------------------------------------------*/

ul.topmenu {
	width: 900px;
	height: 25px;
	display: block;
	float: left;
	background-color: #EBEBEB;
	padding: 0;
}

ul.topmenu li {
	float: left;
	line-height: 25px;
	font-size: 1.1em;
}

ul.topmenu li a {
	display: block;
	text-decoration: none;
	padding: 0 20px 0 20px;
}

ul.topmenu li.current {
	font-weight: bold;
}

ul.topmenu li a:hover {
	background-color: #7E7E7E;
	color: #fff;
}

/* struktur 
-----------------------------------------------------------*/
#container{
	background-color:#fff;
	float:left;
	width:900px;
	background-image: url(img/bg_content.png);
	background-repeat: repeat-y;
	background-position: 687px 0;
	padding-top: 25px;
}

/* Sideindhold
-----------------------------------------------------------*/

#center{
	float:left;
	width:670px; /* 690 */
	padding: 0 0 20px 20px;	
	min-height: 300px;
	height: auto;
}

/* for Internet Explorer */
/*\*/
* html #center {
	height: 300px;
}
#center p {padding: 0 50px 0 0;}

#center ul {padding: 0; margin: 0; list-style: square; 
                list-style-position: inside;}
	
#center ul li {
		font-size: 1.1em;
	        
		padding: 0 0 0 15px;
		color: Black;
}

#imageMenu ul li {padding:0;}


#introtext {font-size: 1.5em; padding: 0 20px 20px 0;}

/* Faktaboks 
-----------------------------------------------------------*/

.faktaboks  {
	display: block; 
	background-color: #eee; 
	width: 200px; 
	float: right;
	margin: 0 20px 5px 5px; 
	border-bottom: 2px solid #9ACD32;
}

.faktaboks h3 {
	display: block;
	background-color: #9ACD32;	
	font-size: 1em;	
	line-height: 1.8em;
	height: 1.8em;
	color: #fff;
	padding: 0 0 0 .4em;
	text-transform: uppercase;
}

.faktaboks p {padding: .5em 0 .5em .4em;}


/* Login
-----------------------------------------------------------*/

#login {
	position: absolute;
	right: 0px;
	top: 40px;
	z-index: 10;
	width: 195px;
}

#login p.spejderlogin {
	line-height: 25px;
	padding: 0;
	margin: 0 0 5px 0;
	color: #2E2E2E;
	font-size: 1.2em;
}

/* Hoejre sidebar
-----------------------------------------------------------*/

#rightRail{
	float:right;
	width:200px; /* 210*/
	padding: 5px 0 0 10px;
}

.search {
	margin-top: 5px;
   width: 200px;
}

input#ajaxSearch_input { width: 140px;}
input#ajaxSearch_submit { width: 40px;}
p.ajaxSearch_intro {
	font-size: 0.9em;
	color: #909090;
	padding: 5px 0 10px 0;
}



/* footer
-----------------------------------------------------------*/

address {
	width: 900px;
	margin: 0 auto;
	height: 45px;
	line-height: 70px;
	font-style: normal;
	text-align: center;
	background-color: #212121;
	background-image: url(img/bg_bottom.png);
	background-position: center top;
	background-repeat: no-repeat;
	color: #fff;
	clear: both;
}

address a {color: #fff; text-decoration: none;}
address a:hover {text-decoration: underline;}



/* Boks
-----------------------------------------------------------*/
.boks {
	width: 195px;
	margin-bottom: 10px;
	height: auto;}

.boks h3 {
	font-size: 1em;	
	height: 1.8em;
	line-height: 1.8em;
	color: #fff;
	padding: 0 0 0 .4em;
	text-transform: uppercase;
  	margin-bottom: 1px;
}

.boks h3 a {
	color: #fff;
}
.boks p {
	background-color: #fff;
	padding: .5em 0 .5em .4em;
	margin: 1px 0 7px 0;
}

.boks img {margin-top: 1px;}

.boks.red h3 {background-color: #af343e;} 
.boks.red p {border-bottom: 2px solid #af343e;} 
.boks.blue h3 {background-color: #6495ED;} 
.boks.blue p {border-bottom: 2px solid #6495ED;}
.boks.orange h3 {background-color: #f39a0e;} 
.boks.orange p {border-bottom: 2px solid #f39a0e;}
.boks.gray h3 {background-color: #434343;} 
.boks.gray p {border-bottom: 2px solid #434343;}
.boks.green h3 {background-color: #156e56;} 
.boks.green p {border-bottom: 2px solid #156e56;} 



/* Nyheder
-------------------------------------*/
.nyhed {
	width: 210px;
	height: 310px;
	display: block;
	float: left;
	margin: 0 10px 15px 0;
	padding-bottom: 10px;
	background-color: #fff;
	border-bottom: 2px solid #434343;
}

.nyhed span {
	float: left;
	margin-top: 10px;
	font-size: 0.9em;
 	color: #aaa;
}

.nyhed h4 {
	font-size: 1em;	
	height: 1.8em;
	line-height: 1.8em;
	text-transform: uppercase;
	color: #fff;
	padding: 0 0 0 .4em;
	background-color: #434343;
	margin-bottom: 2px;}

.nyhed .ditto_date {
	padding: 2px 10px 0 0;
   color: #aaa;
	font-style: italic;
	float: left;
}

.nyhed .ditto_summery p {
	padding: 1em 0.4em 0em 0.4em;
	margin: 5px 0 0 0;
	float: left;
	width: 100%;
}

.nyhed .billede {
       text-align:center;
       margin-top:0px;
       margin-bottom:0px;
       padding:0px;
}

/* Gallerier
-----------------------------------------------------------*/

.thumbscontainer {
	
}
ul.thumbs {
	
}

ul.thumbs li {
	width: 150px;
} 

/* formateringer
-----------------------------------------------------------*/

h1 {
	font-size: 3.2em;
	padding-bottom: 5px;
	font-weight: lighter;
}

h2 {
	font-size: 1.9em;
	padding: 10px 0 5px 0;
}

h2 a {color: #000;}

h3 {
	font-size: 1.5em;
	padding: 5px 0 5px 0;
}

p {
	font-size: 1.1em;
        margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	line-height: 1.3em;
}

p em {
	font-style: italic;
	font-size: 1em;
	color: #6B6B6B;
}

a {color: #3F4022; text-decoration: none;}
a:hover {text-decoration: underline;}

.clear {clear: both; height: 1%;}


/* JOT
-----------------------------------------------------------*/


.jot-list {padding: 15px 0 0 0;}

/* Soegeresultater
-----------------------------------------------------------*/

p.ajaxSearch_resultsInfo {
	margin: 15px 0 0 0;
	font-size: 1.5em;
}

span.ajaxSearch_paging {
	
}

span.ajaxSearch_resultDescription {
	font-size: 1.5em;
}

#ajaxSearch_resultListContainer {
	width: 650px;
}

.ajaxSearch_result {
	margin: 15px 0 0 0;
}

a.ajaxSearch_resultLink {
	font-size: 1.5em;
	padding: 0 0 5px 0;
		font-weight: bold;
}

.ajaxSearch_extract {}

/* Administrationsmenu
-----------------------------------------------------------*/

ul.administrationsmenu {
	background-color: #fff;
	width: 195px;
	padding: .5em 0;
	margin: 0 0 7px 0;
   border-bottom: 2px solid #AF343E;
}

ul.administrationsmenu li {display: block;}

ul.administrationsmenu li a {
	display: block;
	padding: 4px 0 4px 8px;
	background-color: #fff;
}
ul.administrationsmenu li ul {
	padding: 0 0 0 15px;
	margin: 0;
}

ul.administrationsmenu li ul li {
	display: block;
	padding: 2px 0 2px 8px;
	background-color: #fff;
}

ul.administrationsmenu li.current {font-weight: bold;}

ul.administrationsmenu li.current li {font-weight: normal;}

ul.administrationsmenu li a:hover {background-color: #DEDEDE;}

.menu {
	width:900px; 
	height: 25px;
	position:relative; 
	font-size:1em;
	z-index:100;
	background-color: #EBEBEB;
}
.menu ul {
	padding:0; 
	margin:0;
	width:900px;
	background-color: #EBEBEB;
	list-style-type: none;
}

.menu ul li {
	float:left;
	position:relative;
}
.menu ul li a, .menu ul li a:visited {
	display: block; 
	text-decoration: none; 
	color: #000; 
	width: 110px; /* 120*/
	height: 25px; 
	color:#000; 
	background:#EBEBEB; 
	padding-left:10px; 
	line-height:25px;
}
* html .menu ul li a, .menu ul li a:visited {
	width:110px;
	w\idth:120px;
}
.menu ul li ul {display: none;}

table {
	margin:0; /* -1 */
	border-collapse:collapse;
	font-size:1em;
}

/* specific to non IE browsers */
.menu ul li:hover a,
.menu ul li a:hover {
	color:#fff; 
	background:#A1A1A1;
}

.menu ul li:hover ul,
.menu ul li a:hover ul {
	display:block; 
	position:absolute; 
	top:25px;
	margin-top:0;
	left:0; 
	width:110px;/*150*/
}
* html .menu ul li a:hover ul {
	margin-top:0;
	marg\in-top:0px; /* 1*/
}

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {
	visibility:hidden; 
	position:absolute; 
	height:0; 
	width:0;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
	display:block; 
	background:#EBEBEB; 
	color:#000; 
	height:auto; 
	line-height:1.2em; 
	padding:5px 10px; 
	width:110px;
}
* html .menu ul li a:hover ul li a {
	width:130px; /*150*/
	w\idth:110px; /* 129*/
}

.menu ul li:hover ul li a.drop,
.menu ul li a:hover ul li a.drop {
	background:#BEBEBE;
}

.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
	background:#A1A1A1; 
	color:#fff;
}

.menu ul li:hover ul li:hover ul,
.menu ul li a:hover ul li a:hover ul {
	visibility:visible; 
	position:absolute; 
	left:130px; /*150*/
	top:0;
	width:137px;
}

.menu ul li:hover ul li:hover ul.left,
.menu ul li a:hover ul li a:hover ul.left {
	left:-137px;
}

div.newseditortag {
padding-left: 5px;
float: left;
}

/* Enhedssider - burde maaske flyttes til separat fil? */
#enhed_kalender, #enhed_nyheder {
	float: right;
	width: 60%;
}

#enhed_ledere, #enhed_content {
	float: left;
	width: 40%;
}

#enhed_nyheder .nyhed {
	width: 180px;
}