/* ========================================================================
* Filename: style.css
* Template: Børnejazz
* Author: Vayu Robins
* Company: Flashkompagniet
* Date Created: 11-06-2009
* Media: Screen
======================================================================== */
html {
	width: 100%;
	height: 100%;
	background:  url(images/node.gif) repeat;
}

body {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #6d0300 url(images/bg.jpg) repeat-x;
	line-height: 17px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #000;
}

/* ===================== CONTAINER ================= */
#container, #container-top, #container-bottom {
	width: 988px;
	margin: auto;
	text-align: center;
	position: relative;
	background: url(images/container-top.png) no-repeat;
}
#container-top 		{ background: url(images/container-top.png) no-repeat; height: 14px; }
#container 			{ background: url(images/container.png) repeat-y; }
#container-bottom 	{ background: url(images/container-bottom.png) no-repeat; height: 14px; }

/* ===================== HEADER ================= */
#header {
	width: 988px;
	height: 143px;
	position: relative;
	text-align: left; }
 
#logo {
	float: left;
	position: relative;
	left: 14px;
	width: 480px;
	height: 143px;
	text-indent: -9999px;
}
#logo a {
	display: block;
	width: 480px;
	height: 143px;
	background: url(images/logo.jpg) no-repeat;
}
#logo a:hover {
	background: url(images/logo.jpg) 0px -143px  no-repeat;
}


/* ===================== MENU ================= */
#menu {
	position: relative;
	top: 47px;
	float: right;
	display: inline;
	margin-right: 48px;
	height: 68px;
	line-height: 68px; }
 
	#menu ul {
		margin: 0px;
		padding: 0px;
		white-space: nowrap; }
 
	#menu li {
		list-style-type: none;
		display: inline;
		margin-left: 28px; }
 
		#menu li a {
			text-decoration: none;
			color: #9c0700;
			font-family: GillSans, "Century Gothic", AppleGothic, sans-serif;
			font-size: 2.1em;
			padding-bottom: 6px; }
 
			#menu li a:link {
				text-decoration: none;
				color: #9c0700;
				 }
 
			#menu li a:visited { text-decoration: none; }
 
			#menu li a:hover {
				text-decoration: none;
				border-bottom: 4px solid #9c0700; }
 
	#menu .current {
		border-bottom: 4px solid #9c0700;
		font-weight: bold; }
 
/* ===================== CONTENT ================= */
#content-top {
	width: 960px;
	height: 14px;
	background: url(images/content-top.jpg) no-repeat;
	position: relative;
	margin: 0 0px 0 14px;
}
#content {
	width: 960px;
	margin: 0 0px 0 14px;
	text-align: left;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	font-size: 1.6em;
	line-height: 20px;
	letter-spacing: 1px;
	background: url(images/content.jpg) repeat-y;
	color: #000;
}
 
#inner-content {
	margin-left: 84px;
	padding-top: 50px;
	width: 792px;
}
#content-bottom {
	width: 960px;
	height: 14px;
	background: url(images/content-bottom.jpg) no-repeat;
	position: relative;
	margin: 0 0px 0 14px;
}

/* ===================== SLIDESHOW ================= */
#slideshow-container { position: relative; left: 30px; width: 900px; height: 680px; }
#slideshow { position: absolute; width: 900px; height: 680px; z-index: 1; }

#prev {
	position:absolute;
	top: 300px;
	left: -65px;
	z-index: 100;
	background: url(images/prev.gif) no-repeat;
	width: 24px;
	height: 49px; }
 
#next {
	position:absolute;
	top: 300px;
	right: -65px;
	z-index: 101;
	background: url(images/next.gif) no-repeat;
	width: 24px;
	height: 49px; }
 
#prev:hover { background: url(images/prev.gif) 0px -49px no-repeat; }
 
#next:hover { background: url(images/next.gif) 0px -49px no-repeat; }

#nav {
	position: absolute;
	margin-top: 15px;
	right: 15px;
	font-size: 0.8em;
	z-index: 2; }
	 
#nav a {
	margin: 0 0px 0 3px;
	padding: 3px 5px 2px 5px;
	border: 0px solid #ccc;
	background: #9C0700;
	text-decoration: none;
	color: #FFF; }
 
	#nav a:hover {
		background: #FFF;
		color: #9C0700; }
 
	#nav a.activeSlide {
		background: #FFF;
		color: #9C0700; }
 
	#nav a:focus { outline: none; }
 
