/*  
Theme Name: Car Hire Nice
Description: Car Hire Nice Default Theme
Version: 1.0
Author: Thanushka Chandradasa

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
margin: 0;
padding: 0;
}

body{
margin: 0;
font-family: Gorgia, Arial, Helvetica, Georgia, Sans-serif;
font-size: 10pt;
text-align: center; 
vertical-align: top;
background: #dbddd9;
color: #211d3e;
}

h1{
font-family: Georgia, Arial, Verdana;
font-size: 24px;
padding: 0 0 10px 0;
}

a:link, a:visited{
text-decoration: underline;
color: #336699;
margin: 2px;
}

a:hover{
text-decoration: none;
color: #d51c12;
}
a img{
text-decoration: none;
border: none;
}

#wrapper{ /* this style is the outer border of site. it holds the shadow effect background*/
	margin: 0 auto 0 auto;
	width: 974px;
	text-align: left;
	background-image: url(images/wrapperbg2.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	display: block;
}
.logo{ /* logo or site name container  */
font-family: Georgia, sans-serif, Arial, Helvetica, sans-serif;
font-size: 11pt;
text-align: center;
color: #FFFFFF;
float: left;
width: 350px;
padding-top: 10px;
line-height: 16px;
}
.logo h1 a, .logo h1 a:link, .logo h1 a:visited { /* logo or site name styling  */
	font-family:  Georgia, verdana, Arial, Helvetica, sans-serif;
	font-size: 33pt;
	text-align: center;
	color: #FFFFFF;
	font-weight: lighter;
	text-decoration: none;
	line-height: 24px;
	font-variant: small-caps;
}
*.logo h1 a, .logo h1 a:link, .logo h1 a:visited { /* logo or site name styling for ie  */
	font-family:  Georgia, verdana, Arial, Helvetica, sans-serif;
	font-size: 33pt;
	text-align: center;
	color: #FFFFFF;
	font-weight: lighter;
	text-decoration: none;
	line-height: 30px;
	font-variant: small-caps;
}

#header{
margin: 0 auto 0 auto;
width: 950px;
}

#logorss{ /*the blue bar that holds site name and rss field */
	background-image: url(images/logorss.jpg);
	width: 950px;
	height: 82px;
	background-repeat: no-repeat;
	background-color:#FFFFFF;
}
.logo{
width: 400px;
}
#sidebar3{
	float: right;
	width: 250px;
	text-transform: uppercase;
	font-size: 10pt;
	height: 40px;
	padding-top: 25px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(images/rss.jpg);
	background-repeat: no-repeat;
	padding-left: 36px;
	background-position: 8px;
}
#sidebar3 a, #sidebar3 a:link, #sidebar3 a:visited, #sidebar3 img{
	color: #FFFFFF;
	text-decoration: none;
	border: none;
}
#headerbanner{ /* this is where the header banner can be changed */
	background-image: url(images/banner.jpg);
	width: 950px;
	height: 325px;
	background-repeat: no-repeat;
	background-color:#FFFFFF;
}
#multimediabox{ /* this holds the form from carhireengine.co.uk */
float: right;
margin-top: 20px;
background-color: transparent;
padding-left: 5px;
width:395px;
}


#headernav{ /* top navigation background */
	background-image: url(images/headernav.jpg);
	background-repeat: repeat-y;
	height: 37px;
	vertical-align: bottom;
	color: #ffffff;
	text-align: right;
	text-transform:uppercase;
	font-size: 9pt;
}

#headernav ul {
	list-style-type: none; 
	list-style-image:none; 
    margin:0; 
	padding-bottom: 0px;
	padding-top: 20px; 
	

		}
#headernav li { /* top navigation items styling is done here */
	background: #979d81;
	display: inline;
	font-size: 8pt;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#headernav a:link, #headernav a:visited { /* top navigation styling is done here */
	color:#ffffff;
	height: 25px;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	height: 25px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}
#headernav li:hover{ /* top navigation over effect styling is done here */
background: #bdc3a5;
color: #333333;
}
#headernav a:hover{ /* top navigation over effect styling is done here */
color: #333333;
}
/* end of header styles */

.headerbottom{
height: 7px;
background-color: #c2c5a9;
clear: both;
}

#container{
float: left;
width: 475px;
Margin-left: 40px;
margin-top: 15px;
padding-right: 20px;
display: inline-block;
}

#containersingle{
float: left;
width: 755px;
Margin-left: 40px;
margin-top: 0px;
padding-right: 20px;
display: block;
padding-top: 15px;
background-color:#FFFFFF;
min-height: 800px;
}

.post{
padding: 10px 0 20px 0;
}

