@charset "utf-8";
/* CSS Document */

/* Reset browser defaults */
@import url('blueprint/src/reset.css');

/* Apply basic typography styles */
@import url('blueprint/src/typography.css');

/* Apply minimal styling of forms */
@import url('blueprint/src/forms.css');

/* Sets up a basic grid layout */
@import url('blueprint/src/grid.css');

/* CSS Start    COLORS:  nice gray-blue #8ca9b1    light red #f57b71     light yellow  #e0d868  
-------------------------------------------------------------- */

body {
	background-color:#222;
	color:#ccc;
	text-align:left;
}

/* Text styles
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: bold; color: #e0d868; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; letter-spacing:.06em;}
h3 { font-size: 1.5em; line-height: 1.2; margin-bottom: 1em; }
h4 { font-size: 1.3em; line-height: 1.3; margin-bottom: 1em; color:#8ca9b1; letter-spacing:.06em; }
h5 { font-size: 1em; margin-bottom: 1.5em; }
h6 { font-size: 1em;}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }

a { 
	color:#fff;
	text-decoration:none;
}
a:focus, a:hover { 
	color:#f57b71; 
	text-decoration:none;
	border-bottom:1px dotted #f57b71;
}
a:link, a:visited {
	text-decoration:none;
}
a img {
	border:0 none;	
}

/* Body styles
-------------------------------------------------------------- */

#wrapper {
	background:#252021 url(../images/header-bar.png) repeat-x top;
	width:auto;
	height:14px;
}
.container {
	margin:0px 40px 0 40px;
}
.sep {
	height:1px;
	width:12px;
	border-bottom:1px solid #555;
	margin-bottom:18px;
	margin-top:12px;
}
#header {
	height:180px;
	width:950px;
}
#logo-left {
	width:293px;
	height:63px;
	float:left;
	display:inline;
	margin:30px 0 0 0;
}
#logo-right {
	float:right;
	display:inline;
	width:252px;
	height:40px;
	margin:56px 2px 0 0;
}
#logo-right-text {
	float:left;
	display:inline;
	margin:6px 0 0 0;
	color:#aaa;
}
#logo-right-img {
	float:right;
	display:inline;
	width:40px;
	height:40px;
	background:#252021 url(../images/plus2.jpg) no-repeat scroll bottom right;
}
#sidebar {
	padding:12px 0 40px 0;
}
#sidebar ul {
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar li {
	font-weight:bold;
	font-size:1.2em;
	padding-bottom:8px;
	letter-spacing:.07em;
}
#content {
	height:100%;
}
#content a {
	color:#f57b71;
	font-weight:bold;
}
#content a:hover {
	border-bottom:1px dotted #f57b71;
}
#footer {
	bottom:6px;
	clear:both;
	font-size:.8em;
	left:40px;
	position:absolute;
	width:400px;
	z-index:2;
	color:#999;
}
#footer a:link, #footer a:visited {
	text-decoration:none;
	color:#999;
}
#footer a:focus, #footer a:hover {
	border:0 none;
	color:#bbb;
}
.content-text {
	width:540px;
}
.content-text p {
	letter-spacing:.03em;
}
.content-text a {
	font-size:1.2em;
	letter-spacing:.045em;
}
#about-text {
	width:440px;
	float:left;
	padding-bottom:16px;
}
#about-image {
	float:right;
	display:inline;
	background-color:#444;
	padding:6px;
	margin:30px 16px 0 0;
}
#pf-content {
	height:100%;
	margin:10px 0 20px 0;
}
#pf-content a:hover {
	border:0;
}
#pf-content h4 {
	color:#ccc;
	font-size:1em;
	font-weight:normal;
	font-style:italic;
	line-height:1em;
	margin-bottom:0;
	letter-spacing:.05em;
}
.pf-box {
	background-color:#444;
	padding:10px;
	padding-bottom:8px;
	margin:0 22px 22px 0;
	float:left;
	position:relative;
	display:inline;
}
.pf-box-img {
	float:left;
	display:inline;
	padding-bottom:.4em;
}
.pf-box-text {
}
.pf-box img {
}
.pf-box:hover, .pf-box:focus {
	background-color:#666;
}
#pf-site {
	padding:20px 0 40px 0;
	height:100%;
}
.pf-info-imageholder {
	text-align:right;
	width:370px;
}
.pf-info-image {
	float:right;
	display:inline;
	padding:10px;
	background-color:#444;
}
.pf-info-image:hover {
	background-color:#999;
}
.pf-info-image img{
	float:right;
	display:inline;
}
.pf-info-textholder {
	padding-right:20px;
}
.pf-info-text {
	padding-right:12px;
}
.pf-info-text h3, .pf-info-text h4, .pf-info-text h5, .pf-info-text h6 {
	margin:0;
	display:inline;
}
.pf-info-text a {
	color: #f57b71;
	font-weight:bold;
}
.pf-info-nav {
	text-align:left;
}
.pf-info-nav a {
	color: #f57b71;
	font-weight:bold;
}

/* Contact form styles
-------------------------------------------------------------- */

#contact-text {
	width:440px;
	float:left;
	padding-bottom:16px;
}
#page-wrap {
	width:460px;
	background:#fff;
	padding:20px 50px 20px 50px;
	margin:20px auto;
	min-height:500px;
	height:auto !important;
	height:500px;
}
#contact-area {
	margin-top:0;
	margin-left:0;
}
#contact-area label {
	font-weight:normal;
	color:#999;
}
#contact-area input, #contact-area textarea {
	padding:1px;
	width:380px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	margin:6px 0px 20px 0px;
	border:1px solid #627369;
	background-color:#dfdfdf;
}
#contact-area textarea {
	height:140px;
}
#contact-area textarea:focus, #contact-area input:focus {
	border:1px solid #e0d868;
}
#contact-area input.submit-button {
	width:70px;
	margin-top:4px;
	background-color:#333;
	font-size:1em;
	margin-bottom:2px;
	color:#ccc;
}
#contact-area input.submit-button:hover {
	background-color:#555;
	color:#ccc;
	cursor:pointer;
}

/* Lightbox customization/styling
-------------------------------------------------------------- */

#lightbox{ position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto;margin-top:20px; }
#imageContainer{ padding: 24px; }

#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-image: url(data:image/gif;base64,AAAA); /* 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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #999; }
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }