/*
Theme Name: Nantgarw Garage
Theme URI: http://www.propage.co.uk
Description: custom theme
Version: 1.0
Author: Michael Davies
Author URI: http://www.propage.co.uk
Tags: blue, custom header, fixed width, two columns, widgets
*/

@import url("css/screen.css");
@import url("css/ie.css");


#top {
	background-image: url(images/tile.jpg);
}
.logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 0 15px;
	height: 102px;
}
.logo img {
	margin-top:15px;
}

.logo h1 {
	margin: 20px 0 0 0;
	letter-spacing: 5px;
	color: #BDAEC6;
}
.logo p {
	margin-top: 60px;
	margin-left: 5px;
	letter-spacing: 1px;
	color: #fff;
	font-weight: bold;
}
.nav ul {
	float: right;
	padding-top: 40px;
	margin: 0 15px 0 0;
}
.nav li {
	display: inline;	
}
.nav li a {
	font-family: Arial;
	text-decoration: none;
	float:left;
	padding-left: 15px;
	color: #999;
	font-size: 14px;
}
.nav li a:hover {
	color: #B4A28F;
}
.banner {
	padding-top: 10px;
	padding-bottom: 10px;
}
.bannerimg img {
	padding:3px;
	border: 2px solid #fff;
	margin: 10px 0 0 0;
}

.bannertext h2 {
	color: #FFF;
	font-size: 30px;
	font-weight: normal;
}
.bannertext p {
	color: #FFF;
	font-size: 16px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 25px;
	font-style: italic;
}

.sidebar h2, .maintext h2 {
	color: green;
	font-size: 20px;
	margin-top: 5px;
}
h3 {
	color: green;
	color: green;
	font-size: 15px;
	font-weight: bolder;
}
.sidebar p.testimonials {
	font-style: italic;
	padding-left: 10px;
	padding-right: 10px;
	color: #999;
}
.footer {
	background-color: #99CC99;
	text-align:center;
	height:40px;
	color: #fff;
	padding-top: 15px;
	margin-top: 20px;
}
a {
	text-decoration: none;
	color: red;
}
.slider, .banner {
	background-color: #666;
}
#slider1 {
    width: 950px; /* important to be same as image width */
    height: 390px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#slider1 ul {
	list-style: none;
}
#slider1Content {
    width: 950px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
	padding:0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
img.slides {
	border: 5px solid #fff;
	padding: 0;
}
.slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 0px;
    width: 930px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
	margin-bottom: 10px;
	margin-left: 5px;
}
.slider1Image span h2, .slider1Image span h3 {
	color: #fff;
	margin: 10px 0 0 10px;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
	height: 75px;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}

ul, ol {
	margin: 0;
	list-style-position:inside;
	margin-bottom: 10px;
	padding: 0;
}



.accordionButton {	
	width: 95%;
	float: left;
	background: #99CC99;
	border-bottom: 2px solid #FFFFFF;
	cursor: pointer;
	color: #fff;
	padding: 5px;
	}
 .accordionButton p {
 	color: #fff;
	margin-top: 15px;
	margin-bottom: 0;
	font-size: 16px;
 }
  .accordionButton img {
  	float: left;
	padding: 1px;
	border: 1px solid #fff;
	margin-right: 20px;
  }
.accordionContent {	
	width: 95%;
	float: left;
	background: #FFFFBE;
	display: none;
	padding: 5px;
	}
.accordionContent p {
	margin: 0 5px;
	color: #003366;
}
.accordionContent a {
	color: #ff0000;
	padding: 5px;
}

hr {
	border:none;
	border-top:1px solid #CCCCCC;
	height:1px;
	margin-bottom:25px;
	}

#navwrapper {
	background:transparent url("images/bgOFF.gif") repeat-x top left;
	border-top:1px solid #C0E2D4;
	width: 100%;
}
.navcontainer {
	margin:0 auto;
	width:950px;
}
ul#saturday{	
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}

ul#saturday li{
	display:block;
	float:left;
	margin:0;
	pading:0;
	}

ul#saturday li a{
	display:block;
	float:left;
	color:#874B46;
	text-decoration:none;
	padding:9px 10px;
	height:24px;
	background:transparent url("images/bgDIVIDER.gif") no-repeat top right;
	}

ul#saturday li a:hover{
	background:transparent url("images/bgHOVER.gif") no-repeat top right;
	}

ul#saturday li a.current,ul#saturday li a.current:hover{
	color:#fff;
	background:transparent url("images/bgON.gif") no-repeat top right;
	}
.alignright {
	float: right;
	margin-left: 10px;
}
.alignleft {
	float: left;
	margin-right: 10px;
}
img, a img {
	padding: 2px;
	border: 1px solid #CCC;
}
div#cargallery {
	margin-top: 5px;
}
a.fancybox img {
	margin-right: 5px;
}
.carstockitem {
	width: 928px;
	padding: 10px;
	border: 1px solid #999;
	background-color: #CCC;
	margin-top: 10px;
}
.stockimage {
	width: 325px;
}
.cargallery {
	width: 300px;
	margin-left: 10px;
}
.speechtext {
	margin-top: 20px;
	padding-top: 10px;
	background:url("images/speech_top.gif") no-repeat;
	background-color:#B7E0FF;
	width:284px;
}
.speech_bottom {
	background:url("images/speech_bottom.gif") no-repeat;
	width:284px;
	height: 30px;
}
blockquote {
	margin:0 1.5em;
}
img.attachment-post-thumbnail  {
float:left;
margin-right:10px;
}
.bannerpics {
	border: none;
	margin: 0 10px 12px 170px;
}
.gallery-icon img { padding: 2px; border: 1px solid #FFF;}

.pagination {
	width: 100%;
	height: 30px;
	margin-top: 10px;
}
.pagination a {
	border: 1px solid #666666;
	padding: 5px;
	background-color: #81A594;
	color: #FFF;
	font-weight: bold;
	font-variant: small-caps;
}
.page-left {
	float: left;
	
}
.page-right{float: right;}
.simpleimage img {border: none;}
.textwidget {
	margin-top: 20px;
}
