/*
Theme Name: Car Rentals Blog
Author: Wordpress Themes Hong Kong
Author URI: http://www.wordpressthemes.hk/
Description: Car Rentals Blog fully loaded blog security options.
*/

/* common tags */

body {
	margin: 0;
	padding: 0;
	background: #191816 url(images/body-bg.jpg) top no-repeat;
	color: #AAA;
}	

img {
	border: none;
	margin: 0;
}

.container {
	margin: 0 auto;
	width: 960px;
}	

.wrapper {
	margin: 0 auto;
	padding: 0;
}	

/* header */
#header {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height: 460px;
}

/* nav */
#nav {
	margin: 0 auto;
	width: 960px;
	height: 290px;
	background: #FFFFFF url(images/banner-left.jpg) bottom left no-repeat;
}

#nav .wrapper {
	background: url(images/banner-right.jpg) bottom right no-repeat;
	height: 290px;
}	
#nav .wrapper #menu-nav {
	background: #DB0000;
	color: #333333;
}
#nav #menu {
	padding-top: 5px;
}	

#nav #menu p {
	margin: 0;
}	

#nav #menu  a {
	margin: 15px;
	color: #333333;
	font-weight: bold;
	font-size: 100%;
	text-transform: lowercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

/* content */
#content {
	background: #EAF1DD url(images/content-bg.jpg) left repeat-y;
	margin: 0;
	padding: 0;
	width: 960px;
	font-family: Arial, Helvetica, sans-serif;
}	

#content .p0, #content .p1, #content .p2, #content .p3 {
	padding: 15px 20px 5px 20px;
	margin-bottom: 0px;
	border-top: solid #FFFFFF 2px;
}

#content .p0{
	background: none;
	margin: 0;
	padding: 0;
	border: none;
}

#content .p1{
	background: #F7F7F7;
	margin: 0;
	padding: 0;
}

#content .p2{
	background: #DAEEF3;
	border-top: solid #FFFFFF 0px;
}

#content .p3{
	background: none;
}

#content h2, #content h3 {
	font-size: 1.3em;
	color: #333333;
	text-align: left;
	margin-bottom: 2px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#content p {
	text-align: justify;
	margin: 0 0 1em 0;
	font-family: Arial, Helvetica, sans-serif;
}

#content strong {
	color: #00224A;
}	

/* main content */
#content #maincontent #mycustomscroll {
	height: 240px;
	overflow: auto;
	position: relative;
	line-height: 1.6em;
	font-size: 110%;
}

#content #maincontent {
	text-align: justify;
	margin: 0 0 0 5px;
	padding: 20px 10px 10px 10px;
	width: 615px;
}
#content #maincontent img.alignleft {
	margin: 5px 10px 5px 0;
}
#content #maincontent img.alignright {
	margin: 5px 0 5px 10px;
}

/* left sidebar */
#leftcol {
}

#leftcol .list-items h3 {
	background: url(images/leftcol-header-border.jpg) bottom no-repeat;
	margin: 0 0 15px 0;
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: normal;
	padding-bottom: 5px;
	text-align: center;
}

#leftcol .list-items{

}

#leftcol .list-items ul li{
	margin-left: 15px;
	font-size: 12px;
}

#leftcol .list-items ul li a{
	font-weight: normal;
}

/* headline */
#headline {
	background: url(images/navi-bg.gif) top no-repeat;
	height: 20px;
}

/* content */
.articles h2 {
	color: #FFBF00;
	font-size: 1.8em;
	margin-bottom: 5px;
}

/* right sidebar */
#rightcol {
}

#rightcol h3 {
	margin: 0 0 15px 10px;
	border-bottom: solid #AAA 1px;
	color: #FFFFFF;
	font-size: 1.7em;
	font-weight: normal;
	padding-bottom: 5px;
}

#rightcol li {
	color: #FFBF00;
}	

/* footer */
#site_info {
	background: url(images/footer-border.jpg) top right no-repeat;
	height: 30px;
}

/* custom */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}	

.padtop5 {
	padding-top: 5px;
}
.padtop10 {
	padding-top: 10px;
}
.padtop15 {
	padding-top: 15px;
}
.padtop20 {
	padding-top: 20px;
}
.padtop25{
	padding-top: 25px;
}
.padleft5 {
	padding-left: 5px;
}		
.padleft10 {
	padding-left: 10px;
}
.padleft20 {
	padding-left: 20px;
}
.padleft30 {
	padding-left: 30px;
}
.padleft15 {
	padding-left: 15px;
}
.padright5 {
	padding-right: 5px;
}	
.padright10 {
	padding-right: 10px;
}	

/* more custom */
a.readmore {
	color:#FFFFFF;
	font-weight: bold;
}	