/*
Template Name: Home/Front Page CSS
*/


/* banner */

#hugebanner {
	width: 981px;
	height: 300px;
	overflow: hidden;
	position: relative;
}

#shadoweffects {
	width: 980px;
	height: 300px;
	background: url(images/shadoweffects.png) top left repeat-x;
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
}

#testimonial {
	width: 400px;
	line-height: 2em;
	position: absolute;
	bottom: 40px;
	left: 500px;
	padding: 10px;
	padding-right: 80px;
	background: url(images/testimonial-bg.png) top left repeat-y;
}

#testimonialcontent {
	text-shadow: 0px 2px 1em #363636;
	color: #fffcf6;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
}

#testimonialcontent a {
	border: none;
	color: #fffcf6;
}

#testimonialcontent a:hover { color: #ececec; }

#testimonialbyline {
	background-color: #ffb60c;
	color: #35505b;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: 700;
	padding: 5px 10px;
	display: inline;
}

/* home grid layout */

#lcontent {
	width: 380px;
	float: left;
	background: #cecece;
	border-right: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
	height: 100%;
}

#content-right {
	float: right;
	width: 600px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#lsidebar {
	width: 340px;
	float: left;
	background: #c6c6c6;
}

#rsidebar {
	width: 260px;
	float: right;
	background: url(images/rsidebar-bg.png) top left repeat-x #888888;
}

/* lsidebar */

#lsidebar { padding-bottom: 20px; }

#lsidebar h3 {
	padding: 5px 20px;
	margin: 0;
	background: url(images/h3-bg.png) center #d6d6d6;
}

ul#latestproducts, ul#latestproducts li, ul#upcoming, ul#upcoming li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#latestproducts li .latestproduct-img, ul#upcoming .upcoming-datetab {
	float: left;
	display: inline;
	border: none;
}

ul#latestproducts li .latestproduct-meta, ul#upcoming .upcoming-meta {
	display: block;
	margin-left: 60px;
}

ul#latestproducts li h4.latestproduct-title, ul#latestproducts li .latestproduct-description, ul#upcoming .upcoming-title, ul#upcoming .upcoming-description, ul#upcoming .upcoming-time-locale, ul#upcoming .upcoming-description {
	margin: 0;
	padding: 0;
	font-size: .9em;
	line-height: 1.2em;
	color: #5e5e5e;
}

ul#latestproducts li h4.latestproduct-title, ul#upcoming .upcoming-title { text-transform: uppercase; color: white; }

ul#latestproducts a img {
	border: 1px solid #eaeaea;
}

ul#latestproducts a {
	display: block;
	border: none;
	margin: 1px 0;
	padding: 10px 20px;
	background: #c1c1c1;
	min-height: 50px;
	color: #3E3E3E;
}

ul#latestproducts a:hover {
	background: #fff;
}

ul#latestproducts a:hover h4.latestproduct-title {
	color: #000;
}

ul#latestproducts a:hover img {
	border: 1px solid #ccc;
}

ul#latestproducts .latestproduct-description p { margin:0; padding: 0;}

ul#upcoming li {
	padding: 15px;
}

ul#upcoming .upcoming-time-locale { margin-bottom: 5px; font-size: 0.9em; }

ul#upcoming .upcoming-title, ul#upcoming .upcoming-description { font-size: 1em; }

ul#upcoming .upcoming-datetab {
	text-transform: uppercase;
	text-align: center;
	font-size: .9em;
	font-weight: 700;
	font-family: Arial;
}

ul#upcoming .upcoming-datetab em, ul#upcoming .upcoming-datetab em strong {
	display: block;
	background: #A00;
	color: #fff;
}

ul#upcoming .upcoming-datetab em {
	padding: 0.1em 0.8em;
	width:2.3em; 
	font-size:93%;
	font-style: normal;
}

ul#upcoming .upcoming-datetab em strong {
display:block; font-size:153.9%; font-weight:normal;
}

ul#upcoming .upcoming-datetab span {
color: #4d4d4d; font-size:85%;
}

ul#upcoming .upcoming-description a {
	font-size: 0.7em;
	text-transform: uppercase;
	font-weight: 700;
}

