/* GENERAL STYLES */
/* 
General style definitions (applicapable to entire site).

Site: Lokale- og Anlægsfonden
Author: Adam Barry
Date: 3 October 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: #06595F;
	background-image: url(/graphics/body-background.gif);
	font-family: arial, sans-serif;
	font-size: small;
	text-align: center;
	color: black;
	padding-bottom: 30px;
	cursor: default;
}


/*: Headings
----------------------------------------------------------*/
h1, h2, h3, dl.subpages dt {
	font-family: arial, sans-serif;
	text-align: left;
	cursor: text;
}

h1, #site span.heading, #site .linkSection .content dt, .overview dt, #site .subpages dt {
	background-color: inherit;
	font-size: 1.5em;
	font-weight: bold;
	color: #015E65;
	padding-bottom: .4em;
}

h1 a, #site a span.heading {
	background-color: inherit;
	color: #CA082E;
}

h1:first-letter {
	text-transform: capitalize;
}

h2 {
	background-color: inherit;
	font-size: 1.1em; 
	font-weight: bolder;
	text-align: left;
	color: #015E65;
	padding-bottom: .3em;
	margin-top: .4em;
}

h2:first-letter {
	text-transform: capitalize;
}

h3 {
	background-color: inherit;
	font-size: 1.05em; 
	font-weight: normal;	 
	text-align: left;
	color: #015E65;
	clear: right;
}

h3:first-letter {
	text-transform: capitalize;
}


/*: Paragraphs
----------------------------------------------------------*/
p {
	font-size: .93em;
	text-align: left;
	line-height: 1.3em;
	margin-bottom: 1em;
	cursor: text;
}

em {
	background-color: inherit;
	font-style: normal;
	font-weight: bold;
	color: #015E65;
	
}


/*: Lists
----------------------------------------------------------*/
ul {
	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: #CA082E;
	cursor: pointer;
}

a:hover {
	background-color: inherit;
	color: #015E65;
	text-decoration: none;
}

a:active {
	background-color: inherit;
	color: #CA082E;
}

a:visited {
	background-color: inherit;
	color: #CA082E;
}


/*: Images
----------------------------------------------------------*/
img {
	border: none;
}


/*: Form elements
----------------------------------------------------------*/
fieldset {
	width: 100%;
	padding-bottom: 10px;	
	float: left;
}

legend {
	font-family: arial, "trebuchet ms", sans-serif;
	background-color: inherit;
	font-weight: bold;
	color: #032958;	
	margin-left: 5px;	
}

fieldset ul {
	width: 100%;
	padding-top: 10px;
	float: left;
}

fieldset li {
	width: 100%;
	list-style-type: none;
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
}

fieldset label {
	width: 70px;
	float: left;
}

fieldset input {
	font-size: 1em;
	padding-left: 2px;
	float: left;
}

fieldset input.text {
	background-color: inherit;
	color: #015E65;
}

fieldset input.text.filled {
	background-color: white;
	color: #015E65;
}

fieldset select {
	max-width: 600px;
}

fieldset span.validator {
	background-color: inherit;
	color: red;
	padding-left: 5px;
	float: left;
}

button {
	height: 19px;
	width: auto;		/* IE requires this paramater to avoid extra width on buttons. Is dependent on overflow:visible in same CSS class :| */
	background-color: white;
	font-family: arial, "trebuchet ms", sans-serif;
	font-size: .8em;
	color: inherit;
	border: none;
	margin-top: 5px;
	margin-right: 5px;
	float: left;
	cursor: pointer;
	overflow: visible;
	z-index: 0;
}

div.form .show {
	border: 1px solid #A60625;
	padding: 2px 4px 2px 4px;
	background-color: #CA082E;
	color: white;
	text-decoration: none;
}

.watermark {
	background-color: inherit;
	color: #808080;
}

#site .error {
	border: 1px solid #A60625;
}


/*: Special styles used throughout the site
----------------------------------------------------------*/
.hidden {
	display: none;
}

.invisible {
	visibility: hidden;
}

.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;
}

acronym {
	border-bottom: 1px dotted black;
	cursor: help;
}

