/*
    Theme Name: fotoblog
    Theme URI: http://fotos.helderester.nl
    Description: Een thema voor een foto website;
    eenvoudig en zwart zodat de foto's naar voren komen.
    Omschrijving van je wordpress theme.
    Version: 1.0
    Author: sigrid de Jong
    Author URI: http://www.helderester.nl/
    */
    
    * {
    margin:0;
    padding:0;
    }

    body {
    background:#000;
    color:#f0f0f0;
    min-width:800px;
    font-family:'Trebuchet MS', tahoma, arial, sans-serif;
    font-size:10pt;
    }

    #wrapper {
    width:800px;
    height:auto;
    margin:0 auto;
    border: 1px solid #131313;
    }

    #header {
    width:784px;
    height:auto;
    padding:12px;
    text-align:center;
    }

    #nav {
    width:780px;
    height:auto;
    padding: 10px;
    text-align:left;
    font-size: 15px;
    background-image: url("images/stripe_4.png");
    border:1px solid #313131;
    }

    #sidebar {
    width:170px;
    height:auto;
    float:right;
    padding:10px;
    text-align: left;
    border-left: 1px solid #313131;
    }

    #content {
    width:587px;
    height:auto;
    float:left;
    padding:10px;
    }

    #footer {
    clear:both;
    margin:0;
    padding:10px;
    font-size: 11px;
    text-align:center;
    background: #0c0c0c; 
    border-top: 1px solid #313131;
    color: #E4E4E4;
    } 
    
    h1, h2, h3, h4 {color: #939393;//#313131;}
    
    a {color: #515151; text-decoration:none;}
    a:hover {color:#fff;}
    
    /* Header aanpassen */
    #header h1 {padding: 15px 0 0 0; font-weight: 500; font-size: 42px;}
    #header h1 a{color: #fafafa; }
    
    #nav a{color: #E4E4E4;}
    #nav a:hover {color:#fff;}
    
    /* Horizontale navigatie */
    ul,li {list-style:none;}
#nav ul li {display:inline;padding:2px 10px 2px 10px;}
.entry {margin-bottom: 8px;} /* Eenvoudige toevoeging om posts te scheiden op de idexpagina */

    /*side bar aanpassen */
    #sidebar h2 {font-size: 16px; font-weight: normal; padding-top: 6px;}
	
	.entry {margin-top: 8px; padding: 5px 0;
			border-top: 1px dashed #313131;
			border-bottom: 1px dashed #313131;} 
	.entry img {border: 6px solid #c7c7c7;//#E4E4E4; padding: 4px; background: #313131;}
    
    /* Comments */
.comments-template {text-align:left;}
.comments-template ol {margin:0;padding:0 0 15px;list-style:none;}
.comments-template ol li {margin:10px 0 0 0;padding:0;color:#111;background:#e8e8e8;font-size:10pt;}
.commentlist li.alt {background:#fff;#c7c7c7;}
.comments-template h2, .comments-template h3 {font-family:tahoma,sans-serif;}
.commentmetadata {padding:5px 10px 5px 10px;font-size:8pt;}
.comments-template p.nocomments {padding:0;}
.comments-template textarea {font-family:tahoma,sans-serif;font-size:10pt;}

/* End of comments */
	
	#commentx {background: #1A1A1A; 
		border: 1px solid #131313;//#070707;
		margin: 0.5em 0;}
		
	#comment {background: #E4E4E4;
		margin: 0.5em 0;}

	#respond {margin-top: 1em;}
	
	