﻿/*   
Theme Name: car-hire-finder
Theme URI: www.car-hire-finder.co.uk
Description: car-hire-finder wordpressed.
Author: SEANJACOB
Author URI: http://seanjacob.wordpress.com/
Version: 1.0
*/

body
{
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: calibri;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FFFFFF;
}

html 
{ 
	padding:0; 
	margin:0;
}


#wrapper
{
	 width:960px;
	 margin:0 auto;
	 text-align: left;
}

a
{
	color:#FFBA53;
	text-decoration: none;
}

a:hover
{
	color:#C9A977;
}

h1
{
	color: #333333;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

h1 a 
{
	color: #333333;
	text-decoration:none;
}

h1 a:hover 
{
	color: #aaaaaa;
}

.subTitle
{
	font-weight: bold;
	font-size: 16px;
	color: #E1A64D;
}

.clear
{
	clear:both;
}


/* HEADER _____________________________________________________________________________*/
#header
{
	margin-top: 10px;
	background: url(images/header.png) no-repeat;
	height: 100px;
}


/* MENU _____________________________________________________________________________*/
ul
{
	padding: 0;
}

#menu
{
	font-size: 12px;
	margin-top: 2px;
	margin-left: 202px;
	float: left;
	background-color:#cccccc;
	width: 758px;
}

#menuContent
{
}

#menuContent ul
{
	list-style: none;
	margin:0;
}

#menuContent li
{
	float: left;
	display: block;
	text-align: right;
}

#menuContent li a
{
	display: block;
	border-right: 2px #FFFFFF solid;
	padding-right: 10px;
	width:140px;
	color: #666666;
	background-color: #cccccc;
}

#menuContent li a:hover
{
	display: block;
	border-right: 2px #FFFFFF solid;
	width:140px;
	color: #cccccc;
	background-color: #666666;
}

/* SIDES _____________________________________________________________________________*/
#leftSide
{
	float:left;
	width:580px;
}

#rightSide
{
	float:right;
	width:360px;
}

/* MAIN _____________________________________________________________________________*/
#main
{
	padding:10px 0 10px 0;
}

#main .postInfo
{
	color: #333333;
	padding: 0 0 5px 0;
	font-size: 12px;
	border-bottom: 4px solid #333333;
	font-weight:normal;
}

/* MAIN CONTENT _____________________________________________________________________________*/

#contentTop
{
	position: relative;
	float:left;
	height:20px;
	width:580px;
	background: url(images/contentTop.png) top no-repeat;
}

#contentBody
{
	float:left;
	width:580px;
	background: url(images/contentBody.png) top repeat-y;
}

#content
{
	margin-top: -10px;
	float: left;
	width: 530px;
	word-spacing: 2px;
	line-height: 20px;
	font-size: 15px;
	margin: 0 10px 0 30px;
	min-height: 200px;
}


#contentBottom
{
	position: relative;
	float:left;
	height: 20px;
	width: 580px;
	background: url(images/contentBottom.png) top no-repeat;
	background-color: #FFFFFF;
}

#handTop
{
	position: absolute;
	bottom:-130px;
	left:-110px;
	width: 117px;
	height: 130px;
	background: url(images/handTop.png) no-repeat;
	z-index:-10;
}

#handBottom
{
	position: absolute;
	bottom:15px;
	left:-140px;
	width: 149px;
	height: 54px;
	background: url(images/handBottom.png) no-repeat;
	z-index:-10;
}

#advertisementMain
{
	float: left;
	height:60px;
	margin: 20px 0 0 50px;
	text-align:center;
}

/* FORM _____________________________________________________________________________*/

#formTop
{
	float:right;
	height:20px;
	width:360px;
	background: url(images/formTop.png) top no-repeat;
}

#formBody
{
	float:right;
	width:360px;
	background: url(images/formBody.png) top repeat-y;
}

#form
{
	float: right;
	width: 335px;
	margin: 10px 10px 0 20px;
}

#formBottom
{
	float:right;
	height:20px;
	width:360px;
	background: url(images/formBottom.png) top no-repeat;
}

/* SIDEBAR _____________________________________________________________________________*/

#sidebarTop
{
	float:right;
	height:20px;
	width:360px;
	background: url(images/sidebarTop.png) top no-repeat;
}

#sidebarBody
{
	float:right;
	width:360px;
	background: url(images/sidebarBody.png) top repeat-y;
}

#sidebar
{
	float: right;
	width:335px;
	list-style: none;
	font-size: 11px;
	margin: -10px 10px 0 20px;
	color: #333333;
}


#sidebarBottom
{
	float:right;
	height:20px;
	width:360px;
	background: url(images/sidebarBottom.png) top no-repeat;
}


#sidebar a
{
	color: #666666;
}

#sidebar a:hover
{
	color: #FFBA53;
}

#sidebar h2
{
	letter-spacing: 2px;
	font-size: 11px;
	padding: 0 0 0 10px;
	color: #FFFFFF;
	background-color: #F09100;
	text-transform: uppercase;
}

#sidebar ul
{
	list-style: none;
	margin: 0 0 20px 0;
}

#sidebar li {
	padding:3px;
	font-size: 12px;
}

/* FOOTER */
#footer
{
    clear:both;
    padding: 10px 0 0 0;
    color: #999999;
	height: 50px;
	font-size: 12px;
	text-align: center;
}

#footer a
{
	color: #F09100;
}

#footer a:hover
{
	color: #cccccc;
}


/*OTHER*/

textarea#comment { width: 400px; padding: 5px; }

.commentmetadata { font-size: 10px; }

p.news {
	padding:10px;
	background:#D7F0B2;
	margin:10px 0;
	color:#537B17;
	border-bottom:2px solid #BCE67D;
	border-top:2px solid #BCE67D;
}

blockquote {
	padding:5px 15px;
	background:#00aecb;
	margin:10px 0;
	border:1px solid #eee;
}

a.more {
	display:block;
	text-align:right;
	color:#2F460D;
	text-decoration:none;
	margin:10px 0 0 0 ;
}
a.more:hover {
	text-decoration:underline;
}