/*  
Theme Name: Bart	
Theme URI: http://www.bedressed.nl
Description: Theme created by VLBD.nl
Version: 1.0
Author: Bart Volbeda
Author URI: http://www.vlbd.nl/

*/

@font-face {
	font-family: youmurderer;
	src: url('http://localhost/bedressed/wp-content/themes/bedressed/fonts/youmurdererbb_reg.ttf') format(truetype);
}

body, h1, h2, h3, h4, h5, h6, blockquote, dd, dl, hr, form, p, br{
	margin:0 0 0 0;
	padding:0;
}

body{
	margin:0px;
	font-family: verdana, Arial, Helvetica, Georgia, Sans-serif;
	font-size:10px;
	text-align:center; /*  fix for older IE to center wrapper div */
	vertical-align:top;
	background:#eeeeee;
	color:#000000;
}

h1{
	font-family: Verdana, Arial, Sans-serif;
	font-size:24px;
	padding: 0 0 10px 0;
	color:#000000;
}

a:link, a:visited{
		text-decoration:none;
		color:#336699;
}

a:hover{
	text-decoration:none;
}

img#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#wrapper{
	margin:0 auto 0 auto;
	width:800px;
	text-align:left;
	position:relative;
	z-index:1;
		background:#ffffff;
}

#header{
	float:left;
	width:800px;
	height:90px;
	border:none;
}
	
#container{
	float:left;
	background:#ffffff;
	width:600px;
		height:100%;
}
.post{
	padding:10px 0px 10px 10px;
	color: #000000;
}

.post h2{
	font-family: youmurderer, Verdana, Arial, Sans-serif;
	font-size:18px;
/*  	text-shadow: 2px 2px 5px #00aeef; */
}

.post a:link, a:visited{
	font-family: Verdana, Arial, Sans-serif;
	color: #00aeef;
}

.entry{
	line-height:18px;
	padding:0px 10px 0px 10px;
	color: #000000;
}

p.postmetadata{
	border-top:1px dashed #00aeef;
	margin: 10px 0 20px 0;
	padding:0px 0px 0px 10px;
		color:#000000;
}

.navigation{
	padding:10px 0 0 0;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
}

.sidebar{
	float:right;
	height:100%;
	width:190px;
	background:#ffffff;
	margin:0 0 0 10px;

	display: inline; /*  fix for older IE to not double margin set */
/* 		opacity:.25;
	filter: alpha(opacity=25); 
	-moz-opacity: 0.25; */
}

.sidebar ul{
	list-style: none;
	margin:0;
	padding:0 10px 0 10px;
}

.sidebar ul li{
	padding:10px 0 10px 0;
	line-height:18px;
	border-bottom:1px dashed #00aeef;
}

.sidebar ul li h2{
	font-family:Verdana, Arial, Sans-serif;
	font-size:14px;
}

.sidebar ul ul li{
	padding:0;
	line-height: 24px;
}

table#wp-calendar{
	width:100%;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0 10px;
}

.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-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
	color:#000000;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

#footer{
	clear:both;
	float:left;
	width:800px;
	height: 10px;
	padding:5px 0 0 0;
	background-color:#00aeef;
}

#footer p{
	line-height:3px;
	font-size: 10px;
	font-family: Verdana, Arial, Sans-serif;
	text-align: center;
	color:#ffffff;
	}
	
#footer a:link, a:visited{
	text-decoration:none;
	color:#000000;
}

#menu {
	padding:0;
	margin:0;
	color:#fff;
	font-family:Verdana, Arial, Sans-serif;
	white-space:nowrap;
	width:800px;
	
}

#menu li {
	display:inline;
}

#menu li a {
	padding:0.5em 0.5em 0.5em 0.5em;
	background:#00aeef;
	color:#ffffff;
	text-decoration:none;
	float:left;
	border:1px solid #ffffff;
	width: 50px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topright: 5px;
	

}

#menu li a:hover {
	background:#d7d7d7;
	color:#fff;
}
#menu_2 {
	padding:0;
	margin:0;
	color:#fff;
	font-family: Verdana, Arial, Sans-serif;
	white-space:nowrap;
	width:800px;

	
}

#menu_2 li {
	display:inline;
}

#menu_2 li a {
	padding:0.5em 0.5em 0.5em 0.5em;
	margin:0 0 0 10px;
	background:#EE2A7B;
	color:#ffffff;
	text-decoration:none;
	border:1px solid #ffffff;
	width: 78px;
	float:right;
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topright: 5px;
}

#menu_2 li a:hover {
	background:#08c;
	color:#fff;
}

