

@import url('reset.css');
@import url('template.css');

/* [01] Image Replacements
-------------------------------------------------------*/
/* Standard image replacement */
.imr {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

/* Button image replacement */
input.imr, button.imr {
	border: none;
	padding: 0;
	cursor: pointer;
}

/* [02] Clearfix
-------------------------------------------------------*/
/* More info at: http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    font-size: 0;
}
.clearfix {
	display: block;
}

/* [03] Accessible Hide
-------------------------------------------------------*/
.hide {
	position: absolute;
	display: block;
	height: 0;
	visibility: hidden;
	left: -9999px;
	top: -9999px;
	padding: 0;
	margin: 0;
}

/* Legend hide */
legend.hide,
legend.hide span {
	line-height: 0;
}

/* [04] Misc
-------------------------------------------------------*/
.column {
	float: left;
}

/* PORTFOLIO - HOMEPAGE
-------------------------------------------------------*/
#portfolio {
	padding: 10px 0 0 50px;
}
#portfolio h3 {
	float: left;
	width: 120px;
	height: 134px;
	overflow: hidden;
	background: red;
	margin: 0 5px 5px 0;
	background: 0 0 no-repeat;
	display: inline;
}
#portfolio h3.first {
	margin-left: 0;
}
#portfolio ul {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	display: inline;
}
#portfolio li {
	float: left;
	margin: 0 5px 5px 0;
	position: relative;
}
#portfolio img {
	display: block;
}
#portfolio a {
	display: block;
	width: 120px;
	height: 134px;
	overflow: hidden;
}
#portfolio li span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 134px;
	background: #FFF;
	background: url('../images/backgrounds/bg-fade.png');
	text-indent: -9999px;
}
#portfolio a:hover span {
	background: url('../images/backgrounds/bg-portfolio.png') 0 0 no-repeat;
	cursor: pointer;
}

/* CLIENT LOGOS - HOMEPAGE
-------------------------------------------------------*/

#portfolio h3.vtitle {
	background: #fefefe;
	width: 120px;
	height: 134px;
	
}
#portfolio h3.vtitle p {
	color:#000000;
	font-weight:normal;
	font-family:arial;
	font-size:12px;
	text-align:right;
	margin:80px 5px 0 5px;
}


/* PROJECT OVERLAY - HOMEPAGE
-------------------------------------------------------*/
/* General rules, for javascript and non-javascript versions */
#project .imr.project-title {
	margin-bottom: 20px;
}
#project h2,
#project h3 {
	text-transform: uppercase;
}
#project h3.studio,
#project h3.role,
#project a.view-site {
	background: url('../images/sprites/spr-portfolio.png') 0 0 no-repeat;
}
#project h3.studio {
	margin: 25px 0 3px;
	width: 71px;
	height: 15px;
	background-position: -115px -61px;
}
#project h3.role {
	margin: 25px 0 3px;
	width: 109px;
	height: 15px;
	background-position: 0 -61px;
}
#project a.view-site {
	margin-top: 25px;
	width: 91px;
	height: 15px;
	background-position: -182px -19px;
}
#project a.view-site:hover {
	background-position: -182px -37px;
}
#project .about,
#project .project, {
	padding-bottom: 30px;
}

#project .project img {
	margin-bottom: 25px;
	border: 1px solid #dddddd;
}

#project .project object {
	margin-bottom: 25px;
}


/* Colourbox overlay */
#cboxLoadedContent #project {
	overflow: hidden;
	width: 840px;
	padding-bottom: 40px;
}
#cboxLoadedContent #project .project {
	float: left;
	width: 620px;
	padding: 0;
}
#cboxLoadedContent #project .about {
	float: right;
	width: 200px;
	padding: 90px 0 0 20px;
}




/* PORTFOLIO PAGE - NON JS
-------------------------------------------------------*/
#content.portfolio {
	width: 620px;
	padding: 30px 0 0 565px;
}

/* CONTACT PAGE
-------------------------------------------------------*/
#content.contact .column-wrapper {
	padding: 30px 0 0 30px;
}
#content.contact .column {
	width: 190px;
	margin-bottom: 50px;
}
#content.contact .col1 {
	margin-right: 50px;
}

/* Headings and image replacements */
#content.contact h2.enquiry,
#content.contact h2.contact,
#content.contact h2.social,
#content.contact span.tel,
#content.contact span.emailme,
#content.contact span.emailme2,
#content.contact form .imr,
#content.contact button {
	background: url('../images/sprites/spr-contact.gif') 0 0 no-repeat;
}
#content.contact h2.enquiry {
	width: 131px;
	height: 53px;
	background-position: -1px -1px;
	margin-bottom: 25px;
}
#content.contact h2.contact {
	width: 145px;
	height: 53px;
	background-position: -2px -119px;
	margin-bottom: 25px;
}
#content.contact h2.social {
	width: 117px;
	height: 53px;
	background-position: -2px -60px;
	margin: 50px 0 25px;
}

