@import 'reset.css';

html {
	min-width: 1000px;
	}
body {
	font: 14px/24px Georgia, Times, "Times New Roman", serif;
	text-align: left;
	background: #000;
	margin: 0;
	color: #999;
	}

#header {
	background: #000 url(/images/bg_header-full.gif) top center repeat-x;
	}
#header2 {
	background: url(/images/bg_header-full2.gif) top center no-repeat;
	}
#header-inner {
	width: 940px;
	margin: 0 auto;
	padding: 0;
	}
#logo {
	float: left;
	margin: 26px 0 0 0;
	text-indent: -9999px;
	}
#logo a {
	display: block;
	width: 360px;
	height: 32px;
	background: url(/images/bg_logo.gif) no-repeat;
	}
#intro {
	padding: 43px 0 0 0;
	font-size: 16px;
	float: left;
	width: 940px;
	}
#intro strong {color: #fff; font-weight: normal;}
#main {
	background: #f6f6f6;
	color: #444;
	padding: 24px 0 0 0;
	}
#main-inner {
	width: 940px;
	margin: 0 auto;
	}
	
#extra {
	background: #ddd;
	}
#extra-inner {
	width: 960px;
	margin: 0 auto;
	padding: 24px 0 0 0;
	color: #666;
	font: 11px/24px Helvetica, Verdana, Arial sans-serif;
	}
	
#footer {
	width: 940px;
	margin: 0 auto;
	padding: 24px 0;
	font: 12px/24px Helvetica, Verdana, Arial sans-serif;
	color: #666;
	}
	
/* General Layout */

div.content {
	width: 700px;
	float: left;
	}
div.sidebar {
	width: 220px;
	float: right;
	}
div.col {
	width: 220px;
	float: left;
	margin: 0 10px;
	display: inline;
	}
	
div.half-col {
	width: 460px;
	float: left;
	}
div.quarter-col {
	width: 220px;
	float: right;
	font: 12px/24px Helvetica, Verdana, Arial sans-serif;
	}

/* Portolio */

div.projects {
	margin: 0 -20px 4px 0;
	}
*:first-child+html div.projects {
	margin: 0 -20px 24px 0;
	}
div.project {
	float: left;
	width: 220px;
	margin: 0 20px 20px 0;
	}
a.project {
	background: #fff;
	color: #333;
	display: block;
	font: bold 12px/18px Helvetica, Verdana, Arial sans-serif;
	text-decoration: none;
	}
a.project:hover {
	background: #000;
	color: #fff;
	}
a.project img {
	display: block;
	}
a.project span {
	padding: 3px 6px;
	display: block;
	}
	
div.project-details {
	float: left;
	width: 220px;
	}
div.project-visual {
	width: 700px;
	float: right;
	}
	
/* NAV
---------------------------------------------------- */

#nav {
	float: right;
	margin: 26px 0 0 0;
	}
#nav ul {
	margin: 0;
	}
#nav li {
	float: left;
	display: inline;
	margin: 0 0 0 36px;
	padding: 0;
	background: none;
	}
#nav li a {
	height: 32px;
	float: left;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	}
#nav li a:hover {
	background-position: 0 -64px;
	}
#nav li a.active {
	background-position: 0 -32px;
	}
#nav li#nav-home a {
	background-image: url(/images/nav_home.gif);
	width: 44px;
	}
#nav li#nav-portfolio a {
	background-image: url(/images/nav_portfolio.gif);
	width: 84px;
	}
#nav li#nav-services a {
	background-image: url(/images/nav_services.gif);
	width: 70px;
	}
#nav li#nav-about a {
	background-image: url(/images/nav_about.gif);
	width: 52px;
	}
#nav li#nav-contact a {
	background-image: url(/images/nav_contact.gif);
	width: 69px;
	}

ul.subnav li {
	background: none;
	padding: 0;
	border-bottom: #ddd solid 1px;
	}
ul.subnav li a {
	text-decoration: none;
	display: block;
	padding: 3px 10px;
	}
ul.subnav li a:hover {
	background: #eee;
	}
ul.subnav li a.active {
	color: #333;
	background: #ccc;
	}
	
/* HEADERS
---------------------------------------------------- */

#intro h2 {
	text-indent: -9999px;
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 66px;
	}
