/* GENERAL STYLES */
/* 
General style definitions (applicapable to entire site).

Site: Elitefacilitetsudvalget
Author: Adam Barry
Date: 8 januar 2008
Base by Adam Barry
----------------------------------------------------------*/

/***********************************************************
Overall style definition
***********************************************************/
* { 	/* Remove padding and margin for all classes where
	   these attributes are not defined. Fixes some IE
	   bugs. */
	padding: 0;
	margin: 0;
}

body {
	background-color: #B3B4B7;
	font-family: "trebuchet ms","tahoma", sans-serif;
	font-size: small;
	text-align: center;
	color: black;
	padding-bottom: 30px;
	cursor: default;
}


/*: Headings
----------------------------------------------------------*/
h1, h2, h3 {
	font-family: "trebuchet ms", sans-serif;
	text-align: left;
	margin-top: .2em;
	margin-bottom: .2em;
	cursor: text;
}

h1 {
	background-color: inherit;
	font-size: 1.3em;
	font-weight: bold;
	color: #767678;
}

h1:first-letter {
	text-transform: capitalize;
}

h2 {
	background-color: inherit;
	font-size: 1.2em; 
	font-weight: bolder;
	text-align: left;
	letter-spacing: 0em;
	color: #90CC61;
}

h2:first-letter {
	text-transform: capitalize;
}

h3 {
	background-color: inherit;
	font-size: 1.05em; 
	font-weight: bold;	 
	text-align: left;
	color: #90CC61;
	clear: right;
}

h3:first-letter {
	text-transform: capitalize;
}


/*: Paragraphs
----------------------------------------------------------*/
p {
	font-size: .93em;
	text-align: left;
	line-height: 1.3em;
	margin-bottom: 1.4em;
	cursor: text;
}


/*: Lists
----------------------------------------------------------*/
ul {
	font-size: .9em;
	text-align: left;
}

li {
	line-height: 1.3em;
}

dl {
	list-style-type: none;
}

dt {
	font-family: "trebuchet ms", sans-serif;
	text-align: left;
	cursor: text;
	background-color: inherit;
	font-size: 1.2em; 
	font-weight: bolder;
	letter-spacing: 0em;
	color: black;
	margin-top: .2em;
	margin-bottom: .2em;
	list-style-type: none;
}

dd {
	list-style-type: none;
}


/*: Anchors/Links
----------------------------------------------------------*/
a {
	background-color: inherit;
	font-weight: normal;
	text-decoration: none;
	color: #90CC61;
	cursor: pointer;
}

a:hover {
	background-color: inherit;
	color: #90CC61;
	text-decoration: none;
}

a:active {
	background-color: inherit;
	color: #37658F;
}

a:visited {
	background-color: inherit;
	color: #37658F;
}


/*: Images
----------------------------------------------------------*/
img {
	border: none;
}


/*: Special styles used throughout the site
----------------------------------------------------------*/
.hidden {
	display: none;
}

.date {
	background-color: inherit;
	font-size: 0.8em;
	font-weight: bold;
	color: #5E5E62;
}

a.rss {
	background-image: url(/graphics/feed-icon-14x14.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
}

span.heading {
	font-family: "trebuchet ms", sans-serif;
	font-weight: bold;
	display: block;
}


/***********************************************************
Global Layout definition
***********************************************************/
#container { /* Container responsible for centering #site */
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#site { /* Global site container. Floated to enable Liquid
	   layout */
	width: 100%;
	background-color: #ADF9F9;
	color: inherit;
	padding-bottom: 15px;
	margin-bottom: 30px;
	float: left;
	position: relative;
	top: 0;
	left: 0;
}

.branding {
	width: 100%;
	height: 210px;
	background-color: black;
	color: inherit;
	float: left;
	position: relative;
}

/*: Logo
----------------------------------------------------------*/
#logo {
	padding-top: 63px;
	padding-left: 43px;
	float: left;
	position: relative;
	z-index: 1;
	cursor: pointer;
}

#logo img {
	float: left;
}

#logo h1, #logo h2, #logo p {
	display: none;
}


/*: Image container
----------------------------------------------------------*/
.imageContainer {
	width: 736px;
	height: 210px;
	overflow: hidden;
	float: right;
	position: absolute;
	top: 0;
	right: 0;
}

.imageContainer img {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.imageContainer #vignette {
	width: 736px;
	height: 210px;
	background-image: url(/graphics/vignette.png);
	display: block;
	position: relative;
	z-index: 2;
}


