/* @override http://www.gerardhenninger.nl/themes/gerardhenninger/style/gh_blog.css */

a:link,a:visited{text-decoration:none;}
ul,ol{list-style:none;}

#blogWrapper {
	margin: 0 auto;
	min-width: 700px;
	max-width: 700px;
}

/* POST */


.post {
	margin: 60px 10px 50px 20px;
	padding: 20px 30px 50px 30px;
	position: relative;
	background: transparent url("http://www.gerardhenninger.nl/themes/gerardhenninger/images/opaque_30.png") 0 0 repeat;
	text-align: left;
	line-height: 1.5em;
}

.post img, .post object, .post embed {
	display: block;
	margin: 10px auto 10px auto;
}

.post .date {
	position: absolute;
	right: 10px;
	top: 10px;
}

.post h3, .post h4, .post h5 {
	margin: 2em 0 1em 0;
}

.post .number-of-comments {
	position: absolute;
	bottom: 10px;
	right: 15px;
}

.post .number-of-comments a:link, .post .number-of-comments a:visited {
	color: #CCC;
	text-decoration: none;
}

.post .number-of-comments a:hover, .post .number-of-comments a:active, .post .number-of-comments a:focus {
	color: #b5053f;
}

.post .cat {
	position: absolute;
	bottom: 10px;
}

.post .cat a:link, .post .cat a:visited {
	color: #CCC;
	text-decoration: none;
}

.post .cat a:hover, .post .cat a:active, .post .vat a:focus {
	color: #b5053f;
}

.post blockquote {
	margin: 2em;
	padding: .1em 1.5em;
	position: relative;
	background: #000;
}

.post blockquote cite {
	display: block;
	text-align: right;
	font-style: normal;
}

.post h2 a {
	text-decoration: none;
}

.post h2 {
	line-height: 1.2em;
	margin: 0 0 1em 0;
}

.post h3 {
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.2em;
}

.post h4 {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.2em;
}

.post h5 {
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.2em;
}

.post h2, .post h3, .post h4, .post h5, #search h2, .emptysearch, .error {
	color: #CCC;
}

.post h2 a:link, .post h2 a:visited {
	color: #CCC;
}

.post h2 a:hover, .post h2 a:active, .post h2 a:focus {
	color: #b5053f;
}

.post img {
	border: 1px solid #424242;
}

/* ENTRY */


.entry ul {
	list-style: none inside;
	padding: 0 1em;
}

.entry ol {
	list-style: decimal outside;
	padding: 0 2.5em;
}

.entry ul li {
	background: url(../img/bullet.gif) 0 7px no-repeat;
	margin: 1em 0;
	padding: 0 0 0 15px;
}

.entry ol li {
	margin: 1em 0;
}

.entry a:link, .comment a:link {
	color: #b5053f;
}

.entry a:visited, .comment a:visited {
	color: #b5053f;
}

.entry a:hover, .entry a:active, .entry a:focus, .comment a:hover, .comment a:active, .comment a:focus {
	color: #FFF;
}

/* PAGINATION */

.pagination {
	color: #b5053f;
	margin: -2.6em 0 4.6em 0;
}
.pagination a:link, .pagination a:visited {
	color: #b5053f;
}

.pagination li {
	float: left;
	margin: 0 2em 0 0;
}

.pagination a:hover, .pagination a:active, .pagination a:focus {
	color: #FFF;
}

/* MISC */

.date {
	font-size: .95em;
	color: #828282;
}

.highlighted {
	background: #3C3C3C;
	border-top: 1px solid #2F2F2F;
}

.highlighted a:link, .highlighted a:visited {
	color: #09C;
}

/* COMMENTS */

#comments {
	margin: 0px 0px 0px 20px;
	text-align: left;
}

#comments h3 {
	margin: 0 0 0 0;
	color: #CCC;
}

#commentform {
	margin: 10px 10px 10px 10px;
	padding: 2.7em;
}

#commentform h3 {
	margin: 0 0 0 0;
	color: #CCC;
}

#commentform {
	margin: 10px 10px 50px 20px;
	padding: 20px 30px 20px 30px;
	position: relative;
	background: transparent url("http://www.gerardhenninger.nl/themes/gerardhenninger/images/opaque_30.png") 0 0 repeat;
	text-align: left;
	line-height: 1.5em;
}

#commentform a:link, #commentform a:visited {
	color: #09C;
}

#commentform a:hover, #commentform a:active, #commentform a:focus {
	color: #CCC;
}

#commentform input {
	width: 45%;
}

#commentform textarea {
	width: 98.4%;
	width: 600px;
}

#commentform #submit-comment {
	padding: .3em;
	width: auto;
}

.comment {
	padding: 10px 10px 10px 0px;
	position: relative;
	text-align: left;
}

.comment .date {
	position: absolute;
	right: 10px;
}

.comment cite {
	font-style: normal;
}

.comment cite a {
	text-decoration: none;
}

.comment {
	margin: 0px 10px 0px 0px;
	padding: 10px 0px 10px 0px;
	position: relative;
	border-top: 1px solid #3C3C3C;
}

.comment cite {
	color: #CCC;
}

.comment .moderation {
	color: #FFF;
}
/* FORMS */

.input-text,
textarea {
	border: none;
	font-size: 1em;
	padding: .3em;
}

label {
	font-size: 1em;
	margin: 0 .5em;
}

#search-form label {
	position: absolute;
	top: -99999px;
}

p.input-submit {
	text-align: right;
}

#search-form #submit {
	padding: 1px 13px;
	margin: 0 0 0 5px;
}


/* SIDEBAR */
#sidebar {
	margin: 0px 10px 60px 20px;
	padding: 20px 30px 0px 30px;
	position: relative;
	background: transparent url("http://www.gerardhenninger.nl/themes/gerardhenninger/images/opaque_30.png") 0 0 repeat;
	text-align: left;
	line-height: 1.5em;
}

#sidebar #categories li {
	padding: 0 0 0 0;
	margin: 0;
	text-align: left;
	list-style-type: none;
	display: inline;
}

#sidebar #rss li {
	background: url(../img/ico-rss.jpg) left center no-repeat;
	padding: 0 0 0 1.8em;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:link, #sidebar a:visited {
	color: #C4C4C4;
}

#sidebar a:hover,#sidebar a:active, #sidebar a:focus {
	color: #b5053f;
}

#sidebar #sb-2 a:link, #sidebar #sb-2 a:visited {
	color: #C4C4C4;
}

#sidebar #sb-2 a:hover, #sidebar #sb-2 a:active, #sidebar #sb-2 a:focus {
	color: #b5053f;
}

#sb-1 {
	float: left;
	width: 50%;
}

#sb-2 {
	padding: 0;
	margin: 0;
	float: right;
	width: 50%;
	text-align: right;
}

#sidebar #sb-2 a:link, #sidebar #sb-2 a:visited {
	color: #C4C4C4;
}

#sidebar #sb-2 a:hover, #sidebar #sb-2 a:active, #sidebar #sb-2 a:focus {
	color: #b5053f;
}

/*
Clearing Floats
More info: http://www.positioniseverything.net/easyclearing.html
*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
