﻿/*------------------------------------------------------------------ 
[Master Stylesheet] 
 
Project:		Flevoparq 
Version:		1.0 
Last change:    11/07/09
Author:			Prestissimo ICT


TABLE OF CONTENTS
--------------------------------------------------------------------
1. Imports
2. Body
3. Container
4. Header
5. Content
	5.1 Sidebar
6. Slider
7. News
	7.1 Sub actions
8. Footer
9. Other
-------------------------------------------------------------------*/ 



/*------------------------------------------------------------------ 
[1. Imports] 
------------------------------------------------------------------*/
	@import "reset.css"; 
	@import "color.css";
	@import "typography.css";
	@import "menu.css";
	@import "sprite.css";


/*------------------------------------------------------------------ 
[2. Body] 
------------------------------------------------------------------*/
	body
	{
		background-color: #000;
		background-image: url(/images/bg.png);
		background-repeat: repeat;
	}

/*------------------------------------------------------------------ 
[3. Container / #container] 
------------------------------------------------------------------*/
	#sponsors
	{
		position: absolute;
		width: 100%;
		top: 0px;
		z-index: 999;	
	}
		#sponsors #sponsorContent
		{
			width: 100%;
			text-align: center;
			border-bottom: solid 4px #adadad;
			background-image: url(/images/sponsor_content_bg.png);
			background-repeat: repeat;
			display:none;
		}
		#sponsors #handler
		{
			width: 100px;
			height: 20px;
			display: block;
			margin: 0 auto;
			margin-top: -2px;
			text-align: center;
			color: #666;
			
			background-image: url(/images/sponsor_bg.png);
			background-repeat: no-repeat;
			border-top: none;
			cursor: pointer;
		}
	#container
	{
		background-color: #ffffff;
		width: 960px;
		min-height: 400px;
		margin: -34px auto 0px auto;
		border-left: solid 8px #999999;
		border-right: solid 2px #999999;
		padding-top: 30px;
	}

/*------------------------------------------------------------------ 
[4. Header / #header] 
------------------------------------------------------------------*/
	#header
	{
		margin: 40px auto 0 auto;
		width: 970px;
		background-image: url(/images/header.png);
		background-repeat: no-repeat;
		height: 100px;
		position: relative;
		z-index: 998;
	}
	#header #logo
	{
		margin-left: 20px;
		margin-top: 20px;	
	}

/*------------------------------------------------------------------ 
[5. Content / #content, #mainContent, #sidebar] 
------------------------------------------------------------------*/
	.slideshow
	{
		height:  150px;  
		width:   960px;  
		padding: 0;  
		margin:  0;
		background-color: #000;
	}
	.slideshow img
	{
		width:  960px; 
		height: 150px;
		top:  0; 
		left: 0
	}
	#prev, #next
	{
		position:absolute;
		z-index: 990;
		margin-top: -100px;
		margin-left: 10px;
		cursor: pointer;
		display: block;
		height: 56px;
		width: 56px;
		background-image: url(/images/arrowL.png);	
		background-repeat: no-repeat;
	}
	#next
	{
		background-image: url(/images/arrowR.png);
		margin-left: 894px;
	}
	
	#content
	{
		position: relative;
	}
	#mainContent, #sidebar, #footer
	{
		padding: 5px;
	}
	#mainContent
	{
		float: left;
		width: 640px;
	}
		#mainContent p
		{
			margin: 10px 0px;	
		}
		#mainContent ul
		{
			margin-left: 5px;	
		}
		#mainContent ul li
		{
			list-style-type: disc;
			margin-left: 15px;	
		}
		#mainContent table td p
		{
			margin: 0;	
		}
		
	.breadcrumb
	{
		font-size: 11px;
		line-height: 11px;
		margin-bottom: 10px;
		padding-bottom: 2px;
		display:inline-block;
		border-bottom: solid 1px #999999;
	}
		.breadcrumb a
		{
			font-weight: normal;
			color: #888888;	
		}
	
	/*----------------------- 
	[5.1. Sidebar / #sidebar] 
	-----------------------*/
		#sidebar
		{
			float: left;
			width: 289px;
			height: 100%;
			background-image: url(/images/sidebar_bg.png);
			background-repeat: repeat;
			border-left: solid 1px #d7d7d7;
			padding: 10px;
		}
		#sidebar .item
		{
			background-color: #fff;
			padding: 5px;
			margin-bottom: 25px;
			border: solid 1px #d7d7d7;
		}
			#sidebar .item .head
			{
				margin: -4px;
				margin-bottom: 5px;
				padding: 5px;
				background-color: #ee0000;
				color: #fff;
			}
			#sidebar .item .head a
			{
				color: #fff;
			}
			#sidebar .item .head a:hover
			{
				text-decoration: underline;
			}
			#sidebar ul li
			{
				border-bottom: solid 1px #e7e7e7;	
			}
		#sidebar a
		{
			color: #666666;
			font-weight: normal;
		}
		#sidebar a:hover
		{
			color: #EE0000;	
		}

