/* headers
_________________________*/
#header #intro h2 { font-size:70px; text-transform:uppercase; line-height:55px; margin:13px 0 20px 0;
font-family:"Anzeigen Grotesk W01"; font-weight:normal;}

/* titles 
_________________________*/
.home #focus .left-col h3 {
	width:118px;
}

/* 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 #373737;
}

.left-col h3 {
	font-family:"Futura W01 Light";
	margin:0 0 5px 0;
	font-size:28px;
	font-weight:normal;
	text-transform:uppercase;
	width:300px;
	line-height:30px;
}
.project .left-col p,
.post .left-col p {
	font-size:14px;
	margin:0 0 15px 0;
	width:275px;
	line-height:18px;
}
.project .left-col strong,
.post .left-col strong { font-weight:normal; }

.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;
}
#focus .content .right-col {
	background-color:#0e0e0e;
	padding:25px 20px 0 20px;
	width:533px;
}
.content .right-col p {
	font-size:1.6em;
	margin:0 0 20px 0;
	line-height:22px;
}
.content .right-col h4 {
	color:#fff000;
	font-size:1.6em;
	font-weight:normal;
	margin:0 0 20px 0;
}

/* compliments */
.compliments { 
	border-bottom:0;
	margin:0;
	padding:0;
}
.compliments .right-col h4 {
	margin:0;	
}
.compliments .right-col strong {
	margin:6px 0;
	font-size:1.6em;
	font-weight:normal;
	display:block;
}
.compliments .right-col p {
	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;	
}
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 p { margin:0 !important; }
#submit {
	width:57px;
	height:27px;
	text-transform:uppercase;
	line-height:16px;
	display:block;
	cursor:pointer;
	padding:4px 4px 6px 4px;
	margin:15px 0 0 0;
}
#search-notes { overflow:hidden; margin-top:20px; }
#search-notes input { margin:0; }
#search-notes #submit { display:inline; margin-left:10px; width:76px; }


/* tumblr */
.notes #buttons { padding-left:15px; display:block; float:right; }
.notes #buttons a { display:block; float:left; padding-right:10px; line-height:16px; }
.notes .post {
	margin-bottom:50px;
}
.notes #focus .post .right-col { padding-bottom: 25px; }
.notes .post .right-col img { width:100%; }

.notes .tags { overflow:hidden; }
.notes .tags strong,
.notes .tags a { float:left; padding:5px; margin:0 5px 5px 0; display:block; }

.notes .tag { background-color: #0E0E0E; }
.notes .tags strong { padding-left:0; }

.notes .left-col h3 a { color:#fff; }
.notes .left-col h3 a:hover { color:#00ABEB; }

.notes .content { margin:0; }
.notes #footer { margin-top:0; }

.notes #pagination { overflow:hidden; }
.notes #pagination .next { float:right; }
.notes #pagination .prev { float:left; }
.notes #pagination a { padding:5px; margin:0 5px 5px 0; display:block; font-size:14px; background-color: #0E0E0E; }

