/*
www.digitallabs.tv - CSS

Version: 1.0
Author: Digital Labs
Author URI: http://www.digitallabs.tv
*/


body, div, h1, h2, h3, h4, p, ul, li, img {
    margin: 0px; 
	padding: 0px; 
	border: 0px;
}

html {
	background: #1C1917 url(images/body-bg.png);
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #625843;
	background: url(images/head_bg.png) no-repeat center top;
}


/* Top Navigation */

#top_nav {
	height: 36px;
	background: url(images/topnav-bg.png) no-repeat center top;
}

.home a {
	background: #100F0E url(images/home.png) no-repeat left top;
	height: 11px;
	display: block;
	float: left;
	padding-left: 15px;
	margin-right: 15px;
	color: #5A5345;
	text-decoration: none;
}

.home a:link {
	background: #100F0E url(images/home.png) no-repeat left top;
	height: 11px;
	display: block;
	float: left;
	padding-left: 15px;
	margin-right: 15px;
	color: #5A5345;
	text-decoration: none;
}

.home a:visited {
	background: #100F0E url(images/home.png) no-repeat left top;
	height: 11px;
	display: block;
	float: left;
	padding-left: 15px;
	margin-right: 15px;
	color: #5A5345;
	text-decoration: none;
}

.home a:hover {
	background: #100F0E url(images/home-h.png) no-repeat left top;
	height: 11px;
	display: block;
	float: left;
	padding-left: 15px;
	margin-right: 15px;
	color: #C5462B;
	text-decoration: underline;
}

.contact a {
	background: #100F0E url(images/contact.png) no-repeat left top;
	height: 11px;
	display: block;
	float: left;
	padding-left: 18px;
	margin-right: 15px;
	color: #5A5345;
	text-decoration: none;
}

.contact a:link {
	background: #100F0E url(images/contact.png) no-repeat left top;
	height: 11px;
	display: block;
	float: left;
	padding-left: 18px;
	margin-right: 15px;
	color: #5A5345;
	text-decoration: none;
}

.contact a:visited {
	background: #100F0E url(images/contact.png) no-repeat left top;
	height: 11px;
	display: block;
	float: left;
	padding-left: 18px;
	margin-right: 15px;
	color: #5A5345;
	text-decoration: none;
}

.contact a:hover {
	background: #100F0E url(images/contact-h.png) no-repeat left top;
	height: 11px;
	display: block;
	float: left;
	padding-left: 18px;
	margin-right: 15px;
	color: #C5462B;
	text-decoration: underline;
}

.twitter a {
	background: #100F0E url(images/twitter.png) no-repeat left top;
	height: 11px;
	display: block;
	float: left;
	padding-left: 18px;
	margin-right: 15px;
	color: #5A5345;
	text-decoration: none;
}

.twitter a:link {
	background: #100F0E url(images/twitter.png) no-repeat left top;
	height: 11px;
	display: block;
	float: left;
	padding-left: 18px;
	margin-right: 15px;
	color: #5A5345;
	text-decoration: none;
}

.twitter a:visited {
	background: #100F0E url(images/twitter.png) no-repeat left top;
	height: 11px;
	display: block;
	float: left;
	padding-left: 18px;
	margin-right: 15px;
	color: #5A5345;
	text-decoration: none;
}

.twitter a:hover {
	background: #100F0E url(images/twitter-h.png) no-repeat left top;
	height: 11px;
	display: block;
	float: left;
	padding-left: 18px;
	margin-right: 15px;
	color: #C5462B;
	text-decoration: underline;
}

.rss a {
	background: #100F0E url(images/rss.png) no-repeat left top;
	height: 11px;
	display: block;
	float: left;
	padding-left: 24px;
	color: #5A5345;
	text-decoration: none;
}

.rss a:link {
	background: #100F0E url(images/rss.png) no-repeat left top;
	height: 11px;
	display: block;
	float: left;
	padding-left: 24px;
	color: #5A5345;
	text-decoration: none;
}

.rss a:visited {
	background: #100F0E url(images/rss.png) no-repeat left top;
	height: 11px;
	display: block;
	float: left;
	padding-left: 24px;
	color: #5A5345;
	text-decoration: none;
}

.rss a:hover {
	background: #100F0E url(images/rss-h.png) no-repeat left top;
	height: 11px;
	display: block;
	float: left;
	padding-left: 24px;
	color: #C5462B;
	text-decoration: underline;
}

