

@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 13px;
}
#portfolio h3 {
	float: left;
	width: 300px;
	height: 185px;
	text-indent: -9999px;
	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: 300px;
	height: 185px;
	overflow: hidden;
}
#portfolio span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 185px;
	background: #FFF;
	background: url('images/bg-fafde.png');
	text-indent: -9999px;
}
#portfolio a:hover span {
	background: url('images_tm/bg-portfolio.png') 0 0 no-repeat;
	cursor: pointer;
}



/* 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/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: 0px solid #dddddd;
}

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


/* Colourbox overlay */
#cboxLoadedContent #project {
	overflow: hidden;
	width: 953px;
	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 TITLES - OVERLAY + NON-JS PAGES
-------------------------------------------------------*/
#project.tuitravel h2.project-title {
	width: 196px;
	height: 70px;
	background: url('portfolio/images/tui_travel_title.png') 0 0 no-repeat;
}






/* 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 form .imr,
#content.contact button {
	background: url('images/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: -2px -185px;
}
#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/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.contact .col2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	left: -2px;
}
#content.contact .col2 ul a {
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	width: 106px;
	height: 15px;
	background: url('images/spr-social.gif') no-repeat;
}

}





/*** ABOUT ME ***/


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

#content.about .col2 {
	width: 275px;
}
#content.about .col2 p {
	color: #b0a9a2;
}

/* Headings and image replacements */
#content.about h2.about,
#content.about h2.employment,
#content.about h2.clients,

#content.about span.css,

#content.about a.flickrb  {
	background: url('images/about_menu.jpg') 0 0 no-repeat;
	}
#content.about h2.about {
	width: 162px;
	height: 23px;
	background-position: 0 0;
	margin-bottom: 25px;
	}

#content.about h2.clients {
	width: 162px;
	height: 23px;
	background-position: 0 -26px;
	margin: 40px 0 25px 0;
	}
#content.about h2.employment {
	width: 200px;
	height: 28px;
	background-position: 0 -50px;
	margin: 189px 0 21px 0;
	}	
#content.about a.flickrb {
	width: 162px;
	height: 28px;
	background-position: 0 -50px;
	margin-bottom: 20px;
	}


#content.about span.css {
	width: 217px;
	height: 15px;
	background-position: 0 -197px;
	margin-bottom: 10px;
	}

	

#employment ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}
#employment li {
	margin: 0 0 20px 0;
	padding: 0;
	list-style:none;
	position: relative;
	left: -15px;
	color: #b0a9a2;
	font-size: 0.90em;
	}	
#employment li a {
	color: #362e1f;
	font-weight: normal;
	color: #b0a9a2;
	font-size: 1.0em;
	}
#employment li a span {
	color: #362e1f;
	font-weight: bold;
	text-transform:uppercase;
	font-size: 1.1em;
	}		


.dark {
	color: #362e1f;
	font-weight: bold;
	text-transform:uppercase;
	font-size: 1.1em;
}
	



