/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #fff;
	font-family:'HelveticaNeueW01-55Roma';
}
html, body {background:#000;}

body {
    font-size: 1em;
    line-height: 1.4;
	background:#000;
	height:100%;
	width:100%;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

h1, h2, h3 {font-weight:normal;}

h1 {
	font-family:'Bodoni MT W01';
	font-size:24px;
	line-height:28px;
	margin:20px 0;
	padding:0;
}

h2, h3 {
	font-size:16px;
	text-transform:uppercase;
	font-family:'HelveticaNeueW01-77BdCn 692722';
	margin:15px 0 0;
	color:#868686;
	letter-spacing:2px;
}

h3, .qualification {
	font-size:12px;
	color:#fff;
	letter-spacing:1px;
	font-weight:normal;
	font-family:'HelveticaNeueW01-77BdCn 692722';
}

.qualification {
	font-family:'HelveticaNeueW01-57Cn';
	line-height:12px;
	color:#868686;
}

p {
	font-size:12px;
	line-height:20px;
	margin:10px 0;
}

.info {
	font-family:'HelveticaNeueW01-57Cn';
	text-transform:uppercase;
	letter-spacing:2px;
	margin:0;
}

a {color:#fff; text-decoration:none;}
a:hover {color:#c00000;}

a.back {
	font-family:'HelveticaNeueW01-57Cn';
	letter-spacing:2px;
	text-transform:uppercase;
	color:#808080;
	display:block;
	float:left;
	background:#000;
	padding:5px;
	font-size:13px;
	margin-bottom:4px;
}

a.readmore {
	text-transform:uppercase;
	font-family:'HelveticaNeueW01-57Cn';
	color:#808080;
	font-size:12px;
	letter-spacing:1px;
}

a:hover {color:#c00000;}

.red {color:#c00000;}

#header {
	height:148px;
	background:#000;
	z-index:9;
	position:relative;
}

#logo {
	border-right:1px solid #242424;
	float:left;
	padding:28px 22px 60px 34px;
	display:block;
}

#nav {
	list-style:none;
	padding:18px 0 0;
	margin:0;
	float:left;
	font-family:'HelveticaNeueW01-57Cn';
	text-transform:uppercase;
	font-size:14px;
}

#nav li {
	margin:0;
	padding:0;
}

#nav li a {
	display:inline-block;
	padding:2px 22px;
	letter-spacing:2px;
}

#nav a:hover, #nav .selected a {
	color:#c00000;
}

#container {
	position:relative;
	height:auto;
}

#background {
	position:fixed;
	z-index:1;
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

#background-holder {
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
}

.mainImg {
	position:absolute;
	display:block;
}

#content-holder {
	width:960px;
	margin:0 0 0 -480px;
	z-index:4;
	position:absolute;
	left:50%;
}

#heading, #hia-logo {
	width:220px;
	padding:0px 20px;
	background:#000;
	float:left;
	margin-right:2px;
}

#hia-logo {padding:10px;width:130px; margin-top:2px;}

#copy {
	padding:10px 20px;
	width:658px;
	float:left;
	background:#000;
}

#content-holder.text {width:762px;margin-left:-381px;}
.text #heading {width:110px;}
.text #copy {width:570px; float:right;}

#project-images {
	background:#000;
	float:left;
	width:695px;
	/*height:508px;*/
	padding:5px 0 5px 5px;
	margin:0 4px 0 0;
	clear:both;
}

#imgHolder {
	width:690px;
	height:415px;
	position:relative;
	background:#333;
	overflow:hidden;
}

#imgHolder img {
	position:absolute;
}

#thumbHolder a {
	float:left;
	display:block;
	margin:10px 3px 0 0;
	width:83px; height:83px;
	overflow:hidden;
}

#projectHeading, #projectInfo {
	width:226px;
	padding:0 15px;
	background:#000;
	float:left;
}

#projectInfo {margin-top:4px; padding:5px 15px 20px;}

.shadow {
	-webkit-box-shadow:  5px 5px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow:  5px 5px 5px 0px rgba(0, 0, 0, 0.5);
}

/*		LANDING		*/
#landingHeading {
	background:#000;
	float:left;
	padding:0 5px;
	width:304px;
	margin-bottom:2px;
}
#landingHeading h1 {margin:12px 0;}

#landingHolder {
	position:relative;
	clear:both;
}

.landingItem {
	width:304px;
	height:90px;
	padding:5px;
	background:#000;
	margin:0 9px 9px 0;
	float:left;
}
.landingItem.no-margin {margin-right:0;}

.landingImg {float:left;}
.landingTxt {
	float:left;
	margin-left:10px;
}

.landingItem h2 {margin:5px 0;}
.landingItem h3 {margin:5px 0 0;}

/*		CONTACT		*/

#contactTxt {
	width:250px;
	float:left;
}

#contactForm {
	width:320px;
	float:left;
}

form {padding-top:10px;}

label {
	display:block;
	float:left;
	margin-bottom:5px;
	width:90px;
	padding:5px 0;
	height:30px;
	clear:left;
	text-transform:uppercase;
	font-size:12px;
	color:#fff;
	letter-spacing:1px;
	font-weight:normal;
	font-family:'HelveticaNeueW01-77BdCn 692722';
}

input {
	float:left;
	margin-bottom:5px;
	width:185px;
	padding:3px 5px;
	height:20px;
	border: 1px solid #fff;	
	background:#1d1d1d;
	font-size:12px;
}

input.error {border: 1px solid #c00000;}

#response {
	clear:both;
	color:#fff;
	padding-left:90px;
}

#submitBtn {
	background:#fff;
	color:#000;
	text-transform:uppercase;
	font-family:'HelveticaNeueW01-77BdCn 692722';
	margin-top:5px;
	clear:left;
	margin-left:90px;
	padding:5px;
	height:24px;
	width:196px;
}

#footer {
	position:fixed;
	z-index:9;
	bottom:10px;
	left:10px;
	right:10px;
}

#copyright {
	float:left;
	color:#fff;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

#rare {
	float:right;
	color:#aaa;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}
#rare a {
	display:inline-block;
	position:relative;
	overflow:hidden;
	width:33px;
	height:11px;
}

#rare a img {position:absolute; top:0; left:0;}

#rare a:hover img {top:-11px;}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