.top_container {
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;
	color: #5A5345;
	font-size: 10px;
	text-transform: uppercase;
}

.l_column {
	float: left;
	width: 330px;
}

.r_column {
	float: right;
}

.m_column {
	float: left;
	width: 300px;
	text-align: center;
}

.orange {
	color: #8C371F;
}

.city a {
	color: #5A5345;
	text-decoration: none;
}

.city a:link {
	color: #5A5345;
	text-decoration: none;
}

.city a:visited {
	color: #5A5345;
	text-decoration: none;
}

.city a:hover {
	color: #C5462B;
	text-decoration: underline;
}


/* Container */

.container {
	width: 960px;
	margin: 0 auto;
	height: auto;
	padding: 0;
}

#header {
	height: 218px;
}

#lab {
	float: right;
	background: url(images/lab.png);
	width: 79px;
	height: 109px;
	margin-top: -1px;
}

#title {
	float: left;
}

h1 a  {
	background: url(images/title.png);
	margin: 57px 0 0 0;
	padding: 0;
	width: 743px;
	height: 121px;
	display: block;
	float: left;
}

.hideme {
	display: none;
}

#middle_nav {
	background: url(images/line-bg.png);
	height: 41px;
}

.email {
	padding-top: 11px;
	color: #C9B899;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

h2 {
	padding-top: 11px;
	color: #C9B899;
	font-size: 16px;
	text-transform: capitalize;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}


/* Works */

#middle {
	width: 960px;
	margin-top: 50px;
	height: auto;
}

#middle_sub {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 25px;
}

.l_box {
	float: left;
	width: 300px;
	height: 300px;
	margin-right: 30px;
	text-align: center;
	background: url(images/img_bg.png) no-repeat center top;
	padding-top: 10px;
}

.r_box {
	float: left;
	width: 300px;
	height: 300px;
	text-align: center;
	background: url(images/img_bg.png) no-repeat center top;
	padding-top: 10px;
}

h3 {
	padding-top: 25px;
	color: #C9B899;
	font-size: 18px;
	text-transform: capitalize;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}

.back a {
	background: url(images/back.png) no-repeat left ;
	height: 20px;
	width: 130px;
	display: block;
	padding-left: 30px;
	color: #C9B899;
	text-decoration: none;
}

.back a:link {
	background: url(images/back.png) no-repeat left ;
	height: 20px;
	display: block;
	padding-left: 30px;
	color: #C9B899;
	text-decoration: none;
}

.back a:hover {
	background: url(images/back.png) no-repeat left ;
	height: 20px;
	display: block;
	padding-left: 30px;
	color: #C9B899;
	text-decoration: underline;
}

.back a:visited {
	background: url(images/back.png) no-repeat left ;
	height: 20px;
	display: block;
	padding-left: 30px;
	color: #C9B899;
	text-decoration: none;
}

/* Footer */

#footer {
	height: 330px;
	clear: both;
	background: url(images/footer.png) no-repeat center bottom;
}

.bottom_nav {
	height: 41px;
	background: url(images/line-bg.png);
	clear: both;
	text-align: center;
	width: 960px;
	margin: 0 auto;
}

.bottom_quote {
	height: 130px;
	width: 960px;
	margin: 0 auto;
}

.top a {
	background: url(images/top.png) no-repeat center;
	height: 40px;
	display: block;
}


/* Share */

ul.share {
	height: 40px;
	width: 160px;
	position: absolute;
	font-size: 11px;
	list-style: none;
}

a.share-bookmark {
	height: 40px;
	width: 160px;
	display: block;
	padding-left: 70px;
}
	
ul.share li ul {
	display: none;
	background: url(images/share-bg.png) no-repeat left;
	top: -40px;
	left: 0;
	height: 40px;
	position: relative;
	list-style: none;
	width: 300px;
}
	
ul:hover.share li ul {
	display: block;
	padding-top: 0px;
}

ul.share li ul li {
	padding: 13px 2px;
}	
	
ul.share li ul li a {
	line-height: 16px;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 5px;
	color: #cfc5ac;
}

ul.share li ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

A:link { color: #C5462B; text-decoration: underline; }
A:visited { color: #C5462B; text-decoration: underline; }
A:hover { color: #C9B899; text-decoration: underline; }	

