/* @override http://localhost:8888/wordpress/wp-content/themes/darkwater-10/style.css */

/*  
Theme Name: Darkwater
Theme URI: http://www.antbag.com
Description: Blackened Waters.
Version: 1.0
Author: Antbag
Author URI: http://www.antbag.com/

*/


body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
	
}

body{
	margin: 0;
	font:	11pt/1.45 Helvetica, Arial, Verdana, sans-serif;
	color:	#333;
	text-align: right;
	vertical-align: top;
	background: url(images/body_bg.jpg) no-repeat top right fixed;

}

#wrapper{
	overflow: hidden;
	float: right;
	margin: 4px 0px 0px 0px;
	width: 992px;
	text-align: left;
	}

h1{
	color: #333;
	font-weight:	normal;
	font:	18pt/1.45 Helvetica, Arial, Verdana, sans-serif;
	padding: 0px 0px 0px 10px;
	text-transform: uppercase;
}

h1 t{
	color: #333;
	font-weight:	normal;
	font:	14pt/1.45 Helvetica, Arial, Verdana, sans-serif;
	padding: 0px 0px 0px 10px;
	text-transform: uppercase;
	
}

h1 a {
	color: #00CC00;
	font-weight:	normal;
	text-decoration:	none;
}
h1 span.author {
	color:	#666;
	font-weight:	normal;
	letter-spacing:	-1px;
	text-transform:	none;
}
h2 {
	color: #333;
	font-size: 1.1em;
	text-transform: uppercase;
	font-variant: small-caps;
	font-weight: bold;
}
#footer h2 {
	margin-top:	0;
}
h2 a {
	border-bottom:	0;
	color:	#666;
	font-weight:	normal;
	text-decoration:	none;
}
h2 span.author {
	color:	#666;
	font-weight:	normal;
	letter-spacing:	-1px;
	text-transform:	none;
}
h3 {
	color: #CCCCCC;
	font-size:	1em/1.45;
	font-weight:	normal;
	padding: 10px 0 10px 10px;
}


h4 {
	font:	80%/140% Helvetica, Arial, Verdana, sans-serif;
	color:	#666;
	font-weight:	normal;
	padding: 0 0 0 10px;
	color: #666666;
}

#header h2 {
	padding: 0 0 0 15px;
	color: #666666;
	font-size: 14px;
	font-weight: normal;
}

a:link{
	text-decoration: none;
	color: #00CC00;

}

a:hover{
	color: #00FF00;
}

a:visited{
	text-decoration: none;
	color: #00CC00;
}	

blockquote { font-style: italic; 
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 90%;
	color: #777; 
	margin: 1.5em 30px 1.5em 30px; 
	padding: 4px 4px 4px 10px;
	background: #0000FF;
	
}

.entry p { 
	margin: 10px 10px 15px 10px;
		
}

.entry ul, .entry ol { 
	margin: 10px 10px 15px 10px; 
}
	
.entry ul { 
	list-style-type: disc; 
}
	
.entry li { 
	margin: 10px 10px 15px 10px; 
}
		
.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { 
	margin: 10px 10px 15px 10px; 
}

.entry img.left { 
	padding: 6px; 
	margin: 0.5em 15px 0.5em 0; 
	border: none;
	float: left; 	
	clear: left; 
}

		
.entry img.right { 
	padding: 6px; 
	margin: 0.5em 0 0.5em 15px; 
	border: none;
	float: right; 
	clear: right; 
}
		
.entry img.center { 
	display: block; 
	padding: 8px; 
	margin: 0 auto 1.5em auto; 
	border: none;
	float: none; 
	clear: both; 
}
	
.entry img.frame { 
	padding: 6px; 
	margin: 0.5em 0 0.5em 15px; 
	border: 0px solid #666;
	background: #fff;
	float: right; 
	clear: right; 
}
		
.entry img.stack { 
	clear: none !important; 
}

/*----HEADER----*/

#header{
	float: right;
	width: 100%;
	height: 119px;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 0;
	color: #fff;
	
	
}

#header a{
	color: #00CC00;
}

#header a:hover{
	color:#FFF;
}

/*----POST----*/


#container{
	
	float: left;
	width: 673px;
	padding: 3px 0 0 0;
}

#topsy{
	float:right;
	margin-right: 10px;
	margin-top: -30px;
	}
.post{
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background:url(images/post_bg.png) repeat;

}

.post h2{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 20pt;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: -1px;

}

.entry{
	line-height: 18pt;
	margin-left: 0px;
	margin-top: 1px;
}

.postinfo{
	font-size: 11px;
	color: #666;
	margin-left: 10px;
	margin-top: 7px;
	padding: 10px 10px 20px 0;
}

