/*
Theme Name: JSC Electrics
Theme URI: http://www.jscelectrics.co.uk/
Description: Blog theme for JSC Electrics
Version: 1.0
Author: John Metcalfe
Author URI: http://www.discoverydesign.co.uk
Tags: green, no sidebar
*/

html, body {
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0 auto;
	padding: 0 auto;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 0 28px;
	margin: 5px 0 15px;
	line-height: 18px;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 28px;
	padding-top: 20px;
	padding-right: 28px;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 28px;
	line-height: 18px;
	padding-right: 28px;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #729E12;
	padding-left: 28px;
	line-height: 18px;
	padding-right: 28px;
}

a:link, a:visited, a:active {color: #729E12; text-decoration: none;}
a:hover {color: #729E12; text-decoration: underline;}


.border {
	border: 1px solid #999;
}

/* General colouring styles here */
.FI_reviews {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

/* Blog post structure */
#newsposts h2 {
	color:#FFFFFF;
	font-family: "Lucida Grande","Lucida Sans Unicode",verdana,lucida,sans-serif;
	font-size:15px;
	font-weight:bold;
	margin:0 0 -8px;
	padding:0 0 0 8px;
	text-align:left;
	text-transform:uppercase;
}

#newsposts ul {list-style: none;margin: 0 0 0 -40px;}

#newsposts ul li {
	display:block;
	font-size:12px;
	margin: 10px 0 0 9px;
	padding: 0 0 10px;
}

a.bloglinks, a.bloglinks:link, a.bloglinks:visited {
color: #FFF;
}

/* Structural divs below here */
#newsposts {
	background: #547500;
	margin: 0 0 0 141px;
	width: 255px;
}

#container {
	height: auto;
	margin-right: auto;
	margin-left:  auto;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
	width: 1280px;
}

#top_banner {
	width: 1280px;
	height: 99px;
	background-image: url(images/top_header.gif);
	background-repeat: no-repeat;
}

#top_buttons {
	background-image: url(images/button_bar.gif);
	background-repeat: no-repeat;
	height: 44px;
	width: 1280px; 
}

#navcontainer ul {
	color: #FFF;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-left: 154px;
	padding-left: 0;
	text-transform: uppercase;
	width: 1024px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
	color: #FFF;
	text-decoration: none;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 1px;
	padding-left: 12px;
}

#navcontainer ul li a:hover {
	color: #000;
	background-image: url(images/button_bar_roll.gif);
}

#left_buttons {
	min-height: 500px;
	width: 405px;
	float: left;
}

#content_area {
	width: 861px;
	left: 200px;
	float: left;
	height: auto;
}

#content_area_header {
	left: 200px;
	float: left;
	background-image: url(images/content_header.gif);
	background-repeat: no-repeat;
	width: 861px;
	height: 68px;
}

#content_area_middle {
	width: 750px;
	left: 200px;
	float: left;
	background-image: url(images/content_background.gif);
	background-repeat: repeat-y;
}

#content_area_reviews {
	width: 750px;
	left: 200px;
	float: left;
	background-image: url(images/content_background.gif);
	background-repeat: repeat-y;
	padding-left: 28px;
}

#blogsection {
	background: #557600;
	margin: -5px 0 0 141px;
	width: 255px;
}

#content_area_footer {
	width: 750px;
	left: 200px;
	float: left;
	background-image: url(images/content_footer.gif);
	background-repeat: no-repeat;
	height: 34px;
}

#footer {
	width: 1280px;
	height: 42px;
	float: left;
	background-image: url(images/h_line.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	padding-top: 8px;
	line-height: 15px;	
}

#footer a:link, #footer a:active, #footer a:hover, #footer a:visited {
	text-decoration: none;
	color: #000;
}