/*
Theme Name: JSL Lighting Theme
Theme URI: http://www.jsllighting.com
Description: JSL Lighting Theme by Teddy Pieper
Version: 1.0
Author: Teddy PIeper
Author URI: http://tedisgraphic.com
*/

/* --- Structure -- */

* {
	padding: 0;
	margin: 0;
}

body {
	background: #ffffff url('images/BG.jpg') top center repeat-x;
	text-align: center;
	font-size: 62.5%;
	font-family: Myriad, Helvetica, Arial, sans-serif;
	color: #333333;
}

#wrapper {
	width: 814px;
	margin: 0 auto;
}

.empty {
	clear: both;
}

.aligncenter {
	display: block;
   	margin-left: auto;
   	margin-right: auto;
}
	

/* --- Header --- */

#header {
	width: 814px;
	height: 105px;
	background: url('images/header.png') top center no-repeat;
	margin-top: 25px;
}

#header h1 {
	display: none;
}

#header p {
	display: none;
}

/* --- Nav -- */ 

#nav {	
	width: 814px;
	height: 30px;
}

#nav span {
	display: none;
}

#nav ul {
	list-style: none;
}

#nav li {
	display: inline;
}

#home a {
	background: url('images/home.png') top center no-repeat;
	width: 115px;
	height: 30px;
	float: left;
}

#services a {
	background: url('images/services.png') top center no-repeat;
	width: 116px;
	height: 30px;
	float: left;
}

#news a {
	background: url('images/news.png') top center no-repeat;
	width: 93px;
	height: 30px;
	float: left;
}

#gallery a {
	background: url('images/gallery.png') top center no-repeat;
	width: 111px;
	height: 30px;
	float: left;
}

#contact a {
	background: url('images/contact.png') top center no-repeat;
	width: 118px;
	height: 30px;
	float: left;
}

#nav a:hover {
	background-position: 0% -30px;
}

#nav_right {
	background: url('images/nav_right.png') top center no-repeat;
	width: 261px;
	height: 30px;
	float: left;
}

/* --- Content --- */

#content {
	background: url('images/content_repeat.png') repeat-y;
	width: 814px;
	text-align: left;
}

.narrowcolumn {
	float: left;
	text-align: left;
	padding: 25px 0 25px 30px;
}

.post h2 { 
	color: #333333;
	font-style: bold;
	font-size: 28px;
}

.post a {
	text-decoration: none;
	color: #333333;
}

.post a:hover {
	text-decoration: underline;
	color: #000000;
}

.entry {
	padding: 15px 0;
}

/* --- Page --- */

#page {
	background: url('images/content_repeat.png') repeat-y;
	width: 814px;
	text-align: left;
}

#page p {
	padding: 10px 30px 10px 30px;
	font-size: 1.2em;
}

#page h2 {
	display: none;
}

#page h3 {
	padding: 10px 0 0 30px;
	font-size: 20px;
}

/* --- Home Page --- */

#home_about {
	float: left;
	width: 650px;
}

#home_about p {
	font-size: 1.5em;
	line-height: 1.6em;
	padding-bottom: 10px;
	text-align: left;
	padding-left: 35px;
}

#home_about h2 { 
	color: #333333;
	font-style: bold;
	font-size: 20px;
	text-align: left;
	padding-bottom: 10px;
	padding-left: 35px;
}

#post-3 img {
	border: none;
}

/* --- Gallery --- */

#galleryPage {
	padding-left: 25px;
}

/* --- Sidebar --- */

#sidebar {	
	float: right;
	text-align: left;
	padding: 25px 30px 25px 0;
	width: 164px;
}

#sidebar ul {
	list-style: none;
}

#sidebar h2 {
	padding-bottom: 10px;
	padding-top: 15px;
}

#sidebar a {
	color: #333333;
	text-decoration: none;
}

#sidebar a:hover {
	color: #000000;
	text-decoration: underline;
}

/* --- Footer --- */

#footer {
	background: url('images/footer.png') top center no-repeat;
	width: 814px;
	height: 125px;
	text-align: right;
}

#footer ul {
	list-style: none;
	text-align: left;
	padding-left: 700px;
	padding-top: 15px;
}

#footer ul a {
	padding: 5px;
	color: #ffffff;
	text-decoration: none;
	font-size: 18px;
	font-weight: lighter;
}

#footer ul a:hover {
	color: #58ecf0;
}

#bottom_copy {
	padding-top: 10px;
	color: #287074;
}

#bottom_copy a {
	color: #287074;
	text-decoration: none;
}

#bottom_copy a:hover {
	text-decoration: underline;
	color: #ffffff;
}

