/*
Theme Name: 507 Levenslied
Theme URI: http://www.de507levensliedshow.nl/
Description: Template voor de 507 levenslied show website.
Version: 0.1
Author: Marijn Tijhuis
Author URI: http://www.dutchwrestling.nl/
Tags: blue, white, header, fixed sidebar
*/

/* ________ overall styling */

html{
	background: #02c5ff url(images/background.jpg) -20px 0px repeat-y;
}

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background: transparent;
	text-align: left;
}

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

/* ________ site framework */

#container{
	position: relative;
	margin-left: 52px;
	padding-bottom: 2em;
	background-color: #ffffff;
	width: 800px;
}

#header{
	padding: 39px 39px 55px 39px;
}

#header h1 a{
	display: block;
	width: 450px;
	height: 50px;
	background: #ffffff url(images/header_507levenslied.png) top left no-repeat;
}

#header h1 a span{
	display: none;
}

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

#sidebar{
	width: 225px;
/*	position: fixed;
	top: 13.37em;
	left: 601px;*/
	position: absolute;
	top: 13.37em;
	left: 553px;
	padding-bottom: 39px;
}

#initiatief{
	width: 225px;
/*	position: fixed;
	top: 53px;
	left: 601px;*/
	position: absolute;
	top: 53px;
	left: 553px;
}

#navigation{
	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: #02c5ff;
}

#initiatief a{
	font-weight: bold;
}

.postmetadata{
	color: #187bad;
}

.postmetadata a, .postreactions a{
	color: #187bad;
	padding-right: 13px;
	background: url(images/icon_linkpijl.png) 100% 60% no-repeat;
	margin-right: 13px;
}

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

#backtotop{
	position: fixed;
	bottom: 15px;
	left: 806px;
	width: 24px;
	height: 24px;
	background: url(images/icon_backtotop.gif) top left no-repeat;
}

#backtotop span{
	display: none;
}

#content a.wpGallery{
	color: #187bad;
	padding-right: 13px;
	background: url(images/icon_linkpijl.png) 100% 60% no-repeat;
	font-weight: bold;
}

#content a.wpGallery img{
	position: relative;
	top: 8px;
	border-right: 6px solid #ffffff;
	border-bottom: 6px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

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

/* ________ headings */

#content h2{
	font-size: 1.82em;
	color: #02c5ff;
	font-weight: normal;
	font-style: italic;
	line-height: 1.2em;
	margin-bottom: 0.45em;
	clear: left;
}

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

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

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

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

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

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

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

/* ________ content markup */

#content img{
	border: 1px solid #02c5ff;
}

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

.aligncenter{
	margin: 0 auto;
}

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

div.reactflip{
	margin-bottom: 1.5em 0em;
	position: relative;
	overflow: hidden;
}

#homereacties{
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 2.5em;
	padding-bottom: 1.5em;
}

/* ________ 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;
}

/* ________ 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;
	background: url(images/icon_comment.png) 1px 1em no-repeat;
	padding-left: 30px;
	border-left: 1px solid #fff;
}

.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: #02c5ff;
	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;
}

