/*
Theme Name: HireLimo-London
Theme URI: http://www.HireLimo-London.co.uk/
Description: HireLimo-London <a href="http://www.HireLimo-London.co.uk/">HireLimo-London</a>.
Author: Martin Saulis
Author URI: http://martin.saulis.com/
Tags: hire, limo, london
*/

html, body { border:  none; background: #285282 url(img/bg.jpg); }
html { min-height: 100%; height: 100%; }
body { min-height: 100%; background: url(img/bg-glow.jpg) 50% 0 no-repeat; font: 0.82em/1.5em Arial, sans-serif; color: #333; }

* { margin: 0; padding: 0; }
hr { display: none; }
img { border: none; }
.clr { display: block; overflow: hidden; margin: -1px 0 0; clear: both; height: 1px; }
.clear { clear: both; }
.nw { white-space: nowrap; }

a { color: #356097; }
a:visited { color: #406095; }
h1,h2,h3,h4,h5,h6,p { margin: 10px 0; }
h1, .title0 { background: #F3F3F3; font-size: 1.4em; padding: 0.5em; margin: 10px 0; }
h2 { font-size: 1.3em; margin: 20px 0 10px; }

p { text-align: justify; }

/**/

#root {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

/**/

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 980px;
	height: 145px;
	background: #fff url(img/header-bg.gif) 0 100%;
}

#logo {
	float: left;
	margin: 34px 30px;
}

#menu {
	position: absolute;
	top: 106px;
	left: 0;
	z-index: 10;
}
	#menu ul {
		list-style: none;
		float: left;
		overflow: hidden;
		position: relative;
	}
	#menu li {
		float: left;
		height: 39px;
		line-height: 39px;
		position: relative;
		left: -1px;
	}
	#menu li a {
		float: left;
		border-right: 1px solid #e6e6e6;
		border-left: 1px solid #fff;
		padding: 0 25px;
		text-decoration: none;
		font-size: 1.1em;
		font-weight: bold;
		color: #333;
		background: url(img/menu-over.gif) 0 -100px no-repeat;
		outline: none;
	}
	#menu li a:hover {
		background: url(img/menu-over.gif) 50% 0 no-repeat;
	}
	#menu li.home a:hover { background-position: 0 0; }
	#menu li.current_page_item a, #menu li.current_page_ancestor a {
		background: url(img/menu-over.gif) 50% 0 no-repeat;
		color: #486B93;
	}
	#menu li.home.current_page_item a, #menu li.home.current_page_ancestor a { background-position: 0 0; }
	
#header .deco {
	width: 326px;
	height: 132px;
	position: absolute;
	right: 40px;
	top: 10px;
	background: url(img/header-deco.png);
}
* html #header .deco {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/header-deco.png', sizingMethod='scale');
}

/**/

#main {
	margin: 0 0 0 0;
	padding: 150px 0 5px;
}
	#main .corners-content { padding: 0 20px 20px; }

/**/

.corners-tline { display: block; overflow: hidden; height: 10px; background-image: url(img/corners.gif); }
.corners-bline { display: block; overflow: hidden; height: 10px; background-image: url(img/corners.gif); background-position: 0 -10px; }
.corners-content { background: #fff; zoom: 1; }

/**/

#welcome {
	margin: -10px -20px 0;
	padding: 10px 20px;
	background: #242424 url(img/welcome-corners.gif) 0 0 no-repeat;
	color: #f6f6f6;
	position: relative;
	zoom: 1;
}
	#welcome .content {
		position: relative;
		float: right;
		width: 600px;
	}
	#welcome h1 {
		background: none;
		color: #fff;
		padding: 0;
	}
	#welcome a {
		color: #fff;
	}
	
	#welcome .slideshow {
		width: 320px;
		height: 150px;
		background: #fff;
		float: left;
		margin: 10px 0;
		overflow: hidden;
		zoom: 1;
		position: relative;
	}
		#welcome .slideshow ul {
			list-style: none;
			width: 1000px;
		}
		#welcome .slideshow li {
			float: left;
			width: 320px;
			height: 150px;
			background-color: #fff;
			background-position: 50% 50%;
			background-repeat: no-repeat;
			position: relative;
		}
		#welcome .slideshow a {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			text-decoration: none;
		}
		#welcome .slideshow a span {
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			padding: 7px 10px;
			background: url(img/transparent.png);
			text-decoration: none;
		}
		* html #welcome .slideshow a {
			background: none;
			filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/transparent.png', sizingMethod='scale');
		}
	