span.heading {
	padding-top: 1em;
	display: block;
}


/*: Corner
----------------------------------------------------------*/
.corner {
	width: 1px;
	height: 1px;
	background-color: white;
	position: absolute;
	z-index: 6;
	display: block;
}

.corner.top {
	top: 0;
}

.corner.left {
	left: 0;
}

.corner.right {
	right: 0;
}

.corner.bottom {
	bottom: 0;
}


/*: Outline
----------------------------------------------------------*/
.outline {
	width: 958px;
	height: 1px;
	float: left;
	position: absolute;
	left: 1px;
	display: block;
}

.outline.top {
	top: -1px;	
}

.outline.bottom {
	bottom: -1px;
}

.header .outline, .linkSection .outline {
	background-color: white;
	color: inherit;
}

.main .outline {
	background-color: inherit;
	background-image: url(/graphics/main-outline.gif);
	background-repeat: no-repeat;
	color: inherit;
}


/***********************************************************
Global Layout definition
***********************************************************/
#container { /* Container responsible for centering #site */
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#site { /* Global site container. Floated to enable Liquid
	   layout */
	width: 100%;
	float: left;
	padding-bottom: 30px;
	position: relative;
	top: 0;
	left: 0;
}


/*: Header
----------------------------------------------------------*/
.header {
	width: 914px;
	background-color: white;
	color: inherit;
	padding-top: 7px;	
	padding-left: 23px;
	padding-right: 23px;
	padding-bottom: 22px;
	margin-bottom: 5px;
	position: relative;
	float: left;
	z-index: 5;
}


/*: Logo
----------------------------------------------------------*/
#logo {
	position: absolute;
	top: 12px;
	left: 36px;
	z-index: 2;
	cursor: pointer;
}

#logo img {
	float: left;
}

#logo h1, #logo h2, #logo p {
	display: none;
}


/*: Utilities
----------------------------------------------------------*/
.utilities {
	width: 100%;
	position: relative;
}

.quicklinks {
	width: 590px;
	height: 17px;
	list-style-type: none;
	text-align: right;
	padding-top: 4px;
	padding-left: 150px;
	float: left;
	overflow: hidden;
}

.quicklinks li {
	width: auto;
	background-image: url(/graphics/header/quicklinks.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
	font-size: .8em;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
	float: right;
}

.quicklinks li.first, .quicklinks li.last {
	background-image: none;
}

#site .quicklinks a {
	background-color: inherit;
	background-repeat: no-repeat;
	color: #CA082E;
	float: left;
}

#site .quicklinks a:hover {
	background-color: inherit;
	color: #015E65;
}

.quicklinks a span {
	display: none;
}

.quicklinks a.fontSize {
	width: 15px;
	height: 14px;
	background-image: url(/graphics/fontsize.gif);
}


/*: Search
----------------------------------------------------------*/
.search {
	width: 160px;
	border: none;
	padding: 0;
	float: right;
}

.search legend {
	display: none;
}

.search ul {
	list-style-type: none;
	padding: 0;
	float: left;
}

.search li {
	list-style-type: none;
	float: left;
}

.search input {
	width: 89px;
	height: 15px;
	font-size: .9em;
	border: 1px solid #C2BFBF;
	padding-left: 2px;
	padding-right: 2px;
	margin-top: 1px;
}

.search button {
	margin: 0;
	float: right;
}

.search button span {
	width: 52px;
	height: 17px;
	background-image: url(/graphics/buttons/search.gif);
	background-repeat: no-repeat;
	float: left;
}

.search button span span {
	display: none;
}


/*: Branding
----------------------------------------------------------*/
.branding {
	width: 914px;
	height: 146px;
	padding-top: 10px;
	position: relative;
	float: left;
	overflow: hidden;
	z-index: 1;
}

.branding .corner.top {
	top: 10px;
}

.branding ul {
	width: 100%;
	height: 200px;
	float: left;
}

.branding li {
	list-style-type: none;
	float: left;
}


/*: Navigation: General
----------------------------------------------------------*/
.navigation li li a {
	z-index: 1;
	display: none;		/* initial display state */
}

#site .navigation.primary li.stretch a {
	display: block;
	z-index: 10;
}

