/******** ERIC MEYER RESET *******/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

/****** BEGIN CSS *******/

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
	overflow: hidden;
}

body {
	overflow: hidden;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background: black;
}

a {
	border: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

h2 {
	margin-left: 0px;
	font-size: 13px;
	margin-top: 8px;
	border-bottom: 1px solid #333;
	display: inline;
	color: #d5ca7f;
	text-transform: uppercase;
	padding: 6px 0px 5px 0px;
	letter-spacing: .5px;
}
/*
#contact {
	position: absolute;
	top: -20px;
	right:60px;
	height: 80px;
	width: 140px;
	background: url(../images/black_70.png) repeat;
	-moz-box-shadow: -3px 3px 5px #333;
	-webkit-box-shadow: -3px 3px 5px #333;
	box-shadow: -3px 3px 5px #333;
	z-index: 40;
	display: none;
}

	#contact ul {
		color: white;
		width: 100%;
		clear:both;
		display: block;
		margin-top: 8px;
	}
	
	#contact ul li {
		line-height: 15px;
		text-align: center;
		display: block;
		float:left;
	}
	
	#contact ul li a {
		margin: 0;
		padding: 0;
	}
	
	#contact ul#social_top li {
		margin: 0;
		padding: 0;
		float:left;
	}
	
#contact {
	position: absolute;
	top: 54px;
	right: -310px;
	width: 300px;
	height: 246px;
	background: url(../images/contact_bg.jpg) no-repeat;
	-moz-box-shadow: -3px 3px 5px #333;
	-webkit-box-shadow: -3px 3px 5px #333;
	box-shadow: -3px 3px 5px #333;
	border-bottom: dashed #ccc 1px;
	border-top: dashed #ccc 1px;
	border-left: dashed #ccc 1px;
	z-index: 12;
	overflow:hidden;
}

		#contact #close {
			border: none;
			position: absolute;
			top: 4px;
			left: 4px;
			width: 12px;
			height: 12px;
			display: block;
			cursor: pointer;
		}
		
		#container #contact h2 {
			float:right;
			margin-right:20px;
			margin-bottom: 8px;
			border-bottom: dashed 1px #FFF;
		}
		
		#contact form textarea {
			width: 230px;
			height: 100px;
			margin-bottom: 6px;
			margin-top: 3px;
			font-family: Tahoma, sans-serif;
			font-size: 11px;
			padding: 2px;
		}
		
		#contact form input {
			margin-bottom: 6px;
			margin-top: 3px;
			width: 150px;
			font-family: Tahoma, sans-serif;
			font-size: 11px;
			padding: 2px;
		}
		
		#contact form label {
			color:#d5ca7f;
			font-style: italic;
			font-size: 11px;
		}
		
		#contact form {
			width: 240px;
			float:right;
			margin-right: 20px;
			clear:both;
			text-align: right;
		}
		
		#contact #signup_button {
			text-indent: -9999px;
			width: 80px;
			height: 25px;
			background: url(../images/send.png) no-repeat 0px 0px;
			display: block;
			letter-spacing: 130px;
			border: none;
			cursor: pointer;
			float:right;
		}
		
				#contact #signup_button:hover {
					background: url(../images/send.png) no-repeat 0px -25px;
				}
*/

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px;
}

#content_bg {
	background: url(../images/white_20.png) repeat;
	height: 600px;
	width: 90%;
	position: absolute;
	left: 0;
	top: 42px;
	z-index: 4;
	border-bottom: dashed #ccc 1px;
	border-top: dashed #ccc 1px;
	border-right: dashed #ccc 1px;
}

.push {
	height: 150px;
}

#header {
	width: 1000px;
	margin: 0 auto;
	height: 300px;
	z-index: 2;
	position: relative;
}

#nav {
	position: absolute;
	top: 0;
	right: 20%;
	width: 100%;
	z-index: 3;
	background: url(../images/black_70.png) repeat;
	border-bottom: dashed #ccc 1px;
	border-top: dashed #ccc 1px;
	border-right: dashed #ccc 1px;
	opacity: .7;
	filter: alpha(opacity=70);
	height: 35px;
}

		#nav li {
			display: inline;
			float:right;
		}
		
		#nav li a {
			color: white;
			display: block;
			margin-top: 0px;
			padding: 9px 12px 10px;
			background: transparent;
			text-decoration: none;
			font-style: italic;
		}
		
		#nav li a#contact_link:hover {
			background: #86301c;
		}

