/*
Theme Name: Letters, Lines & Designs
Theme URI: http://www.letterslines.com/
Description: Letters, Lines & Designs
Version: 1.0
Author: bugdown
Author URI: http://dopplerinternet.com/
*/


* {
	padding:0;
	margin:0;
}

body {
	background-color:black;
}

#center {
	width:780px;
	margin:8px auto;
}

#wrapper {
	float:left;
	width:780px;
	border:solid 2px #fbdc7f;;
}

#header {
	width:780px;
	height:111px;
	background-image:url(images/letters_header.jpg);
	background-repeat:no-repeat;
}

#sidebar {
	float:left;
	width:219px;
}

#nav {
	width:219px;
}

#nav ul {
	list-style:none;
}

.home { background-image:url(images/home_btn.jpg); height:42px; width:219px; background-repeat:no-repeat; text-indent:-999%; display:block; }

.home:hover { background-image:url(images/home_btn-over.jpg); }

.about { background-image:url(images/about_us_btn.jpg); height:51px; width:219px; background-repeat:no-repeat; text-indent:-999%; display:block; }

.about:hover { background-image:url(images/about_us_btn-over.jpg) }

.services { background-image:url(images/services_btn.jpg); height:47px; width:219px; background-repeat:no-repeat; text-indent:-999%; display:block; }

.services:hover { background-image:url(images/services_btn-over.jpg); }

.gallery{ background-image:url(images/gallery_btn.jpg); height:47px; width:219px; background-repeat:no-repeat; text-indent:-999%; display:block; }

.gallery:hover { background-image:url(images/gallery_btn-over.jpg); }

.contact { background-image:url(images/contact_us_btn.jpg); height:49px; width:219px; background-repeat:no-repeat; text-indent:-999%; display:block; }

.contact:hover { background-image:url(images/contact_us_btn-over.jpg); }

#sample {
	width:219px;
	height:472px;
	background-image:url(images/left_side.jpg);
	background-repeat:no-repeat;
}

#widget {
	width:207px;
	padding:4px 6px;
	color:#F7BA00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#widget h2 {
	font-size:18px;
	font-weight:bold;
	border-bottom:dotted 1px #F7BA00;
	margin-bottom:10px;
}

#widget ul {
	list-style:none;
	margin-left:14px;
	margin-bottom:20px;
}

#widget li a,
#widget li a:link {
	color: #F7BA00;
	text-decoration:none;
}

#widget li a:hover {
	color:#fff;
	text-decoration:underline;
}

#main {
	float:right;
	width:531px;
	padding:16px 15px;
	color: #F7BA00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:16px;
}

#main p {
	margin-bottom:14px;
}

#main h1 {
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	text-transform:capitalize;
	margin-bottom:12px;
}

#main a,
#main a:link {
	font-size:12px;
	color:#00f;
}

.clear {
	clear:both;
}

#footer {
	width:780px;
	margin:8px auto;
	text-align:center;
	color:white;
	font-size:10px;
	line-height:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#footer a {
	color:#0000FF;
	text-decoration:none;
	font-weight:bold;
}