/* ===================== FOOTER ================= */
#footer {
	clear: both;
	width: 960px;
	height: 52px;
	text-align: left;
	margin-bottom: 30px;
	position: relative;
	top: 30px; }

	#footer ul {
		margin: 0px;
		padding: 0px;
		color: #9c0700;
		white-space: nowrap;
		line-height: 52px;
		font-family: GillSans, "Century Gothic", AppleGothic, sans-serif;
		font-size: 2em;
		text-align: center; }
 
	#footer li {
		list-style-type: none;
		display: inline;
		margin: 0px;
		padding-right: 20px; }
 
		#footer li a {
			text-decoration: none;
			color: white;
			letter-spacing: 1px; }
 
			#footer li a:link {
				text-decoration: none;
				color: #4F0B08; }
 
			#footer li a:visited {
				text-decoration: none;
				color: #4F0B08; }
 
			#footer li a:hover {
				text-decoration: none;
				color: #E82017; }
 
/* ===================== NEWSLETTER ================= */
#newsletter-form {
	color: #FFF; }
 
	#newsletter-form li { list-style: none; }
 
	#newsletter-form .input, #newsletter-form .submit {
		color: #FFF;
		text-align: left; }
 
	#newsletter-form .input {
		position: relative;
		display: inline;
		float: left;
		width: 362px;
		background-color: #9B0600;
		padding: 15px;

		font-size: inherit;
		border:0;} 

 	#newsletter-form #email {
 		margin: 0px; }
 	
 	
	#newsletter-form .submit {
		clear: both;
		position: relative;
		border: 0;		
		background-image: url('images/submit.jpg');
		background-repeat:no-repeat;
		background-position: 20px center;
		width: 200px;
		height: 45px;
		padding: 10px 45px 10px 45px;
		text-align: center;
		background-color: #333;
		cursor: pointer;
		font-size: inherit; }
 
		#newsletter-form .submit:hover {
			background-image: url("images/submit_over.jpg");
			color: #333;
			background-color: #F5D229; }
 
		#newsletter-form .submit:active {
			background-image: url("images/submit_down.jpg");
			color: #FFF;
			background-color: #9B0600; }
 
#newsletter-result,#newsletter-error {
	font-weight: normal; }
 
#newsletter-result {
	line-height: 20px;
	color: #4AB847; }
 
#newsletter-error {
	color: #9B0600;
	margin: 10px 0 10px 0;
	padding-top: 10px;
	display: block; }

#newsletter-name { margin-right: 7px; }	
 
.special {
	margin: 0;
	padding: 0;
	width: 5px;
	height: 7px;
	visibility:hidden; }
	
/* ===================== NEWS ================= */
#news hr {
	margin: 20px 0;
}
#news .news_title {
	float: left;
	display: inline;
}
#news .news_date {
	float: right;
	display: inline;
}
#news .news_content {
	clear:both;
	margin: 10px 0;
}
#news a:hover { text-decoration: underline; }

#pagination {
	position: absolute;
	bottom: 0;
	font-weight: bold;
}
 
/* ===================== OTHER ================= */
hr {
	padding: 0;
	margin: 0;
	border: 0;
	height: 0;
	border-top: 1px dashed #6D0300; }
 
a { text-decoration: none; }
 
	a:link { color: #B10900;  }
	a:visited { color: #B10900; }
	a:hover { color: #000; }
	a:active { color: #FF6600; }
	a:active, a:focus { outline:none; }
 
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 15px;
	padding: 0;
	color: #B10900; }
 
h1 {
	font-size: 26px;
	line-height: 30px; }
 
h2 {
	font-size: 24px;
	line-height: 28px; }
 
h3 {
	font-size: 22px;
	line-height: 26px; }
 
h4 {
	font-size: 17px;
	line-height: 20px; }
 
h5 {
	font-size: 15px;
	line-height: 18px; }
 
h6 {
	font-size: 12px;
	line-height: 15px; }
 
/* ===================== CLEARFIX ================= */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; }
 
/* IE6 */
* html .clearfix { height: 1%; }
 
/* IE7 */
*:first-child+html .clearfix { min-height: 1px; }
 
 