/*
Theme Name: Blank 2 Column - Left Sidebar
Theme URI: http://www.crossweb.nl
Description: Een Wordpress theme ontwikkeld voor Drumpraktijk Amersfoort
Author: Crossweb Media Concepts // Elias van Hees
Author URI: http://www.crossweb.nl
version: 1.0
Tags: two-column, widget-ready, blank
*/

/* basics */

*{margin:0; padding:0;}

body {
	margin: 0px;
	padding: 0px;
	background: #314e76;
	overflow: -moz-scrollbars-vertical;
	}
	

h1 {font-size: 18px; height:22px; text-transform: uppercase; color: #848587; margin-bottom:10px;}
h2 {font-size: 18px; height:22px; color: #000000;}
h3 {font-size: 10pt; text-transform: uppercase; color: #848587;}
h4 {font-size: 9pt;}

img{ border: none; padding:0;}
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }



code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#848587;
	text-decoration:none;
        outline:none;
}

a:hover{text-decoration: underline;color: #aa9141;}

/* header */

#background{
	background: url(images/header_extend.gif) repeat;
  	width: 100%; 
	height: 185px;
	margin: 0px; padding: 0px;
	}

#header {
	background: url(images/header.jpg) no-repeat;
  	width: 800px; 
	height: 185px;
	margin: 0px; padding: 0px;
	}

#logo_div {
	margin: 0px;
	margin-left: 50px;
	height: 80px;
	text-align: center;
	background: url(images/header_name.jpg) no-repeat;
}

#drum_photo {
	margin: 0px;
	width: 160px;
	height: 186px;
	background: url(images/header_drum.jpg);
}


#routeDiv {
	width: 550px;
	padding-top: 250px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	font-family: sans-serif;
float: left; 
}

#routeDiv a{
	color: #FFC600;
	margin-bottom:10px;
}


#routeDiv a:hover{
	text-decoration:none;
	color: #FFC600;
}

.text_yellow {
color:#FFC600;
}

.text_yellow a {
font-weight: bold;
color: #FFC600;
text-decoration:none;
}

.text_yellow a:Hover {
font-weight: bold;
text-decoration:underline;
}

.text_yellow .current_page_item, .text_yellow .current_page_ancestor {
font-weight: bold;
text-decoration:underline;
}

.text_yellow li {
float:left;
list-style-type:none;
margin-left:3px;
padding-right:3px;
border-right:1px solid #FFC600;
}

.text_yellow li ul {
display:block;
margin-left:0;
margin-top:1.5em;
}

.text_yellow li.last-page-item {
border:0; 
}

/* main menu */

div#menuContainer {
	font-family: verdana, arial, times, serif;
	font-size: 18pt;
	font-weight: bold;
	width:300px; 
	height:340px; 
	overflow:hidden;
}

ul#menu {
	margin:0;
	padding:0;
	list-style:none;
}

ul#menu .current_page_item, ul#menu .current_page_parent {
	border-left:8px #c8ab00 solid;
	margin:0 0 10px 0;
	padding:0 0 0 20px;
}

ul#menu li {
	font-size:24px;
	padding-left:28px;
	text-transform:uppercase;
	font-weight:bold;
	color:white;
        line-height:17px;
        margin:0 0 10px 0;
}

ul#menu li span.menuItem {
        height:17px;
        overflow:hidden;
}

ul#menu ul li span.menuItem {
        height:12px;
        overflow:hidden;
}

ul#menu li .current_page_item {
        border:0;
        margin:0 0 10px 0;
        padding:0;
}

ul#menu li a {
	text-decoration:none;	
	color:#848587;
}

ul#menu ul {
	display:none;
        list-style:none;
	margin:0 0 13px 0;
	padding:1px 0 0 20px;
}

ul#menu .current_page_item ul, ul#menu .current_page_parent ul {
       display: block;
}

ul#menu ul li {
	font-size:18px;
	text-transform:uppercase;
	font-weight:bold;
	color:#c1c2c3;
	padding:0;
	margin:8px 0 0 0;
        line-height:12px;
}

ul#menu ul .current_page_item {
        border:0;
	margin:8px 0 0 0;
        padding:0;
}

ul#menu ul li a {
	text-decoration:none;	
	color:#c1c2c3;
}

ul#menu li a:Hover {
        color:#c8ab00;
}

/* content */


#content {
	width: 550px;
	margin-left: 50px;
	font-family: sans-serif;
	font-size: 12px;
color: white;
float: left;
	}	

#content h3{
	margin:0px;
}

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}

.post li a{
	color: #848587;
	font-size: 18pt;
	text-decoration: none;
	}
	
.post h2{
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	}
	
.post h2 a{
	color: #848587;
	font-size: 18pt;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post img {margin-bottom:0px;}

.post ul {}

.post li {}

.entry p{margin-bottom:1em;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	
.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}

/* sidebar */

#sidebar {
	width: 267px;
	height:287px;
float: left;
	}

/* comments */

#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}

	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}



/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

	
	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   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: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* footer */

#footer {
	background:#000;
	clear: both;
	width: 100%;
	}
	
#footer p{padding:14px 0;margin: 0; color: #eee; text-align:center;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

body a:Visited { text-decoration: none; color: #FFC600; }
body a:Hover { text-decoration: underline; color: #FFC600; }
body a:Link { text-decoration: none; color: #FFC600; }
body a:Active { text-decoration: none; color: #FFC600; }

.links {
color:#FFC600;
}

.links a {
color: #FFC600;
text-decoration:none;
}


.links a:Hover {
}

.links li {
list-style-type:none;
}
#youtube{color: white; margin-top:20px;}
#crossweb{color: white; margin-top:20px;}
