/*

		global.css
		davehulse.com
		7/2010
		
		Author:
		Dave Hulse
		
		Heiarchy:
			Global General Styles
			Form Styles
			Common Styles
			Content Styles
			Project Detail Styles
			Utility Styles

*/

/*
	===================================================================
	Global General Styles
	===================================================================
*/

body {
	color: #111;
	background: url(/assets/img/bg.png) repeat top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

a {
    color: #111;
}
img {
	float: left;
	width: 400px;
}
a, a:active {
	cursor: pointer;
}
a:hover {
	text-decoration: none;
	color: #777;
}
p, dl dt a {
	line-height: 15px;
}
input, select, textarea, th, td {
	font-size: 12px;
	font-family: Arial, sans-serif;
}
li li, li p, td p, blockquote p {
	font-size: 12px
}

/*
	===================================================================
	Form Styles
	===================================================================
*/

form, fieldset {
	border: 0;
}
input, select, textarea {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
}

/*
	===================================================================
	Common Styles
	===================================================================
*/

h1 {
	padding: 16px 296px 24px 100px;
	font-size: 50px;
	line-height: 50px;
	font-weight: normal;
	letter-spacing: -4px;
	color: #383838;
	font-family: "Century Schoolbook", Century, Georgia, "Times New Roman", serif;
	background: url(/assets/img/hulse.png) no-repeat top left;
	text-shadow: #fff 0 1px 0;
}
h1 span {
	font-weight: normal;
}
h2 {
	float: left;
	width: 900px;
	font-size: 26px;
	padding-bottom: 3px;
	margin: 20px 0 15px 0;
	font-weight: normal;
	letter-spacing: -1px;
	border-bottom: 1px dotted #666;
	font-family: "Century Schoolbook", Century, Georgia, "Times New Roman", serif;
	color: #383838;
	text-shadow: #fff 0 1px 0;
}
h2 a {
	float: right;
	display: block;
	margin-top: 16px;
	margin-right: 30px;
	width: 7px;
	height: 9px;
	text-indent: -9999px;
	border-bottom: none;
	background: url(/assets/img/arrowUp.gif) no-repeat top left;
}
h2 span {
	color: #999;
}
h3 {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
	height: 50px;
	font-family: "Century Schoolbook", Century, Georgia, "Times New Roman", serif;
	overflow: hidden;
}
ul {
	list-style: none;
}
ul.nav {
	font-family: "Century Schoolbook", Century, Georgia, "Times New Roman", serif;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0;
	font-weight: normal;
	padding-bottom: 10px;
}
ul.nav li a {
	color: #383838;
	text-shadow: #fff 0 1px 0;
}
ul.nav li a span {
	color: #999;
}
ul.nav li a:hover {
	color: #000;
}
ul.nav li a span:hover {
	color: #999;
}
p {
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
p + p, {
	text-indent: 30px;
}
p a {
	border-bottom: 1px dotted #999;
}

#pageWrap {
	position: relative;
	width: 900px;
	margin: 60px auto 0 auto;
	text-align: center;
	
}	
#page {
	float: left;
	position: relative;
	width: 900px;
	margin:	0;
	padding: 0;
	text-align: left;
}
#introWrap {
	float: left;
	width: 800px;
	margin-left: 100px;
	clear: both;
}
#introWrap h2 {
	float: left;
	width: 800px;
	font-size: 9px;
	text-transform: uppercase;
	padding-bottom: 3px;
	margin: 4px 0 5px 0;
	font-weight: normal;
	letter-spacing: 4px;
	border-bottom: none;
	font-family: "Century Schoolbook", Century, Georgia, "Times New Roman", serif;
	color: #383838;
	text-shadow: #fff 0 1px 0;
}
.twoColumnWrap, .threeColumnWrap, .fourColumnWrap {
	float: left;
	width: 900px;
}
.twoColumnWrap .columnFirst {
	float: left;
	display: inline;
	width: 370px;
	margin-left: 100px;
}
.twoColumnWrap .column {
	float: left;
	display: inline;
	width: 370px;
	margin-left: 30px;
}
.twoColumnWrap .columnFirst p, .twoColumnWrap .column p {
	padding-bottom: 0;
}
.twoColumnWrap.last {
	padding-bottom: 100px;
}
.threeColumnWrap .columnFirst {
	float: left;
	display: inline;
	width: 236px;
	margin-left: 100px;
}
.threeColumnWrap .column {
	float: left;
	display: inline;
	width: 236px;
	margin-left: 30px;
}
.fourColumnWrap .columnFirst {
	float: left;
	display: inline;
	width: 170px;
	margin-left: 100px;
}
.fourColumnWrap .column {
	float: left;
	display: inline;
	width: 170px;
	margin-left: 30px;
}
.fourColumnWrap p {
	font-size: 11px;
	line-height: 18px;
}