/*------------------------------------------------------------------ 
[6. Slider / #slider] 
------------------------------------------------------------------*/
	#slider
	{
		height: 241px;
		background-color: #fff;
		margin-bottom: 20px;	
	}
	#slider li
	{ 
		width: 630px;
		height:250px;
		overflow:hidden; 
	}

/*------------------------------------------------------------------ 
[7. News / .newsItem, .subActions] 
------------------------------------------------------------------*/
	.newsItem
	{
		margin-bottom: 15px;
		border-bottom: solid 1px #d7d7d7;
		padding-bottom: 10px;
	}
	.selected
	{
		background-color: #e8e7e7;
		border: solid 1px #c5c4c4;
		padding: 10px;	
	}
	.selected h1
	{
		font-weight: bold;	
	}
	.noBorder
	{
		border: none;	
	}
	.readMore
	{
		display: block;
		margin-top: 10px;
		color: #EE0000;
		font-weight: normal;
		width: 100px;
	}
	.readMore:hover
	{
		text-decoration: underline;	
	}
	.comment
	{
		border: solid 1px #c5c4c4;
		padding: 5px;
		background-color: #e7e7e7;
		margin-bottom: 10px;	
	}
		.comment .head
		{
			border-bottom: solid 1px #c5c4c4;
			margin-bottom: 5px;
			font-size: 13px;
			line-height: 13px;
			padding: 2px 0px;
			color: #888888;
		}
	
	/*------------------------------ 
	[7.1. Sub actions / .subActions] 
	------------------------------*/
		.subActions
		{
			width: 100%;
			margin: -5px 20px 15px 0px;
			height: 15px;
		}
		.subActions a
		{
			margin-right: 20px;
			color: #666666;
			font-size: 14px;
			line-height: 15px;
			font-weight: normal;
		}
		.subActions a:hover
		{
			color: #EE0000;
			text-decoration: underline;
		}

/*------------------------------------------------------------------ 
[8. Footer / #footer] 
------------------------------------------------------------------*/
	#footer
	{
		text-align: center;
		height: 30px;
		color: #fff;
		background-color: #ee0000;
		font-weight: bold;
		font-size: 23px;
		padding-top: 0px;
	}

/*------------------------------------------------------------------ 
[9. Other] 
------------------------------------------------------------------*/
	.clear
	{
		clear:both;
		height: 0;
		width: 0;
		padding: 0;
		margin: 0;	
	}
	.center
	{
		text-align: center;	
	}
	.bold
	{
		font-weight: bold;	
	}
	img
	{
		border: none;	
	}
	a 
	{
		color: #666666;
		text-decoration: none;	
		font-weight: bold;
	}
	a:hover
	{
		color: #EE0000;
	}
	hr
	{
		height: 1px;
		border: none;
		background-color: #d7d7d7;
		margin-bottom: 20px;
	}
	.photo
	{
		height: 150px;
		width: 100px;
		float: left;	
	}