/*
Theme Name: White.co.uk
Description: 
Version: 1.0
Author: The Fresh
Author URI: http://thefreshuk.com/
*/

/* @group Complimentary styles */

hr{
	height: 1px;
	overflow: hidden;
	background: #a4aacc;
	border: 0;
	margin-bottom: 5px !important;
}

.hidden{
	display: none;
}

.postInfo{
	margin-top: -5px !important;
	padding-bottom: 10px;
}

.postInfo, .postInfo a{
	color: #8c8a83;
}

#comments{
	padding-top: 10px;
}

.commentlist{
	list-style-type: none;
	padding: 0 !important;
}

.comment{
	position: relative;
	padding: 10px 10px 5px;
	margin: 5px 0;
	background: #fafafd;
	border: 1px solid #e7f0f3;
}

.comment cite{
	font-weight: bold;
}

.comment p{
	padding-bottom: 5px;
	background: #fafafd;
}

.comment-author{
	padding-bottom: 5px;
}

.comment-author img{
	display: none;
}

.comment-meta{
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 90%;
}

#respond{
	padding-top: 10px;
}

#comment{
	width: 100%;
  	background: #fff;
 	border-top: 1px solid #bbb;
	border-left: 1px solid #ccc;
 	border-right: 1px solid #ddd;
	border-bottom: 1px solid #eee;
}

/* @end */



/* @group Site-specific styles */

#blog #content, #blog #leftPart, #blog #rightPart{
	height: auto;
}

#blog #content{
	overflow: hidden;
}

#blog #leftPart{
	width: 180px;
	padding: 0 5px 0 15px;
	padding-bottom: 10000px;
	margin-bottom: -9990px;
}

#blog #leftPart h2, #blog #leftPart li, #blog #leftPart li a{
	height: auto;
	line-height: 16px;
}

#blog #leftPart h2{
	color: #a4aacc;
	padding-top: 10px;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#blog #leftPart ul{
	padding: 0 0 5px 20px;
}

#blog #leftPart ul li{
	color: #a4aacc;
	padding: 2px 0;
}

#blog #leftPart ul li a{
	color: #999;
}

#blog #leftPart ul li a:hover{
	color: #111;
}

#blog #rightPart{
	width: 645px;	
}

#blog #rightPart p{
	padding-right: 0;
	width: auto;
}

#blog #rightPart h1, #blog #rightPart h2{
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-bottom: 5px;
}

#blog #rightPart h3{
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-bottom: 3px;
	
}

#searchform{
	padding-bottom: 5px;
}

#searchformtitle{
	padding-bottom: 3px;
}

#searchform label{
	display: none;
}

#searchform #s{
  background: #fff;
  border-top: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #eee;
  height: 16px;
  width: 110px;
}

/* @end */

