/* UDVIKLET AF:
                      __                    
        __           /\ \                   
 _____ /\_\   __  _  \_\ \     __   __  __  
/\ '__`\/\ \ /\ \/'\ /'_` \  /'__`\/\ \/\ \ 
\ \ \L\ \ \ \\/>  <//\ \L\ \/\  __/\ \ \_/ |
 \ \ ,__/\ \_\/\_/\_\ \___,_\ \____\\ \___/ 
  \ \ \/  \/_/\//\/_/\/__,_ /\/____/ \/__/  
   \ \_\                                    
    \/_/

Kunde: Dorte Nissen Consult
Hjemmeside: http://www.dorte-nissen-consult.dk/
Beskrivelse: Design og CMS-system. Validerer iflg. gældende W3C-standarder.
Version: 1.0
Udviklet af: pixdev - Pixel Development -> http://www.pixdev.dk/


INDHOLDSFORTEGNELSE:

00 - Generelt
01 - Navigation
02 - Venstre sidebar
03 - Hovedindhold
04 - Højre sidebar
05 - Footer
06 - Classes
07 - IE Hacks

*/

/* ----------------------------------------------*/
/* 00 - GENERELT
/* ----------------------------------------------*/

body {
	background: #556971;
	color: #444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #e78642;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	outline: none;
}

a:hover {
	color: #7d8333;
}


/* ----------------------------------------------*/
/* 01 - TYPOGRAFI
/* ----------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {		
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #555;
	letter-spacing: .7px;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
	margin: 0 0 .2em 0;
}

p {
	font-size: .98em;
	line-height: 1.35em;
	margin-bottom: .85em;
	text-align: justify;
	letter-spacing: .00001em;
}

ul {
	font-size: 1em;
}

/* ----------------------------------------------*/
/* 02 - CONTENT
/* ----------------------------------------------*/

#wrapper {
	width: 100%;
}

#content {
	background: url('../images/wrap-bg.png') repeat-y;
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}

/* ----------------------------------------------*/
/* 02 - HEADER
/* ----------------------------------------------*/

#header {
	background: #112F39 url('../images/header-bg.jpg') no-repeat center bottom;
	height: 180px;
	position: relative;
	margin: 0 10px;
	width: 940px;
}
	
	#logo {
		background: #FFF;
		color: #FFF;
		cursor: pointer;
		display: inline;
		float: left;
		height: 210px;
		margin: -5px 30px 0px;
		position: absolute;
		text-align: center;
		width: 160px;
	}
	
		#logo h1 {
			background: url('../images/logo-new.png');
			float: left;
			height: 210px;
			text-indent: -9999px;
			width: 100%;
		}
	

	#nav {
		background: url('../images/black-50-opacity.png');
		height: 60px;
		position: absolute;
		margin: 0;
		right: 0px;
		top: 60px;
	}

		#nav li {
			background: none;
			float: left;
			padding:0;
			position:relative;
		}
		
			#nav li a {
				color: #FFF;
				font-size: 17px;
				padding: 0px 20px;
				line-height: 57px;
				text-shadow: 0px -1px 0px #000;
			}
				#nav li a:hover {
					color: #e78642;
				}
			
		#nav li.selected a {
			color: #e78642;
		}

/* ----------------------------------------------*/
/* 03 - MAIN CONTENT
/* ----------------------------------------------*/

#deck {
	background: url('../images/content-top-shade.png') repeat-x;
	float: left;
	margin: 0 10px;
	padding: 60px 0 0 0;
	width: 940px;
}

#picture {
	width: 100%;
	clear: both;
	margin: -10px 30px 25px 30px;
}

#main {
	float: left;
	padding: 0 0 0 30px;
	width: 580px;
}

	#main h2 {
		margin: 0 10px 16px 0;
		border-bottom: 1px solid #ddd;
		padding: 0 0 3px 0;
	}

	#main h3 {
		padding: 12px 0 8px 0;
	}

	
	#main ul {
		margin: 0 0 1.5em 5px;
	}
	
	#main ul li {
		padding: 8px 0 8px 24px;
		background: url('../images/li-icon.gif') left no-repeat;
	}

	#main flag {
		margin: 100px 0 0 0;
	}

/* ----------------------------------------------*/
/* 04 - HØJRE SIDEBAR
/* ----------------------------------------------*/

#sidebar {
	float: right;
	margin: 0 30px 0 0;
	padding: 0 0 15px 0;
	width: 280px;
}

	#sidebar h3 {
		border-bottom: 1px solid #ddd;
		padding: 0 0 3px 0;
		margin: 3px 0 0 0;
		font-size: 1.6em;
	}

	#sidebar p {
		margin: 15px 0 0 0;
		padding: 12px 0 12px 11px;
	}
	
	#sidebar img {
		padding: 12px 0 0 11px;
	}
	
	#sidebar ul {
	
	}

		#sidebar ul li  {
			border-bottom: 1px dashed #D3D3D3;
			padding: 12px 0 12px 11px;
		}

			#sidebar ul li a {
				color: #122D36;
			}
			
#sidebar .profilpic {
	margin: auto 0;
}


/* ----------------------------------------------*/
/* 05 - FOOTER
/* ----------------------------------------------*/

#footer {
	background: url('../images/footer.png') no-repeat;
	font-size: .8em;
	margin: 0 auto;
	overflow: hidden;
	padding: 7px 0 15px 40px;
	text-transform: uppercase;
	width: 920px;
}

#footer a {
	color: #FFF;
}

	#footer ul {
		margin: 20px 0 0 0;
	}
	
	#footer ul li {
		display: inline;
		margin: 0 25px 0 0;
	}
	
	#footer address {
		display: none;
	}
		
/* ----------------------------------------------*/
/* 06 - CLASSES	
/* ----------------------------------------------*/

.fl {
	float: left;
}
	
.fr {
	float: right;
}

.clear {
	clear: both;
}


/* ----------------------------------------------*/
/* 07 - KONTAKT
/* ----------------------------------------------*/

.text {
	display: block;
	margin: 7px 0;
	width: 200px;
}

.message {
	display: block;
	margin: 7px 0 10px 0;
	resize: none;
	width: 450px;
}