/*: Navigation: General
----------------------------------------------------------*/
.navigation li ul li a {
	z-index: 1;
	display: none;		/* initial display state */
}

.navigation li.stretch a {
	display: block;
	z-index: 10;
}


/*: Navigation: Primary
----------------------------------------------------------*/
.primary {
	width: 857px;
	font-family: arial, sans-serif;
	font-size: 0.93em;
	list-style-type: none;
	border-top: 8px solid #90CC61;
	padding-left: 93px;
	clear: left;
	float: left;
	position: relative;
	z-index: 2;
}

.primary li {
	border-right: 2px solid #90CC61;
	float: left;
	position: relative;
}

#site .primary a {
	background-color: inherit;
	font-weight: bold;
	color: #90CC61;
	text-transform: uppercase;
	line-height: 1.9em;
	padding-left: 11px;
	padding-right: 9px;
	float: left;
}

#site .primary a:hover {
	background-color: inherit;
	color: white;	
}


/*: Navigation: Sub level
(remove this section if single level menu)
The initial state of the submenus is set to "display: none"
----------------------------------------------------------*/
.primary li ul {
	list-style-type: none;    
	margin-top: 1px;
	clear: both;
	display: block;		/* initial display state */
	float: left;
	position: absolute;
	top: 1.80em;
	left: -2px;
	z-index: 1;
}

.primary li ul li {
	/*border-left: 2px solid #90CC61;*/
	border-right: none;
	clear: both;
	z-index: 1;
}

#site .primary li ul li a {
	width: 155px;
	background-color: inherit;
	color: #767678;
	text-transform: none;
	line-height: 1.3em;
	padding-top: 2px;
	padding-left: 12px;
	padding-bottom: 3px;
}

#site .primary li ul li a:hover {
	background-color: inherit;
	color: white;	
}

.primary li.stretch a {
	display: block;
}


/*: Navigation: special
----------------------------------------------------------*/
.primary li.first {
	border-left: 2px solid #90CC61;
}

#site .primary li.selected a, #site .primary li.selected li.selected a {
	background-color: inherit;
	color: white;
}

#site .primary li.selected li a {
	background-color: inherit;
	color: #767678;
	text-transform: none;
	line-height: 1.3em;
	padding-top: 2px;
	padding-bottom: 2px;
}

.primary li.selected ul li a:hover {
	background-color: inherit;
	color: white;	
}


/*: Content
----------------------------------------------------------*/
#contentVignette {
	width: 950px;
	height: 197px; 
	background-image: url(/graphics/content_vignette.png);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: 215px;
	left: 0;
}

.content {
	width: 737px;
	background-repeat: no-repeat;
	font-size: 1em;
	padding-top: 150px;
	padding-left: 93px;
	padding-right: 120px;
	padding-bottom: 25px;
	float: left;
	clear: both;
	overflow: hidden;
}

.content p {
	padding-right: 230px;
}

.content p a, .content a {
	background-color: inherit;
	color: #767678;
	border-bottom: 1px dotted #37658F;
}

#site .content p a:hover, #site .content a:hover {
	background-color: inherit;
	color: white;
	border-bottom: 1px solid white;
}

.content ul {
	list-style-type: square;
	padding-bottom: 1em;
}

.content li {
	margin-left: 1.2em;
}

.explination {
	float: left;
}


/*: Footer
----------------------------------------------------------*/
#footer {
	width: 786px;
	padding-top: 50px;
	padding-left: 164px;
	float: left;
	clear: both;
}

#footer ul {
	float: left;
}

#footer li {
	background-color: inherit;
	color: #A8ABAB;
	list-style-type: none;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #90CC61;
	float: left;
}

#footer li.first {
	padding-left: 0;
	border: none;
}

#footer a {
	background-color: inherit;
	color: #A8ABAB;
}

#footer a:hover {
	background-color: inherit;
	color: #90CC61;
}

/***********************************************************
Hacks to overcome IE's float bugs:
	* Randomly appearing text (text from the last
	  floated element in the markup).
***********************************************************/
/* Start: Hide from IE5-mac. Only IE-Win sees this. \*/
 
* html p {
  	height: 1%;
  }
  
* html select, * html textarea {
	margin-left: -3px;
  }  
  
/* End: Hide from IE5/mac */

/* EDITOR PROPERTIES */
