/*  
Theme Name: Zijlijn
Theme URI: http://www.zuiderlicht.com
Description: theme for zijnlijn blog
Version: 1.0
Author: ron wiersma
Author URI: http://www.zuiderlicht.nl

*/
body{
    margin: 0;
    font-family: Helvetica, Georgia, Sans-serif;
    font-size: 12px;
	line-height: 22px;
    text-align: left;
    vertical-align: top;
    background-image:url(images/backlijntje.gif);
	background-repeat:repeat-y;
	background-position:center;
}

body, h1, h2, h3, h4, h5, h6, blockquote, p{
    /*margin: 0;
    padding: 0; */
	
}

h1{
    
    font-size: 24px;
    padding: 0 0 10px 0;
}

h2{
    font-family: Arial, Helvetica, Georgia, Sans-serif;
    font-size: 20px;
    padding: 0 0 0px 0;
	color:#000000;
}


h2 a:link{
	color:#000000;
}

h2 a:visited{
	color:#000000;
}

a:link{
    text-decoration: none;  
    color:gray;

}

a:visited{
    text-decoration: none;  
    color:gray;
}

a:hover{
    
    color:gray;
    text-decoration: underline;
}


.postmetadata a:link{
    font-size: 11px; 
    color:rgb(170,170,170);  
}

.postmetadata a:visited{
    font-size: 11px; 
    color:rgb(200,200,200);  
}

.postmetadata a:hover{
    font-size: 11px; 
    color:rgb(100,100,100);  
}

#header{
       width:550px;
       height:50px;
       padding: 10px 20px 0px 0px;
	   /*border-bottom:solid 1px #CCC; */
	   margin-left:25px;
	
}

#container{
	
   
    width:600px;
    float:left;
	height:100%;
}

#footer{
       width: 880px;
       height: 30px;
       clear:both;
    
}

#leftbar{
	
    width:100px;
   
    float:left;
   
}

#zijlijnlogo{
    
    margin-left:35px;
    margin-top:30px;

}

.navigation{
    
    color:#000;
    height: 20px;
    
}

.sidebar{
	
	margin-top:60px;
   width:200px; 
   float:right;
}                  


.buitenkader{
    
            position: absolute;

            left: 50%;
            width: 980px;   /* breedte */
          
            margin-left: -490px; /*-1 x breedte */		
			
}


.entry{
	
    margin-top:5px;
 
   /* border-bottom:solid 1px #CCC;  */
    padding: 0px 20px 10px 0px;
    margin-left:25px;
}

#bottomlijn{
	width:540px;
	border-bottom:solid 1px #CCC; 
	margin-left:25px;
}

.post{   /* zit in niet gevonden div */
    border:solid 1px rgb(200,0,0);  
    padding: 10px 0 10px 0;
  
}

.post h2{
   
    font-size: 18px;
    color:black;
}

p.postmetadata{
    /*border-top: 1px solid #ccc;*/
    margin: 10px 0 0 0;
    font-size: 11px; 
    color:rgb(200,200,200);  
}

.navigation{
    padding: 10px 0 0 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
	margin-left:25px;
}

.sidebar ul{
	
    list-style-type: none;
    margin: 0;
    padding: 0 10px 0 0px;
}

.sidebar ul li ul{ /* ligt om de sub lijst heen*/
	/* border:solid 1px; */
    padding: 0px 0px 0px 0px;
}

.sidebar ul li{
    padding: 10px 0 10px 0;
}

.sidebar ul li h2{
    /*font-family: Georgia, Sans-serif;   */
    font-size: 12px;
}

.sidebar ul ul li{
    padding: 0;
}

/* comments */
#commentcontainer{
	margin-left:25px;
	/*border:solid 1px rgb(200,200,200);
	padding: 10px; */
}

.commentlist{
	list-style-type: none;
	margin: 0;
    padding: 0 10px 20px 0px;
}

.commentlist li{

    padding: 0 0px 20px 0px;
	border-bottom:solid 1px #CCC;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{

	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-size: 16px;
}

.commentmetadata{

	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
}
/* einde comments */