/*  
Theme Name: Lister Engineering
Theme URI: 
Description: 
Version: 
Author: 
Author URI: 
*/


body {
	background:url(./images/backgrounds/home.jpg) no-repeat center top #000;
	text-align:center;
	font-family:Arial, 'Sans Serif';
	font-size:16px;
	color:#FFF;
}


	
/* General Styling */

h1 {
	font-size:25px;
	font-weight:bold;
        margin:15px 0 20px 0;
}

h2 {
	font-size:22px;
	color: #F2F2F2;
	font-weight:bold;
	margin:0 0 20px 0;
}

h3 {
	font-size:16px;
	color: #999999;
	font-weight:bold;
	line-height:20px;
	margin:0 0 20px 0;
}

h4 {
	font-size:14px;
	color: #999999;
	font-weight:bold;
	line-height:20px;
	margin:0 0 20px 0;
}

#content p,#content ul,#content ol {
	line-height:19px;
	margin:0 0 20px 0;
}

#content ul {
	list-style: none;
	margin:0 0 20px 30px;
}

#content ul li {
	list-style: normal;
	margin:6px 0 8px 0;
}

#content ol {
	list-style: decimal outside;
	margin:0 0 20px 30px;
}

a {
	color:#ffc322;
	text-decoration:none;
}

a:hover {
	color:#FFF;
}

small {
	font-size:11px;
	display:block;
}

.clear {
	clear:both;
}


	
/* General Stucture */

#back {
	display:block;
	background:url(./images/backgrad.png) repeat-x;
}

#container {
	display:block;
	margin:auto;
	width:960px;
	text-align:left;
	position:relative;
}

#topbar {
	display:block;
	height:36px;
	background:#000;
	padding:0 30px;
}

#header {
	display:block;
	height:257px;
        height:120px;
	padding:39px 35px 0 35px;
}

#homebanner {
	display:block;
	height:115px;
	padding:30px 80px 0 80px;
	text-align:center;
	background: url(./images/banner.jpg);
}

#banner {
	display:block;
	overflow: hidden;
	padding:30px 70px;
	background: url(./images/banner.jpg);
}

#main {
	display:block;
	overflow:hidden;
	background:url(./images/maintop.jpg) repeat-x #262626;
	padding:32px 65px 75px 70px;
}

#content {
	display:block;
	float:left;
	width:440px;
}

#sidebar {
	display:block;
	float:right;
	width:244px;
}

#links {
	display:block;
	background:#000;
	border-bottom:8px solid #262626;
	padding:0 50px;
	height:30px;
}

#footer {
	display:block;
	height:30px;
	padding:16px 0 0 50px;
}


	
/* Top Bar */

#topbar p.email {
	float:left;
	line-height:36px;
	margin:0;
        color:#FFF;
}

#topbar p.email a {
	font-size:14px;
	color: #8e888c;
}

#topbar p.email a:hover { color: #FFF; }

#topbar p.phone {
	font-size:24px;
	color: #FFF;
	float: right;
	line-height:36px;
}



/* Header */

.logo {
	display: block;
	position: absolute;
	top:15px;
	left:400px;
}

.menu {
	float: left;
	display: block;
	font-weight: 100;
}

.menuright {
	float: right;
}

.menu li {
	float: left;
	display: block;
	margin:0 26px 0 0;
}

.menuright li {
	margin: 0 0 0 26px;
}

.menu li a {
	float: left;
	display: block;
	font-size:32px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.menu li.current-menu-item a, .menu li a:hover {
	color: #ffc322;
	border-bottom: 4px solid #ffc323;
	padding: 0 0 5px 0;
}



/* Home Banner */

#homebanner h1 {
	font-size:36px;
	font-weight:normal;
	line-height:38px;
	color: #ffc323;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 2px;
}



/* Banner */

#banner h1 {
	font-size:49px;
	font-weight: bold;
	color: #ffc322;
}



/* Case Studies */

.casestudy {
	display: block;
	clear: both;
	margin:0 0 20px 0;
	overflow: hidden;
	background: #333333;
}

.casestudy img {
	float: left;
	margin:0 20px 0 0;
}

.casestudy h3 {
	font-size:26px;
	color: #FFC320;
	margin:20px 0 18px 0;
}

.casestudy p { margin: 0px; }



/* Contact Page */

#contact .left {
	float: left;
	display: block;
	width:380px;
}

#contact .right {
	float: right;
	display: block;
	width:370px;
}

#contact form p {
	margin:0 0 15px 0;
	display: block;
}

#contact form p label {
	display: block;
	font-size:14px;
	margin: 0 0 6px 0;
}

#contact input[type="text"] {
	background: url(./images/textbox.jpg) no-repeat;
	padding:5px 10px 5px 10px;
	height:20px;
	font-size:12px;
	line-height:normal;
	color: #555;
	font-family: Arial;
	border: none;
	width:280px;
	outline: none;
}

#contact textarea {
	background: url(./images/textarea.jpg) no-repeat;
	overflow: auto;
	display: block;
	padding: 10px;
	height:109px;
	font-size:12px;
	color: #555;
	font-family: Arial;
	border: none;
	width:360px;
	outline: none;
	resize: none;
}

#contact input[type="submit"] {
	display: block;
	border: none;
	width:79px;
	height:22px;
	padding:0px;
	background: url(./images/submit.jpg) no-repeat;
	cursor: pointer;
	position: relative;
}

#contact input[type="submit"]:active {
	top:1px;
}

#contact .map {
	margin:0 0 30px 0;
}

#contact .right p {
	line-height: 22px;
}

#contact .right p span {
	color: #FFC321;
	font-weight: bold;
}

#contact .right p a { color: #FFF; }



/* Posts */

.archivepost {
display: block;
margin:0 0 40px 0;
}

.archivepost h3 {
	font-size:22px;
	margin:0 0 5px 0;
}

.thecomments, .respond {
display: block;
padding:40px 0 0 0;
}

#content ol.commentlist {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#content ol.commentlist li {
	display: block;
	margin:0 0 40px 0;
}

#content ol.commentlist li h5 {
margin: 0 0 5px 0;
}

#content ol.commentlist li .avatar {
	float: right;
}

.respond label {
	display: block;
}



/* Sidebar */

#sidebar a.button {
	font-weight: 100;
	letter-spacing: 2px;
	text-transform: uppercase;
	background: url(./images/buttonarrows.png) no-repeat 200px 24px #333333;
	display: block;
	padding:22px 0 0 62px;
	margin:0 0 20px 0;
	font-size:24px;
	position:relative;
	height:48px;
}

#sidebar a.button_twolines {
	padding:12px 0 0 62px;
	height:58px;
}

#sidebar a.button:hover {
	background-color: #555;
}

#sidebar a.button img {
	position: absolute;
	top: 18px;
	left: 12px;
}

#sidebar .widget h5 {
	margin:0 0 10px 0;
}

#sidebar .widget {
	display: block;
	margin:0 0 20px 0;
}



/* Links */

#links ul li {
	float:left;
	display:block;
	margin:0 35px 0 0;
}

#links ul li a {
	float:left;
	display:block;
	line-height:30px;
	font-size:12px;
	font-weight: bold;
	text-transform: uppercase;
}



/* Footer */

#footer p {
	font-size:13px;
}

.alignleft {float:left;padding-right:8px;}

.alignright {float:right;padding-right:8px;}

#calculator {
width:700px;
}