/*
Theme Name: dannyruchtie
Theme URI: http://www.dannyruchtie.nl
Description: Danny's hmtl5 template
Autor URI: www.wewantfur.com
Versien:2.0

*/
* {
	margin:0;
	padding:0;
	font-size:1em;
	text-decoration:none;
	border:none;
	list-style:none;
	outline:none;
}

a {
	color:#08C;
	text-shadow:#fff 0 -2px 1px;
}

h2 a {
	color:#08C;
	-webkit-transition:color .2s ease-in;  
}

h2 a:hover {
	color:#acaeae;
}

body {
	background:#f5f5f5 url(img/bg.png);
	text-shadow:#fff 0 -2px 1px;
	font:13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#444;
}

#holder {
	width:550px;
	margin:0 auto;
}



img{
	-webkit-animation-duration: 3s;
	-webkit-animation-name: fade-intro;
	opacity: 1;
	-webkit-transition:opacity .2s ease-in;
}

img:hover{
	opacity: .5;

}

	
/* header */
#header {
	top:0;
	width:100%;
}

#header #logo {
	margin:40px 0 60px;
	-webkit-animation-duration:1s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-name: fade-intro;
}

#header #logo a {
	color:#c4c5c6;
	font-family:Lobster, arial, serif;
	text-shadow:#fff 0 -2px 1px;
	font-size:4em;
	margin-left:140px;
	-webkit-transition:color .2s ease-in;  
}

#header #logo a:hover {
	color:#08C;
}

	
/* content */
#content {
	clear:both;
	width:550px;
}

#date {

	margin-top:10px;
	height:60px;
	width:100px;
	font-size:11px;
 
	text-align:right;
	padding-right:10px;
	float:left;
}

#content h2 {
	font-size:24px;
	font-weight:normal;
	line-height:30px;
	padding-left:140px;
	padding-bottom:10px;
}

#content p {
	padding-left:140px;
	margin:20px 0;
}

#content .article {
	margin-top:40px;
	clear:both;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-name: fade-intro;
}

.more-link {
	display:block;
	clear:both;
}

#comments_template {
	margin-top:2em;
	clear:both;
	margin-bottom:20px;
	overflow:hidden;
	padding:10px;
	padding-left:140px;
	width:400px;
}

#comments_template h3 {
	margin-left:5px;
	margin-bottom:20px;
}

#comments_template li {
	clear:left;
	background-color:white;
	border:1px solid #ccc;
	padding:10px;
	margin-bottom:10px;
}

input,textarea,#comments_template #comment {
	padding:2px;
	border:1px solid #b6bfbf;
	margin-bottom:5px;
	-webkit-appearance:none;  
	-webkit-border-radius:0px;
}

input[type=submit] {
	background:#c4c5c6;
	display:inline-block;
	padding:5px 10px 6px;
	color:#fff;
	text-decoration:none;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.6);
	text-shadow:0 -1px 1px rgba(0,0,0,0.25);
	border-bottom:1px solid rgba(0,0,0,0.25);
	position:relative;
	cursor:pointer;
}


input[type=submit]:hover {
	background:#b2b5b5;
}

#comments_template textarea {
	width:400px;
}

#comments_template .avatar {
	float:left;
	padding-right:20px;
}

#comments_template p {
	margin:0;
	padding:0;
}

#main_comment {
	clear:right;
}

#footer {
	width:100%;
	height:100px;
	margin-top:40px;
	padding-left: 140px;
}

small{
font-size: 11px;
}

.related_post_title,.related_post {
	display:none;
}
