@charset "utf-8";
/*
	layout.css
	
	Retrofit Design Ltd.
	
	2009-05-19
	Created by Andrew J Wright @ iomer internet solutions
	andrew.wright@iomer.com

*/
/* =reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, /* ul, ol, */
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; }
body { width: 100%;	}

p, ul, ol, dt, dd, table { 	font-size: 1.2em; line-height: 1.4em;}

a, a:link, a:visited { color: #c2a303; text-decoration: none;}
a:hover, a:active { text-decoration: underline; }



/* =clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

a#accessiblity { display: none; }
a img { border: 0 none; }
p { margin-bottom: 1.5em; }
ul {
	margin: 0 0 1.5em 0;
	padding: 0;
	list-style: none;
	}
ul li {
	padding: 0 0 0 35px;
	margin: 0;
	background: transparent url(../images/dot.gif) 0 4px no-repeat scroll;
	}

.textRight { text-align: right; }
.textLeft { text-align: left; }
.fRight { float: right; }
.fLeft { float: left; }

:focus { outline: 0 none; }
.hidden { display: none; }

/* ================ */
 
body { background-color: #948671; font: 62.5% Arial, Verdana, sans-serif; color: #fff; }

#centeredPage {
	display: block;
	width: 760px;
	margin: 0 auto;
	}

/* =header */
#header {
	display: block;
	height: 154px;
	background: transparent url(../images/r.gif) 0 100% no-repeat scroll;
	}
#logo_link {
	margin-top: 95px;
	float: right;
	background: transparent url(../images/retrofit_logo.gif) 0 0 no-repeat scroll; 
	}

/* =content */
#content {
	display: block;
	margin: 15px 0 35px;
	background-color: #68652f;
	}  
 
 
/* =nav */
 
ul#nav {
	display:block;
	height: 31px;
	background: transparent url(../images/whitebox.gif) 0 0 no-repeat scroll;
	padding:  0 0 0  50px;
	margin: 0;
	}
ul#nav li {
	display: inline;
	margin: 0;
	padding: 0;
	height: 100%;
	float: left;
	}
ul#nav li a { display: block; height: 100%; }
ul#nav li span { display: none; }

/*
	Home
*/
ul#nav li#nav_home a, ul#nav li#nav_home a:link, ul#nav li#nav_home a:visited {
	width:76px;
	background: transparent url(../images/home.gif) 0 0 no-repeat scroll;
	}
ul#nav li#nav_home a.current, ul#nav li#nav_home a:hover, ul#nav li#nav_home a:active { background-image: url(../images/home_active.gif); }

/*
	Gallery
*/
ul#nav li#nav_gallery a, ul#nav li#nav_gallery a:link, ul#nav li#nav_gallery a:visited { 
	width:80px;
	background: transparent url(../images/gallery.gif) 0 0 no-repeat scroll;
	}
ul#nav li#nav_gallery a.current, ul#nav li#nav_gallery a:hover, ul#nav li#nav_gallery a:active { background-image: url(../images/gallery_active.gif); }
/*
	About us
*/
ul#nav li#nav_aboutus a, ul#nav li#nav_aboutus a:link, ul#nav li#nav_aboutus a:visited {
	width:92px;
	background: transparent url(../images/aboutus.gif) 0 0 no-repeat scroll;
	}
ul#nav li#nav_aboutus a.current, ul#nav li#nav_aboutus a:hover, ul#nav li#nav_aboutus a:active { background-image: url(../images/aboutus_active.gif); }
/*
	Bio
*/
ul#nav li#nav_bio a, ul#nav li#nav_bio a:link, ul#nav li#nav_bio a:visited {
	width:59px;
	background: transparent url(../images/bio.gif) 0 0 no-repeat scroll;
	}
ul#nav li#nav_bio a.current, ul#nav li#nav_bio a:hover, ul#nav li#nav_bio a:active { background-image: url(../images/bio_active.gif); }
/*
	Contact us
*/
ul#nav li#nav_contactus a, ul#nav li#nav_contactus a:link, ul#nav li#nav_contactus a:visited {
	width:105px;
	background: transparent url(../images/contactus.gif) 0 0 no-repeat scroll;
	}
ul#nav li#nav_contactus a.current, ul#nav li#nav_contactus a:hover, ul#nav li#nav_contactus a:active { background-image: url(../images/contactus_active.gif); }


/**************************
	=contentBody & =columns
*/
#contentBody {
	margin-top: 50px;
	padding-bottom: 30px;
	}
#leftCol, #oneCol {
	margin-left: 30px;
	margin-right: 20px;
	float: left;
	}
#rightCol {
	margin-right: 45px;
	float: left;
	}
	
.wideCol	{ width: 430px; }
.narrowCol	{ width: 235px; }
.fullCol	{ width: 685px; }
.fullColFlushRight { width: 730px; margin-right: 0 !important;}

/* =homepage image placements */
.homeImg {
	float: right;
	vertical-align: top;
	margin: 50px 0 60px 5px;
	}

/* =gallery image placements */
.galleryWrap {
	margin-bottom: 25px;
	}
.primaryImg { 
	margin-bottom: 10px; 
	vertical-align: top;
	}
.secondaryImg {
	float: right;
	vertical-align: top;
	}
.vertImg {
	margin-right: 10px;
	float: left;
	vertical-align: top;
	}
.thumbnail {
	float: right;
	margin: 0 0 6px 6px;
	}
.odd { clear: right; }


#gallery_control { text-align: right; margin: 25px 0 70px; }
#gallery_control a { margin-left: 5px; }

/* =typography */
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-family: "Myriad Pro", Arial, Verdana, sans-serif;
	line-height: 1.0em;
	margin-bottom: 0.8em;
	}

h1 { font-size: 2.4em; }
h2 { font-size: 2.2em; }
h3 { font-size: 2.0em; }
h4 { font-size: 1.8em; }
h5 { font-size: 1.6em; }
h6 { font-size: 1.4em; }


p.quote {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.5em;
	color: #e6e4e0;
	}
p.quoteAuthor {
	text-align: right;
	font-size: 1.2em;
	}