@charset "utf-8";

/* Reset browser defaults */
@import url("css/reset.css");
/* Apply basic typography styles */
@import url("css/typography.css");
/* Apply form styles */
@import url("css/forms.css");
/* Content column styles */
@import url("css/columns.css");
/* Navigation menu styles */
@import url("css/menu.css");
/* jScrollPane scrollbar styles */
@import url("css/scrollbar.css");

/* IE6 png fix */
img, div, a { behavior: url(iepngfix.htc) }

/* Site layout styles */

body {
	background: #6c9197 url(images/bg2.jpg) repeat-x;
}

#container, #footer-container {
	position: relative;
	overflow: hidden;
	width: 950px;
	margin: 15px auto;
}

#site-title a {
	display: block;
	background: url(images/logo_hs2.png) no-repeat;
	height: 92px;
	margin: 8px 0 60px;
}
#site-title span {
	display: none;
}
#site-highlights {
	position: absolute;
	right: 100%;
	bottom: 0;
	width: 250px;
}
#site-highlights ul, #site-highlights ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#site-highlights ul li {
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	color: #008080;
	padding: 5px 15px;
}

/*Homepage slideshow */
#slideshow-home {
	height: 550px;
	margin: 0 0 0 250px;
	padding: 0;
}
#slideshow-home .slide {
	position: relative;
	overflow: hidden;
	width: 700px;
	height: 550px;
}
#slideshow-home .slide .caption {
	position: relative;
	bottom: 175px;
	width: 700px;
	padding: 16px 0;
	background: url(images/bg-trans-60.png);
}
#slideshow-home .slide .caption h2, #slideshow-home .slide .caption p {
	margin: 0 24px
}
#slideshow-home .slide .caption h2 {
	font-size: 2em;
	font-weight: bold;
}
#slideshow-home .slide .caption p {
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
}
#slideshow-home .slide .caption p.credits {
	font-size: 0.9em;
	font-weight: normal;
}

/* Reusable styles */
.bg-white {
	background-color: #fff;
}
.bg-brown {
	background-color: #dedca4;
}
.bg-orange {
	background-color: #ffba00;
}

.entry {
	position: relative;
	overflow: hidden;
	padding: 1em;
}
.entry .entry {
	margin: 1em 0;
	padding-top: 1em;
	border-top: 1px solid #6c9772;
}
.entry img.right {
	float: right;
	margin: 0 1.5em 1em;
}
.entry .entry-title {
	margin-top: 1em;
}

.byline, .credits {
	font-size: 0.8em;
	font-style: italic;
	color: #484848;
	margin: 0;
	clear: left;
}

.print-button {
	position: relative;
	font-size: 10px;
	line-height: 18px;
	text-decoration: none;
	padding: 2px 0 2px 20px;
	background: url(images/icon-printer.gif) no-repeat;
}

/* Project Portfolio */
#project-slider {
	position: relative;
	overflow: hidden;
	float: left;
	width: 600px;
}
#project-slider-container .prev, 
#project-slider-container .next {
	position: relative;
	float: left;
	cursor: pointer;
	height: 75px;
	width: 20px;
	margin: 10px;
	background: no-repeat 0px center;
}
#project-slider-container .prev {
	background-image: url(images/slider-left-arrow.gif);
	margin-left: 0;
}
#project-slider-container .next {
	background-image: url(images/slider-right-arrow.gif);
	margin-right: 0;
}
#project-slider-container .prev:hover, 
#project-slider-container .next:hover {
	background-position: -25px;
}
#project-slider-container .prev.disabled, 
#project-slider-container .next.disabled {
	cursor: default;
	background-position: -50px;
}
#project-slider ul {
}
#project-slider ul li {
	margin: 10px;
}
#project-slider ul li a {
}

.portfolio .entry {
	margin-left: 0;
}

.entry .slides-container {
	position: relative;
	overflow: hidden;
	float: left;
	width: 375px;
	margin-right: 30px;
}
.entry .slides-container.right {
	float: right;
	margin-right: 0;
	margin-left: 30px;
}
.entry .slides-container .photo-credits {
    position: absolute;
    display: block;
    font-size: 10px;
    line-height: 16px;
    width: 100%;
    top: 300px;
    z-index: 1080;
    background: url(images/bg-trans-60.png);
}
.entry .slides-container .photo-credits span {
    display: block;
    margin: 2px 4px;
}
.entry .slides {
	position: relative;
	overflow: hidden;
	height: 320px;
	margin-bottom: 10px;
}
.entry .slides .byline {
    display: none;
}
.entry .slides-container .pager, 
.entry .slides-container .pager li {
    position: relative;
    display: block;
    overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}
.entry .slides-container .pager {
    float: left;
    width: 100%;
}
.entry .slides-container .pager li {
	width: auto;
	max-width: 52px;
	float: left;
	margin: 0 10px 10px 0;
}
.entry .slides-container .pager li a {
	position: relative;
	display: block;
	overflow: hidden;
	float: left;
	width: auto;
	max-width: 50px;
	border: 1px solid #333;
}

/* Company History */
#history-slider-container {
	position: absolute;
	bottom: 0;
	width: 100%;
}
#history-slider {
}
#history-slider ul {
	right: 50%;
	float: right;
}
#history-slider ul li {
	left: 50%;
	background-image: url(images/bg-date-select.gif);
	background-repeat: repeat-x;
}
#history-slider ul li span {
	border-left: 1px solid #025353;
	padding: 0 30px;
}
#history-slider ul li.first span {
	border: 0 none;
}
#history-slider ul li a {
	text-decoration: none;
	font-size: 18px;
	line-height: 18px;
	padding: 12px 0;
}
#history-slider ul li a:focus, 
#history-slider ul li a:hover, 
#history-slider ul li a:active, 
#history-slider ul li.ui-tabs-selected a,
#history-slider ul li.ui-state-active a,
#history-slider ul li a.activeSlide {
	background: url(images/selector-on.gif) no-repeat center bottom;
}

/* Footer */
#footer-container {
	margin: 0 auto;
}
#footer {
	font-size: 0.8em;
	color: #fff;
	text-align: center;
	padding: 5px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}

#bwd {
	font-size: 0.8em;
	color: #c8c8c8;
	text-align: center;
	padding: 5px;
}
#bwd a {
	color: #c8c8c8;
	text-decoration: none;
}
