﻿/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Main Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */
:focus {
	outline:none;
}

body {
	color: #333;
	font-size: 62.5%;
	font-family: Verdana, Lucida, sans-serif;
	padding: 0;
	margin: 0;
	background-image: url('../images/bg-gradient.jpg');
	background-repeat: repeat-x;
}

img {
	
	border: 0 transparent none;	
}

#BgImage {
	background: transparent url('../images/bg.jpg') no-repeat center top;
	width: 100%;
	margin: 0;
	padding: 0;
	position: static;
	overflow: hidden;

}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear:both;
}

/* CONTAINER
----------------------------------------- */
#Container { 
	width: 947px;
	margin: 0 auto;

}

#Layout {
	clear: both;
	min-height:315px;
	overflow: hidden;
}
#Content {
	margin: 0;
	width: 499px;
	padding:10px;
	text-align: left;
	float:left;
}
/* HEADER
----------------------------------------- */
#Header {
	width: 100%;
	height: 98px;
	margin: 13px 0 0 0;
	overflow: hidden;
	position:relative;
}
 	#Header h1 { 
	  	color: #fff; 
		font-size: 3.2em; 
		font-family: Tahoma, Verdana, sans-serif;
		font-weight: 300;
		padding: 20px 0 0 30px;
	}
	#Header p {
		font-size: 1.4em;
		color: #fff;
		clear: left;
		margin: 0 0 0 100px;
	}
	
	
#DealerLogo {
	position:absolute;
	height:74px;
	width:183px;
	top: 10px;
	left: 10px;
}

#BrandLogo {
	position:absolute;
	height:74px;
	width:183px;
	top: 0px;
	left: 630px;
}

#HeaderInfo {
	position:absolute;
	height:74px;
	width:500px;
	top: 25px;
	left: 115px;
	
}

#HeaderInfo p{
font-size:10px;
	color:white;
}	
/* Feature Section
----------------------------------------- */
#FeatureSection {
	width:100%;
	height:330px;
}
#TopLeftSection {
	float:left;	
	width:219px;
	height:330px;
}

#TopRightSection {
	float:left;	
	width:213px;
	height:330px;
}


#Middle {
	width:514px;
	height:330px;
	float:left;
	position:relative;

}

#flash {
	padding:6px;
	background: transparent url('../images/flash-bg.jpg') no-repeat;
	width:516px;
	height:330px;
	position:absolute;
	top: 10px;
	z-index:2;

}	

#reflection {
	background: transparent url('../images/reflection.png') no-repeat;
	width:805px;
	height:102px;
	position:absolute;
	top: 280px;
	left:-170px;
	z-index:0;

}	
/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 10px 0;
}
	#Breadcrumbs p {
		margin: 0;
	}


/* SIDEBAR
-------------------------------------- */
#LeftSidebar {
	width: 214px;
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
}
	#LeftSidebar .rounded {
	border-style: solid;
	border-width: 1px !important;
	border-color: #999999;
	margin: 0 0 20px 0;
	padding:5px;
	min-height: 200px !important;	
}
	#LeftSidebar ul {
		margin:0;
		padding:0;
	}
		#Sidebar li {
			margin:0;
			list-style: none;
			padding:0;
		}
		
	#LeftSidebar h3 {
	clear: both;
	text-transform: capitalize;
	color: #FFCC00;
	background-color: green;
	font-weight: 700;
	font-size: 1.7em;
	margin: 0 0 5px 0;
	line-height: 1.8;
	padding: 2px 0 0 5px;
	background-image: url('../images/h3title-bg.jpg');
	background-color: #174819;
	background-repeat: repeat-x;
}
	
	#LeftSidebar h4 {
	color:#26651E;
	border-style:none;
	font-weight:bolder;
	margin:0;
} 

	
	#LeftSidebar a em {
		font-style: normal;
	}
	
	#LeftSidebar p {
		font-size: 11px;
	 	clear: both;
	 	margin: 0;
	}
	
	/* SIDEBAR
-------------------------------------- */
#RightSidebar { 
 	width: 214px; 
	float: right;  
	margin: 10px 0 0 0;
	padding: 0;
}
	#RightSidebar .rounded{
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	margin: 0 0 20px 0;
	padding: 5px;
	min-height: 200px !important;
}
	#RightSidebar ul {
		margin:0;
		padding:0;
	}
	
	#RightSidebar ul.News {
		margin-bottom: 10px;
		padding:0;
	}

		#RightSidebar li {
			list-style: none;
			padding:0;
			margin-bottom:3px;
		}
		
		li.NewsTitle {
			display: block;
			background-image:url('../images/newsicon.gif');
			background-repeat:no-repeat;
			padding-left: 15px;
			padding:0;
			text-indent:20px;
			margin-bottom:3px;
		}
		
		li.NewsTitle a {
		font-size:14px;
		color:#47831F;
		font-weight:bold;
		}
		
	#RightSidebar li.newsSummary {
			margin-top:10px;
		}

		

	#RightSidebar h3 {
	clear: both;
	text-transform: capitalize;
	color: #FFCC00;
	font-weight: 700;
	font-size: 1.7em;
	margin: 0 0 5px 0;
	line-height: 1.8;
	padding: 2px 0 0 5px;
	background-image: url('../images/h3title-bg.jpg');
	background-color:#174819;
	background-repeat: repeat-x;
}
	
	
	#RightSidebar a em {
		font-style: normal;
	}
	
	#RightSidebar p.authorDateNews{
		font-size: 9px;
	 	clear: both;
	 	text-align:left;
	 	clear:both;
	 	color:green;
	}
	
	
	
