/*
Theme Name: 507 Design
Theme URI: http://www.vanbuurtkunsttotstraatmeubel.nl/
Description: Template voor de blog 507design van buurtkunst tot straatmeubel.
Version: 0.51
Author: Marijn Tijhuis
Author URI: http://www.dutchwrestling.nl/
Tags: green, red, header, categories
*/

/* ________ overall styling */

html{
	background: #289e50 url(images/background.png) 30px 0px repeat-y;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: transparent;
	text-align: left;
}

.hide{
	position: absolute;
	top: -9999px;
}

/* ________ site framework */

#container{
	position: relative;
	margin-left: 51px;
	background-color: #ffffff;
	width: 800px;
}

#header{
	margin: 18px 0px 0px 39px;
}

#content{
	width: 450px;
	margin: 47px 0px 47px 39px;
}

#sidebar{
	width: 225px;
	position: absolute;
	top: 14.27em;
	right: 25px;
	padding-bottom: 47px;
}

#initiatief{
	width: 225px;
	position: absolute;
	top: 3.64em;
	right: 25px;
}

#navigation, #sidebar .menu-static{
	margin-bottom: 3.18em;
}

/* ________ text styles */

#container{
	font-size: 0.69em;
	line-height: 1.64em;
	color: #000000;
}

#container p{
	margin-bottom: 1em;;
}

a, a:link, a:visited, a:active{
	color: #000000;
	text-decoration: underline;
}

a:hover{
	color: #e00e22;
}

#initiatief a{
	font-weight: bold;
}

.postmetadata{
	color: #e00e22;
}

.postmetadata a{
	color: #e00e22;
	padding-right: 13px;
	background: url(images/linkpijl_lr.png) 100% 60% no-repeat;
	margin-right: 13px;
}

.postmetadata .allesover{
	margin-right: 17px;
}

#content a.more-link{
	color: #e00e22;
	padding-right: 13px;
	background: url(images/linkpijl_dr.png) 100% 60% no-repeat;
}

#backtotop{
	position: fixed;
	bottom: 50px;
	left: 812px;
	width: 26px;
	height: 26px;
	background: url(images/toplink.png) top left no-repeat;
}

#backtotop span{
	display: none;
}

/* ________ headings */

#content h2{
	font-size: 1.82em;
	color: #e00e22;
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: 0.45em;
}

#content h2 a{
	color: #e00e22;
	text-decoration: none;
}

#sidebar h2{
	font-size: 1.36em;
	font-weight: normal;
}

#content h2.pagetitle{
	font-weight: normal;
	color: #000000;
	margin-bottom: 1em;
	font-size: 1.36em;
}

#content h3.archivetitle{
	color: #e00e22;
	font-size: 1.82em;
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: 0.45em;
}

#content h3.archivetitle a{
	color: #e00e22;
	text-decoration: none;
}

h3#comments, #respond h3{
	margin-top: 2em;
	margin-bottom: 1em;
	border-top: 1px solid #CCCCCC;
	padding-top: 1em;
	color: #e00e22;
}

#respond h3{
	border: 0px;
	margin-top: 1em;
	padding-top: 0em;
}

/* ________ content markup */

#content img{
	border: 1px solid #e00e22;
}

#content ul{
	margin-left: 1em;
	list-style: disc;
}

#content ol{
	margin-left: 1.5em;
	list-style: decimal;
}

p img{
	padding: 0;
	max-width: 100%;
}

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;
}

span.postdat{
	margin-right: 13px;
}

.home .post, .category .post{
	padding-bottom: 2em;
	margin-bottom: 3em;
	border-bottom: 1px solid #cecece;
}

.wp-caption{
	background-color: #F3F3F3;
	border: 1px solid #DDDDDD;
	padding: 4px;
	text-align: center;
	margin: 4px;
	font-style: italic;
}

#content hr{
	background-color: #cecece;
	border: 0 none #cecece;
	clear: both;
	color: #cecece;
	height: 1px;
	clear: both;
}


/* ________ categories */

#categories li{
	visibility: hidden;
}

#categories li a{
	visibility: visible;
	font-size: 1.36em;
	text-decoration: none;
}

#categories li .children{
	margin-bottom: 3.18em;
}

#categories li .children li{
	visibility: visible;
	font-size: 0.73em;
}

#categories li .children li a{
	text-decoration: underline;
}

/* ________ categories */

.menu-dynamic ul li{
	margin-bottom: 3.18em;
}

.menu-dynamic ul li a{
	font-size: 1.36em;
	text-decoration: none;
}

.menu-dynamic ul li ul li{
	margin-bottom: 0em;
}

.menu-dynamic ul li ul li a{
	font-size: 1em;
	text-decoration: underline;
}

/* ________ comments */

#commentlist .notify{
	background-color: #FFFF99;
	color: #000000;
	display: block;
	padding: 10px;
}

#content ol.commentlist{
	list-style: none;
	margin-left: 0em;
	padding: 0px;
}

#content ol.commentlist li{
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px dotted #CCCCCC;
}

.commentlist .comment-author{
	margin-bottom: 1em;
	color: #000000;
	font-weight: bold;
}

.commentlist .comment-meta{
	color: #999999;
}

/* ________ commentform */

#respond #commentform input, #respond #commentform textarea{
	border: 1px solid #a2a2a9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	padding: 2px;
}

#respond #commentform textarea{
	width: 450px;
}

#respond #commentform #submit{
	border: 0px;
	background-color: #59b478;
	color: #ffffff;
	font-weight: bold;
	padding: 10px 20px;
}

#respond #commentform label{
	color: #000000;
	font-weight: bold;
}

#respond #commentform label small{
	font-weight: normal;
	color: #999999;
}

