/*  
Theme Name: Marnik
Theme URI: http://www.marnik.be
Description: An adsense ready theme from marnik.be.
Version: 1.0
Author: Philippe Schaillee
Author URI: http://www.cyberlounge.be/

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 10;}

body{
	margin: 0;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #FFF;
	color: #333;
}

#wrapper{
	margin: 10px auto;
	width: 900px;
	text-align: left;
        padding: 15px 15px 15px 15px;
	border: none;
	background: #FFF;
}

h1{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 32px;
        font-color: #CC0000;
	padding: 5px 0 5px 0px;
}

h2{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 32px;
        font-color: #333;
	padding: 15px 0 15px 15px;
}

h3{
	padding: 15px 0 15px 0;
}

h4{
	font-size: 16px;	
	padding: 0 0 0 15px;
}

a:link{
	text-decoration: underline;
	color:#900;
}

a:hover{
	text-decoration: underline;
	color: #333;
}

a:visited{
	text-decoration: underline;
	color:#900;
}


/*******************
----Custom Styles---
*******************/

blockquote { 
	font-style: italic; 
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 90%;
	color: #333; 
	margin: 1.5em 30px 1.5em 30px; 
	padding: 4px 4px 4px 10px;
	background: #f1f0ed;
	border-left: 2px solid #900;
}

code { 
	color: #9A2EFE; 
	font-family: Courier, monospace; 
}

.entry p { 
	margin: 15px 0 15px 0; 
}

.bg {
	background: #f1f0ed;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.entry ul, .entry ol { 
	margin: 0 0 15px 5px; 
}
	
.entry ul { 
	list-style-type: disc; 
}
	
.entry ul.bg {
	background: #f1f0ed;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.entry ul.bg.blue {
	background: #E0ECF8;
}

.entry ol.bg {
	background: #f1f0ed;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.entry ol.bg.blue {
	background: #E0ECF8;
}

.entry li { 
	margin: 0 0 5px 0; 
}
		
.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { 
	margin: 5px 0 5px 30px; 
}

.entry blockquote.right { 
	width: 150px; 
	font-style: normal !important; 
	font-size: 14px;
	color: #777;
	margin: 0.3em 0 0.3em 15px !important; 
	padding: 5px;
	background: #f1f0ed; 
	border-top: 2px solid #900;
	border-bottom: 2px solid #900; 
	border-left: none;
	border-right: none;
	text-align: center; 
	float: right; 
}
		
.entry blockquote.left { 
	width: 150px; 
	font-style: normal !important; 
	font-size: 14px;
	color: #777;
	margin: 0.3em 15px 0.3em 0 !important; 
	padding: 5px;
	background: #f1f0ed; 
	border-top: 2px solid #900;
	border-bottom: 2px solid #900; 
	border-left: none;
	border-right: none;
	text-align: center; 
	float: left; 
}
	
.entry blockquote.right p, .entry blockquote.left p { 
	margin: 0; 
	line-height: 1.4em !important; 
}


.entry img {
        border:0px;
}

.entry img.alignleft { 

	float: left;
	padding-right: 5px;
}

.entry img.alignright { 
	float: right;
	padding-left: 5px;
}
		
.archive_head { 
	text-align: center;
	font-style: normal; 
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 13px;
	color: #900; 
	margin: 25px auto 10px 30px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}
.entry a:link {
       text-decoration:underline;
}

.rightbar img {
 border: 0px;
}

/*******************
------Header-------
*******************/

#header{
	float: left;
	width: 100%;
	height: 120px;
	margin: 0;
	padding: 0;
	background: #CCCCCC;
	border-bottom: 12px solid #CC0000;
	color: #CC0000;
	clear: both;
}

.title{
	margin: 0 auto 0 auto;
	width: 900px;
	padding: 20px 20px 20px 40px;
	text-align: left;
	color: #666666;
}

.title a:link{
	text-decoration: none;
	color:#666666;
}

.title a:hover{
	text-decoration: underline;
	color: #666666;
}

.title a:visited{
	text-decoration: none;
	color:#666666;
}

/********************
----Navigation Bar---
********************/

#top-menu{
	clear: both;
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	text-align: left;
	border: none;
	background: #f1f0ed;
}

#top-menu a{
	text-decoration: none;

	padding: 5px 10px;
	color: #900;
	font-size: 16px;
}

#top-menu a:hover{
	text-decoration: none;
	color: #FFF;
	background: url(images/nav_hover.gif) repeat-x;
}

#top-menu ul{
	margin: 0 auto;
	width: 850px;
	padding: 5px 0;
	text-align: left;
}

#top-menu ul li{
	display: inline;
	padding: 0;
	font-size: 14px;
}


/*******************
---------Post-------
*******************/

#container{
	float: left;
	width: 650px;
	padding: 0 0 0 0;
}

.post{
	padding: 20px 20px 40px 30px;
}

.post h2{
	text-transform: normal;
	font-family: Georgia, Sans-serif;
	font-size: 22px;
	padding: 20px 0 0 0;
}

.entry{
	line-height: 22px;
}

.postinfo{
	font-size: 11px;
	color: #333399;
	padding: 2px 0 20px 0;
}

