/*  
Theme Name: Keuter Webdesign | Geka
Theme URI: http://mac-host.com/slidingdoor/
Version: 1.8.6
Author: Bertus Keuter
Author URI: http://www.keuterwebsites.com/
Tags: black, fixed-width, custom-header, photoblogging, dark, left-sidebar

*/

* { margin: 0; padding: 0; list-style: none; }
body { background: #000;color: #fff; font-family: Verdana, Helvetica, Sans-serif, Tahoma,"Lucida Sans Unicode"; font-size: 14px; height:100%;overflow-y:auto;}
body a { color: #42adfb; }

#bg { position:fixed; _position:absolute;top:0; left:0; width:100%; height:100%; }
#wrapper { width: 940px; margin: 0 auto; text-align: center; position: relative; }    
#content { float: right; width: 670px; margin: 0 0 10px 0; background-color: #000; border: 1px solid #ddd;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px;	border-radius: 3px;
	filter:alpha(opacity=90); -moz-opacity:0.9;	-khtml-opacity: 0.9; opacity: 0.9;
}
#welcomeheading { padding: 20px 0; margin:0; text-align: left; font: 14pt Verdana, sans-serif; color: #ddd; text-decoration: none;}
.description { text-align: center; font: normal 14px Verdana, Helvetica, Sans-serif; color: #fff; padding-bottom: 5px; }  

	#content .post { float: left; position: relative; width: 600px; padding:20px; }
	#content .post h1  { color:#FFF; text-decoration: none; padding: 0; font-size: 28px; font-weight: normal; text-align: right;}	
	#content .post h1 a:hover { color: #D5F3FF; }	
	#content .post h3 { font-size: 12px; font-weight: normal; color: #999; margin-bottom: 0px; margin-top: 5px }
	#content .post h3 a { 	color: #999; }	
	#content .post h3 a:hover { text-decoration: none; }
	#content .post img { max-width: 600px; }	
	#content .post a img { border: none; padding:0 5px 0 5px;}
	#content .post ul { margin-left: 20px !important; }
	#content .post ul li { list-style-type: disc !important; }
	#content p,
	#content .post ul li { font-size: 14px; text-align: justify; margin-bottom: 10px; }
	#content p a { color: #42adfb; }	
	#content p a:hover { text-decoration: none; } 
	#content blockquote { margin-left: 10px; border-left: 3px solid #555; padding-left: 10px; font-style: italic; }		
	#content small { margin: 0 auto; text-align: center; display: block; border-top: 3px solid #333; border-bottom: 1px solid #333; font-size: 11px; color: #999; }
	
	#content ol { line-height: 1.6; }
	#content .nextprevious { height: 40px; display: block; }	
	#content .nextprevious a { color: #CCC; }	
	#content .nextprevious .left { float: left; }              
	#content .nextprevious .right { float: right; }
	
.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 5px 10px 10px 0;}
.alignright { float: right; margin:5px 0 10px 10px;}

#sidebar { float: left; width: 240px; margin: 0 0 10px 0; background-color: #000; border: 1px solid #ddd;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px;	border-radius: 3px;
	filter:alpha(opacity=90); -moz-opacity:0.9;	-khtml-opacity: 0.9; opacity: 0.9; text-align:left;
}

#sidebar h2  { color:#FFF; text-decoration: none; padding: 0; font-size: 24px; font-weight: normal; text-align: left;}	
#sidebar h1 a:hover { color: #D5F3FF; }
#sidebar ul { font-size: 14px; margin: 10px; }

#footer {
border-top: 1px double #ccc;
    border-bottom: 1px solid #ccc;
    padding: 7px 0 2px;
    font-size: 11px;
	margin-top: 10px;
	margin-bottom: 20px;
}

    #sidebar p {
    margin: 5px;
    color: #eee;
text-align: left;
}
    
    #sidebar a {
	text-decoration: none;color: #fff;
}
    
    #sidebar a:hover {
    text-decoration: underline;
    color: #fff;
    }

.clearfix {
	clear: both;
}	