#sidebar {
	width: 162px;
	height: 100%;
	background: url(../images/black_40.png) repeat;
	position: absolute;
	z-index: 6;
	top: 121px;
	left: 5%;
	padding-left: 13px;
	padding-right: 0px;
	padding-top: 7px;
	border-left: dashed #ccc 1px;
	border-top: dashed #ccc 1px;
	border-right: dashed #ccc 1px;
	-moz-box-shadow: -3px 10px 10px #111;
	-webkit-box-shadow: -3 10px 10px 10px #111;
	box-shadow: -3px 10px 10px #111;
}
	
		#sidebar h3 {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 118px;
			width: 232px;
			font-weight: bold;
			color: #333;
			margin-top: 20px;
			margin-left: -30px;
			opacity: .2;
			filter: alpha(opacity=20);
			letter-spacing: -20px;
			display: block;
		}
		
		#sidebar h3 span{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 118px;
			width: 232px;
			margin-top: -10px;
			font-weight: bold;
			color: #333;
			opacity: .6;
			filter: alpha(opacity=60);
			letter-spacing: -35px;
			display: block;
		}
		
		#sidebar p {
			font-style: italic;
			color: black;
			width: 89%;
			font-size: 11px;
			line-height: 15px;
			padding-bottom: 8px;
			margin-bottom: 7px;
			position: relative;
			border-bottom: dashed 1px #bbb;
		}
		
		#sidebar #intro {
			margin-top: -234px;
			position: relative;
		}
		
		#sidebar #intro p {
			font-size: 10px;
			width: 90%;
		}
		
		#sidebar #intro ul {
			margin-left: 0px;
			color:white;
			margin-top: 2px;
		}
		
		#sidebar #intro ul li {
			line-height: 16px;
		}
		
		#sidebar #intro ul li a {
			color: #d5ca7f;
		}
		
		#sidebar #intro ul#social {
			margin-top: 8px;
		}
		
		#sidebar #intro ul#social li {
			display: inline;
			float:left;
			padding: 4px;
			margin-left: -4px;
			margin-top: -6px;
		}
		
		#sidebar #contact_wrapper {
			position: absolute;
			bottom: -74px;
			left: 1px;
			z-index: 10;
		}
		
		#sidebar p a {
			color: #d5ca7f;
			text-decoration: none;
		}
		
		#sidebar p a:hover {
			text-decoration: underline;
		}
		
		#sidebar #contact_highlight {
			background: #86301c;
			position: absolute;
			display: block;
			padding-left: 5px;
			margin-left: -4px;
			bottom: -74px;
			padding-top: 0px;
			width: 150px;
			height: 64px;
			z-index: 9;
			border: dashed #ccc 1px;
			display: none;
			opacity: .6;
			filter: alpha(opacity=60);
		}

#twitter_div {
	position: absolute;
	top: 4px;
	left: 20%;
	z-index: 4;
}
		
		#twitter_div #leftbar {
			height: 23px;
			width: 440px;
			float:left;
			margin-top: 11px;
			margin-left: -379px;
			opacity: .4;
			filter: alpha(opacity=40);
			background: #AB7920;
		}
		
		#twitter_div #leftbar #twitter_follow {
			float:right;
		}
		
		#twitter_div h2 {
			color: orange;
			font-family:Tahoma, Arial, Helvetica, sans-serif;
			font-size: 10px;
			letter-spacing: .4px;
			float:left;
			display: none;
		}
		
		#twitter_div h2 a {
			color: orange;
		}
		
		#twitter_div ul {
			float:left;
			padding-left: 0px;
			font-size: 10px;
		}
		
		#twitter_div li {
			color: #F1F2F2;
			font-family: Tahoma, Arial, Helvetica, sans-serif;
			font-size: 9px;
			line-height: 11px;
			letter-spacing: .5px;
			width: 350px;
		}
		
		#twitter_div a {
			color: #9999cc;
			font-size: 9px;
			font-family: Tahoma, Arial, Helvetica, sans-serif;
			letter-spacing: .4px;
			text-decoration: none;
		}


ul {
	margin-left: 4px;
	margin-top: 10px;
}

#work_content ul {
	margin-left: 0px;
	margin-top: 0px;
}