/**/

#content {
	float: left;
	width: 700px;
}
	
/**/

#sidebar {
	float: right;
	width: 220px;
	margin: 10px 0;
}
	#get-a-quote a {
		display: block;
		background: #3F699E;
		color: #fff;
		width: 220px;
		height: 143px;
		overflow: hidden;
	}
	
	ul.articles {
		font-size: 12px;
		margin: 0 0 20px 0;
	}
		ul.articles li {
			margin: 0 0 5px 0;
		}
		ul.articles li a {
			text-decoration: none;
			color: #333;
		}
		ul.articles li a:hover {
			text-decoration: underline;
		}

/**/

ul.list {
	list-style: none;
}
	ul.list li {
		background: url(img/list-li.gif) 5px 7px no-repeat;
		padding: 0 10px 0 20px;
	}

/**/

#footer {
	padding: 0 0 5px 0;
	color: #666;
	font-size: 0.8em;
	position: relative;
}
	#footer .corners-content { padding: 0 55px 0 15px; zoom: 1; }
	#footer .copyright {
		float: right;
		margin: 0 20px;
	}
	#footer .menu {
		float: right;
		list-style: none;
	}
	#footer a {
		text-decoration: none;
		color: #333;
	}
	#footer a:hover {
		text-decoration: underline;
	}
	
	#footer .menu-clone {
		list-style: none;
		float: left;
		font-size: 12px;
	}
	#footer .menu-clone li {
		float: left;
		margin: 0 15px 0 0;
	}
	#footer .menu-clone li.current_page_item a, #footer .menu-clone li.current_page_ancestor a {
		font-weight: bold;
	}
	
	#eXTReMe { position: absolute; right: 12px; top: -60px; }

/**/
/**/
/**/

.corners-content .indent {
	padding: 5px 10px 5px 230px;
	margin: 5px 0;
	zoom: 1;
}
	.corners-content .indent .shift {
		margin: 0 0 0 -220px;
		float: left;
		display: inline;
		width: 180px;
	}

.alt { background: #fafafa; }

.entry ul, .entry ol {
	margin: 10px 30px;
}

/**/

.form {
	margin: 0 0 20px 0;
}
	.form p {
		padding: 5px 10px;
		position: relative;
	}
	
	.form label {
		color: #444;
		text-align: left;
	}
	.form .text {
		border-top: 1px solid #444;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #444;
		background: #fff;
		width: 50%;
		padding: 2px;
		font-family: Arial, sans-serif;
		color: #001122;
		letter-spacing: 0.03em;
	}
	.form select {
		border-top: 1px solid #444;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #444;
		background: #fff;
	}
	.form select.equal {
		width: 120px;
	}
		.form select option {
			padding: 0 10px 0 2px;
			font-size: 13px;
			letter-spacing: 0.03em;
		}
	.form textarea {
		height: 70px;
		font-size: 13px;
		letter-spacing: 0.03em;
	}
	
	.form #postcode { width: 80px; }
	
	.form .error {
		/*border: 1px solid #800;*/
	}
	.form .error-popup {
		background: url(img/error-bg.gif) 0 50% no-repeat;
		color: #fff;
		font-size: 11px;
		padding: 1px 7px 1px 10px;
		margin: 0 0 0 10px;
		position: absolute;
		zoom: 1;
		display: none;
		cursor: default;
	}
	.form .error-msg {
		color: #fff;
		background: #c00;
		font-weight: bold;
	}
	.form .wait { color: #666; }

/**/

#coverage {
	zoom: 1;
	position: relative;
}
	#coverage #map {
		height: 197px;
		width: 250px;
		float: left;
		position: relative;
		z-index: 20;
		background: url(img/london-borough-map.gif);
	}
		#map img {
			position: absolute;
			top: 0;
			left: 0;
			z-index: 10;
			opacity: 0;
			filter:alpha(opacity=0);
		}
		#map map {
			position: relative;
			z-index: 20;
		}
			#map map area {
			}
		#map canvas {
			position: absolute;
			height: 197px;
			width: 250px;
			top: 0;
			left: 0;
			z-index: 10;
		}
	
	#coverage .list {
		float: left;
		padding: 0;
		width: 210px;
		position: relative;
		left: 20px;
	}
	#coverage li {
		color: #aaa;
		margin: 0 0 0 30px;
		padding: 0;
	}
		#coverage .left {
			float: left;
			margin: 0;
		}
		#coverage .right {
			float: right;
			margin: 0;
		}
	#coverage li a {
		text-decoration: none;
		background: #fff;
		padding: 2px 3px;
	}
	#coverage li span {
		padding: 2px 3px;
		color: #333;
		cursor: default;
	}
	#coverage li.hover, #coverage li:hover {
		position: relative;
		z-index: 10;
	}
	#coverage li.hover a {
		background: #036;
		color: #fff;
	}
	#coverage li.hover span {
		background: #f4f4f4;
	}
	#coverage li a:hover {
		background: #036;
		color: #fff;
	}
	
	.coverage-other {
		padding: 30px 0 0;
		clear: both;
		font-size: 12px;
		text-align: justify;
	}
	.coverage-other ul {
		/*width: 50%;
		float: left;*/
		list-style: none;
	}
	.coverage-other ul li {
		/*margin: 5px 15px 5px 30px;*/
		line-height: 1.3em;
		float: left;
		margin: 0 10px 0 0;
	}
	.coverage-other a, .coverage-other span { margin: 0 5px 0 0; }
	
	.coverage-other a:hover {
		color: #036;
		text-decoration: none;
	}

