/*
Theme Name: Jospop Website 2009
Theme URI: 
Description: 
Author: Van den Bosch Pieter
Author URI:
*/
@import url("reset.css");

body {
	margin:0px;
	padding:0px;
	background-image:url(images/background.jpg);
	color:#999999;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:16px;
	letter-spacing:1px;
}

A:link {
	text-decoration: none;
	color:#CCCCCC;
}
A:visited {
	text-decoration: none;
	color:#CCCCCC;
}
A:active {
	text-decoration: none;
	color:#CCCCCC;
}
A:hover {
	color: #CCCCCC;
	text-decoration:underline;
	color:#FFFFFF;
}

h1 {
	font-size:20px;
	color:#FFFFFF;
	margin-bottom:15px;
}

h2 {
	font-size:18px;
	margin-bottom:10px;
	color:#FFFFFF;
}

h3 {
	font-size:16px;
	margin-bottom:10px;
	color:#FFFFFF;
}

#flashHeader {
	height: 400px;
	width: 100%;
	text-align:center;
}

/*#contentContainer {
	position:absolute;
	width: 100%;
	top: 400px;
}*/

#main {
	height: 100%;
	/*min-height:737px;*/
	width: 960px;
	/*background-color:#0066FF;*/
	position: relative;
	margin:0 auto 0;
	/*float:left;*/
	margin-bottom:75px;
}

#posts {
	left:40px;
	position:relative;
	width:638px;
	float:left;
	margin-bottom:75px;
}



.post {
	margin-top:20px;
}

.post > h1 > a {
	font-size:28px;
	margin-bottom:20px;
	font-variant:small-caps;
	color:#000000;
}

.post div {
	margin-right:20px;
}

.post p {
	margin-bottom:13px;
}

.postContent a {
	text-decoration:underline;
}

#sidebarImage {
	position:absolute;
	width: 282px;
	height:737px;
	left: 696px;
	background-image:url(images/zijbalk.png);
}

#sidebar {
	position:relative;
	width: 282px;
	height:737px;
	/*left: 696px;*/
	left:60px;
	top: 0px;
	float:left;
}

.sidebarList {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}

.sidebarList > ul >li {
	padding:2px;
}

#sponsors {
	position: absolute;
	left: 35px;
	top: 30px;
	width: 207px;
	height: 100px;
}

#popularPosts {
	position: absolute;
	left: 39px;
	top: 209px;
	width: 213px;
	height: 183px;
}

#postCategories {
	position: absolute;
	width: 213px;
	height: 183px;
	left: 41px;
	top: 508px;
}

#newsLetter {
	position: absolute;
	width: 213px;
	height: 183px;
	left: 41px;
	top: 635px;
}

#footerContainer {
	/*height: 200px;*/
	width: 100%;
	background-color: #771000;
	/*background-image:url(images/footerBackground.jpg);*/
	background-repeat:repeat-x;
	display: table;
	clear:both;
}

#footer {
	/*height: 285px;*/
	width: 840px;
	/*background-color: #663333;*/
	/*position: relative;
	left: 50%;
	margin-left: -420px;
	margin-top:25px;*/
	margin:25px auto 0;
	font-size:14px;
	padding:10px;
	clear:both;
}

#footerCategories {
	width:100%;
	/*padding-left:55px;
	padding-top:25px;*/
	display:table;
}

.footerCategory {
	float:left;
	width:210px;
	
	
}

.footerCategory  h1 {
	font-size:20px;
	color:#FFFFFF;
	margin-bottom:10px;
}

#footerRSSInfo a {
	text-decoration:underline;
}

.footerCategory li {
	margin-left:10px;
	padding:2px;
}

.footerCategory p {
	margin-left:10px;
	padding:2px;
}

#footerPageList {
	/*position:absolute;
	left: 55px;
	top: 25px;*/
}

.contactFooter{
	margin:5px;
}

.contactFooter li{
	display:inline;
	list-style-type:none;
	padding-right:48px;
}





