/*   
Theme Name: Car Concierge Service Theme
Theme URI: http://whatonline.co.uk
Description: This is a custom theme
Author: Paul Gosnell
Author URI: http://whatonline.co.uk
Version: 1
*/

@import url("css/ie.css");
@import url("css/comments.css");

body,ul,li,img,p,h1,h2,h3,h4,fieldset{
	margin:0; 
	padding:0; 
	list-style:none; 
	border:none;
}
body{
	background:url(images/body.jpg) repeat-x 0 0; 
	font:11px/16px normal Arial, Helvetica, sans-serif; 
	color:#333; 
	text-align:center;
}
a{
	color:#4c5d77;
	outline:none;
	text-decoration:none;
}
a:hover{
	color:#4c5d77;
	text-decoration:underline;
}
p{margin:16px 0;}
h1,h2,h3,h4{
	color:#4c5d77; 
	line-height:18px;
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
h1{font-size:16px;}
h2{font-size:14px;}
h3{font-size:14px;}
h4{font-size:13px;}

/*
--------------------------------------------------------------------------------------- header
*/
#header{
	height:95px;
	position:relative;
}
#logo{
	background:url(images/logo.gif) no-repeat;
	width:234px;
	height:94px;
	display:block;
	text-indent:-9999px;
	position:absolute;
	top:0;
	left:0;
}
#telephone{
	position:absolute;
	top:5px;
	right:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#4c5d77;
}
#nav{
	position:absolute;
	bottom:0;
	left:300px;
}
#nav .menu{
	height:50px;
}
#nav .menu li{
	display:inline;
}
#nav .menu li a{
	text-decoration:none; 
	color:#6c7d97;
	padding:0 12px;
	display:inline-block;
	line-height:50px;
	border-right:1px solid #b3c4dc;
	font-size:14px;
}
#nav .menu li a:hover,
#nav .menu li.current_page_item a{
	border-right:1px solid #8494ab;
	color:#4e5d77;
}

/*
--------------------------------------------------------------------------------------- site
*/
#site{
	width:990px;
	margin:auto;
	text-align:left;
}
#content{
	padding:20px 0;
	overflow:hidden;
}
#masthead{
	height:390px;
	display:block;
	overflow:hidden;
}
#masthead #slide1{
	background:url(images/aston-masthead.jpg) no-repeat 0 0;
}
#masthead #slide2{
	background:url(images/ferrari-masthead.jpg) no-repeat 0 0;
}
#slide1,
#slide2{
	height:390px;
	display:block;
	width:990px;
}
#bar{
	background:url(images/bar.jpg) repeat-x 50% 50%;
	height:20px;
	display:block;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
#video{
	border:5px solid #333;
	width:500px;
	height:300px;
	display:block;
}

/*
----- cols
*/
.colLeft{
	width:376px;
	float:left;
	padding:0 20px 0 10px;
}
.colMiddle{
	width:292px;
	float:left;
}
.colRight{
	width:292px;
	float:right;
}
#colLeft{
	float:left; 
	width:220px;
}
#colLeft ul{
	padding:10px 5px;
}
#centerCol{
	float:right;
	width:650px;
	padding:5px 100px 0 0;
}
#centerColSml{
	float:right;
	width:450px;
}
#mastheadSml{
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	width:420px;
	height:140px;
	margin:0 0 10px 0;
}
#subNav li{
	padding:2px 0;
	list-style-type:circle;
	margin-left:20px;
	color:#4C5D77;
}
#subNav li.current_page_item,
#subNav li.current_page_item a,
#subNav li:hover,
#subNav li a:hover{
	color:#333;
	list-style-type:disc;
}

.map{
	padding:4px;
	background:#fff;
	border:1px solid #eee;
	margin:10px 0;
	display:block;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.map img{
	width:210px;
}

/*
----- panels
*/
.panel{
	background:#fff;
	padding:10px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.yellow{
	background:#f5ebbe;
	height:120px;
}
.panel h2,
.panel p{
	margin:0;
	padding:0 0 5px 0;
}
.panel a{
	color:#4c5d77;
}
.imgFr{
	margin:0 -10px -10px 5px;
	float:right;
}

/*
--------------------------------------------------------------------------------------- footer
*/
#footer{
	clear:both;
	overflow:hidden;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background:#fff;
	padding:10px 0 0 0;
}
#footer .colLeft h2{
	padding:0 10px 0 0;
}
#footer .colMiddle h2,
#footer .colRight h2{
	padding:0 10px;
}
#footer .colLeft p{
	padding:0 10px 0 0;
	margin:5px 0;
}
#footer .colMiddle p,
#footer .colRight p{
	padding:0 10px;
	margin:5px 0;
}
#footer .colLeft img,
#footer .colMiddle img,
#footer .colRight img{
	float:right;
	margin:0 0 5px 20px;
}

#credits{
	background:#fff url(images/logo-abels.gif) no-repeat 100% 50%;
	padding:9px 10px;
	clear:both;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.imgRight{
	float:right;
	margin:0 0 20px 30px;
}

/*
--------------------------------------------------------------------------------------- blog stuff
*/
.post { }

.entry { }
.entry a { }
.entry a:hover { }

#meta { }
.postmetadata { }

#sidebar { }

.navgation { }
   .next-posts { }
   .prev-posts { }

#searchform { }
	#s { }
	#searchsubmt { }

/*
--------------------------------------------------------------------------------------- forms
*/

form { }
input[type=text] { }
textarea { }

input,
textarea{
	width:220px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	padding:2px;
	border:1px solid #B3C4DC;
}

input.wpcf7-submit{
	background:#4C5D77;
	color:#fff;
	border:none;
	width:auto;
	cursor:pointer;
}
.wpcf7-response-output{
	clear:both;
	margin:10px 0;
}

/* Responsive Styles */
@media only screen and (max-width: 1024px) {
    #site {
        width: 90%;
        padding: 0 10px;
    }
    #header {
        height: auto;
        text-align: center;
    }
    #logo {
        width: auto;
        height: auto;
        text-indent: 0;
    }
    #nav {
        position: static;
        text-align: center;
        margin-top: 10px;
    }
    #nav .menu {
        height: auto;
        display: block;
    }
    #nav .menu li {
        display: block;
        margin: 0;
    }
    #nav .menu li a {
        display: block;
        padding: 10px;
        border-right: none;
    }
}

@media only screen and (max-width: 768px) {
    body {
        font-size: 14px;
    }
    #site {
        width: 100%;
        padding: 0;
    }
    #header {
        padding: 10px;
    }
    #logo {
        width: 100%;
        height: auto;
    }
    #nav .menu li a {
        padding: 10px;
    }
    .colLeft, .colMiddle, .colRight, #centerCol {
        width: 100%;
        float: none;
        padding: 0;
    }
    #colLeft {
        width: 100%;
    }
    #centerCol {
        padding: 0;
    }
    #footer {
        padding: 10px;
    }
    .map img {
        width: 100%;
    }
}