/* -----------------------------------
Site:       Uitgaans- en vakantiewebsite (title:    )       
Author:		Thomas Huurman
Start:		25 maart 2013
Updated:	
----------------------------------- */

/* -----------------------------------
Table of content
----------------------------------- */
/*
0.colorscheme
1.simple reset and HTML5 display rule
2.global layout and simple selectors
3.typography
4.Header styles
5.Navigation styles
6.Main content styles
7.Sidebar styles
8.Footer styles
9.Form styles

*/

/* -----------------------------------
0. Colorscheme
----------------------------------- */
/*Based on Kuler: Beach Glass 2 by Emilly219
 1. #EBD096 = geel;
 2. #D1B882 = bruin;
 3. #5D8A66 = groen;
 4. #1A6566 = groenblauw;
 5. #21445B = donkerblauw;
*/
/* -----------------------------------
1.simple reset and HTML5 display rule
----------------------------------- */
html, body, div, section, article, aside, header, hgroup, footer, nav,
h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong,
img, ol, ul, li, figure, canvas, video, th, td, tr {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align:baseline;
}
address, article, aside, canvas, details, figcaption, figure, footer,
header, hgroup, nav, menu, nav, section, summary {
	display: block;
}
/* -----------------------------------
2.global layout and simple selectors
----------------------------------- */
body {
	background-color: #000000;
	
}
#container {
	width: 1200px;
	background: #000000;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 0 5px 9px ;
}

#header {
	height: 150px;
	background-image: url(images/header/header.png);
}

#nav {
	height: 80px;
	background-image: url(images/nav/nav.png);
}
left-sidebar {
	width: 100px;
	float: left;
	height: 400px;
	background-color: #000000;
}
#content {
	height: 400px;
	width: 1200px;
	background-image: url(images/content/contentbig.png);
	float: left;
}
right-sidebar {
	width: 100px;
	float: right;
	height: 400px;
	background-image: url(imges/sidebar/rightsidebar/right sidebar.png);
}
#footer {
	height: 50px;
	width: 1200px;
	clear: both;
	background-image: url(images/footer/footer.png);
}
#content h1 {
	color: white;
   font-family: helvetice, sans-serif;
   font-size: 25px;
	
}
#scroll {
	height: 20px;
	font-size: 20px;
	font-family: helvetica, sans-serif;
	color: white;
}
#footer h3 {
	color: white;
}
#footertext {
	float: right;
	font-family: helvetica, sans-serif;
	font-size: 20px;
	color: white;
}
a {
				text-decoration: none;
		}
		.colors a:link {
				color: lightgrey;
				font-weight: bold;
				
		}
		.colors a:visited {
				color: red;
				font-weight: bold;
				
		}
		.colors a:hover {
				color: white;
				font-weight: bold;
				
		}
#youtube {
	float: right;
	padding-right: 10px;
}