#content.contact span.tel {
	width: 193px;
	height: 15px;
	background-position: 0 0;
}
#content.contact span.emailme {
	width: 194px;
	height: 17px;
	background-position: -2px -239px;
	margin: 10px 0 25px;
}


/* Contact form */
#content.contact form label {
	display: block;
	margin-bottom: 0.833em; /* 10px */
}
#content.contact form br {
	display: none;
}
#content.contact input,
#content.contact textarea {
	width: 180px;
	padding-left: 7px;
	border: none;
	border-bottom: 1px solid #362E1F;
	color: #888;
	background: url('../images/backgrounds/bg-form-input.gif') left center no-repeat;
}
#content.contact textarea {
	background-position: 0 6px;
	overflow: auto;
	height: 19.167em; /* 230px */
}
#content.contact form .name,
#content.contact form .email,
#content.contact form .enquiry {
	width: 70px;
	height: 12px;
	margin-bottom: 5px;
	background-position: -144px -60px;
}
#content.contact form .email {
	background-position: -144px -36px;
}
#content.contact form .enquiry {
	background-position: -144px -12px;
}
#content.contact button {
	width: 49px;
	height: 15px;
	background-position: -143px -84px!important;
}
#content.contact button:hover {
	background-position: -143px -104px!important;
}

/* Social links */
#content.about .col1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	left: -2px;
}
#content.about .col1 li {
	float:left;
}
#content.about .col1 ul a {
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	width: 42px;
	height: 42px;
	margin: 15px 10px 10px 0px;
	background: url('../images/sprites/spr-about.png') no-repeat;
}

#content.about ul .myspace a {
	background-position: -8px -79px;
}
#content.about ul .youtube a {
	background-position: -55px -79px;
}
#content.about ul .facebook a {
	background-position: -102px -79px;
}


#content.about ul .emailme a {
	width: 260px;
	height: 20px;
	margin: 0 0 5px 0;
	float:none;
	background-position: 0 -134px;
}
#content.about ul .emailme2 a {
	width: 230px;
	height: 20px;
	margin: 0 0 5px 0;
	float:none;
	background-position: 0 -156px;
}
#content.about ul .web a {
	width: 140px;
	height: 20px;
	margin: 0 0 5px 0;
	float:none;
	background-position: 0 -198px;
}



/*** ABOUT ME ***/


#content.about .column-wrapper {
	padding: 50px 0 0 30px;
}
#content.about .column {	
	margin-bottom: 50px;
}
#content.about .col1 {
	margin:15px 50px 0px 30px;
	
}
#content.about .col1 p {
	color: #e8eaf0;
	font-size: 1.1em;
}

#content.about .col2 {
	width: 180px;
}
#content.about .col2 p {
	color: #e8eaf0;
}


/* Headings and image replacements */
#content.about h2.about,
#content.about h2.contact,
#content.about li.tel,
#content.about h2.directorreels,
#content.about h2.editingreel,
#content.about h2.musicvideos,
#content.about h2.documentaries,
#content.about h2.promos,
#content.about h2.live {
	background: url('../images/sprites/spr-about.png') 0 0 no-repeat;
	}

#content.about h2.about {
	width: 172px;
	height: 35px;
	background-position: 0 0;
	margin-bottom: 25px;
	}

#content.about h2.contact {
	width: 162px;
	height: 35px;
	background-position: 0 -40px;
	margin: 40px 0 25px 0;
	}

#content.about li.tel {
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	width: 130px;
	height: 20px;
	background-position: 0 -176px;
	margin: 0 0 4px 0;
	}
#content.about h2.directorreels {
	width: 250px;
	height: 35px;
	background-position: 0 -228px;
	margin: 0px 0 25px 0;
	}
#content.about h2.editingreel {
	width: 250px;
	height: 40px;
	background-position: 0 -272px;
	margin: 40px 0 25px 0;
	}
#content.about h2.musicvideos {
	width: 250px;
	height: 35px;
	background-position: 0 -316px;
	margin: 40px 0 25px 0;
	}
#content.about h2.documentaries {
	width: 250px;
	height: 35px;
	background-position: 0 -360px;
	margin: 40px 0 25px 0;
	}
#content.about h2.promos {
	width: 250px;
	height: 35px;
	background-position: 0 -404px;
	margin: 40px 0 25px 0;
	}
#content.about h2.live {
	width: 250px;
	height: 35px;
	background-position: 0 -440px;
	margin: 40px 0 25px 0;
	}
#content.about p.contacttext, 
#content.about p.contacttext a, 
#content.about p.contacttext a:hover, 
#content.about p.contacttext a:visited, 
#content.about p.contacttext a:link, 
#content.about p.contacttext a:active {
	font-weight:normal;
	font-size:18px;
	margin: 0 0 4px 0;
	color:#e8eaf0;
	text-decoration:none
	}

