/*
Theme Name: Ricky Whittle. The Official Website.
Description: 
Version: 1.0
Author: The Fresh
Author URI: http://thefreshuk.com/
*/

/* @group Complimentary styles */

hr{
	background: #76756f !important;
	margin-bottom: 5px !important;
}

.hidden{
	display: none;
}

.postInfo{
	margin-top: -5px !important;
}

.postInfo, .postInfo a{
	color: #8c8a83;
}

.pageTitle{
	padding-bottom: .5em;
	border-bottom: 1px solid #eee;
	margin-bottom: .5em;
}


#comments{
}

.commentlist{
	list-style-type: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.comment{
	position: relative;
	padding: 10px 10px 5px;
	margin: 5px 0;
	background: #53524e;
}

.comment cite{
	font-weight: bold;
}

.comment p{
	padding-bottom: 5px;
}

.comment-author img{
	display: none;
}

.comment-meta{
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 90%;
}

#respond{
	margin-bottom: -50px;
	padding-bottom: 1px;
}

#comment{
	display: block;
	width: 680px;
	background: #716f6b;
	border: none;
}

/* @end */



/* @group Site-specific styles */

#blog #wrapper{
	overflow: hidden;
	width: 980px;
	border: 10px solid #63625d;
	height: auto;
	padding-top: 102px;
	background: url(images/content-bg.png) repeat-y;
}

#blog #header{
	width: 1000px;
	left: -10px;
	top: -10px;
	background: url(images/header-bg.png) no-repeat 10px 10px;
}

#blog #content{
	height: auto;
	width: auto;
	position: relative;
	left: 0;
	top: 0;
	padding: 0 13px 10px 17px;
}

#mainColumn{
	float: left;
	width: 722px;
	background: url(images/main-bg-middle.png) repeat-y 0 0;
}

#mainColumn h1, #mainColumn h2{
	margin-top: 0;
}

#mainColumn h1, #mainColumn h2, #mainColumn h3{
	font-size: 14px;
	font-weight: bold;
	color: #31302d;
}

#mainColumn h1 a, #mainColumn h2 a, #mainColumn h3 a{
	color: #31302d;
	text-decoration: none;
}

#mainColumn h1 a:hover, #mainColumn h2 a:hover, #mainColumn h3 a:hover{
	text-decoration: underline;
}

#mainColumn h1.pageTitle{
	padding: .0;
	border: none;
	margin: 0;
	color: #c3c1bb;
	padding: 11px;
	font-size: 12px;
	background: #2d2c2a url(/images/main-header-bg.png) repeat-x;
}

#mainColumnTop{
	background: url(images/main-bg-top.png) no-repeat 0 0;
}

#mainColumnBottom{
	background: url(images/main-bg-bottom.png) no-repeat 0 100%;
	padding: 7px 11px 11px 7px;
	overflow: hidden;
}

#sideColumn{
	float: right;
	width: 215px;
	background: url(images/side-bg-middle.png) repeat-y;
}
#sideColumn h2{
	color: #c3c1bb;
	padding: 11px;
	font-size: 12px;
	background: #2d2c2a url(/images/main-header-bg.png) repeat-x;
}

#sideColumnTop{
	background: url(images/side-bg-top.png) no-repeat 0 0;
}

#sideColumnBottom{
	background: url(images/side-bg-bottom.png) no-repeat 0 100%;
	padding: 7px 11px 11px 7px;
}

.mainSection, .sideSection{
	padding: 10px;	
}

ul.sideSection{
	padding: 10px 10px 10px 25px;
	list-style-type: disc;
}

#blog #footer{
	position: relative;
	left: 0;
	top: 0;
	background: #302f2c;
}

#searchform{
}

#searchform label{
	display: none;
}

#searchform #s{
	_position: relative;
	_top: -2px;
  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: 105px;
}

#sideColumn .newsList, #sideColumn .sideSectionBg{
	padding: 5px 19px 30px !important;
}

#sideColumn .newsList li{
	padding: 3px 0 !important;
}

/* @end */

