/*
Theme Name: Kojika
Theme URI: http://www.kojika.be/
Description: The Official Kojika Theme.
Version: 1
Author: Geert van Dort
Author URI: http://www.geertvd.net/
Tags: kojika
*/

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {font-size:1em; font-weight:normal; font-style:normal;}
ul,ol {margin-left:15px;}
fieldset,img,hr {border:none;}
caption,th {text-align:left;}
table {border-collapse:collapse; border-spacing:0;}
td {vertical-align:top;}


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;;
	background: url('images/back.jpg');
	color: #333;
	text-align: center;
	font-size:13px;
	
	}
	a{
		color:#000000;
	}
	a:hover{
		color:#0076a3;
	}
h1{
font-size:30px;	
}
p{
	margin-bottom:5px;
}
h2, h2 a{
	color:#0076a3;
	padding-bottom:5px;
	font-size:25px;
	text-decoration:none;
}
h2 a:hover{
	text-decoration:underline;
	color:#0076a3;
}

h3{
	color:#0076a3;
	padding-top:10px;
	padding-bottom:10px;
	font-size:14px;
}

#page {
	text-align: left;
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	}

#header {
	background: url('images/header.png') no-repeat top center;
	}

#headerimg 	{
	margin: 0px 9px 0;
	height: 318px;
	width: 862px;
	position:relative
	}
#content{
	width: 862px;
	background: url('images/content_back.png') repeat-y;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
	z-index:1;
}

#content_text{
	width: 750px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px;
}
#content_top, #content_bottom {
	width: 862px;
	height: 45px;
	margin-left:auto;
	margin-right:auto;
	background: url('images/content_top.png') no-repeat top center;
	margin-top:-63px;
	z-index:100;
}
#footer{
	font-size:10px;
	width: 750px;
	margin-left:auto;
	margin-right:auto;
}
#content_bottom{
	margin-top:0px;
	background: url('images/content_bottom.png') no-repeat bottom center;	
}
#logo{
	text-indent: -10000px;
	width:254px;
	height: 135px;
	background: url('images/logo.jpg') no-repeat bottom center;
	float:right;	
}
.menu{
	width: 750px;
	margin-left:50px;
	overflow:auto;
	z-index:0;
	height:50px;
	position:relative;
	top:-30px;
}
.menu > ul{
	position:relative;
	top:10px;
}
.menu > ul > li{
	display:inline;
	
}
.menu > ul > li > ul{
	margin:0px;
	padding:0px;
	list-style:none;
	
}
.menu > ul > li > a{
	color:#FFF;
	font-size:14px;
	text-decoration:none;
	background-color:#0076a3;
	display:block;
	float:left;
	padding-left:10px;
	padding-right:10px;
	height:30px;
	padding-top:5px;
	margin-left:3px;
	position:relative;
	top:0px;
	z-index:0;
}
.menu > ul > li > a:hover{
	height:40px !important;
	top:-10px !important;
}
.special_link{
	background-color:#cfd10a !important;
	
}
.entry{
	font-size:13px;
}
.postmetadata ,.postmetadata a{
	font-size:13px;
	color:#888888;
	text-transform:uppercase;
	text-decoration:none;
}
.postmetadata{
	border-bottom:solid 1px #DDDDDD;
	border-top:solid 1px #DDDDDD;
	padding-bottom:5px;
	padding-top:5px;
	margin-bottom:5px;
}
.postmetadata a:hover{
	text-decoration:underline;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	color:#888888;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
.commentlist .comment-body {
	background-color:#EEEEEE;
	margin:5px 0px 0px 0px;
	padding:5px;
	border:1px #DDDDDD solid;
	}
.commentlist .says {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
#commentform p {
	font-family: 'Myriad Pro', Verdana, Arial, Sans-Serif;
	}

.commentmetadata, .commentmetadata a {
	font-weight: normal;
	color:#888888;
	}
.post{
	margin-bottom:15px;
}
.map{
	float:right;
	margin:10px;
}
.alignleft{
	float:left;
}
.alignright{
	float:right;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	}
#searchform{
	margin-right:15px;
	margin-top:2px;
	float:right;
}
#rss_link{
	display:block;
	width:50px;
	height:50px;
	background: url('images/rss.png') no-repeat bottom center;
	position:absolute;
	right:15px;
	bottom:45px;
}