.postinfo a{
	color: #666;
	margin-left: 10px;
}

.postdate{ color: #666; 
 	
}


p.postmetadata{
	font-size: 12px;
	line-height: 20px;
	color: #00CC00;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	margin: 20px 10px 0 10px;
	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: 12px;
	font-weight: normal;
	line-height: 18px;
}

h2.archive_head{ 
	font-weight: bold !important; 
	font-size: 14px !important; 
	line-height: 27px !important;
	letter-spacing: normal !important; 
	margin: -2px -1px 1.8em 2px !important;
	padding: 0.4em 5px !important; 
	border-bottom: 0px dotted #CCC; 
	background: #00CC00; 
}

	

/*----SIDEBAR right STYLES----*/

.sidebar{
	float: right;
	width: 142px;
	margin-right: 0px;
	margin-left: 5px;
	padding-top: 35px;
	padding-bottom: 15px;
	padding-left:0px;
	padding-right: 0px;
	display: inline;
	overflow: hidden;
	
}

#sidebar2{
	float:left;
	width:140px;
	}

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

.sidebar ul li{
	padding: 0;
}

.sidebar ul li h2, .sidebar ul li h3{
/* titel van de widget */

	font: 16pt/1.45 Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #333;
	padding: 10px 0 0 0px;
	margin: 0 0 0 0px;
	border-bottom: 0px solid #333;
}

.sidebar ul ul li{
	font-size: 50px;
	padding: 0;
	margin: 0 0 0 0;
	line-height: 20px;
	list-style: none;
	font-size: 11px;
	border-bottom: 0px solid #333;
}

.sidebar .syndication .rss {
	width: 160px;
	height: 33px;
	position: relative;
}

.sidebar .syndication .rss span{
	background: url(images/sub_rss.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

.sidebar .rss .sub{
	border-bottom: none;
}

.sidebar .rss .sub a:hover{
	background: #000;
}

.sidebar ul li a{
/* links */
	display: block;
	text-decoration: none;
	color: #00CC00;
	padding: 0 0 0 0px;
}

.sidebar ul li a:hover{
/* actieve link */
	text-decoration: none;
	color: #FF9900;
	
}


table#wp-calendar{
	width: 100%;
}

/* Left Sidebar */

.leftbar{
	float: left;
	width: 152px;
	margin-left: 15px;
	margin-right: 0px;
	padding-top: 35px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	display: inline;
	overflow: hidden;
	
}

.leftbar ul{
	list-style: none;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}

.leftbar ul li{
	padding: 0 0 0 0;
}

.leftbar ul li h2, .leftbar ul li h3{
	font: 14pt/1.45 Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #333;
	padding: 10px 0;
	margin: 0 0 0 0px;
	
}


.leftbar ul ul li{
	padding: 0;
	margin: 0;
	line-height: 20px;
	list-style: none;
	font-size: 11px;
	border-bottom: 0px solid #333;
}
.leftbar ul li a{
	display: block;
	text-decoration: none;
	color:#00CC00;
	padding: 0 0 0 0px;
}


	
.leftbar ul li a:hover{
	text-decoration: none;
	color: #FF9900;
	
	
}
.twitter-sidebar ul li {
	padding: 0 0 0 10px;
	}

/*----COMMENT FORM----*/

#comment-form{
	width: 425px;
	margin: 50px 0 0 0;
	border: 0px dotted #555;
	padding: 5px 5px 15px 15px;
	background: transparent;
}

.comments-template ol{
	margin: 0 0 15px 0;
	list-style: none;
}

.comments-template ol li{
	line-height: 18px;
	margin: 10px 0 10px 0;
}

.comments-template h2, .comments-template h3{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	color: #00CC00;
	padding: 10px 0 30px 0;
}

.commentmetadata{
	font-size: 12px;
	color: #555;
	padding: 20px 0 20px 0;
}

.commentmetadata strong { 
	font-size: 16px; 
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template input{
	border: 0px solid #555;
}

.comments-template textarea{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 30px 15px 15px 0;
	background: #FFF;
	border: 0px solid #555;
}


/*----FOOTER----*/

#footer{
	clear: none;
	float: left;
	width: 656px;
	margin-left: 2px;
	padding: 10px 5px 5px 10px;
	line-height: 18px;
	font-size: 80%;
	color: #CCC;
	background: #000;
	border-top: 1px dotted #CCC;
	border-bottom: none;
}

#footer a:link{
	text-decoration: none;
	color: #00CC00;
}

#footer a:hover{
	text-decoration: underline;
	color: #FFF;
}

#footer a:visited{
	text-decoration: none;
	color: #00CC00;
}