li a {
	text-decoration: none;
	color: white;
	font-style: italic;
}

ul.subnav {
	margin-left: 8px;
	margin-top: 6px;
	margin-bottom: 8px;
}

ul.subnav li a {
	text-decoration: none;
	color: white;
	font-style: italic;
	line-height: 20px;
	padding-left: 2px;
	display: block;
}

ul.subnav li a:hover {
	color: #edc580;
}

.home_bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index:1;
}

.badge {
	position: absolute;
	z-index:6;
	left: 5%;
	top: 0px;
	width: 162px;
}

.cover {
	width: 100%;
	height: 100%;
	background: black;
	position: absolute;
	top: 0;
	left: 0;
	z-index:2;
	display: none;
}

#weatherlabel {
	height: 29px;
	width: 70px;
	position: absolute;
	top: 14px;
	left: 1%;
	z-index: 6;
	background: url(../images/weatherlabel.png) no-repeat top left;
}

.weather {
	position: absolute;
	top: 20px;
	left: 3%;
	width: 70px;
	height: 73px;
	z-index: 5;
	background: url(../images/sun.png) no-repeat;
	text-align: center;
}

		.weather-mostly-cloudy {
			background: url(../images/clouds.png) no-repeat;
		}
		
		.weather-mostly-cloudy/windy {
			background: url(../images/clouds.png) no-repeat;
		}
		
		.weather-cloudy {
			background: url(../images/clouds.png) no-repeat;
		}
		
		.weather-partly-cloudy {
			background: url(../images/clouds.png) no-repeat;
		}
		
		.weather-drizzle {
			background: url(../images/rain.png) no-repeat;
		}
		
		.weather-mixed-rain-and-hail {
			background: url(../images/rain.png) no-repeat;
		}
		
		.weather-freezing-rain {
			background: url(../images/rain.png) no-repeat;
		}
		
		.weather-showers {
			background: url(../images/rain.png) no-repeat;
		}
		
		.weather-snow {
			background: url(../images/snow.png) no-repeat;
		}
		
		.weather-heavy-snow {
			background: url(../images/snow.png) no-repeat;
		}
		
		.weather-light-snow-showers {
			background: url(../images/snow.png) no-repeat;
		}
		

		.weather p {			
			color: white;
			font-size: 10px;
			font-style: italic;
			width: 40px;
			margin-top: 22px;
			margin-left: 16px;
		}

#welcome {
	width: 400px;
	height: 596px;
	position: absolute;
	top: 11px;
	left: 33%;
	padding: 14px;
	overflow: visible;
}
		
		#welcome #featured_work {
			width: 620px;
			height: 200px;
			position: absolute;
			left: -40px;
			top: 240px;
		}
		
		#welcome #featured_work h3 {
			font-size: 10px;
			padding: 4px 8px;
			color: #fff;
			position: absolute;
			z-index: 15;
			width: 124px;
			text-align: left;
			background: url(../images/black_70.png) repeat;
			display: inline;
			top: 91px;
			left: 20px;
			line-height: 18px;
		}
		
		#welcome #featured_work .work_col {
			width: 180px;
			margin: 10px;
			float:left;
			text-align: center;
			border: dashed 1px #BBB;
			display: block;
			position: relative;
			z-index: 29;
			opacity: .5;
			background: url(../images/white_50.png) repeat;
		}
		
				#welcome #featured_work .work_col:hover {
					border: dashed 1px #BBB;
					opacity: .8;
					background: url(../images/white_50.png) repeat;
					cursor: pointer;
				}
		
		#welcome #featured_work .work_col img {
			border: dashed 1px #aaa;
			margin: 16px;
		}

		#welcome h2, #welcome h3, #welcome h4, #welcome h5 {
			font-family: Georgia, "Times New Roman", Times, serif;
			color:#F1E9CF;
			font-weight: normal;
		}
		
		#welcome h2 {
			color: #d5ca7f;
			position: absolute;
			top: 170px;
			left: -130px;
			font-size: 130px;
			opacity: .3;
			filter: alpha(opacity=30);
		}
		
		#welcome h1.welcome_name {
			font-size: 20px;
			background: url(../images/white_50.png) repeat;
			display: block;
			padding: 8px 0px 8px 10px;
			color: #628375;
			position: fixed;
			right: 0px;
			z-index: 15;
			width: 73%;
		}
		
		#welcome h1.welcome_make {
			font-size: 16px;
			color: #F1E9CF;
			padding: 16px 18px 18px 8px;
			display: block;
			text-align: right;
			background: url(../images/black_70.png) repeat;
			position: fixed;
			left: 0px;
			top: 100px;
			width: 56%;
			z-index: 14;
		}
		
				#welcome h1.welcome_make span {
					font-style: italic;
					font-weight: bold;
					color: #ccc384;
				}
		
		#welcome h1.welcome_attractive {
			font-size: 16px;
			background: url(../images/black_40.png) repeat;
			display: block;
			padding: 10px 0px 9px 10px;
			color: #F1E9CF;
			position: fixed;
			right: 0px;
			top: 146px;
			z-index: 13;
			width: 75%;
		}
		
				#welcome h1.welcome_attractive span {
					font-style: italic;
					font-weight: bold;
					color: #ccc384;
				}
		
		#welcome h1.welcome_need {
			font-size: 16px;
			background: url(../images/black_20.png) repeat;
			display: block;
			padding: 14px 0px 12px 35px;
			color: #333;
			position: fixed;
			left: 36%;
			top: 177px;
			z-index: 13;
			width: 350px;
		}
		
				#welcome h1.welcome_need span {
					font-style: italic;
					font-weight: bold;
					color: #F4F0D7;
				}

