/* @override 
	http://mac.local/twosixcode/css/twosixcode.1.4.css
*/

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */                
BODY {font-size:75%;color:#222;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#fff;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:1.7em;margin-bottom:0.5em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a {outline: none;}
a img {border: none; text-decoration: none; border: none;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* generic classes */
.clear {clear: both;}
.clear-left {clear: left;}
.clear-right {clear: right;}
.left {float: left;}
.right {float: right;}
.hidden {display: none;}
.column {display: inline; float: left;}
.column.right {float: right;}
.w700 {width: 700px;}
.w500 {width: 500px;}
.w400 {width: 400px;}
.bold {font-weight: bold;}
.uppercase {text-transform: uppercase;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.finder {border: 1px solid red;}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

body {
	background: #191919;	
	color: #d8d8d8;
	font-size: 14px;	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/* background-image: url(../images/banner-shadow.gif);  */
	background-repeat: repeat-x;
	background-position: 0px 241px;
}

#nav {
	position: absolute;
	top: 169px;
	right: 0px;
	font-size: 1.1em;
}

#nav ul li {
	display: inline;	
}

#nav ul li a {
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	color: #a0a0a0;
	border: 1px solid #333;
	background: #070707;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	display: block;
	float: right;
	margin-right: 20px;
	text-align: center;
}

#nav ul li a:hover {
	color: #fec321;
}

#nav ul li a.current {
	border-bottom: 1px solid #191919;
	background: #191919;
	color: #ddd;
	cursor: default;
}

#nav ul li a.current:hover {
	background: #191919;
}

#nav ul li a#client-link {
	width: 85px;
}

#nav ul li ul#client-nav li {
	display: block;
}

#banner {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	background: #000;
	margin-top: 40px;
}

#banner-content {
	width: 960px;
	margin: 0 auto;	
	height: 200px;
	position: relative;
}

#logo {
	position: absolute;
	top: 0px;
	left: -220px;
	z-index:0;
	height: 200px;
	width: 860px;
	background: url('../images/two-six-code-banner.jpg') no-repeat;
}

#homelink {
	position: absolute;
	top:32px;
	left: 23px;
	width: 118px;
	height: 129px;
	display: block;
	z-index:2;
}

a {
	color: #FFC21D;
	text-decoration: none;
}

a.unlink	{
	background: none;
}

a.unlink:hover {
	background: none;
}

.green {
	color: #A3C150;	
}

.orange {
	color: #FFC21D;
}

#wrapper {
	width: 920px;
	margin: 0 auto;	
	padding: 30px 20px;
	/* background: url(../images/banner-shadow.gif) repeat-x; */
	position: relative;
}

#sidebar {
	width: 205px;
	padding: 10px 0 20px 10px;
	float: right;
	display: inline;
	min-height: 350px;
   /*  background: url(../images/divider-tile.gif) repeat-y left;    */ 
	/* background-image: url(../images/divider.gif);
		background-repeat: no-repeat;
		background-position: 0px 5px;   */
}

.remove {
	position: absolute;
	left: -9999em;
}

#sidebar p#address {
	margin-left: 22px;	
	margin-top: 20px;
	font-size: 1.1em;
	margin-bottom: 44px;
}

a#email:hover {
	background: none;
	color: #FFC21D;
}

#main {
	width: 635px;
	padding: 0 40px 0 0;
	float: left;
	display: inline; 
	background: url(../images/divider-tile.gif) repeat-y right;   
}

#cap {
	width: 635px;
	padding: 0 40px 0 0;
	float: left;
	display: inline; 
	background: url(../images/cap.gif) no-repeat top right;
	height: 33px;
}

#shoe {
	width: 635px;
	padding: 0 40px 0 0;
	float: left;
	display: inline; 
	background: url(../images/shoe.gif) no-repeat top right;
	height: 32px;
}


#footer {	
	border-top: 1px solid #242424;
	margin-top: 40px;
	color: #3E3E3E;
	font-size: 12px;
}

#footer p {
	margin-bottom: 5px;
}

#footer a {
	color: #3E3E3E;
}

#footer a:hover {
	color: #fec223;
}

#footer p.contact {
	font-size: 1.3em;
}

#footer-wrap {
	margin: 0 auto;	
	padding: 10px 20px;
	width: 920px;
}

/******** HOME ********/

#home #main {
	padding-bottom: 80px;
}

#message {
	margin-top: 10px;
	position: relative;
	width: 653px;	
}

#message p {
	font-size: 16px;
	font-style: italic;
	background: #191919;
}

#more {
	display: none;
}

.hi-wrap {
	width: 675px;	
	float: left;
	margin-top: 40px;
}

#skillset {
	float: left;
	background: #303030;
/* 	background: #1f1f1f; */
	min-height: 160px;
	width: 430px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	font-size: 16px;
	padding: 30px;
}

#skillset p {
	background: #303030;	
/* 	background: #1f1f1f;	 */
}

#skillset ul {
	background: #303030;
/* 	background: #1f1f1f; */
	margin-left: 46px;
	margin-bottom: 0;
}

#skillset img.head {
	margin: -5px 0 10px -5px;
}

