/* ========================================================================
* Filename: style.css
* Template: Stella Alice
* Author: Vayu Robins
* Company: Flashkompagniet
* Date Created: 14-05-2009
* Media: Screen
======================================================================== */
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Helvetica, Geneva, Verdana, sans-serif;
	font-size: 62.5%;
	background: #FFF url(images/bg-flowers.jpg) top center;
	text-align: center;
	border-top: 8px solid #494949;
}

/* ===================== CONTAINER ================= */
#container {
	margin: auto;
	text-align: center;
	width: 970px;
}

/* ===================== HEADER ================= */
#header {
	position: relative;
	width: 970px;
	height: 128px;
}

#logo {
	float: left;
	position: relative;
	width: 237px;
	height: 97px;
	left: 60px;
	top: 20px;
	text-indent: -9999px;
}
#logo a {
	display: block;
	width: 237px;
	height: 97px;
	background: url(images/logo.png) no-repeat;
}
#logo a:hover {
	background: url(images/logo.png) 0px -97px  no-repeat;
}

/* ===================== MENU ================= */
#menu {
	float: right;
	position: relative;
	top: 104px;
	right: 50px;
	font-family: Georgia, Geneva, Verdana, serif;
	font-style: italic;
}
#menu li {
	display: inline;
	list-style-type: none;
	padding: 10px 15px 13px 0px;
	height: 20px;
	background: url(images/menu-star.png) right 7px no-repeat;
}
#menu #menu-last { background-image: none; margin-right: 0; padding-right: 0; }
#menu #menu-last a { margin-right: 0; padding-right: 0; }
#menu li a {
	font-size: 18px;
	padding: 0 10px;
	color: #494949;
	text-decoration: none;
	height: 22px;
}
#menu li img { vertical-align: middle; }

#menu li a:hover { color: #DF3D82; }

#menu li a.current { color: #DF3D82; }


/* ===================== CONTENT ================= */
#content-bg {
	width: 970px;
	background: url(images/content-bg.png) repeat-y;
	position: relative;
	text-align: left;
	min-height: 300px;
	height: auto !important;
	height: 330px;
	overflow: hidden;
}

#content-top {
	background: url(images/content-top.png) no-repeat;
	height: 23px;
	width: 970px;
}

#news-slider {
	float: left;
	display: block;
	position: relative;
	margin: 40px 50px 50px 70px;
	width: 220px;
	font-size: 1.4em;
	line-height: 18px;
	color: #555;
}

#news-slider ul {
	margin-top: 40px;
}
#news-slider li {
	margin-top: 15px;
	padding-bottom: 15px;
}
#news-slider .slider-date { margin: 0px 0 10px 0; color: #888; font-size: 0.8em; }
#news-slider h4 { margin: 0px; padding: 0; margin-bottom: 3px; text-decoration: none; }
#news-slider h4 a:link { color: #494949;  }
#news-slider h4 a:visited { color: #494949; }
#news-slider h4 a:hover { color: #000; }

#content {
	float: left;
	display: block;
	position: relative;
	margin: 40px 50px 50px 0;
	padding-left: 50px;
	padding-bottom: 40px;
	width: 520px;
	text-align: left;
	font-size: 1.4em;
	color: #555;
	line-height: 20px;
	border-left: 1px solid #ccc;
	overflow:hidden;
}

/* the following rules apply only to IE7  */
*+html #content{
	width: 580px;
}

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

#pagination {
	font-weight: bold;
}

#content-bottom {
	background: url(images/content-bottom.png) no-repeat;
	height: 13px;
	width: 970px;
}

#content ol,#content ul,#content dl {
	margin: 0 0 0 2em;
}
#content li { margin: 3px; list-style: disc; }
/* ===================== FOOTER ================= */
#footer {
	clear: both;
	width: 970px;
	height: 69px;
	color: #555;
	font-size: 1.2em;
	letter-spacing: 1px;
	text-align: center;
	padding-bottom: 30px;
}
#footer ul {
	text-align: center;
	margin-top: 10px;
}
#footer ul li {
	display: inline;
	list-style-type: none;
	padding: 0 5px;
	line-height: 30px;
}
#footer ul #middle { text-align: center; }
#footer ul #last { text-align: right; }
#footer a { font-weight: bold; }
#footer ul li img { vertical-align: middle; }

/********* NEWSLETTER *********************************************/
#newsletter {
	background: url(images/newsletter-bg.png) no-repeat;
	width: 970px;
	height: 69px;
}
#newsletter-form,#newsletter-form {
	width: 490px;
	float: right;
	margin-right: 70px;
}
	
