/*
Theme Name: Vliegvisforum.nl
Theme URI: http://www.vliegvisforum.nl/
Description: Wordpress theme voor Vliegvisforum.n. gemaakt door: Vincent Derks (vincent@vliegvisforum.nl)
Version: 1 
Author: Vincent Derks
Author URL: http://www.vliegvisforum.nl
Tags: vliegvisforum.nl
*/


/* GEBRUIKTE KLEUREN */

/*

Links: 		Oranje: 		#ff7800
Tekst: 		Donker grijs:	#3a3a3a

*/

/* RESET */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
q:before, q:after { content:''}
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } 
.clr { clear: both }


/*----------LAYOUT----------*/

/*-----ALGEMEEN-----*/

html {
	background-color: transparent;
}

body {
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url("style/images/bg.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: transparent;
}

#wrapper {
	position: relative;
	left: 50%;
	margin-left: -465px;
	width: 980px;
}

/*-----HEADER-----*/

#header {
	background-image: url("style/images/header.png");
	background-repeat: no-repeat;
	width: 980px;
	height: 267px;
}

#menu {
	position: relative;
	width: 459px;
	height: 187px;
	top: 120px;
	left: 215px;
}

.button {
	position: relative;
	width: 153px;
	height: 85px;
	float: left;
}

.forum_bt {
		background-image: url("style/images/menu.png");
}

.forum_bt:hover {
		background-image: url("style/images/menu.png");
		background-position: 0px -100px;
}

.blog_bt {
		background-image: url("style/images/menu.png");
		background-position: -153px 0px;
}

.blog_bt:hover {
		background-image: url("style/images/menu.png");
		background-position: -153px -100px;
}

.carlitos_bt {
		background-image: url("style/images/menu.png");
		background-position: -306px 0px;
}

.carlitos_bt:hover {
		background-image: url("style/images/menu.png");
		background-position: -306px -100px;
}

/*-----CONTENT-----*/

#content {
	position: relative;
	width: 980px;
	background-image: url("style/images/content_bg.png");
	background-repeat: repeat-y;	
}

.content_box {
	position: relative;
	margin: 0px 0px 0px 35px;
	width: 735px;
}

#content_box_forum {
	position: relative;
	width: 840px;
	margin: 0px 0px 0px 15px;
}

.post {
	position: relative;
}

.nieuws_datum {
	position: relative;
	float: left;
	width: 36px;
	background-color: #ff7800;
	margin: 5px 10px 10px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 10px;
}

.nieuws_datum p {
	color: #FFFFFF;
	font-family: Verdana;
}

.nieuws_datum .dag {
	width: 26px;
	text-align: center;
	vertical-align: center;
	font-size: 1.47em;
	color: white;
	padding: 0px 3px 0px 3px;
}

.nieuws_datum .maand {
	width: 36px;
	float: left;
	text-align: center;
	color: white;
	padding: 0px 0px 5px 0px;
	font-size: 0.8em;
}

.content_box a img {
	border: 1px solid #ccc;
	float: left;
}

.content_box a img:hover {
	border: 1px solid #ff7800;
	background: none;
}

/*-----SIDEBAR-----*/

#sidebar {
	position: relative;
	float: right;
	width: 192px;
	margin: -30px 0px 0px 0px;
	z-index: 999;
}

.kbrsswidget {
	display: block;
	text-align: center;
	border-bottom: dotted 1px #cccccc;
}

.side_center {
	width: 152px;
	background-image: url("style/images/sidebar_center.png");
	background-repeat: repeat-y;
	padding: 5px 20px 0px 20px;
}

.side_bottom {
	width: 192px;
	height: 28px;
	background-image: url("style/images/sidebar_bottom.png");
}

.side_zoeken {
	width: 192px;
}

.side_title_zoeken {
	background-image: url("style/images/sidebar_title_zoeken.png");
	height: 44px;
}

.side_blog {
	width: 192px;
}

.side_title_blog {
	background-image: url("style/images/sidebar_title_blog.png");
	height: 44px;
}

.side_forum {
	width: 192px;
}

.side_title_forum {
	background-image: url("style/images/sidebar_title_forum.png");
	height: 44px;
}

#s {
	background-image: url("style/images/zoekveld.jpg");
	width: 117px;
	height: 22px;
	border: none;
	font-size: 11pt;
	margin: 4px 0px 0px 3px;
	padding: 3px 0px 0px 2px; 
}

#searchsubmit {
	background-image: url("style/images/bullet.jpg");
	border: none;
	width: 19px;
	height: 23px;
}

/*-----FOOTER-----*/

#footer {
	position: relative;
	width: 910px;
	height: 51px;
	background-image: url("style/images/footer_bg.png");
	padding: 0px 35px 15px 35px;
}

#footer p {
	font-family: Verdana;
	font-size: 7.5pt;
}



/*-----TYPOGRAFIE-----*/

.content_box p {
	font-family: Verdana;
	color: #3a3a3a;
	font-size: 10pt;
}

#content_box_forum {
	
}

#sidebar a {
	font-family: Verdana;
	font-size: 10pt;
}

p {
	color: #3a3a3a;
	padding-bottom: 10px;

}

a {
	color: #ff7800;
	text-decoration: none;
}

a:hover {
	color: white;
	background-color: #ff7800;
}

h1 {
	font-family: Georgia;
	font-size: 20pt;
	padding-bottom: 10px;
}

h2 {
	font-family: Georgia;
	font-style: 26pt;
	padding-bottom: 10px;
	font-style: italic;
	font-weight: normal;
}

h3 {
	font-family: Georgia;
	font-style: 20pt;
	padding-bottom: 10px;
	font-style: italic;
	font-weight: normal;
}

label {
	font-family: Verdana;
	color: #3a3a3a;
	font-size: 10pt;
}
