/*
Theme Name: WebCarHire Theme
Description: Theme for webcarhire blog
Version: 1.0
Author: Grant McCall
Author URI: http://www.grantmccall.com/
*/

/* STYLES */

.clearer{
	clear:both;
}

h1, h1 a{
	font-family: Georgia;
	font-size: 33px;
	font-weight: normal;
	color: #482217;
	margin-bottom: 5px;
	text-decoration: none;
	line-height: 35px;
}

a{
	color: #00509F;
	text-decoration: none;
}

a:hover{
	color: #AD5138;
}

li{
	list-style: none;
}


div#sidebar h2{
	font-size: 18px;
	font-weight: normal;
	color: #484847;
	letter-spacing: 0px;
}
.comments-info{
	color: #664137;
	text-decoration: none;
	background: url(images/comment-icon.png) no-repeat;
	padding-left: 30px;
	margin-left: 14px;
	padding-bottom: 5px;
}

.comments-info:hover{
	color: #AD5138;
}


h2.search-results{
	font-weight: normal;
	background: url(images/search-icon.png) no-repeat 0px 1px;
	padding-left: 20px;
	padding-bottom: 6px;
	border-bottom: 1px dashed #D9CCC7;
	width: 88%;
}


/* LAYOUT STARTS NOW */


body{
	margin: 0px;
	background: url(images/bg-tile.png) repeat-x #F7F2E9;
	font-family: Helvetica;
	font-size: 13px;
	color: #333;
	line-height: 19px;
}

/* HEADER */

div#header{
	width: 100%;
	height: 248px;
	background: url(images/header.jpg) no-repeat center;
}

div#header-inner{
	width: 980px;
	height: 248px;
	margin-left: auto;
	margin-right: auto;
}

a#link-title{
	display: block;
	width: 310px;
	height: 60px;
	margin-left: 30px;
}

/* BODY */

div#container{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
	padding-bottom: 25px;
	background: url(images/left-col.png) repeat-y;
}

div#content{
	width: 640px;
	margin-left: 35px;
	padding-top: 1px;
	float: left;
}

div.post-holder{
	width: 580px;
	padding-bottom: 25px;
	background: url(images/post-divider.png) no-repeat bottom;
}

div.date-comments{
	font-family: Georgia;
	font-size: 12px;
	color: #664137;
	font-style: italic;
	margin-top: 10px;
}

a.more-link{
	display: block;
	margin-top: 15px;
}

/* SIDEBAR */

div#sidebar{
	float: left;
	width: 290px;
	margin-left: 0px;
	padding-top: 11px;
}

div.sidebar-section{
	background: url(images/sidebar-divider.png) no-repeat bottom;
	padding-bottom: 15px;
	width: 100%;
	margin-bottom: 15px;
}

div#intro{
	float: left;
	width: 175px;
	font-family: Georgia;
	font-size: 15px;
	margin-right: 20px;
}

div#logo{
	float: left;
	width: 95px;
	height: 132px;
	background: url(images/logo.png) no-repeat;
}

div#sidebar ul{
	margin-left: 0px;
	padding-left: 0px;
}

div#sidebar ul a{
	display: block;
	width: 75%;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dashed #D9CCC7;
}

ul#follow-links{
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 11px;
}

ul#follow-links li{
	float: left;
	width: 34px;
	height: 34px;
	margin-right: 6px;
}

ul#follow-links li a{
	border: none;
	display: block;
	width: 100%;
	height: 34px;
}

li.twitter{
	background: url(images/twitter-icon.png) no-repeat;
}

li.facebook{
	background: url(images/facebook-icon.png) no-repeat;
}

li.rss{
	background: url(images/rss-icon.png) no-repeat;
}

li.email{
	background: url(images/mail-icon.png) no-repeat;
}

a#hirecar{
	display: block;
	width: 286px;
	height: 79px;
	background: url(images/carhire.png) no-repeat;
}

.searchbox{
	background: url(images/search-icon.png) no-repeat white 4px 4px;
	padding: 5px;
	padding-left: 20px;
	color: #666;
	border: 1px solid #E5E2CB;
}

#searchsubmit{
	background: white;
	border: 1px solid #E5E2CB;
	padding: 4px;
	color: #666;
}


/* COMMENTS */

ol.commentlist{
	margin-left: 0px;
	padding-left: 0px;
}

.comment-holder{
	background: url(images/post-divider.png) no-repeat bottom;
	padding-bottom: 2px;
	margin-bottom: 15px;
}

.comment-author{
	color: #664137;
	text-decoration: none;
	font-style: italic;
	font-size: 14px;
	font-family: Georgia;
	font-weight: bold;
	background: url(images/comment-icon.png) no-repeat;
	padding-bottom: 5px;
	padding-left: 30px;
}

.comment-date{
	color: #664137;
	text-decoration: none;
	font-style: italic;
	font-size: 12px;
	font-family: Georgia;
}

input{
	border: 1px solid #664137;
	padding: 3px;
}

textarea{
	border: 1px solid #664137;
	padding: 3px;
}



