h2.home {background-image: url(/images/h2_home.gif); height:60px !important;}
h2.portfolio {background-image: url(/images/h2_portfolio.gif);}
h2.services {background-image: url(/images/h2_services.gif);}
h2.about {background-image: url(/images/h2_about.gif);}
h2.contact {background-image: url(/images/h2_contact.gif);}
h2.not-found {background-image: url(/images/h2_404.gif);}

h3 {
	font: bold 16px/24px Helvetica, Verdana, Arial sans-serif;
	color: #000;
	background: url(/images/divider.gif) bottom left repeat-x;
	padding: 0 0 12px 0;
	margin: 0 0 12px 0;
	}
#extra h3 {
	background: none;
	}
h4 {
	font: bold 12px/24px Helvetica, Verdana, Arial sans-serif;
	text-transform: uppercase;
	color: #333;
	}
	
/* LISTS
---------------------------------------------------- */

ul {
	margin: 0 0 24px 0;
	}
ul li {
	background: url(/images/bullet.gif) 0 .5em no-repeat;
	padding: 0 0 0 18px;
	}
ul.cols {
	margin: 0 0 24px -20px;
	position: relative;
	font-family: Helvetica, Verdana, Arial sans-serif;
	}
ul.cols li {
	width: 202px;
	float: left;
	margin: 0 0 0 20px;
	display: inline;
	}
dl {
	margin: 0 0 24px 0;
	}
dl.form {
	background: #eee;
	padding: 20px;
	}
dl.form dt {
	font: bold 11px/24px Helvetica, Verdana, Arial sans-serif;
	text-transform: uppercase;
	color: #333;
	}
dl.form dd {
	margin: 0 0 12px 0;
	}
	
dl.details dt {
	font: bold 12px/24px Helvetica, Verdana, Arial sans-serif;
	text-transform: uppercase;
	color: #333;
	}
dl.details dd {
	color: #666;
	margin: 0 0 24px 0;
	}

/* TEXT
---------------------------------------------------- */

p {
	margin: 0 0 24px 0;
	}
p.divider {
	background: url(/images/divider.gif) top left repeat-x;
	padding: 24px 0 0 0;
	}
p.lead {
	font: 18px/24px Georgia, Times, "Times New Roman", serif;
	color: #000;
	}
.req {
	color: #999;
	}
small {
	font-weight: normal;
	color: #888;
	font-size: 12px;
	}
	
/* LINKS
---------------------------------------------------- */

a {
	text-decoration: underline;
	color: #336666;
	}
a:hover {
	color: #7cab61;
	}
#intro a {
	color: #fff;
	}
#intro a:hover {
	color: #7cab61;
	}
#footer a {
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
	}
#footer a:hover {
	color: #7cab61;
	}
a.more {
	font-family: Helvetica, Verdana, Arial sans-serif;
	text-decoration: none;
	font-weight: bold;
	background: url(/images/bullet.gif) right no-repeat;
	padding: 0 15px 0 0;
	font-size: 12px;
	}
#intro a.more {
	background: url(/images/link_more-intro.gif) right no-repeat;
	}
	
a#tell-me-btn {
	height: 36px;
	width: 220px;
	float: left;
	text-indent: -9999px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(/images/btn_tell-me.gif);
	margin: 6px 0 24px 0;
	}
a#tell-me-btn:hover {
	background-position: 0 -36px;
	}
	
/* IMAGES
---------------------------------------------------- */

img.left {
	float: left;
	margin: 6px 20px 10px 0;
	}
	
/* FORMS
---------------------------------------------------- */

input {
	font: 14px/18px Georgia, Times, "Times New Roman", serif;
	}
textarea {
	font: 14px/18px Georgia, Times, "Times New Roman", serif;
	}
dd.normal input {
	width: 98%;
	}
input.submit {
	width: normal;
	background: #333;
	color: #fff;
	padding: 5px 10px;
	border: 0;
	cursor: pointer;
	}
input.submit:hover {
	background: #7cab61;
	}
	
/* SELF-CLEARING FLOATS
---------------------------------------------------- */
#header-inner:after,
#main:after,
ul.cols:after,
#extra-inner:after,
div.projects:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }

/* trigger hasLayout and target ie5+6/win only */
* html #header-inner,
* html #main,
* html ul.cols,
* html #extra-inner,
* html div.projects {
	height: 1%;
	}

/* trigger hasLayout and target ie7/win only */
*:first-child+html #header-inner,
*:first-child+html #main,
*:first-child+html ul.cols,
*:first-child+html #extra-inner,
*:first-child+html div.projects {
	min-height: 1px;
	}