.post h2, .post h2 a{
	font-family: Georgia, sans-serif, Trebuchet Ms, Georgia, Sans-serif;
	font-size: 18pt;
	color: #313329;
	font-weight: normal;
	text-decoration: none;
	border-bottom: #727762 solid 1px;
	padding-bottom: 4px;
	
	
}

.post h2 a{
	background-image: url(images/bulletOr.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 1px 6px;
}
.post h2 a:hover{
color: #d51c12;
text-decoration: none;
}

.entry{
line-height: 18px;
}

p{
padding: 10px 0 0 0;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 12px 10px 0; border: 1px solid #CCCCCC}
img.aligncenter {display: block; margin-left: auto; margin-right: auto; border: 1px solid #CCCCCC}
a img.alignright {float:right; margin:0 0 10px 10px; border: 1px solid #CCCCCC}
a img.alignleft {float:left; margin:0 12px 10px 0; border: 1px solid #CCCCCC}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto; border: 1px solid #CCCCCC}


p.postmetadata{
margin: 5px 0 0 0;
}


.comments_popup_link a, .comments_popup_link a:link{
	background-image: url(images/comment.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 5px;
}

.edit_post_link a, .edit_post_link a:link{
background-image: url(images/edit.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 10px;
	margin-left: 5px;
}

.navigation{
padding: 10px 0 10px 0;
font-size: 14px;
font-weight: bold;
line-height: 18px;
}


.sidebar{
	float: left;
	width: 280px;
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	display: inline-block;
}
.sidebar p{
padding-left: 15px;
padding-right: 15px;
}

.sidebar ul{
list-style-type: none;
margin: 0;
padding: 0 10px 0px 15px;
}

.sidebar ul li{
padding: 20px 0 10px 0;
}

.sidebar ul li h3{
font-family: Georgia, Sans-serif;
font-size: 12pt;
color: #727762;
font-weight: normal;
}

.sidebar ul ul li{
padding: 0;
line-height: 20px; 
}

.postside h2 {
font-family: Georgia, Sans-serif, Vardana;
font-size: 12pt;
color: #cccc99;
background-color: #05629d;
height: 40px;
padding-left: 10px;
padding-right: 10px;
padding-top: 20px;
font-weight: normal;
}
.postside h2 a{
font-family: Georgia, Sans-serif, Vardana;
font-size: 15pt;
color: #cccc99;
font-weight: normal;
text-decoration: none;
}

.postside h2 a:hover{
text-decoration: underline;
}

.sidebar2{
	float: left;
	top: 0px;
	right: 12px;
	width: 132px;
	padding-left: 10px;
	margin: 0px;
	display: inline-block;
	padding-right: 10px;
}

.sidebar2 ul{
list-style-type: none;
margin: 0;
padding: 0 10px 0 0px;
}

.sidebar2 ul li{
padding: 10px 0 10px 0;
}

.sidebar2 ul li h2{
font-family: Georgia, Sans-serif, Sans-serif;
font-size: 13pt;
color: #d51c12;
}

.sidebar2 ul ul li{
padding: 0;
line-height: 20px; 
}
.sidebar2 li.weather{
	font-family: sans-serif, Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	width: 125px;
	text-align: center;
	padding-top: 20px;
	color: #31322d;
}

.sidebar2 li.weather a{ 
color: #000000;
}

.sidebar2 li.weather b{ 
color: #000000;
}

#footer{
clear: both;
padding: 0px;
width: 951px;
background-color:#727762;
height: 40px;
color: #CCCCCC;
margin-left:auto;
margin-right:auto;
text-align: center;
}

#footer p{
line-height: 18px;
}
p.footertext a, p.footertext a:visited, p.footertext a:link {
color: #dde0e0;
}



.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
	
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
	color: #000000;
}

.comments-template ol li{
	margin: 5px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	color: #000000;
	
	
}

.comments-template h2, .comments-template h3{
	font-family: sans-serif, Georgia, Sans-serif;
	font-size: 15px;
}

ol.commentlist li.comment div.reply{
	font-size: 12px;
	background-color: #e4e4c8;
	color: #ffffff;
	padding-left: 5px;
	border-bottom: #b2b288 1px solid;
	line-height: 25px;
}

ol.commentlist li.comment div.reply a{
color: #333333;
}

.commentmetadata a, .commentmetadata a:link{
	font-size: 12px;
	color: #333333;
}
ol.commentlist li.comment ul.children{
padding-left: 5px;
padding-right: 0px;
color: #333333;
padding-bottom: 5px;
}



.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	border:  #827c57 1px solid;
}

.comments-template .textbox{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	border:  #827c57 1px solid;
}

h3#respond{
background-image: url(images/comment_add.png);
background-repeat:no-repeat;
padding-left: 50px;
height: 35px;
padding-top: 15px;
}
