/* headers
_________________________*/
#header #intro h2 { font-size:4.7em; text-transform:uppercase; line-height:38px; line-height:26px\9; font-weight:bold; margin:4px 0 30px -3px;}

#header #intro h2 cufon { margin:0 0 -15px 0; position:relative !important; }

/* titles 
_________________________*/
.home #focus .left-col h3 {
	background:url(../img/latest-projects.png) no-repeat;
	width:118px;
	height:53px;
	text-indent:-9999px;
}

/* homepage latest */
#latest-projects {
	padding:7px;
	background-color:#fff;
	height:265px;
}
#latest-projects a {
	display:block;
	height:265px;
}
#latest-projects li {
	width:560px;
	height:265px;
	overflow:hidden;
}
#latest-projects .left {
	float:left;
}
#latest-projects .right {
	float:right;	
}

/* WORK page */
.project {
	margin:0 0 48px 0;
	padding:0 0 48px 0;
	border-bottom:1px solid #6a6868;
}
.left-col h3 {
	margin:0 0 5px 0;
	font-size:28px;
	font-weight:normal;
	text-transform:uppercase;
}
.project .left-col p {
	font-size:1.4em;
	margin:0 0 15px 0;
	width:275px;
	line-height:18px;
}
.project .right-col div {
	padding:7px;
	background-color:#fff;	
}
.project .right-col div a {
	display:block;
	height:265px;
}
.project.last {
	border-bottom:0;
}
.content.last {
	border-bottom:0;
}
.work .content {
	font-size:1.4em;
	line-height:22px;
	padding:0;
}
.work .content .right-col {
	padding-bottom:20px !important;
}
.work .content a {
	display:block;
}

/* CONTENT */
.content {
	margin:0 0 48px 0;
	padding:0 0 48px 0;
	border-bottom:1px solid #6a6868;
}
#focus .content .right-col {
	background-color:#0e0e0e;
	padding:25px 20px 0 20px;
	width:533px;
}
.content .right-col p {
	font-size:1.4em;
	margin:0 0 20px 0;
	line-height:18px;
}
.content .right-col h4 {
	color:#fff000;
	font-size:1.6em;
	margin:0 0 20px 0;
}

/* blog */
.blog #focus {
	margin:0;
}
.blog .content {
	border-top:1px solid #fff;
	padding:48px 0 0 0;
	
}
.blog .left-col h3 {
	margin:0 0 20px 0;
}
.blog .left-col p {
	font-size:1.4em;
	margin:0 0 15px 0;
	line-height:20px;
	width:250px;
}
.blog .left-col p a {
}
.blog .right-col span {
	color:#fff000;
	font-size:1.6em;
	margin:0 0 20px 0;
	display:block;
}
.blog #header {
	border-bottom:0;
}

.blog .entry .extradata {
	margin:50px 0 20px 0;
	display:block;
	border-top:1px dashed #333;
	border-bottom:1px dashed #333;
	padding:20px 0;
}

.navigation {
	overflow:hidden;
	font-size:1.1em;
}
.blog .alignleft {
	float:left;
}
.blog .alignright {
	float:right;
}

.entry .alignleft {
	padding:0 15px 15px 0;
}
.entry .alignright {
	padding:0 0 15px 15px;
}

/* Blog comments */
.comment {
	overflow:hidden;
	padding:0 0 20px 0;
}
.comment .vcard {
	float:left;
	width:120px;
	padding:0 20px 0 0;
}
.comment-body .vcard img {
	display:block;
	padding:0 0 10px 0;
}
#commentform #submit {
	background:#252525;
	border:0;
	color:#fff;
	padding:5px;
	text-transform:uppercase;
	cursor:pointer;
	height:auto;
	font-size:12px;
	margin:0;
}
#commentform #submit:hover {
	background-color:#2b2b2b;
}
#commentform input {
	background-color:#252525;
	border:0;
	color:#EBEBEB;
	font-size:16px;
	height:21px;
	margin:9px 0 0;
	padding:4px;
}
#commentform textarea {
	width:500px;
	background-color:#252525;
	border:0;
	font-size:16px;
	color:#EBEBEB;
	font-family:Arial, Helvetica;
	padding:4px;
}

.commentlist {
	border-bottom:1px dashed #333;
}
/* testimonials */
.testimonials { 
	border-bottom:0;
	margin:0;
	padding:0;
}
.testimonials .right-col h4 {
	margin:0;	
}
.testimonials .right-col strong {
	margin:6px 0;
	font-size:1.2em;
	font-weight:bold;
	display:block;
}
.testimonials .right-col p {
	font-style:italic;
	margin:0 0 25px 0;
}

/* contact */
.contact .content {
	border-bottom:0;
	margin:0;
	padding:0;
}
.contact .content .right-col {
	padding-bottom:25px !important;	
}

.contact label {
	display:block;
	font-size:1.4em;
	color:#ccc;
	padding:15px 0 0 0;
}
.contact label span { display:block; clear:both; }
.contact label.first { padding:0 !important; }
.contact label.error { 
	display:inline;
	font-size:12px;
	color:#feef00;
	padding:9px 0 0 10px;
	float:left;
}
.contact input.error {
	border:1px solid #feef00;	
}
.contact textarea.error {
	border:1px solid #feef00;	
}
.contact input {
	background-color:#252525;
	border:0;
	width:326px;
	height:21px;
	margin:9px 0 0 0;
	font-size:16px;
	color:#ebebeb;
	padding:4px;
	float:left;
}
.contact textarea {
	background-color:#252525;
	border:0;
	width:326px;
	height:92px;
	margin:9px 0 0 0;
	font-size:16px;
	color:#ebebeb;
	font-family:Arial, Helvetica, sans-serif;
	padding:4px;
	float:left;
}
.contact #submit {
	background:url(../img/send-btn.png) no-repeat;
	width:57px;
	height:27px;
	line-height:1;
	text-indent:-9999px;
	display:block;
	cursor:pointer;
	margin:0;
	clear:both;
	margin:15px 0 0 0;
}
.contact #submit:hover {
	background-position:0 -27px;	
}
.contact p { margin:0 !important; }

@media print {
	#header #intro h2 {
		text-indent:0 !important;	
	}
	#header #logo-nav h1 a {
		text-indent:0;	
	}
	.home #focus .left-col h3 {
		text-indent:0;	
	}
	#footer h4 { text-indent:0; }
}