#work_content {
	width: 700px;
	height: 560px;
	position: absolute;
	left: 27%;
	top: 0px;
	padding-top: 26px;
}

		#work_content h2 {
			font-weight: normal;
			font-size: 22px;
			margin: 0;
			margin-left: -10px;
			padding: 10px;
			border: none;
			font-style: italic;
			text-transform: none;
			background: url(../images/black_70.png) repeat;
			-moz-box-shadow: -3px 3px 3px #666;
			-webkit-box-shadow: -3px 3px 3px #666;
			box-shadow: -3px 3px 3px #666;
			z-index:10;
			position: relative;
		}
		
		#work_content p {
			color: white;
			font-size: 12px;
			font-family: Tahoma, sans-serif;
			background: url(../images/black_40.png) repeat;
			padding: 20px 10px 10px 10px;
			margin-top: -11px;
			margin-left: -10px;
			line-height: 18px;
			width: 285px;
			-moz-box-shadow: -5px 5px 5px #666;
			-webkit-box-shadow: -5px 5px 5px #666;
			box-shadow: -5px 5px 5px #666;
		}
		
		#work_content p a {
			text-decoration: none;
			color: #d5ca7f;
		}
		
		#work_content a.visit_link {
			font-size: 13px;
			font-style: italic;
			position: absolute;
			top: 38px;
			left: 602px;
			color: #d5ca7f;
			text-decoration: none;
			padding: 4px 6px;
			background: url(../images/black_70.png) repeat;
		}
		
		#work_content a.visit_link:hover {
			text-decoration: underline;
		}
		
		#work_content ul.work_tabs {
			position: absolute;
			top: 402px;
			right: 5px;
		}
		
				#work_content ul.work_tabs li {
					display: inline;
					margin: 0px 10px;
					float:left;
				}
				
				#work_content ul.work_tabs li a {
					display: block;
					padding: 4px;
					width: 80px;
					height: 40px;
					color: white;
					text-decoration: none;
					font-size: 14px;
					border: 1px dashed #aaa;
					background: url(../images/black_40.png) repeat;
					-moz-box-shadow: -3px 3px 3px #666;
					-webkit-box-shadow: -3px 3px 3px #666;
					box-shadow: -3px 3px 3px #666;
				}
				
				#work_content ul.work_tabs li a:hover {
					background: url(../images/black_70.png) repeat;
				}
		
		#work_content ul.work_container {
			padding: 22px 0 22px 12px;
			background: url(../images/black_20.png) repeat;
			margin: 0px 0px 0px 2px;
			border: dashed #ccc 1px;
			-moz-box-shadow: -3px 3px 3px #666;
			-webkit-box-shadow: -3px 3px 3px #666;
			box-shadow: -3px 3px 3px #666;
			width: 654px;
		}
		
				#work_content ul.work_container li {
					margin: 0px;
					padding: 0px;
					display: inline;
				}
		
		#work_content img.inactive {
			display: none;
		}
		
		#work_content div.inactive_big {
			display: none;
		}