/*
Theme Name: CutHut theme
Theme URI: http://cuthut.com
Description: The custom WordPress theme for the Cuthut blog
Version: 1.0
Author: CutHut (Giles Van Gruisen & Armin Talic)
Author URI: http://cuthut.com
Tags: cuthut
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 14px;
	line-height: 22px;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
a:link, a:visited {
	color: #6699cc;
}

h3 {
	color: #878787;
	font-size: 24px;
}

ul#posts li.single-post {
	margin-bottom: 40px;
}
ul#posts li.single-post:last-child {
	margin-bottom: 20px;
}

ul#posts li.single-post h3 {
	font-size: 24px;
	line-height: 32px;
}
ul#posts li.single-post h3 a {
	display: inline-block;
	font-size: 24px;
	margin-bottom: 8px;
}
ul#posts li.single-post p.postinfo {
	margin-bottom: 18px;
	color: #878787;
	padding: 0px;
}
ul#posts li.single-post p.postinfo a {
	font-weight: bold;
	color: #878787;
}
ul#posts li.single-post p {
	padding-bottom: 22px;
}
ul#posts li.single-post ol {
	list-style: decimal;
	list-style-position: inside;
}
div.btminfo {
	padding: 0px;
}
ul#posts li.single-post img {
	display: block;
	margin: 10px auto;
}

/* start comments */
ul#comments {
	margin-top: 20px;
}

ul#comments li {
	margin-bottom: 20px;
	position: relative;
	padding-left: 60px;
	min-height: 65px;
}
ul#comments li img.profile-image {
	display: block;
	position: absolute;
	z-index: 99;
	top: 0px;
	left: 0px;
}
ul#comments li img.profile-overlay {
	display: block;
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
}
ul#comments li form.del-comment {
	display: block;
	position: absolute;
	left: 0px;
	top: 40px;
	font-size: 12px;
}
ul#comments li input.del-cmt {
	display: inline;
	background: none;
	border: none;
	color: #6699cc;
	font-size: 12px;
}
ul#comments li input.del-cmt:hover {
	text-decoration: underline;
	cursor: pointer;
}
textarea {
	display: block;
	clear: both;
}

ul#teamch li#armint, ul#teamch li#gilesvg {
	padding-left: 0px;
	margin-bottom: 20px;
	height: 50px;
}
/*ul#teamch li#armint {
	background: url(images/armin.jpg) no-repeat left center;
}
ul#teamch li#gilesvg {
	background: url(images/giles.jpg) no-repeat left center;
}*/

ul#teamch li a.twitter-link {
	display: inline-block;
	height: 22px;
	font-size: 22px;
}
ul#teamch p {
	font-size: 14px;
	line-height: 22px;
	margin-top: 6px;
}

.wp-pagenavi span, .wp-pagenavi a {
	color: #cc6666;
	font-size: 24px;
	padding-right: 18px;
}

#right h3 {
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
}
#right ul#categories h3, #right ul#archive h3 {
	margin-bottom: 10px;
}

#right #medium-rect-ad {
	margin: 40px 0px;
}

#right ul#categories {
	width: 140px;
	float: left;
}
#right ul#archive {
	width: 140px;
	float: right;
	text-align: right;
}

#right ul#archive a, #right ul#categories a {
	color: #878787;
}