/*  
Theme Name: Hire
Theme URI: http://hire.andylaub.com/
Description: I'm totally doing something.
Version: 4.0
Author: Andy Laub
Author URI: http://andylaub.com/
*/

* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	-webkit-font-smoothing: antialiased !important;
	}

img { display: block; }

body { background-image: url(images/grid.png); }

/* header */

#header {
	width: 720px;
	padding: 140px 10px 0;
	margin: 20px auto 0;
	position: relative;
	height: 68px;
	z-index: 10;
	text-align: center;
	}
	
h1 {
	background: url(images/logo.png) no-repeat left top;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 20px;
	left: 320px;
	text-indent: -99999em;
	}
	
h2 {
	font: normal 32px/28px Helvetica, Arial, sans-serif;
	color: #000;
	letter-spacing: -1px;
	text-shadow: #fff 0 2px 0;
	padding-left: 5px;
	}	
	
ul#navigation {
	position: absolute;
	bottom: 0;
	left: 190px;
	height: 23px;
	font: bold 12px/14px Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-shadow: #fff 0 1px 0;
	letter-spacing: 2px;
	}
	
ul#navigation li {
	list-style: none;
	display: inline;
	float: left;
	padding: 0;
	text-align: center;
	}

ul#navigation li a {
	color: #000;
	text-decoration: none;
	}

ul#navigation li a:hover {
	color: #333;
	}

ul#navigation li a.on span { bottom: 0; }
	
.content {
	background: url(images/white.png) repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	}
	
.content .carrot {
	position: absolute;
	top: -12px;
	height: 12px;
	width: 24px;
	background: url(images/carrot.png) no-repeat center top;
	}

/* intro */

#introduction .content {
	width: 500px;
	text-align: center;
	padding: 0 0 22px;
	}
	
#introduction .content p {
	font: normal 20px/30px Helvetica, Arial, sans-serif;
	color: #000;
	letter-spacing: -1px;
	text-shadow: #fff 0 1px 0;
	padding: 22px 10px 0;
	}
	
#introduction .carrot { left: 128px; }

/* work */

#samples .content {
	width: 740px;
	height: 400px;
	}
	
#samples .carrot { left: 366px; }

#samples h3 {
	float: left;
	font: bold 12px/14px Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-shadow: #fff 0 1px 0;
	letter-spacing: 2px;
	width: 120px;
	padding: 30px 0 0;
	text-align: right;
	}
	
#samples .notable {
	height: 259px;
	border-bottom: 1px dotted rgba(0,0,0,.2);
	}
	
ul.samples {
	float: right;
	width: 610px;
	padding: 10px 0 0;
	}

ul.samples li.post {
	float: left;
	width: 100px;
	height: 100px;
	padding: 10px;
	list-style: none;
	position: relative;
	}

ul.samples li.hover {
	z-index: 500;
	}

ul.samples li img {
	border: 5px solid #fff;
	position: relative;
	z-index: 50;
	}
	
ul.samples li h4 {
	font: bold 14px/16px Helvetica, Arial, sans-serif;
	color: #000;
	height: 22px;
	background: #fff url(images/shadow-left.gif) repeat-y left top;
	left: 110px;
	top: 30px;
	position: absolute;
	white-space: nowrap;
	letter-spacing: -1px;
	padding: 8px 10px 0;
	min-width: 110px;
	text-align: left;
	display: none;
	}
	
ul.samples li ul.actions {
	position: absolute;
	left: 110px;
	top: 60px;
	width: 121px;
	font: normal 12px/12px Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	display: none;
	text-align: left;
	}

ul.samples li ul.actions li {
	display: inline;
	list-style: none;
	}
	
ul.samples li ul.actions li a {
	float: left;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	padding: 5px 0 5px 10px;
	background-position: right center;
	background-repeat: no-repeat;
	}	
	
ul.samples li ul.actions li a:hover { background-color: #333; }
	
ul.samples li ul.actions li.action-view a { background-image: url(images/icon-zoom.png); width: 54px; }
ul.samples li ul.actions li.action-visit a { background-image: url(images/icon-visit.png); border-left: 1px dotted #fff; width: 45px; }

ul.samples li.fifth h4 {
	left: auto;
	right: 110px;
	background: #fff url(images/shadow-right.gif) repeat-y right top;
	}

ul.samples li.fifth ul.actions {
	left: auto;
	right: 109px;
	}

/* modal */

.simplemodal-container {
	border: 5px solid #fff;
	top: 260px !important;
	width: 690px;
	height: 350px;
	background: #000;
	}

.simplemodal-close {
	position: absolute;
	right: -23px;
	top: -23px;
	width: 20px;
	height: 20px;
	background: url(images/icon-close.png);
	cursor: pointer;
	}

/* contact */

#contact .content {
	width: 500px;
	text-align: center;
	padding: 0 0 22px;
	}
	
#contact .content p {
	font: normal 20px/30px Helvetica, Arial, sans-serif;
	color: #000;
	letter-spacing: -1px;
	text-shadow: #fff 0 1px 0;
	padding: 22px 10px 0;
	}

#contact .content a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

#contact .content a:hover { background: rgba(255,255,255,.5); }
	
/*
#contact .content {
	width: 500px;
	height: 340px;
	}
	
.content ul.form {
	padding: 20px 20px 0;
	position: relative;
	height: 300px;
	}

.content ul.form li {
	list-style: none;
	margin: 0 0 10px;
	background: #fff;
	width: 340px;
	height: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	}
	
.content ul.form li.form-textarea {
	width: 460px;
	height: 150px;
	}
	
.content ul.form li label {
	position: absolute;
	left: 10px;
	top: 14px;
	font: bold 12px/14px Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-shadow: #fff 0 1px 0;
	letter-spacing: 2px;
	}
	
.content ul.form li.form-text input {
	background: none;
	padding: 10px;
	width: 321px;
	height: 21px;
	font: normal 18px/20px Helvetica, Arial, sans-serif;
	color: #000;
	position: absolute;
	letter-spacing: -1px;
	left: 0;
	top: 0;
	}

.content ul.form li.form-textarea textarea {
	background: none;
	padding: 10px;
	width: 441px;
	height: 131px;
	font: normal 14px/20px Helvetica, Arial, sans-serif;
	color: #000;
	position: absolute;
	left: 0;
	top: 0;
	}
	
.content ul.form li.req span {
	background: url(images/flag.png) no-repeat left top;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 11px;
	top: 11px;
	text-indent:  -9999em;
	}
		
.content ul.form li.form-button {
	position: static;
	background: none;
	height: 0;
	overflow: visible;
	}	
	
.content ul.form li.form-button input {
	right: 25px;
	bottom: 5px;
	background: none;
	position: absolute;
	padding: 5px;
	font: bold 12px/14px Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-shadow: #fff 0 1px 0;
	letter-spacing: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	}
	
.content ul.form li.form-button input:hover {
	background: #eee;
	}
*/

#contact .carrot { left: 356px; }

/* footer */

#footer { position: absolute; left: -99999em; }	
	
/* homepage */

#wrapper { 
	width: 100%; 
	overflow: hidden; 
	position: relative; 
	z-index: 10;
	height: 452px;
	overflow: hidden;
	}
	
#scroller { width: 99999px; }

#scroller .page {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 12px;
	height: 440px;
	overflow: hidden;
	}

img.shadow {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	}