@charset "UTF-8";
/*----------------------------------------------------------------------------
------------------------------------------------------------------------------
Copyright 2010-2011 Josh Mckibbin (http://joshmckibbin.com)
------------------------------------------------------------------------------
----------------------------------------------------------------------------*/

/* Main Styles */
*{
	margin:0;
	padding:0;
}

body, input, textarea, h1, a {
	font-family: 'Century Gothic', Arial, sans-serif;
}

body{
	font-size: 78%;
	letter-spacing: 0em;
}

a{
	color: #FF6600;
	text-decoration: none;
	outline: none;
}

a:hover {
	background: #121212;
}

h1, #middle .nav a{
	color: #121212;
	text-transform: lowercase;
}

img, a img {
	border: none !important;
	background: none !important;
}

#wrapper{
	margin:10px auto;
	width: 750px;
}

#middle, #bottom{
	clear: both;
}

/* #top */
#hdr{
	width: 350px;
	height: 92px;
	float: left;
}

#hdr:hover{
	background: none;
}

#nav{
	float:right;
	padding: 24px 16px 0 0;
}

#nav a{
	font-size: 1.8em;
	padding: 6px;
	margin:0 !important;
	display: inline;
}

/* #middle */
#middle .nav {
	height: 220px;
}

#intro{
	margin: 10px 0;
	height: 200px;
}

#middle .nav a{
	font-size: 2.8em;
	font-weight: bold;
	display: inline-block;
	width: 40%;
	padding: 4px;
	margin-bottom: 12px;
}

#middle .nav a:hover{
	background: #FF6600 !important;
}

.load{
	height: 280px !important;
	width: 750px !important;
	overflow: hidden;
}

.work{
	position: relative;
	height: 280px;
	width: 100%;
}

.work-lnk{
	background: #121212;
	color: #FF6600;
	margin:0; padding:3px;
	text-decoration: none;
}

.work img{
	width: 738px;
	height: 220px;
	border: 6px solid #121212 !important;
	background: #FFF;
	margin: 0; padding: 0;
}

.work .desc{
	display: none;
	z-index: 200;
	width: 480px;
	color: #FFF;
	position: absolute;
	padding: 18px;
	top: 160px; left: 6px;
	font-size: 1.4em;
	font-weight: 100;
	background: #000;
	background: url('../images/desc-bkgd.png');
}

/* #bottom */
.col{
	margin-top: 22px;
	width: 350px;
}

.col p{
	margin: 0 0 12px;
	line-height: 1.7em;
	width: 320px;
}

#about,.left{
	float:left;
}

#contact,.right{
	float:right;
}

/* #contact */
input, textarea{
	font: 1.2em 'Century Gothic', Arial, sans-serif;
}

#cform span{
	color: #FF0000;
}

input[type='text'], textarea {
	display: block;
	border: 1px solid #000;
	margin-bottom: 8px;
	padding: 3px;
}

input[type='text']{
	width: 260px;
}

textarea {
	height: 154px;
	width: 320px;
}

#csend{
	display: inline;
	border: 1px solid #000;
	padding: 3px;
	margin-top: 6px;
}

#footer{
	clear: both;
	text-align: center;
	margin: 20px 0;
}

/*#featured-work, #district-catalyst{
	display: block;
	min-height: 280px;
}*/

/*.fb-like{
	margin:0 !important;
	padding:0 !important;
	height:10px !important;
}*/

