﻿/*********************/
/* RESET STYLES */
/*********************/

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
img { border: 0; }
ol { padding-left: 0; margin-left: 2em; list-style: decimal; }
ul { padding-left: 0; list-style: circle; }
ol li {
	margin-bottom:.5em; margin-top:.5em;
}


/*********************/
/* GENERAL BODY STYLES */
/*********************/

body {
	font: 12px Verdana, Helvetica, sans-serif;
	background-color: #FF9933;
	margin: 0 auto;
	padding: 20px 20px;
}

h1 { font-size: 3em;
	text-align:center;
	border-bottom: 3px #000000 double;
	font-family: "Arial Black", sans-serif, "Futura XBlk BT";
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 1.5em;
	background-color: #FF9933;
	width: 90%;
	margin: 0 auto .25em auto;
}
h2 {
	font-size: 1.75em;
	text-align: center;
	font-style: italic;
	margin-bottom:.25em;
	font-weight:bold;
}

h3 {
	font-size:1.5em;
	font-weight:bold;
	margin-top:.25em;
	margin-bottom:.25em;
}

p {
	margin-bottom:.25em;
}

a {	color: black; font-weight: bold;	text-decoration: none;}
a:hover { text-decoration: underline;}
a:active { text-decoration: underline;}

.center {
	text-align:center;
}

.notice {
	border: 3px black dashed;
	width:75%;
	clear:right;
	margin:10px auto;
	padding: 10px 10px;
}

.notice strong {
	color:green;
}

img.floatright {
	vertical-align: baseline;
	float:right;
}

img.floatleft {
	vertical-align: baseline;
	float:left;
	}

table {
	margin: auto;
}
td.subject {
	background-color:#FF9933;
	line-height:1.5em;
	border:1px black dotted;
}
td.subject p {
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	font-style:italic;
	font-size:1.05em;
	}
td.definition {
	background-color:white;
	border: 1px black solid;
	padding: 5px 5px;
}

.tourtitle {
	border-top:2px black solid;
}

/**********************/
/* SPECIAL APPLICATIONS */
/**********************/

.slideshow { height: 320px; width: 500px; margin: 10px 0 10px 10px; float: right; overflow:hidden;}
.slideshow img { padding: 15px; border: 1px solid #ccc; background-color: black; }


/*********************/
/* LAYOUT SECTION STYLES */
/*********************/

#wrapper {
	background-color: #003300;
	width: 90%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 3px 3px;
	border: 5px #336600 solid;

}

#topbar {margin:0;
		text-align:center;
		background-image:url('images/header.jpg');
		min-height:100px;
		text-transform:uppercase;
		}

#sidebar {
	margin-top:50px;
	position: relative;
	float: left;
	width: 150px;
}

#content {
	margin-left: 150px;
	padding: 20px 20px;
	background-image: url('images/backgroundfarm.jpg');
	background-attachment: fixed;
	border-bottom: 5px #336600 solid;
	border-right:none;
	min-height:500px;
}
#content p {
	padding-top:10px;
}

#content ul {
	list-style-type:disc;
	margin-left:2em;
}

#content li {
	margin-bottom:.25em;
}

#content img {
	margin:5px 5px;
	border:1px black solid;
	overflow:hidden;

}

#footer {
	font: bold 1em/1.25em Arial, Helvetica, sans-serif;
	color: #FFFF00;
	text-align: center;
	clear:both;
	
}

#kokoskikreations {
	font: bold .75em/1em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align:right;
	padding-right:20px;
	clear: both;
}

#kokoskikreations a {
	color:#FFFFFF;
}

/*******************/
/* NAVIGATION SIDE MENU */
/*******************/

#sidemenu {
	margin: 0 0 0 0;
	padding: 0;

}
	#sidemenu li
	{	list-style: none;
		font-weight:bold;
		}

	#sidemenu li a
	{	display: block;
		background: #009900;
		padding: 5px 5px;
		text-decoration: none;
		border-bottom: 1px solid black;
		border-right:1px solid black;
		width: auto;
		color: #EAFFED;
		}
	
	#sidemenu li a:hover
	{	background: #999900;}
		
		#sidemenu li ul
		{	margin: 0;
			margin-left:150px;
			margin-top:-26px;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid black;
			}
		
		#sidemenu li ul li
		{	font-weight: normal;
            float: none;
			display: inline}
		
		#sidemenu li ul li a
		{	width: auto;
			background: #009900;
            color:white;}
		
		#sidemenu li ul li a:hover
		{	color:white;
			background: #999900;}
			
/*******************/
/* NAVIGATION TOP MENU */
/*******************/

#topbar
{	
	padding-left: 150px;
	list-style-type:none;
	border-bottom: 5px #336600 solid;
	overflow:hidden;
}

#topbar ul {
	margin-left: 0;
	margin-top:75px;
}
	
	#topbar li
	{	list-style-type:none;
	float: left;
		font-weight: bold;
}

	#topbar a
	{	width: 12em;
		display: block;
		border:3px dotted yellow;
		border-bottom:none;
		background: #009900;
		padding: 5px;
		text-decoration: none;
		color: #EAFFED;
		}

	#topbar li a:hover
	{	background: #999900;}
		
