/* 
-----------------------------------
Website: Elektorlive.nl
copyright 2010 Elektor
Author: unleaded.nl

--------------
Swatch colors:
--------------
#012c4e = darkblue (background)
#cc071e = Red (column left & links)
#4b4a4d = darkgrey (h1)

-----------------------------------
*/

/* General settings */
body {
	background: #012c4e url(../images/bg.jpg) top left no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2;
	color: #000;
}

a { 
	font-weight: bold; 
	color: #cc071e;
	text-decoration: underline;
}

h1 { 
	font-size: 24px;
	color: #4b4a4d;
	text-transform: uppercase;
}
h2 { 
	font-size: 48px;
	color: #4b4a4d;
}
h3 { 
	font-size: 21px;
	color: #4b4a4d;
	margin: 0 0 0 4px;
}
h4 {
	font-size: 13px;
	color: #000;
	margin: 6px 0;
	font-weight: bold;
}
h6 { /* menu text */
	font-size: 24px;
	color: #FFF;
	font-weight: normal;
}

em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
p {
	margin: 12px 0;
}

#container { 
	width: 100%;
	height: 100%;
	margin: 0;
	text-align:center;
	position: relative;
}

#page-wrap { 
	max-width: 966px;
	min-width: 966px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	background: url(../images/top.png) 0 14px no-repeat;
}
/* Logo */
#logo {
	position: absolute;
	top: 148px;
	right: 0;
}
	#logo h1 {
		height: 156px;
		width: 417px;
		background: url(../images/logo.png) no-repeat;
		text-indent:-9999px;
	}

/* Header */
#header1 {
	height: 288px;
	width: 966px;
	text-align: left;
	padding: 20px 0 0 0;
	background: url(../images/toppic1.jpg) 186px 25px no-repeat;
}
#header2 {
	height: 288px;
	width: 966px;
	text-align: left;
	padding: 20px 0 0 0;
	background: url(../images/toppic2.jpg) 186px 25px no-repeat;
}
#header3 {
	height: 288px;
	width: 966px;
	text-align: left;
	padding: 20px 0 0 0;
	background: url(../images/toppic3.jpg) 186px 25px no-repeat;
}
#header4 {
	height: 288px;
	width: 966px;
	text-align: left;
	padding: 20px 0 0 0;
	background: url(../images/toppic4.jpg) 186px 25px no-repeat;
}
#header5 {
	height: 288px;
	width: 966px;
	text-align: left;
	padding: 20px 0 0 0;
	background: url(../images/toppic5.jpg) 186px 25px no-repeat;
}
#header6 {
	height: 288px;
	width: 966px;
	text-align: left;
	padding: 20px 0 0 0;
	background: url(../images/toppic6.jpg) 186px 25px no-repeat;
}
	#tweets {
		height: 168px;
		width: 168px;
		background: url(../images/bgtweet.png) no-repeat;
		margin: 20px 0 0 23px;
		float: left;
	}

/* Menu */
	#column-menu {
		float: left;
		text-align: left;
		width: 186px;
		margin: 0 0 20px 0;
	}
		#column-menu a {
			color: #FFF;
			text-decoration: none;
			font-weight: normal;
		}
		#column-menu li {
			padding: 0 12px 0 38px;
			line-height: 40px;
			height: 40px;
		}
		#column-menu li.current {
			background: url(../images/uitroepteken.png) 28px 2px no-repeat;
			padding: 0 12px 0 38px;
			line-height: 40px;
			height: 40px;
		}

/* Main text parts */
#main {
	background: url(../images/bgmain.png) left top repeat-y;
	width: 966px;
	float: left;
	margin: 0;
}
	#contents {
		width: 690px;
		float: left;
		margin: 0 0 0 25px;
		text-align: left;
	}
		#contents .column1 {
			width: 335px;
			float: left;
			text-align: left;
		}
		#contents .column2 {
			width: 335px;
			float: right;
			text-align: left;
		}

/* Footer */
#footer {
	background: url(../images/bgsponsors.png) left top repeat-y;
	width: 966px;
	height: 70px;
	float: left;
	color: #FFF;
}
	#footercontent {
		width: 936px;
		height: 50px;
		margin: 10px 0 0 15px;
	}
	#footercontent a {
		color: #FFF;
	}
	#footercontent img {
		margin: 10px 0 0 0;
	}
#bot {
	width: 966px;
	height: 25px;
	float: left;
}
