/* 
	Kold Design - Main Stylesheet
	February 2009
	Atomic Crayon / karen@atomiccrayon.com / SMRT
*/

/* COLOURS

#c0c8d1 - dull blue - page background

#dde4ec - light blue - footer background, lightbox background

#074679 - dark blue - header, headlines, links

#04233D - darker blue - link hovers

#f9fafb - nearly white - content background

*/


/* Sections flagged with =
	GENERIC
	TOP
	BRAND
	ACCESSIBILITY
	CONTENT
	NAVIGATION
	FOOTER
	SECTION-SPECIFIC
		Portfolio
		About
		Contact
		Lightbox
*/


/* =GENERIC
----------------------------------------------------*/

body, html {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 76%;
	background-color: #c0c8d1;
	color: #161616;
}

h1, h2, h3, h4 {
}

a:link, a:visited {
	color: #074679;
	text-decoration: underline;
}

a:focus, a:hover, a:active {
	color: #04233D;
	overflow: hidden;
}

.clear {
	clear: both;
	line-height: 1;
	height: .1em;
	font-size: .1em;
}

/* =TOP
----------------------------------------------------*/

#top {
	width: 846px;
	min-width: 846px;
	margin: 0 auto;
	position: relative;
	background-color: #dde4ec;
}


/* =BRAND
----------------------------------------------------*/

#brand {
	background-image: url(../images/bk-header.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 846px;
	height: 184px;
	position: relative;
	border-top: solid 1px #074679;
	margin: 0;
	padding: 0;
}

#brand p#heading {
}

#brand a#home-link {
	display: block;
	width: 136px;
	height: 88px;
	position: absolute;
	top: 32px;
	left: 50px;
	text-indent: -9999px;
}

#brand #print-logo {
	display: none;
}

#brand a#email-link {
	display: block;
	width: 130px;
	height: 20px;
	background-image: url(../images/bk-navigation.png);
	background-position: left top;
	background-position: -2px -8px;
	background-repeat: no-repeat;
	position: absolute;
	right: 62px;
	right: 58px;
	top: 56px;
	text-indent: -9999px;
}

/* =ACCESSIBILITY
----------------------------------------------------*/

#accessibility { 
	position: absolute;
	top: 0;
	right:0;
	margin: 0;
	padding: 0;
	width: 100%;
	/*height: 1.7em;*/
}

/* Skip Links */

#accessibility #skip-links {
	position: absolute;
	left: 250px;
	top: 38px;
}


#accessibility #skip-links a:link, #accessibility #skip-links a:visited, #accessibility #skip-links a:hover {
	position: absolute;
	width: 1px;
	height: 1px;
	left: 0;
	top: -500px;
	display: block;			
}

#accessibility #skip-links a:focus, #accessibility #skip-links a:active {
	position: static;
	width: auto;
	height: auto;
	color: #000;
	background-color: #fff;
	font-weight: bold;
	padding: .2em;
	font-size: 1.2em;
}

/* =CONTENT
----------------------------------------------------*/

#content {
	width: 582px;
	margin: 0;
	padding: 30px 132px 60px 132px;
	border-top: solid 1px #f9fafb;
	background-color: #f9fafb;
}

#content h1, #content h2, #content h3, #content h4 {
	margin: 2em 0 .2em 0;
	padding: 0;
	font-size: 1.5em;
	font-weight: bold;
}

#content h1#headline {
	margin-top: 0;
	margin-bottom: 1em;
	height: 17px;
	width: 500px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#content h2 {
	font-size: 1.3em;	
}

#content h3 {
	font-size: 1.1em;
}

#content h4 {
	font-size: 1em;
}

#content p {
	line-height: 1.6;
	margin: 0 0 1em 0;
}


#content li {
	margin-top: 0;
	margin-bottom: .5em;
	line-height: 1.3;
}

#content ol ol {
	list-style-type: lower-alpha;
}

#content .border {
	border: solid 1px #c0c8d1;
	padding: .5em;
}


#content img.image-right {
	float: right;
	margin: 0 0 1.5em 1.5em;
}

#content img.image-left {
	float: left;
	margin: 0 1.5em 1.5em 0;
}



#content a.skip:link, #content a.skip:visited, #content a.skip:hover {
	position: absolute;
	width: 1px;
	height: 1px;
	left: 0;
	top: -9999px;
}

#content a.skip:focus, #content a.skip:active {
	position: static;
	width: auto;
	height: auto;
	color: #312a18;
	background-color: #fff;
	font-weight: bold;
	padding: .2em;
	font-size: 1.2em;
	border: solid 1px #f00;
}


/* =NAVIGATION
----------------------------------------------------*/

#navigation {
	width: 222px;
	height: 24px;
	position: absolute;
	right: 56px;
	top: 85px;
}

#navigation h3 {
	position: absolute;
	top: -9999px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	height: 24px;
	width: 222px;
	background-image: url(../images/bk-navigation.png);
	background-position: -3px -36px;
	background-repeat: no-repeat;
}

#navigation ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 24px;
}

#navigation a:link, #navigation a:visited {
	display: block;
	height: 24px;
}

