@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #353535 url(./themes/site_themes/default/bg_body.jpg) repeat-x;
	font: 80% Arial, Helvetica, sans-serif; 
}

#container {
	width: 905px;
	margin: 0 auto;
}

#header {
	background: url(./themes/site_themes/default/bg_header.jpg) bottom no-repeat;
	width: 905px;
	height: 203px;
}

#leftmenu {
	width: 201px;
	float: left;
}

#content {
	background: #fff;
	width: 684px;
min-height: 450px;
	float: left;
	padding: 10px;
}

#blog {
	padding: 0 10px 10px 10px;
	float: left;
	width: 450px;
	border-right: 2px dotted #b60404;
}

#sidebar {
	padding: 0 10px 10px 10px;
	float: left;
	width: 192px;
}

#footer {
	background: url(./themes/site_themes/default/bg_footer.png) right top no-repeat;
	width: 905px;
	height: 70px;
	clear: both;
}

/* * * * * * * * * * * * * * GENERAL CSS * * * * * * * * * * * */

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 1.7em;
	padding: 0 0 10px 0;
}

h2 {
	font-size: 1.5em;
	padding: 0 0 10px 0;
}

h3 {
	font-size: 1.2em;
	padding: 0 0 10px 0;
}

p {
	margin: 0 0 20px 0;
}

img {
	border: none;
}

.clearer {
	clear: both;
}

.paginate {
margin: 10px 0;
color: #999;
	font-size: 0.8em;
}

/* * * * * * * * * * * * * * HEADER * * * * * * * * * * * */

#logo a{
	width: 201px;
	height: 120px;
	float: left;
	margin-top: 70px;
}

#topmenu {
	padding: 165px 0 0 0;
	float: left;
	width: 480px;
}

#topmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#topmenu ul li {
	float: left;
}


#topmenu ul li a:link,
#topmenu ul li a:active,
#topmenu ul li a:visited {
	display: block;
	padding: 10px 20px 10px 20px;
	color: #fff;
	font-size: 1.2em;
	text-decoration: none;
	text-transform: uppercase;
}

#topmenu ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

#searchfield {
	float: left;
	width: 200px;
	margin-top: 172px;
	border-left: 2px dotted #fff;
	padding: 0 0 0 10px;
}

#searchfield p {
margin: 0;
}

#searchfield .input{
	width: 140px;
	border: 1px solid #fff;
}

#searchfield .submit{
	width: 48px;
	height: 25px;
	background: url(./themes/site_themes/default/bg_btn_search.png) no-repeat;
	border: none;
	cursor: pointer;
}
 

/* * * * * * * * * * * * * * FOOTER * * * * * * * * * * * */

#footer p {
	font-size: 80%;
	text-align: right;
	padding: 30px 20px 0 0;
	margin: 0 0 0 201px;
	color: #fff;
}

#footer a:link, #footer a:active, #footer a:visited {
	text-decoration: none;
	color: #fff;
}

#footer a:hover{
	background: #990202;
	text-decoration: none;
	color: #fff;
}

/* * * * * * * * * * * * * * LEFTMENU * * * * * * * * * * * */

#leftmenu ul{
	list-style-type: none;
}

#leftmenu ul li a:link,
#leftmenu ul li a:active,
#leftmenu ul li a:visited {
	display: block;
	width: 201px;
	padding: 10px 0 10px 0;
	border-bottom: 2px dotted #b60404;
	color: #fff;
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

#leftmenu ul li a:hover {
	color: #ccc;
	border-bottom: 2px dotted #ccc;
}

/* * * * * * * * * * * * * * CONTENT * * * * * * * * * * * */

#content a:link, #content a:active, #content a:visited {
	text-decoration: underline;
	color: #990202;
}

#content a:hover{
	background: #990202;
	text-decoration: none;
	color: #fff;
}

#content h2 a:link, #content h2 a:active, #content h2 a:visited {
	text-decoration: none;
	color: #000;
}

#content h2 a:hover{
	background: none;
	text-decoration:none;
	color: #666;
}

/* * * * * * * * * * * * * * BREADCRUMBS * * * * * * * * * * * */

#breadcrumbs {
	padding: 0 0 10px 10px;
	font-size: 80%;
}

/* * * * * * * * * * * * * * BLOG * * * * * * * * * * * */

#blog h1{
	color: #990202;
}

#blog ul {
list-style-type: none;
}
/* * * * * * * * * * * * * * ENTRY * * * * * * * * * * * */

.posted {
	font-size: 80%;
margin: 5px 0;
}

.entry {
	/*background: #FCFAF2 url(./themes/site_themes/default/logo_sticky.png) right bottom no-repeat;*/
	border: 1px solid #ccc;
	margin: 0 0 10px;
	padding: 10px;
clear:both;
overflow:hidden;
}

.entry img {
	margin-right: 10px;
}

.entry h2 {
	padding-bottom: 10px;
}

.entry_img {
	float: left;
	width: 250px;
margin-right: 10px;
}

#content .entry_img a:hover{
	background: none;
}

.category{
	background: url(./themes/site_themes/default/bg_category_red.jpg) right bottom no-repeat;
	/*color: #990202;*/
color: #fff;
	text-align: center;
width:107px;
float: right;
}

.category p{
	padding: 5px 10px 4px 10px;
margin: 0;
}

#content a.zoom:link,
#content a.zoom:active,
#content a.zoom:visited,
#content a.zoom:hover {
background : #333 url(./themes/site_themes/default/bg_zoom.png) right no-repeat;
color: #fff;
font-size: 80%;
padding: 5px 25px 5px 0;;
display: block;
width: 225px;
text-align:right;
}


/* * * * * * * * * * * * * * ADJUST ENTRY * * * * * * * * * * * */

.adjust_entry {
background: #eee;
border: 1px solid #ccc;
padding: 10px;
clear: both;
}

.place_comment a {
background : url(./themes/site_themes/default/icon_comment.gif) no-repeat;
padding: 0 0 2px 20px;
}

.edit_entry a {
background : url(./themes/site_themes/default/icon_edit.gif) no-repeat;
padding: 0 0 2px 20px;
}

.delete_entry a {
background : url(./themes/site_themes/default/icon_delete.gif) no-repeat;
padding: 0 0 2px 20px;
}

/* * * * * * * * * * * * * * ENTRY COMMENT * * * * * * * * * * * */

.entry_comment {
border: 1px solid #ccc;
background: #eee;
padding: 5px;
margin: 0 0 10px 0;
}

/* * * * * * * * * * * * * * SIDEBAR * * * * * * * * * * * */

#sidebar h3{
	color: #990202;
}

#sidebar ul li {
	list-style-type: none;
}
#videos {
margin-bottom: 20px;
}

div.video_entry {
	font-size: 80%
}
	
.video_entry_img {
	float: left;
	width: 105px;
}

.video_entry_text {
	float: left;
	width: 87px;
}

#news p{
padding: 5px;
border: 1px solid #990202;
}

#news h3 {
	background:  url(./themes/site_themes/default/bg_title_indekijker.jpg) no-repeat;
padding: 0 0 15px 35px;
}

