
body {
	background: #f8f4e8;
}

/* ========== Typography ============ */

p, li {
	font-size: 1.2em;
}

.span-6 p, .span-6 li {
	font-size: 1em;
}

p + ul {
	margin-top: -15px;
}

a, a:link, a:visited {
	color: #00aeef;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6,p,li {
	color: #444;
}

h1 {
	margin: 0;
}

h3 {
	font-size: 1.75em;
	font-weight: bold;
}

h4 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 17px;
}

h6 {
	font-size: 1.2em;
}

blockquote {
	font: normal 1em Helvetica, Arial, sans;
}

/* ========== Header ============ */

#header {
	height: 50px;
	background: #512c00;
}

#header-inner {
	width: 960px;
	margin: 0 auto;
}

.logo {
	float: left;
	margin: 10px 0 0;
	display: block;
	height: 31px;
	width: 179px; 
	background: url(../images/logo.jpg) no-repeat 0 0; 
	text-indent: -7777px;
}

ul#nav {
	margin: 0px auto 0;
	padding: 0;
	width: 10px;
	position: relative;
}

ul#nav {
	float: right;
	background: url(../images/bkg_nav.jpg) top left;
	width: 390px;
	margin: 0;
	height: 50px;
}

ul#nav li {
	float: left;
	display: block;
	margin: 00;
}

ul#nav li a.home,
ul#nav li a.blog,
ul#nav li a.work,
ul#nav li a.about,
ul#nav li a.contact {
	background: url(../images/bkg_nav.jpg);
	float: left;
	display:block;
	width: 390px;
	height: 50px;
	padding: 0px;
	position: relative;
	z-index: 100;
}

ul#nav li a.home {background-position: 0px 0px; width: 71px;}
ul#nav li a.blog {background-position: -71px 0px; width: 67px;}
ul#nav li a.work {background-position: -138px 0px; width: 77px;}
ul#nav li a.about {background-position: -215px 0px; width: 77px;}
ul#nav li a.contact {background-position: -292px 0px; width: 98px;}
 
ul#nav li a:hover.home {background-position: 0px -50px; width: 71px;}
ul#nav li a:hover.blog {background-position: -71px -50px; width: 67px;}
ul#nav li a:hover.work {background-position: -138px -50px; width: 77px;}
ul#nav li a:hover.about {background-position: -215px -50px; width: 77px;}
ul#nav li a:hover.contact {background-position: -292px -50px; width: 98px;}

body.home ul#nav .home, body.home ul#nav a:hover.home {background-position: 0px -100px; width: 71px;}
body.blog ul#nav .blog, body.blog ul#nav a:hover.blog {background-position: -71px -100px; width: 67px;}
body.work ul#nav .work, body.work ul#nav a:hover.work {background-position: -138px -100px; width: 77px;}
body.about ul#nav .about, body.about ul#nav a:hover.about {background-position: -215px -100px; width: 77px;}
body.contact ul#nav .contact, body.contact ul#nav a:hover.contact {background-position: -292px -100px; width: 98px;}
 
ul#nav strong{
display: none;
}

/* ========== Billboard ============ */

#billboard {
	height: 168px;
	background: url(../images/panel.jpg) 0 0 repeat-x;
	margin-bottom: 20px;
}

#billboard h2.headline {
	position: absolute;
	margin-left: -2px;
	top: 70px;
	width: 950px !important;
	height: 107px !important;
	text-indent: -7777px;
}

#billboard h2.headline.home { background: url(../images/bill_home.png) no-repeat 0 0; }
#billboard h2.headline.blog { background: url(../images/bill_blog.png) no-repeat 0 0; }
#billboard h2.headline.work { background: url(../images/bill_work.png) no-repeat 0 0; }
#billboard h2.headline.about { background: url(../images/bill_about.png) no-repeat 0 0; }
#billboard h2.headline.contact { background: url(../images/bill_contact.png) no-repeat 0 0; }

/* ========== Home ============ */

#home_display {
	background: url(../images/bkg_home.jpg) 100% 20px no-repeat;
	height: 420px;
}

#home_display .touch {
	background: url(../images/btn_getintouch.jpg) 0 0 no-repeat;
	float: left;
	width: 110px;
	height: 26px;
	text-indent: -7777px;
	margin-right: 5px;
}

#home_display .work {
	background: url(../images/btn_viewwork.jpg) 0 0 no-repeat;
	float: left;
	width: 110px;
	height: 26px;
	text-indent: -7777px;
}

#features {
	background: #f3e9c9;
	margin: 0 0 -30px;
	padding: 30px 0 10px;
}

#features p, #features li {
	font-size: 1em;
}

#features ul {
	margin: 0;
	list-style: none;
}

#features ul li {
	list-style: none;
	padding: 0 0 8px 30px;
	background: url(../images/checkmark.jpg) 0 0 no-repeat;
}

#features blockquote {
	font: italic 1.2em/1.6em Georgia;
	margin: 0 0 10px;
}

/* ========== Blog ============ */

.searchform {
	float: left;
	margin: 0 0 20px;
}

#tag_cloud {
	margin-bottom: 20px;
}

#respond {
	border-top: 1px solid #bbb;
	padding: 20px 0 0;
	margin-top: 20px;
}

.date {
	width: 145px;
	float: left;
	font-size: .9em;
	margin-top: 6px;
}

p.post_info {
	font-size: .9em;
}

.post_info a {
	color: #777;
	text-decoration: underline;
}

.post_info a:hover {
	color: #00aeef;
}

p.comments_count {
	background: url(../images/comments.png) 0 0 no-repeat;
	float: left;
	margin-top: 9px;
	padding-left: 25px;
	font-size: .9em;
}

/* ========== Work ============ */

.post {
	border-bottom: 1px solid #bbb;
	margin-bottom: 30px;
	padding-bottom: 10px;
	overflow: auto;
}

.entry p {
	line-height: 1.6em;
}

/* ========== Work ============ */

.sample {
	margin-bottom: 80px;
	float: left;
}

.sample img {
	border: px solid #ccc;
}

.sample .box {
	margin-top: 40px;
	background: #e6dbbc;
}

/* ========== Contact ============ */

fieldset {
	border: none;
	margin: 0;
	padding-left: 0px;
	padding-top: 0px;
}

textarea {
	width: 500px;
}

label {
	float: left;
	text-align: right;
	clear: both;
	width: 6em;
	margin: 10px 1em 0 0;
}

input, textarea {
	float: left;
}

fieldset p {
	xfloat: left;
	font-size: 1em;
}

.submit_button {
	clear: both;
	margin-left: 7em;
}

.req_text {
	float: left;
	margin-left: 15px;
	padding-top: 8px;
}

#comments_list li {
	font-size: 1em;
	border-top: 1px solid #bbb;
	padding: 20px 0;
}


/* ========== Footer ============ */

#footer {
	background: #ddd;
	margin-top: 30px;
	padding: 20px 0 0;
	overflow: auto;
}

#footer a {
	color: #555;
}

#footer p {
	width: 400px;
	float: left;
	font-weight: bold;
	font-size: 1em;
}

#footer p + ul {
	margin-top: 0px;
}

#footer ul {
	float: right;
	background: #ddd;
	
}

#footer ul li {
	float: left;
	list-style: none;
	padding: 0 10px;
	border-right: 1px solid #999;
	font-size: 1em;
}

#footer ul li.last {
	border: 0;
	padding-right: 0;
}


.float_left {
	float:left;
}

.float_right {
	float:right;
}