/*: Navigation container
----------------------------------------------------------*/
.navContainer {
	width: 100%;
	float: left;
	position: relative;	
}

/*: Navigation: Primary
----------------------------------------------------------*/
.primary {
	width: 100%;
	background-color: #A60625;
	background-image: url(/graphics/navigation/primary/anchor-background.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-family: arial, sans-serif;
	font-size: 0.93em;
	color: inherit;
	list-style-type: none;
	margin-top: 2px;
	clear: left;
	float: left;
	position: relative;
	z-index: 5;
}

.primary li {
	width: auto;
	border-right: 1px solid #D1526B;
	float: left;
	position: relative;
}

#site .primary a {
	background-color: inherit;
	background-image: none;
	background-position: left bottom;
	background-repeat: repeat-x;
	font-weight: bold;
	color: white;
	white-space: nowrap;
	line-height: 1.9em;
	padding-top: 3px;
	padding-left: 11px;
	padding-right: 9px;
	padding-bottom: 3px;
	float: left;
}

#site .primary a:hover {
	background-color: #015E65;
	background-image: url(/graphics/navigation/primary/anchor-hover-background.gif);
	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: 2.3em;
	left: 0;
	z-index: 1;
}

.primary li ul li {
	border-left: none;
	border-right: none;
	clear: both;
	z-index: 1;
}

#site .primary li ul li a {
	width: 155px;
	background-color: #A60625;
	color: white;
	text-transform: none;
	white-space: normal;
	border-top: 1px solid #d1526b;
	display: none;
}

#site .primary li ul li:first-child a, #site .primary li ul li.first {
	border: none;
}

.primary li ul li a:hover {
	background-color: #49597B;
	color: white;	
}

.primary li.stretch a {
	display: block;
}


/*: Navigation: special
----------------------------------------------------------*/
.primary li.first {
	border-left: none;
}

#site .primary li.selected a {
	background-color: #015E65;
	background-image: url(/graphics/navigation/primary/anchor-hover-background.gif);
	color: white;	
}


/*: Navigation: special 2nd level
----------------------------------------------------------*/
#site .primary li.selected li a {
	background-color: #A60625;
	background-image: none;
	color: white;
}

#site .primary li.selected li a:hover {
	background-color: #015E65;
	background-image: url(/graphics/navigation/primary/anchor-hover-background.gif);
	color: white;	
}

#site .primary li.selected li.selected a {
	background-color: #015E65;
	background-image: url(/graphics/navigation/primary/anchor-hover-background.gif);
	color: white;
	cursor: default;
}


/*: Main
----------------------------------------------------------*/
.main {
	width: 937px;
	background-image: url(/graphics/main-back.gif);
	background-repeat: repeat-y;
	padding-top: 5px;	
	padding-left: 0;
	padding-right: 23px;
	padding-bottom: 6px;
	margin-top: 15px;
	position: relative;
	float: left;
	z-index: 1;
}

.main.small {
	font-size: small;
}
.main.medium {
	font-size: medium;
}
.main.large {
	font-size: large;
}

.main .corner.bottom {
	bottom: -2px;
}


/*: Colum
----------------------------------------------------------*/
.column {
	width: 688px;
	float: right;
}

.column.first {
	width: 267px;
	float: left;
}


/*: Navigation secondary
----------------------------------------------------------*/
.secondary {
	width: 267px;
	float: left;
}

.secondary li {
	width: 100%;
	background-image: url(/graphics/navigation/secondary/sec-navi-border.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	list-style-type: none;
	float: left;
}

.secondary a {
	width: 221px;
	background-color: inherit;
	background-image: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #CA082E;
	padding-top: 6px;
	padding-left: 23px;
	padding-right: 23px;
	padding-bottom: 6px;
	float: left;
}

#site .secondary li.selected li a, #site .secondary li.selected li.selected li a {
	background-color: inherit;
	color: #CA082E;
}

#site .secondary li.selected a, #site .secondary li.selected li.selected a, #site .secondary li.selected li li.selected a {
	background-color: inherit;
	color: #015E65;
}

