/*  
Site Name: Terabyte Website
Site URI: http://www.terabyte.co.nz
Description: Portfolio Site for Terabyte Interactive
Version: 1.0
Author: Design / XHTML / CSS / JS / Flash - Adam Wright
Author URI: www.terabyte.co.nz

*/

/* *01: Print Styles -------------------------------------------------------------------------------------------------------*/

/*  Kill BG's ------------------------------- */
* { background: none; /*border: 1px solid #000;*/ }

/*  padding / font adjustment --------------- */
body {
	padding: 0;
	font-size: 90%;
}

#header, #page { padding: 0; }

/*  Common element adjustments -------------- */
#navigation { 
	display: none;
}

.extras-box {
	display: none !important;
}

.lrg-col, .med-col, .sml-col { width: 65em; }

h1, h3 {
	padding: 0;
}
	
p {
	line-height: 1.4em;
}

.col { padding: 0; }

.thumbnail-list li span {
	display: none;
}

/*  Header Relay ---------------------------- */
#header {
	margin-bottom: 3em;
}

#header .tera-logo {
	display: none;
}

#header .print-logo {
	display: block;
	margin-bottom: 1cm;
}

#header q {
	padding-bottom: 0.6em;
	font-size: 1.4em;
}

#header cite {
	font-size: 1.2em;
}

/*  Home ------------------------------------ */
.home-recent-work {
	display: none;
}
.flash-container {
	display: none;
}
.project-abstract {
	display: none;
}

.home-site-promo {
	border: 1px solid #000;
	display: none;
}

/*  Services -------------------------------- */
.skip-menu {
	display: none;
}

.show-service {
	padding-left: 0;
}

.service-container {
	display: block !important;
}

/*  Jobs ------------------------------------ */
.contact-form, .apply-for-job {
	display: none !important;
}

/*  Contact --------------------------------- */
#southern-directions, #northern-directions, #newmarket-directions, #strand-directions {
	display: block !important;
}

.get-in-touch {
	display: none;
}

/*  Portfolio ------------------------------- */
.filter-list {
	display: none;
}

.switch-view {
	display: none !important;
}

.profile-images-list .project-abstract {
	margin-top: 0em;
	background: none;
	padding: 0;
}

.project-abstract .abstract {
	padding: 0 0 2em 0;
}

blockquote {
	padding-left: 0;
}

#portfolio-holder .thumbnail-list li {
	margin: 0 1em 0 0 !important;
}
#portfolio-holder .thumbnail-list li h5 {
	height: 3em !important;
}

.hide-for-print {
	display: block;
}

/*  About ----------------------------------- */
.image-listing .people-img img {
	display: block;
}

.pull1, .pull2, .pull3 {
	display: none;
}