/*  
Theme Name: Ongetemd Blog Layout
Theme URI: http://www.zidiot.com/dl_themes/ongetemd_blogl.zip
Description: A Ongetemd Wordpress theme
Version: 0.1
Author: Zidiot
Author URI: http://www.zidiot.com/
Tags: valid XHTML, Ongetemd, two columns, right sidebar, black and white
*/



body{
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: justify;
	line-height: 16pt;
	vertical-align: top;
	background: black;
	color: #666666;
	background-image: url(../images/logo_bg.gif);
	}


#container {
	margin: 0 auto;
	top: 0;
	width: 930px;
	background: #000000;
	}

#header {
	width: 300px;
	height: 100px;
	margin: 0px 40px 40px 40px;
	background-image: url(../images/logo_ongetemd_blog.gif);
	background-position: top left; 
	background-repeat: no-repeat;
	background-color: #000;
	}

#content {
	float: left;
	margin-left: 20px;
	width: 680px;
	}

#footer {
	clear: both;
	width: 100%;
	height: 50px;
	margin-top: 0px;
	margin-left: 40px;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: left;
	/* image onderaan de footer
	background-image: url(images/skull.jpg);
	background-attachment:fixed;
	background-position: bottom center;  
	background-repeat: no-repeat;
	*/
	}

.foot {
	color: #333333;
	font: 9px Verdana, Sans-Serif;
	}
.foot a {
	color: #333333;
	font: 9px Verdana, Sans-Serif;
	}
.foot a:hover {
	color: #333333;
	text-decoration: underline;
	}

.date{
	color: #666666;
	font-size: 10px;
	}


h1{
	text-transform: uppercase;
	/*margin-bottom: -12px;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
	font-size: 21px;
	color: #fff;
	}


h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	color: #FFF;
	}

h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	}


.title h2 a{
	text-transform: uppercase;
	margin-bottom: -12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
	font-size: 21px;
	color: #FFF;
	}


a:link, a:visited{
	text-decoration: none;
	color: #FFF;
	}


a:hover{
	text-decoration: none;
	color: #999;
	}


#entry{
	padding: 0px 20px;
}

.textarea{
	width: 75%;
}

#entry p{
	padding: 0;
}

.price_old {
	text-decoration: line-through;
}

p.postmetadata {
	border-bottom: 1px dotted #333333;
	margin: 10px 0 50px 0;
	padding-bottom: 6px;
	font-size: 10px;
	color: #666666;
}


blockquote {
	padding: 9px 40px 15px 75px;
	color: #000000;
	border: 2px solid #2e3092;
	background: #ffffff;
	background-image: url(images/blockquote.jpg);
	background-position: top left; 
	background-repeat: no-repeat;
	text-align: justify;
	font-size: 11px;
}



#from {
	margin: -92px 242px 80px 0;
	height: 20px;
	color: #000;
	font-weight: bold;
	font-size: 15px;
}


pre { border: solid 0px #738695; padding:5px 5px 5px 8px; margin:8px 8px 8px 8px; overflow:scroll; }


/*Sidebar*/

.sidebar {
	float: right;
	width: 200px;
}

.sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: UPPERCASE;
	color: #666666;
	padding-top: 0px;
	font-weight: bold;
	margin-top: 25px;
}

.sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sidebar ul ul li{
	margin: 0;
	padding: 0;
	}

.sidebar ul ul ul li {
	font-size: 11px;
	list-style: none;
	margin: 0;
	padding: 0 0 0 20px;
	}


/*End Sidebar*/





/* Navigation*/
 
#tabs {
	margin-top: -20px;
	margin-left: 40px;
	height: 20px;
	padding-top: 0px;
	margin-bottom: 25px;
	}

#tabs ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#tabs ul li {
	margin-left: 0;
	margin-bottom: 0;
	padding: 2px 15px 5px;
	border: 0px solid #000;
	list-style: none;
	display: inline;
	}
			
#tabs ul li.here {
	list-style: none;
	display: inline;
	}
	
.nav a {
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

.nav a:hover {
	color: #999999;
	}

.menu_actief {
	color: #999999;
	}
	
	
/* End Navigation*/	
	

	
	
/*Comments*/

#comments-template form {
	background-color: #FFFFFF;
	}
	
.commentlist li .avatar { 
	float: left;
	border: 0px solid #eee;
	padding-right: 7px;
	}
	
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
/* End Comments */



/*Search Form*/
#searchform {
	border: 0px solid #333333;
	font-family: Helvetica, Arial, sans-serif;
	color: black;
}

#searchsubmit {
	background-color: #fff;
	border: 0px solid #333333;
	font-family: Helvetica, Arial, sans-serif;
	color: black;
}

#s {
	background-color: #fff;
	border: 0px solid #333333;
	font-family: Helvetica, Arial, sans-serif;
	color: black;
	}

/*End Search Form*/



/*Flickr Sidebar styling (for use with the default Flickr.com badge*/

#flickr a img {
	width: 60px;
	height: auto;
	margin-top:40px;
	padding: 5px; margin: 0 5px 5px 0; 
	border: 1px dotted #ccc;
	}

/*End Flickr*/


img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.thumb_img {
	border: 0px;
	border: 1px solid #333333;
	/*border: 1px solid #ACACAC;*/
	padding: 5px;
	margin: 0 12px 12px 0;
	background-color: black;
	}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ccc;
   text-align: center;
   background-color: #0000000;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 10px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