#site .secondary a:hover {
	background-color: inherit;
	color: #015E65;
}


/*: Navigation secondary / sub level
----------------------------------------------------------*/
.secondary li ul {
	padding-bottom: .6em;
	float: left;
}

.secondary li li {
	background-image: none;
}

.secondary li li a {
	width: 211px;
	font-size: 1em;
	padding-top: 1px;
	padding-left: 33px;
	padding-bottom: 1px;
}

.secondary li li li a {
	width: 191px;
	padding-left: 53px;
}

#site .secondary li.selected li a:hover, #site .secondary li.selected li li a:hover {
	background-color: inherit;
	color: #015E65;
}


/*: Navigation secondaryn / special
----------------------------------------------------------*/
#site .secondary li li a, #site .secondary li.selected li li a {
	display: none;
}

#site .secondary li.selected li a, #site .secondary li.selected li.selected a {
	display: block;
}

#site .secondary li.current a {
	background-color: inherit;
	background-image: url(/graphics/navigation/secondary/anchor_hover.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
	color: #015E65;
}

#site .secondary li li.current a {
	background-position: 0 5px;
}

#site .secondary li.current li a {
	background-image: none;
}


/*: Content
----------------------------------------------------------*/
#content {
	width: 642px;
	background-color: white;
	color: inherit;
	text-align: left;
	margin-top: 15px;
	float: right;
	position: relative;
}

#content h1 {
	text-transform: uppercase;
}

#content p.preamble {
	font-size: 1.1em;
	font-weight: bold;
}

#content p a, #content dd a {
	text-decoration: underline;
	padding-left: 2px;
	padding-right: 2px;
}

#content p a:hover, #content dd a:hover {
	background-color: #CA082E;
	color: white;
}

#content ul, #content ol {
	font-size: .93em;
	padding-bottom: 1em;
}

#content ul li {
	list-style-type: square;
	margin-left: 1.3em;
}

#content ol li {
	list-style-type: decimal;
	margin-left: 2em;
}


/*: Content/colums
----------------------------------------------------------*/
#content .column {
	width: 172px;
	float: right;
}

#content .column.first {
	width: 420px;
	padding-bottom: 15px;
	float: left;
	overflow: hidden;
}

#content.full .column {
	display: none;
}

#content.full .column.first {
	width: 642px;
	display: block;
}


/*: Tools
----------------------------------------------------------*/
#content .tools {
	width: auto;
	font-size: .9em;
	float: right;
	position: absolute;
	bottom: 0;
	right: 0;
}

.tools dt {
	display: none;
}

.tools dd {
	list-style-type: none;
	float: left;
}

#content .tools dd a {
	height: 17px;
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-left: 21px;
	padding-right: 10px;
	float: left;
}

#content .tools dd a:hover {
	background-color: white;
	color: #015E65;
}

.tools dd a span {
	white-space: nowrap;
}


/*: Utilities special
----------------------------------------------------------*/
.tools .print a {
	background-image: url(/graphics/content/print.gif);
}

.tools .top a {
	background-image: url(/graphics/content/top.gif);
}


/*: Footer
----------------------------------------------------------*/
	#footer {
	width: 912px;
	height: 35px;
	background-color: white;
	color: inherit;
	padding-left: 23px;
	padding-right: 23px;
	position: relative;
	top: 15px;
	left: 1px;
	float: left;
}

#footer address {
	width: 914px;
	height: 23px;
	background-color: white;
	font-size: .8em;
	font-style: normal;
	color: inherit;
	text-transform: uppercase;
	text-align: left;
	padding-top: 9px;
	padding-left: 23px;
	padding-right: 23px;
	padding-bottom: 1px;
	float: left;
	position: absolute;
	top: 1px;
	left: -1px;
}

#footer address span {
	width: auto;
	background-image: url(/graphics/footer/separator.gif);
	background-repeat: repeat-y;
	padding-left: 22px;
	padding-right: 17px;
}

#footer address span.first {
	background-image: none;
	padding-left: 0;
}

#footer address br {
	display: none;
}


/*: Creator
----------------------------------------------------------*/
.klestrup {
	display: none;
}


/***********************************************************
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 - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