/* Projects */
.fourColumnWrap a {
	float: left;
	position: relative;
	margin-top: 30px;
	width: 170px;
	height: 170px;
	background-position: 0 -170px !important;
}
.fourColumnWrap a:hover {
	background-position: 0 0 !important;
	box-shadow: 0 0 10px #ddd;
  	-moz-box-shadow: 0 0 10px #ddd;
  	-webkit-box-shadow: 0 0 10px #ddd;
}
.fourColumnWrap a.firstRow {
	margin-top: 5px;
}
.fourColumnWrap a#matchplanner {
	background: url(/assets/img/matchplanner.jpg) no-repeat top left;
}
.fourColumnWrap a#stylecompass {
	background: url(/assets/img/br.jpg) no-repeat top left;
}
.fourColumnWrap a#vbn {
	background: url(/assets/img/vbn.jpg) no-repeat top left;
}
.fourColumnWrap a#luna {
	background: url(/assets/img/luna.jpg) no-repeat top left;
}
.fourColumnWrap a#odopod {
	background: url(/assets/img/odopod.jpg) no-repeat top left;
}
.fourColumnWrap a#sch {
	background: url(/assets/img/sch.jpg) no-repeat top left;
}
.fourColumnWrap a#ps {
	background: url(/assets/img/ps.jpg) no-repeat top left;
}
.fourColumnWrap a#pikkee {
	background: url(/assets/img/pikkee.jpg) no-repeat top left;
}
.fourColumnWrap a#legacy {
	background: url(/assets/img/legacy.jpg) no-repeat top left;
}
.fourColumnWrap a#genentech {
	background: url(/assets/img/genentech.jpg) no-repeat top left;
}
.fourColumnWrap a#southwest {
	background: url(/assets/img/southwest.jpg) no-repeat top left;
}
.fourColumnWrap a#torani {
	background: url(/assets/img/torani.jpg) no-repeat top left;
}
.fourColumnWrap a span.title {
	float: left;
	position: absolute;
	font-size: 18px;
	line-height: 21px;
	width: 150px;
	bottom: 10px;
	left: 10px;
	letter-spacing: 0;
	font-weight: normal;
	color: #fff;
	font-family: "Century Schoolbook", Century, Georgia, "Times New Roman", serif;
	text-shadow: #333 0 1px 0;
}
.fourColumnWrap a:hover span.title {
}
.fourColumnWrap a span.title span.date {
	font-size: 10px;
	letter-spacing: 0;
	line-height: 12px;
	color: #eee;
	background: #000;
	padding: 1px 3px;
	text-shadow: none;
}
.fourColumnWrap ul {
	float: left;
}
#additionalClients {
	float: left;
	width: 900px;
}
#additionalClients h3 {
	margin-top: 20px;
	text-shadow: #fff 0 1px 0;
	padding-left: 100px;
	height: auto;
}
#additionalClients p {
	padding-left: 100px;
}

p#copyright {
	float: left;
	display: inline;
	text-align: right;
	margin: 60px 0 0 100px;
	padding: 6px 10px 8px 0;
	color: #666;
	clear: both;
	width: 760px;
	border-top: 1px dotted #fff;
	background: #111;
	font-family: Courier, 'Courier New';
}
p#copyright span{
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
	color: #999;
	font-size: 14px;
	padding-left: 4px;
}
.columnFirst p, .column p {
	padding-left: 0;
	padding-bottom: 10px;
}

.dcap{
	font-family: "Century Schoolbook", Century, Georgia, "Times New Roman", serif;
	display: inline;
	float: left;
	font-size: 5.6em;
	line-height: .8em;
	font-style: normal;
	text-transform: uppercase;
	font-weight: 400;
	padding: .03em .09em 0 4px;
	margin: 0 0 0 -3px;
	color: #111;
}
/*
	===================================================================
	Page Slide Styles
	===================================================================
*/
#pageslide-body-wrap {
    position: relative;
}

#pageslide-slide-wrap {
    position: fixed;
    width: 0;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #111;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: none;
	z-index: 999;
	font-family: Arial, Helvetica, sans-serif;
	 box-shadow: -10px 0 10px #282828;
  	-moz-box-shadow: -10px 0 10px #282828;
  	-webkit-box-shadow: -10px 0 10px #282828;
}

#pageslide-content {
    color: #FFF;
}

#pageslide-content h2 {
    color:#fff;
    font-size:22px;
    font-weight: bold;
    margin-bottom:25px;
}

#secondary {
	position: relative;
 	color: #fff;
	padding: 15px 35px;
}
#secondary h3 {
	font-size: 26px;
	line-height: 22px;
	padding: 10px 110px 19px 0;
	text-transform: none;
	letter-spacing: -1px;
	font-weight: normal;
	height: auto;
	font-family: "Century Schoolbook", Century, Georgia, "Times New Roman", serif;
}
#secondary p {
	color:#fff;
	font-size:14px;
	line-height: 22px;
	margin-bottom:16px;
}
#secondary p.visitSite {
	color:#aaa;
	font-size:11px;
	line-height: 16px;
	margin-bottom:14px;
}
#secondary p a {
	color:#fff;
	font-size:11px;
	font-family: Arial, Verdana, sans-serif;;
	line-height: 16px;
	margin-bottom:14px;
	border-bottom: 1px dotted #666;
}
#secondary p a:hover {
	border-bottom: 1px dotted #aaa;
}
#secondary .imageLoader {
	float: left;
	display: inline;
	width: 477px;
	height: 270px;
	margin: 40px 0 0 25px;
	padding: 0;
	background: url(/assets/img/loader.gif) 50% 50% no-repeat;
}
#secondary .imageLoader img {
	width: 477px;
	height: 270px;
	display: none;
}

#secondary ul {
	font-size: 11px;
	line-height: 16px;
	margin: 0;
	padding-bottom: 20px;
	color: #aaa;
}
#pageslide-content a { 
  	font-size: 12px;
}
.pageslide-close {
	position: absolute;
	display: block;
	top: 28px;
	right: 35px;
	width: 65px;
	height: 65px;
  	text-indent: -9999px;
  	background: url(/assets/img/btn_close.gif) no-repeat 50% 50%;
  	border-bottom: none;
	padding: 0;
	margin: 0;
}	
/*
	===================================================================
	Utility Styles
	===================================================================
*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear:  both;
    visibility: hidden;
}
.hide {
	display:            none;
}
p#skip {
  display:            none;
}