/*Top Right Links*/

#RightLink { 
	position: relative; 
	list-style:none outside;
	margin:0;
	padding:0;
}

#RightLink li {
	padding: 0px 10px 5px 5px;
	position: relative;
	margin-bottom: 10px;
	display: block;
	height: 73px;
	background: url('../images/fade-divider.png') transparent no-repeat scroll center bottom;
}


#RightLink a.title {
	display: block;
	color: #FFFFFF;
	font-size:14px;
	text-transform: uppercase;
	font-weight: bolder;
	font-family:Arial, Helvetica, sans-serif;
	background: transparent none;
	text-indent:0px;
	margin-bottom: 20px;
	z-index:20;
	text-decoration:none;

}


#RightLink a {
	display: block;
	color: #FFFFFF;
	text-transform: capitalize;
	font-family:Arial, Helvetica, sans-serif;
	text-indent:20px;
	background: transparent url('../images/yellow-btn.png') no-repeat scroll left center;
	z-index:20;
	text-decoration:none;
}

	
#RightLink img {
	border: 1px solid #FFFFFF;
	float: right;
	z-index:20;

}


/* SEARCH RESULTS STYLES
------------------------------------------------ */
ul#SearchResults {
	margin: 10px 0;
}
	ul#SearchResults li {
		list-style: none;
		margin: 5px 0;
		font-size: 1em;
	}

/* SEARCH FORM 
-----------------------------------------------*/
html #SearchForm_SearchForm {
	float: right;
	width: 240px;
	margin: 5px;
}
html #SearchForm_SearchForm .middleColumn {
	float: left;
	width: 164px;
	margin: 0 5px 0 0;
	padding: 2px;
	background-color: #51a9df;
	
}
	html #SearchForm_SearchForm .middleColumn input.text {
		width: 160px;
		border: none;
		color: #666;
	}
html #SearchForm_SearchForm #SearchForm_SearchForm_action_results {
	float: left;
	margin-top: 2px;
}

.wrapperbox {
	float:left;
	position:relative;
	width:270px;
	height:150px;
	margin-right: 10px;
}


#TeaserContainer {
	height:150px;
	width:950px;
	margin-top:10px;
}

#TeaserContainer a {
	font-size: 14px;
	margin:0;
}


#teaser1 {
	position:absolute;
	width: 259px;
	height:164px;
	background:white url('../images/jdparts.jpg') no-repeat scroll right top; 
	border:1px #999999 solid;
	padding: 10px 5px 0 5px;	 
}

#teaser2 {
	position:absolute;
	width: 370px;
	height:164px;
	background:white url('../images/featured.jpg') no-repeat scroll right top;	
	border:1px #999999 solid;
	padding: 10px 5px 0 5px;	 

}

#teaser3 {
	position:relative;
	width: 255px;
	height:164px;
	background:white url('../images/specials.jpg') no-repeat scroll right center;	
	border:1px #999999 solid;
	padding: 10px 5px 0 5px;	 
 
}


#FooterContainer {
	width: 100%;
	height:70px;
	padding-top:40px;
	background: url('../images/footer-bg.jpg') repeat-x;
	background-color: #368421;
}

#FooterContent {
	width: 950px;
	height:40px;
	text-align: center;
	margin: 0 auto;
	padding-top: 10px;
	
	}


	
  	#FooterContainer p { 
		color: #fff;
		font-size: 1.1em;
		text-align: center;
		margin-top: -0.6em;
	}
  		#FooterContainer a { 
	   		color: #fff; 
	   		text-decoration: none;
		}
			#FooterContainer a:hover {
				color: #fff;
				text-decoration: underline;
			}
			
/************************
SITEMAP
************************/
#sitemap-list {padding:0 0 0 10px; margin:0; list-style:none; font-weight:bold; line-height:150%} /*1st level list*/
#sitemap-list li {padding:10px; margin-top:10px; font-size:13px; background:#f0f0f0;} /*1st level items*/
 
#sitemap-list ul {margin:5px 10px 5px 10px; padding:5px 10px; font-weight:normal; background:#f8f8f8;} /*2nd level lists*/
#sitemap-list li li {padding:0; margin:0; list-style:none; font-weight:bold; font-size:11px; line-height:18px; background:none} /*2nd level items*/
 
#sitemap-list ul ul {margin-left:10px;padding:5px 10px;  background:#fff;} /*3rd level lists*/
#sitemap-list li li li {font-size:11px; font-weight:normal;} /*3rd level items*/

/* COMMENTS
---------------------------------------- */
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}
#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
	#PageComments li.odd {
	background: #BED3A9 none no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 2px solid #BCE4FE;
	border-bottom-color: #006600;
}
	#PageComments li.even {
	padding-right: 10px;
	padding-left: 10px;
	background: #FFFFFF none no-repeat;
}

		#PageComments li.odd p.info {
	color: #333333;
	font-weight: bold;
}

		.actionLinks li {
		   display: inline;
		   border-right: 1px solid;
		}
			.actionLinks li a {
				padding-right: 3px;
				font-size: 10px;
			}
   			.actionLinks li.last {
      			border-right: none;
   			}

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
	#PageComments p.info {
		color: #999;
		margin: 0px;
		padding: 0;
		line-height: 1em;
		font-size: 0.9em;
	}


