/*-------------------------------------------------------------

Style Sheet (builtheritage.co)
version:   1.0
author:    James Morrish
website:   http://jamesmorrish.co.uk/

-------------------------------------------------------------*/

/* =Reset CSS
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
-------------------------------------------------------------*/


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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Removes fieldset borders. even on Opea 7 */
fieldset {
	border: 1px solid transparent;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* =Tables
-------------------------------------------------------------*/

table { 
	border-spacing: 0;
	border-collapse: collapse;
}

td {
	text-align: left;
	font-weight: normal;
}

/* =Clearing
-------------------------------------------------------------*/


/* Class for self clearing - use this where ever possible */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* Class for clearing floats */
.clear {
	clear: both;
}



/* =Core Layout
-------------------------------------------------------------*/

html, body {
	height: 100%;
}

#wrapper {
	width: 926px;
	margin: 0 auto;
	padding-top: 20px;
	min-height: 100%;
}

#col-left {
	width: 266px;
	float: left;
	color: #48B5E2;
	position: relative;
}

#col-left a {
	color: #48B5E2;
}

#col-left a:hover {
	text-decoration: none;
}

#col-right {
	float: right;
	width: 620px;
	padding-top: 14px;
}

#contact {
	/* background: url(../images/border.png) right 0 repeat-y; */
	border-right: 1px solid #48B5E2;
	float: left;
	width: 100%;
	position: relative;
	padding-top: 164px;
	height: 1000px;
}

#contact #contact-inner {
	text-align: right;
	margin-right: 40px;
	position: absolute;
	bottom: 0;
	right: 0;
}

#address {
	margin-bottom: 3em;
}

#copy {
	font-size: 0.8em;
}

#built {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 0.6em;
	width: 500px;
}

#built a {
	text-decoration: none;
}

#built a:hover {
	text-decoration: underline;
}

#content {
	float: left;
	margin-top: 32px;
}

#home-page #content {
	margin-top: 47px;
}

/* =Typography
-------------------------------------------------------------*/

body {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 0.85em;
	color: #828282;
	line-height: 1.4em;
}

p {
	margin-bottom: 1em;
}

/* =Headings
-------------------------------------------------------------*/
h1, h2, h3, h4, h5 {
	color: #48B5E2;
}

h1 {
	font-size: 1.8em;
	line-height: 1.8em;
}

h2 {
	font-size: 1.2em;
	line-height: 1.2em;
}

h3 {
	font-size: 1.1em;
	line-height: 1.1em;
}

h4 {
	font-weight: bold;
}

/* =Links
-------------------------------------------------------------*/
a {
	color: #48B5E2;
}

a:hover {
	text-decoration: none;
}

/* =Branding
-------------------------------------------------------------*/




/* =Main Nav
-------------------------------------------------------------*/

#navigation {
	float: left;
}

#navigation li {
	display: block;
	float: left;
	width: 92px;
	/* background: url(../images/border.png) right 0 repeat-y; */
	border-right: 1px solid #828282;
	margin-left: 44px;
}

#navigation li.first {
	margin-left: 0;
}

#navigation li.last {
	background: none;
	border-right: none;
	width: auto;
}

#navigation a {
	text-decoration: none;
	color: #828282;
}

#navigation a:hover {
	text-decoration: underline;
}

/* =Main Content
-------------------------------------------------------------*/
#home-page h1 {
	background: url(../images/logo.png) 0 0 no-repeat;
	width: 235px;
	height: 75px;
	float: right;
	text-indent: -99999em;
	margin-bottom: 5px;
	margin-right: 40px;
}

#col-left #logo {
	float: right;
	margin-bottom: 5px;
	margin-right: 40px;
}


/* =Secondary Content
-------------------------------------------------------------*/
#projects {
	text-algin: left;
}

#projects li {
	display: block;
	float: left;
	width: 200px;
	width: 275px;
	margin-right: 30px;
	margin-bottom: 20px;
}

#projects li.odd {
	clear:left;
}

#projects img {
	float: left;
	width: 100px;
}

#projects h2, #projects p {
	width: 162px;
	float: right;
}

#projects p {
	font-size: 0.8em;
	color: #828282;
}

#projects a {
	text-decoration: none;
}

#projects a:hover {
	text-decoration: underline;
}

#slideshow, #pager {
	float: left;
	clear: both;
	list-style: none;
	width: 640px;
}

#slideshow {
	height: 480px;
	margin-bottom: 4px;
	overflow: hidden;
}

#pager {
	height: 100px;
	position: relative;
}

#pager #inner {
	overflow: hidden;
	position: relative;
	height: 100px;
}

#pager img {
	float: left;
	display: block;
	margin-right: 4px;
}

#pager li:last-child img {
	margin-right: 0;
}

#pager .activeSlide img {
	opacity: 0.6;
}

#pager #inner ul {
	position: absolute;
	left: 0;
	top: 0;
}

#pager > a {
	position: absolute;
	top: 30px;
	left: -14px;
	text-decoration: none;
	font-size: 1.2em;
}

#nav-next {
	left: auto !important;
	right: -14px !important;
}