.js-enabled .skill-content {
	display: none;	
}

#skill-indicator {
	position: absolute;
	top: 48px;
	right: -17px;
}

#skillset-nav {
	float: right;
	width: 155px;
	padding-left: 30px;
}

#skillset-nav ul {
	list-style-type: none;
	margin: 0;
}

#skillset-nav ul li {
	margin: 0 0 5px 0;
}

#skillset-nav ul li a {
	color: #848484;
}

#skillset-nav ul li a:hover {
	color: #FFC21D;
	border: none;
	background: none;
}

#skillset-nav ul li a.current, #skillset-nav ul li a.current:hover  {
	color: #A3C150;	
}

.js-enabled #text p, .js-enabled h1 span {
	display: none;	
}

#tooltip {
	position: absolute;
	z-index: 100;
	background: #303030;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#tooltip h3 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: normal;
}

.recent-work {
	border: 1px solid #444;
}

a.p-link {
	color:  #fff;
}


#home a.service h3 {
	margin-bottom: 0;
	line-height: 1.5em;  
   	color: #A3C150;	
	font-size: 16px;
	line-height: 32px;
}

#home a.service {
	float: left;
	width: 170px;
	padding:10px 20px 0 20px;
	color: #fff;
	border: 1px solid #191919;
}

#home a.service:hover {
	background-color: #1d1d1d;
	border: 1px solid #222;
}


#home .service p {
	clear: left;
}

p.learn-more {
	margin-top: -15px;
}

#home .testimonial-wrap {
	margin-top: 50px;
}

#view-all {
	float: right;
	margin-right: 30px;
	display: inline;
	margin-top: 20px;
}

/******** PORTFOLIO ********/

#portfolio #main {
	width: 600px;
	float: right;
	display: inline; 
	padding: 0 0 0 60px; 
	background: url(../images/divider-tile.gif) repeat-y left;
}

#portfolio #cap {
	width: 600px;
	float: right;
	display: inline; 
	padding: 0 0 0 60px;
	background: url(../images/cap.gif) no-repeat top left;
	height: 33px;
}

#portfolio #shoe {
	width: 600px;
	float: right;
	display: inline; 
	padding: 0 0 0 60px;
	background: url(../images/shoe.gif) no-repeat top left;
	height: 32px;
}

#portfolio #sidebar {
	width: 200px;
	padding: 0 0 20px 20px;
	float: left;
	display: inline;
	background: none;
}

#portfolio #sidebar .description {
	font-size: .9em;
	font-style: italic;
}

#portfolio #sidebar ul {
	list-style: none;
	margin-left: -10px;
}

ul#project-nav li {
	line-height: 1.1em;
	margin-bottom: 15px;
}

ul#project-nav a {
	display: block;
	padding: 5px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #191919;
}

ul#project-nav a:hover {
	color: #A3C150;
	background: #0f0f0f;
}

ul#project-nav a.disabled {
	background: #0f0f0f;
	color:  #A3c150;
	cursor: auto;
}
	
ul#project-nav a:hover .description {
	color: #fff;
}

	
ul#project-nav a .description {
	color: #fff;
}

#slideshow-wrap {
	height: 350px;
	margin-bottom: 20px;
	margin-top: 25px;
} 

#portfolio h4 {
	margin-bottom: 15px;
}

.p-image {
	float: left;
	margin: 0 15px 15px -10px;
	padding: 10px;
	background: url(../images/p-image-bg.gif) no-repeat;
}

/******** SERVICES ********/ 

#services h2 {
	margin-bottom: 30px;
}                    

#services h3 {
	margin-bottom: 0;
	line-height: 1.5em;  
   	color: #A3C150;	
}   

#services .service {
	margin-bottom: 60px;
}     

.service img.left {
	padding: 0 20px 10px 0;
}    

#services .service p {
	margin-top: -15px;
} 

.source {
	height: 40px;
	padding-top: 18px;
	background: url(../images/testimonial-point.gif) no-repeat 15px -5px;
	margin-bottom: 40px;
}

.source p {
	font-size: 0.9em;
	line-height: 1.4em;
	margin: 0 20px;
}

.testimonial-wrap.odd .source {
	text-align: right;
	background-position: 161px -5px;
}

.testimonial {
	background: #2d2d2d;
	color: #fff;
	line-height: 1.4em;
	padding: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-style: italic;
	font-size: 0.9em;
}

.testimonial p {
	margin-bottom: 0;
}

/* #services #sidebar {
	padding-top: 65px;
}                */


/******** ABOUT ********/ 

#about img.left {
	padding: 5px 20px 10px 0;
} 

#about #sidebar {
	padding-left: 0;
	padding-right: 0;
}               
/* 
#two-six-side {
	background: #333;
	padding: 20px;  
	-moz-border-radius: 5px;
} 
   */
#two-six-side {
	background: #303030;
	padding: 17px;  
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 0.9em;
}

#about #main {
	padding-bottom: 95px;
}

ul.credit {
	margin-left: 390px;
	list-style: none;
}

ul.credit li {
	margin-bottom:  10px;
	padding-left: 25px;
	background: url(../images/check.png) no-repeat left;
}