/**/

#events {
}
	#events ul {
		list-style: none;
		float: left;
		width: 100%;
	}
	#events li {
		float: right;
		width: 340px;
		background: none;
		padding: 0 0 10px 0;
		min-height: 340px;
		zoom: 1;
		position: relative;
	}
		* html #events li { height: 340px; }
		#events li.alt {
			clear: both;
			float: left;
		}
	#events li a {
	}
	#events .content {
	}
	#events .content h2 {
		margin: 0 0 10px 0;
		position: relative;
		float: left;
		width: 100%;
	}
		#events .content h2 img {
			width: 340px;
			height: 194px;
			float: left;
		}
		#events .content h2 span {
			position: absolute;
			left: 0;
			bottom: 0;
			width: 320px;
			background: url(img/transparent.png);
			padding: 7px 10px;
		}
		* html #events .content h2 span {
			background: none;
			filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/transparent.png', sizingMethod='scale');
		}
		#events .content h2 a {
			color: #fff;
			text-decoration: none;
		}
		#events .content h2 a * { cursor: pointer; }
		#events .content h2 a:hover span {
			text-decoration: underline;
		}
		#events .description {
			text-align: justify;
		}

/**/

#fleet {
}
	#fleet ul {
		list-style: none;
		margin: 0 -60px 0 0;
		position: relative;
		zoom: 1;
	}
	#fleet li {
		float: left;
		width: 205px;
		margin: 0 10px 10px 0;
		padding: 10px;
	}
		#fleet li.clr {
			background: none;
			width: auto;
			margin: 0; padding: 0;
			float: none;
		}
		#fleet li:hover, #fleet li.hover {
			background: #f8f8f8;
		}
	#fleet li a {
	}
	#fleet li h2 {
		margin: 0;
	}
		#fleet li h2 a {
			text-decoration: none;
		}
		#fleet li h2 a:hover {
			text-decoration: underline;
		}
		#fleet li h2 img {
			width: 100%;
			height: auto;
			float: left;
			padding: 0 0 7px 0;
		}
	#fleet .description {
		font-size: 12px;
		text-align: justify;
	}
	#fleet .more {
		font-size: 11px;
		line-height: 15px;
		margin-bottom: 0;
	}
		#fleet .more a {
			margin: 0 10px 0 0;
			padding: 0 0 0 14px;
			text-decoration: none;
		}
		#fleet .more a.details {
			background: url(img/ico-info.gif) 0 50% no-repeat;
		}
		#fleet .more a.quote {
			background: url(img/ico-quote.gif) 0 50% no-repeat;
		}
		#fleet .more a:hover {
			text-decoration: underline;
		}

/**/

#sitemap {
}
	#sitemap ul {
		margin: 5px 30px;
	}

/**/

.custom-entry p {
	text-align: justify
}
.custom-entry .jr-post-img {
	float: left;
	margin: 5px 20px 10px 0;
}
img.alignright { float: right !important; margin: 5px 0 10px 20px; }
img.alignleft { float: left !important; margin: 5px 20px 10px 0; }
.space-bottom { margin-bottom: 15px; }