#newsletter h3 {
	float: left;
	margin-left: 70px;
	margin-top: 23px;
	color: #FFF;
	text-decoration: none;
	padding-right: 40px;
	background: url(images/newsletter-arrows.jpg) right 5px no-repeat;
}
	
	#newsletter-form .input, #newsletter-form .submit, #newsletter-frameld-form .input, #newsletter-frameld-form .submit {
		font-size: 1.4em;
		margin-left: 6px;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 6px;
		padding-right: 6px;
		position: relative;
	}
 
	#newsletter-form .input {
		width: 180px;
		color: #555;
		background-color: #FFF;
		border: 0;
		margin-top: 20px;
	}
	
	#newsletter-frameld-form .input {
		width: 180px;
		background-color: #494949;
		color: #FFF;
		border: 0;
		margin-top: 20px;
		font-size: 16px;
	}

	#newsletter-form .submit, #newsletter-frameld-form .submit {
		border: 0;
		width: 70px;
		text-align: center;
		color: #FFF;
		background-color: #333;
		cursor: pointer;
		padding-top: 4px;
		padding-bottom: 4px; }
 
		#newsletter-form .submit:hover, #newsletter-frameld-form .submit:hover {
			color: #FFF;
			background-color: #888; }
 
		#newsletter-form .submit:active, #newsletter-frameld-form .submit:active {
			color: #FFF;
			background-color: #DF3D82; }
			
	#newsletter-frameld-form .submit { width: 100px; font-size: 16px; }

 
#newsletter-result {
	font-size: 1.4em;
	line-height: 16px;
	color: #fff;
	position: relative;
	top: 27px;
	right: 60px;
	text-align: right;
	font-weight: bold; }
 
.special {
	margin: 0;
	padding: 0;
	position: absolute;
	margin-left: -10px;
	width: 5px;
	height: 7px;
	visibility:hidden;
}

/* ===================== CONTACT ================= */

#contact-form label { display: block; }

#contact-form .input, #contact-form .submit, #contact-form textarea {
	border: 0px solid #DDD;
	background-color: #494949;
	color: #FFF;
	padding: 6px;
	font-size: inherit;
	font-family: Helvetica, Geneva, Verdana, sans-serif;
	text-align: left;
	color: #FFF;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	line-height: 20px;
}
#contact-form .input { width: 287px; margin: 0px 0px 10px 0px; outline: none; }

#contact-form textarea { width: 287px; height: 150px; margin: 0px 0px 0px 0px; }

#contact-form .submit {
	border: 0;
	width: 70px;
	text-align: center;
	color: #FFF;
	background-color: #333;
	cursor: pointer;
}
#contact-form .submit:hover { background-color: #888; }
#contact-form .submit:focus { background-color: #DF3D82; }

#contact-result {
	font-weight: bold;
}
	
/********* GALLERY *********************************************/

.gallerythumb {
	padding: 0;
	margin: 0;
	margin-right: 8px;
	margin-bottom: 10px;
	float: left;
	display: inline;
	width: 201px;
	text-align: center;
}
.rightthumb 				{ padding-right: 0; margin-right: 0; }
.clearfirst					{ clear: both; display: block; }
.gallerythumb img 			{ padding: 0; margin: 0; border-bottom: 0px solid #222E3A; }
.gallerythumb a:link		{ padding: 0; margin: 0; color: #1fa3ff; }
.gallerythumb a:link:hover 	{ color: #43B215; }
.gallerythumb .imgtitle		{ color: #3C6CB5; position: relative; left: 4px; top: 4px; font-size: 12px; width: 190px; }

#gallery 			{ text-align: center; }
#galleryImg 		{ position: relative; top: 20px; }
#galleryContent 	{ padding: 10px; }
#galleryNav 		{ float: left; position: relative; left: 10px; top: 10px; }
#galleryOverview	{ float: right; position: relative; right: 10px; top: 10px; }


/* ===================== OTHER ================= */

a 					{ text-decoration: none; color: inherit}
a:link 				{ color: #FF5FA3; }
a:visited 			{ color: #FF5FA3; }
a:hover 			{ color: #7E1642; }
a:active 			{ color: #ed8ab0; }
a:active, a:focus 	{ outline:none; }

table {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Geneva, Verdana, sans-serif;
	text-align: left;
	font-size: 12px;
	color: #555;
	line-height: 17px;
}

hr {
	border: 0;
	background-color: #ccc;
	height: 1px;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 15px;
	padding: 0;
	color: #DF3D82;
	font-family: Georgia, Geneva, Verdana;
	font-style: italic;
	font-weight: normal;
}
 
h1 {
	font-size: 28px;
	line-height: 30px; }
 
h2 {
	font-size: 21px;
	line-height: 24px; }
 
h3 {
	font-size: 19px;
	line-height: 22px; }
 
h4 {
	font-size: 17px;
	line-height: 20px; }
 
h5 {
	font-size: 15px;
	line-height: 18px; }
 
h6 {
	font-size: 12px;
	line-height: 15px; }

/* Clearfix (all browsers)--------------------------------*/
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
/* IE6 */
* html .clearfix {height: 1%;}
/* IE7 */
*:first-child+html .clearfix {min-height: 1px;}