.postinfo a{
	color: #aaa;
}

.postdate{ color: #333399; }

p.postmetadata{
	font-size: 12px;
	color: #BFB8A1;
	border-top: 1px dotted #CCC;
	margin: 20px 0 0 0;
	padding: 5px 0 0 0;
}

p.postmetadata strong{
	float: right;
}

/* This is the link at the bottom of a post which lets you go to the next or previous post */

.postnav{
	padding: 10px 20px 20px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

h2.archive_head{ 
	font-weight: bold !important; 
	font-size: 14px !important; 
	text-transform: normal !important; 
	letter-spacing: normal !important; 
	margin: 0 0 1.8em 10px !important; 
	padding: 0.4em 5px !important; 
	border-bottom: 1px dotted #CCC; 
	background: none; 
}

	

/********************
----Sidebar Styles---
********************/

.rightbar{
	float: left;
	width: 180px;
	margin: 0;
	padding-top: 35px;
	padding-bottom: 15px;
	display: inline;
	overflow: hidden;
	background: #ffffff;
	border-left: 1px dotted #CCC;
}

.rightbar ul{
	list-style: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.rightbar ul li{
	padding: 10px 0 10px 5px;
}

.rightbar ul li h2{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #555;
	padding: 5px 5px 5px 20px;
	margin: 0 10px 10px 0;
	border-bottom: 1px solid #CCC;
}

.rightbar ul ul li{
	padding: 0;
	margin: 0 0 0 13px;
	line-height: 24px;
	list-style: url(images/bullet.gif);
	font-size: 12px;
}

.rightbar .syndication .rss {
	width: 128px;
	height: 128px;
	position: relative;
	padding-top: 12px;
padding-left: 3px;
}

.rightbar .syndication .rss span{
	background: url(images/sub_rss.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

.rightbar .syndication .rss .sub{
	list-style: none;
}

.rightbar a:link, a:visited{
	text-decoration: none;
	color:#900;
}

.rightbar a:hover{
	text-decoration: underline;
	color: #222;
}


table#wp-calendar{
	width: 100%;
}

/* Left Sidebar */

.leftbar{
	float: left;
	width: 90px;
	margin: 0;
	padding-top: 30px;
	padding-bottom: 15px;
	display: inline;
	overflow: hidden;
	background: #ffffff;
}

.leftbar ul{
	list-style: none;
	margin: 0;
	padding: 0 5px 0 10px;
}

.leftbar ul li{
	padding: 10px 0 10px 5px;
}

.leftbar ul li h2{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #555;
	padding: 5px 5px 5px 20px;
	margin: 0 10px 10px 0;
	border-bottom: 1px solid #CCC;
}

.leftbar ul ul li{
	padding: 2px 0;
	margin: 0 3px 0 10px;
	line-height: 18px;
	list-style: url(images/bullet.gif);
	font-size: 11px;
	border-bottom: 1px dotted #CCC;
}
.leftbar a:link, a:visited{
	color:#900;
        text-decoration: underline;
}

.leftbar a:hover{
	text-decoration: underline;
	color: #222;
}


/*******************
----Comment Form---
*******************/

#comment-form{
	width: 425px;
	background: #f1f0ed;
	margin: 10px 0 0;
	padding: 5px 5px 15px 15px;
}

.comments-template a{
	text-decoration: underline;
	color: #900;
}


.comments-template a:hover{
	text-decoration: underline;

	color: #333;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0;
	line-height: 18px;
	padding: 10px 0 5px 15px;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
	color: #900;
	padding: 10px 0 30px 0;
}

.commentmetadata{
	font-size: 12px;
	color: #AAA;
	padding: 20px 0;
}

.commentmetadata strong { 
	font-size: 14px; 
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template input{
	border: 1px solid #CCC;
}

.comments-template textarea{
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 12px;
	color: #000;
	margin: 30px 15px 15px 0;
	background: #FFF;
	border: 1px solid #CCC;
}

.even {
	background: #f1f0ed;
	border: none;
}

.alt {
	background: #FFF;
	border: 2px solid #f1f0ed;
}

/*******************
-------Footer-------
*******************/

#footer{
	clear: both;
	float: left;
	width: 885px;
	margin: 0;
	padding: 10px 5px 5px 10px;
	line-height: 18px;
	font-size: 80%;
	color: #900;
	background: #FFF;
	border-top: 1px dotted #CCC;
	border-bottom: none;
}

#footer a:link{
	text-decoration: none;
	color: #369;
}

#footer a:hover{
	text-decoration: underline;
	color: #333;
}

#footer a:visited{
	text-decoration: none;
	color: #900;
}

.paarskader
{
background-color:#cccccc;
border:1px solid black;
padding:10px;
width:310px;
float:right;
}

#marnikslogan
{
font-size:16px;
position:absolute;
width:500px;
text-align:right;
}

/* connect with me */
div#connect-with-me {
  text-align:center;
  background-color:#f2f2f2;
  border:1px solid #a6a6a6;
}
div#connect-with-me h3 {
  padding:5px 0px;
  font-size:12px;
  font-weight:normal;
  color:#a6a6a6;
}
div#connect-with-me img {
  padding:5px;
}