#navigation ul li a:focus, #navigation ul li a:hover, #navigation ul li a:active, #navigation ul li.selected a {
	background-image: url(../images/bk-navigation.png);
	background-repeat: no-repeat;
}

/* Portfolio */

#navigation ul li#portfolio-nav {
	width: 79px;
	left: 0px;
}

#navigation ul li a#portfolio-nav-link {
	background-position: -3px -65px;
	text-indent: -9999px;
}

/* About */

#navigation ul li#about-nav {
	width: 58px;
	left: 84px;
	
}

#navigation ul li a#about-nav-link {
	background-position: -87px -65px;
	text-indent: -9999px;
}

/* Contact */

#navigation ul li#contact-nav {
	width: 74px;
	left: 145px;
}

#navigation ul li a#contact-nav-link {
	background-position: -148px -65px;
	text-indent: -9999px;
}



/* =FOOTER
----------------------------------------------------*/

#footer {
	border-top: solid 1px #c0c8d1;
	border-bottom: solid 1px #dde4ec;
	background-color: #dde4ec;
	width: 582px;
	margin: 0;
	padding: 15px 132px 15px 132px;
}


/* =SECTION-SPECIFIC
----------------------------------------------------*/


/* =Portfolio
----------------------------------------------------*/

#page-portfolio #navigation ul li a#portfolio-nav-link {
	background-image: url(../images/bk-navigation.png);
	background-repeat: no-repeat;
}

#page-portfolio #content h1#headline {
	background-image: url(../images/text-portfolio.png);
}

#page-portfolio #content #portfolio-thumbnails {
	margin-top: 2em;
	margin-left: -2px;
	margin-bottom: 2em;
	padding-top: 1px;
}

#page-portfolio #content #portfolio-thumbnails ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#page-portfolio #content #portfolio-thumbnails ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
}

#page-portfolio #content #portfolio-thumbnails ul li.thumbnail {
	display: inline;
}

#page-portfolio #content #portfolio-thumbnails ul li.thumbnail a {
	display: block;
	width: 141px;
	height: 109px;
	overflow: hidden;
	border: none;
	float: left;
	margin: 2px;
}

#page-portfolio #content #portfolio-thumbnails ul li.thumbnail a:focus, #page-portfolio #content #portfolio-thumbnails ul li.thumbnail a:hover, #page-portfolio #content #portfolio-thumbnails ul li.thumbnail a:active {
	border: solid 4px #dde4ec;
	width: 133px;
	height: 101px;

}

#page-portfolio #content #portfolio-thumbnails ul li.thumbnail a img {
	display: block;
}

#page-portfolio #content #portfolio-thumbnails ul li.thumbnail a:focus img, #page-portfolio #content #portfolio-thumbnails ul li.thumbnail a:hover img, #page-portfolio #content #portfolio-thumbnails ul li.thumbnail a:active img {
	margin-top: -4px;
	margin-left: -4px;
}

#page-portfolio #content #portfolio-thumbnails ul li.thumbnail a img {
	display: block;
	width: 141px;
	height: 109px;
	overflow: hidden;
	border: none;
}

/* =About
----------------------------------------------------*/

#page-about #navigation ul li a#about-nav-link {
	background-image: url(../images/bk-navigation.png);
	background-repeat: no-repeat;
}

#page-about #content h1#headline {
	background-image: url(../images/text-about.png);
}


/* =Contact
----------------------------------------------------*/

#page-contact #navigation ul li a#contact-nav-link {
	background-image: url(../images/bk-navigation.png);
	background-repeat: no-repeat;
}

#page-contact #content {
/*	width: 446px;
	padding-left: 200px;
	padding-right: 200px;*/
}

#page-contact #content h1#headline {
	background-image: url(../images/text-contact.png);
}


#page-contact #content form div { /* ie6.css */
	overflow: auto; /* clears floats */
	padding-bottom: 1.5em;
}

#page-contact #content label, #page-contact #content .label {
	width: 140px;
	padding-top: 5px;
	float: left;
	font-weight: bold;
}

#page-contact #content .text {
	width: 300px;
	float: left;
}

#page-contact #content textarea {
	width: 300px;
	height: 10em;
	float: left;
}

#page-contact #content select {
	width: 300px;
	float: left;
}

#page-contact #content .question {
	display: block;
	width: 300px;
	float: left;
	padding: .2em;
}


#page-contact #content .button {
	display: block;
	margin-left: 140px;
	float: left;
}

#page-contact #content .required {
	display: none;
}

#page-contact #content .error {
	color: #c24134;
	font-weight: bold;
}

#page-contact #content .error .text, #page-contact #content .error textarea, #page-contact #content .error select {
	border-color: #c24134;
	border-style: solid;
}

#page-contact #content .error .required {
	display: inline;
	font-size: .8em;
	font-weight: normal;
}


/* =Lightbox
----------------------------------------------------*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #dde4ec;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer{
	padding: 10px;
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/next.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	background-color: #dde4ec;
	margin: 0 auto;
	line-height: 1.4em;
}

#caption {
	font-size: 14px;
}

#imageData{
	padding:0 10px;
}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}	

#lightboxIframe {
	display: none;
}


