﻿/*======================================
      WELCOME TO THE STYLESHEET
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- light gold 	#a2968a
\**************************************/

/**************************************/
/*              GLOBALS               */
/**************************************/
body
{
	background: url(/assets/visual/structure/body-bg.gif) top left repeat;
	text-align: center;
}
#site-wrapper
{
	position: relative;
	width: 968px;
	height: 756px;
	margin: 7px auto 0px;
}
#site-wrapper .hsides { background: url(/assets/visual/structure/page-hsides.png) top left no-repeat; width: 967px; height: 9px; }
#site-wrapper .hsides.bottom { background-position: 0px -11px; }
#site-wrapper .sides
{ 
	position: absolute;
	width: 17px; 
	height: 753px; 
	top: 0px;
	background: url(/assets/visual/structure/page-sides.png) top left no-repeat; 
}
#site-wrapper .sides.left { float: left; background-position: 1px 0px; left: -11px; }
#site-wrapper .sides.right { float: right; background-position: -17px 0px; right: -16px; }
#site-wrapper .site-inner 
{ 
	position: relative;
	height: 736px;
	margin: 0px 1px 0px 6px; 
	background-color: #FFFFFF;
	text-align: left;
}
#site-header 
{
	position: relative;
	height: 113px;
	background: url(/assets/visual/structure/header-bg.gif) top left repeat-x;
}
#site-main .inner 
{ 
	padding: 25px;
	background: url(/assets/visual/structure/inner-bg.jpg) #eceae8 top left repeat-x; 
}
#site-main .inner h1
{ 
	position: relative;
	height: 51px;
	padding: 0px 12px; 
	border-bottom: 1px solid #D9D8D6;
	line-height: 51px;
}
#site-main .inner h1, #site-main .inner h1 span { background: url(/assets/visual/structure/panel-top-bg.jpg) top left no-repeat; }
#site-main .inner h1 span
{
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 10px;
	height: 14px;
	background-position: -674px 0px;
}
#site-main .inner .side { float: left; width: 243px; }
#site-main .inner .main { float: right; width: 650px; }
#site-main .inner .side, #site-main .inner .main { background-color: #FFFFFF; }
#site-main .inner .side .content, #site-main .inner .main .content 
{ 
	margin: 20px;
	font-size: 1em; 
	line-height: 1.3em; 
}

/* brown bottoms */
#site-main .inner .side.has-bottom, #site-main .inner .main.has-bottom,
	#site-main .inner .side.has-bottom .bottom, #site-main .inner .main.has-bottom .bottom
	{ position: relative; background: url(/assets/visual/structure/panel-bottom-bg.jpg) #ffffff bottom left no-repeat; }
#site-main .inner .side.has-bottom .bottom, #site-main .inner .main.has-bottom .bottom
{ background-position: -674px 0px; }

/* white bottoms */
#site-main .inner .side.has-bottom.white, #site-main .inner .main.has-bottom.white,
	#site-main .inner .side.has-bottom.white .bottom, #site-main .inner .main.has-bottom.white .bottom
	{ 
		position: relative; 
		background: url(/assets/visual/structure/panel-bottom-white-bg.jpg) #ffffff bottom left no-repeat; 
		text-align: justify;
	}
#site-main .inner .side.has-bottom.white .bottom, #site-main .inner .main.has-bottom.white .bottom
{ position: absolute; background-position: -674px 0px; }

#site-main .inner .side.has-bottom .bottom, #site-main .inner .main.has-bottom .bottom
{
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 10px;
	height: 39px;
}
#site-main .inner .main.has-bottom.large { background-color: #CEC9C6; }
	
/**************************************/
/*              HEADER                */
/**************************************/
#site-header #logo 
{ 
	display: block; 
	float: left;
	padding: 16px 20px 0px; 
}
#site-header ul 
{ 
	position: absolute;
	bottom: 0px;
	right: 36px;
	padding-left: 2px;
	background: url(/assets/visual/structure/menu-item-bg.gif) bottom left no-repeat;
}
#site-header ul li 
{ 
	float: left; 
	padding: 0px 28px 13px;
	background: url(/assets/visual/structure/menu-item-bg.gif) bottom right no-repeat;
}
#site-header ul li.active { background-color: #FFFFFF; }
#site-header ul li a { font-size: 1.4em; font-weight: bold; }

/**************************************/
/*          LEFT NAVIGATION			  */
/**************************************/
#site-main #content .side ul li
{
	border-bottom: 1px solid #EEEEEE;
}
#site-main #content .side ul li a
{
	display: block;
	padding: 8px 3px;
}
#site-main #content .side ul li.active a
{
	background-color: #F9F8F6;
	font-weight: bold;
}
/**************************************/
/*            INDEX PAGE	          */
/**************************************/
#site-main #index.inner { padding: 30px; }

/******* /content slider ********/
#index-imgpanel 
{ 
	position: relative; 
	height: 300px;
	overflow: hidden;
}
#index-imgpanel .slide
{
	z-index: 1;
	position: absolute; 
	top: 0px;
	left: 0px;
	width: 100%;
}
#index-imgpanel .slide img { position: relative; }
#index-imgpanel .text-overlay 
{ 
	z-index: 2;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px; 
	padding: 4px 0px 5px;
	background: url(/assets/visual/index-short-bg.png) top left repeat;
	font-size: 0.9em;
	color: #FFFFFF;
}
#index-imgpanel .text-overlay div { margin: 0px 31px; }
#index-imgpanel .text-overlay div h1 
{ 
	margin: 0px 28px 0.1em 0px;
	font-weight: normal; 
	font-size: 2em; 
	color: inherit;
}
#index-imgpanel .text-overlay div p 
{ 
	margin-bottom: 0px; 
	line-height: 1.3em; 
	font-size: 1.2em;
	letter-spacing: -0.2px;
}
/******* /content slider ********/

#site-main .side.small { width: 348px; }
#site-main .main.small { width: 525px; }
#site-main .side.small .content 
{ 
	height: 124px; 
	margin: 10px 10px 50px;
	overflow: auto;
}
#site-main .main.small .content
{
	height: 145px; 
	margin: 20px;
	overflow: auto;
}
/**************************************/
/*           IMAGE ROTATOR            */
/**************************************/
.image-rotator
{
	position: relative;
	z-index: 1;
	height: 300px;
	margin-bottom: 25px;
	background-color: #EEEEEE;
}
.image-rotator .overlay
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(/assets/visual/mortardevelopments.jpg) #FFFFFF 50% 40% no-repeat;
}
.image-rotator img { position: absolute; top: 0px; left: 0px; z-index: 1; }


/**************************************/
/*            MAIN CONTENT            */
/**************************************/
#site-main #content.inner { height: 544px; }
#site-main #content.inner .main .content, #site-main #content.inner .content { height: 455px; overflow: auto; }
#site-main #content.inner .main.brown .content
{
	height: 415px;
	margin-bottom: 60px;
}

#site-main #content.inner .main h1.small { font-size: 1em; }

/**************************************/
/*      LATEST CASE STUDIES LIST      */
/**************************************/
#case-studies-latest li 
{ 
	clear: left; 
	height: 70px;
	padding-top: 3px;
	border-bottom: 1px solid #E2E1DF;
}
#case-studies-latest a { display: block; }
#case-studies-latest img
{
	float: left;
	width: 90px;
	border: 1px solid #D6D5D1;
}
#case-studies-latest span
{
	display: block;
	float: left;
	margin: 18px 0px 0px 10px;
	font-size: 1.2em;
	color: #665F59;
}
#latest-projects-view-all 
{ 
	position: absolute;
	bottom: 1px;
	right: 12px;
}
/**************************************/
/*          CASE STUDIES LIST         */
/**************************************/
#site-main .inner .main.casestudies-container { height: 547px; }
.casestudies-container .orderby-select 
{ 
	position: absolute; 
	top: 18px;
	right: 20px;
	font-size: 0.9em;
}
#site-main #content.inner .main.brown.casestudies-container .content.casestudies 
{ 
	height: 435px;
	margin: 10px 10px;
	overflow: visible;
}
	
#fancyselect select { display: none; }
#fancyselect
{
	cursor: pointer;
	width: 115px;
	height: 21px;
	padding-top: 3px;
	background: url(/assets/visual/date-filter.jpg) top right no-repeat;
	z-index: 10;
}
#fancyselect span { padding-left: 7px; } 
#fancyselect ul { display: none; position: relative; top: 1px; }
#fancyselect ul li 
{
	padding: 3px 7px;
	background: transparent url(/assets/visual/structure/panel-top-bg.jpg) no-repeat scroll 0px -27px;
	border: 1px solid #DDDDDD;
	border-top: 0px;
}
#fancyselect ul li.selected { color: #000000; }
#fancyselect ul li.selected:before{ content:'» '; }
#fancyselect ul li:hover { background: #EEEEEE; }
                           
.casestudies { height: 100%; overflow: auto; }
.casestudies li 
{ 
	float: left; 
	width: 33.3%;
	margin-bottom: 4px;
	list-style-type: none;
	text-align: center;
}
.casestudies li a 
{ 
	display: block; 
	/*margin: 0px 70px 10px 8px;*/
	padding: 7px 0px;
	border-bottom: 1px solid #FFFFFF;
	color: #000000; 
	font-size: 0.9em;
	text-align: center;
}
.casestudies li a:hover
{ 
	background-color: #EEEEEE;
	border-bottom: 1px solid #D7D3D2;
}
.casestudies li a.end-row { margin-right: 0px; }
.casestudies li a img 
{ 
	margin: 0 auto 7px; 
	border: 1px solid #D7D3D2;
}
.casestudies-container .paging
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	line-height: 40px;
	font-size: 0.9em;
}
.casestudies-container .paging .current-page 
{ 
	float: left; 
	margin-left: 20px; 
}
.casestudies-container .paging .buttons 
{ 
	float: right; 
	margin-right: 20px; 
}
.casestudies-container .paging .buttons a 
{ 
	margin: 0px 8px; 
	color: #FFFFFF; 
	padding: 2px 6px;
	border: 1px solid #EEEEEE;
	-moz-border-radius: 4px 0px 4px 0px;
	-webkit-border-radius: 4px 0px 4px 0px;
	background: #AAAAAA;
}
.casestudies-container .paging .buttons a.active 
{ 
	border-color: #777777;
	background: transparent;
	color: #777777; 
}

/**************************************/
/*           VIEW CASE STUDY          */
/**************************************/
#site-main #content.view-case-study .side b.name,
	#site-main #content.view-case-study .side .additional1 { color: #000000; }
#site-main #content.view-case-study .side a.contact
{
	position: absolute; 
	bottom: 30px;
	left: 20px;
	color: #000000;
}
#site-main #content.view-case-study .side a.contact span { text-decoration: underline; }                                                      
#site-main #content.view-case-study .side .additional1 { margin: 16px 0px 15px; }
#site-main #content.view-case-study .side .additional2 { margin-bottom: 15px; text-align: left }
#site-main #content.view-case-study .main.brown .content { height: auto; margin: 0px; }
#site-main #content.view-case-study .main .content div.main-image 
{ 
	position: relative;
	border-bottom: 1px solid #FFFFFF; 
}
#site-main #content.view-case-study .main .content div.main-image div.overlay
{
	display: none;
	position: absolute;
	top: 0px; 
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(/assets/visual/mortardevelopments.jpg) #FFFFFF 50% 50% no-repeat;
}
#site-main #content.view-case-study .main .content .additional-images 
{ 
	overflow: auto;
	height: 100%;	
	padding: 20px;
}
#site-main #content.view-case-study .main .content .additional-images li 
{ 
	float: left; 
	margin-right: 20px; 
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#site-main #content.view-case-study .main .content .additional-images li:hover
{ 
	opacity: 1;
	filter: alpha(opacity=100);
}
#site-main #content.view-case-study .main .content .additional-images li.dummy { width: 25px; }
#site-main #content.view-case-study .main .content .additional-images li a img { border: 1px solid #FFFFFF; }
/**************************************/
/*               FOOTER               */
/**************************************/
#site-footer
{
	width: 100%;
	height: 28px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	border-top: 1px solid #C7C0BA;
	background-color: #FFFFFF;
	font-size: 0.9em;
	color: #C0C0BE;
}
#site-footer div { padding: 0px 20px; line-height: 2.4em; }
#site-footer div span { display: block; float: left; }
#site-footer div ul { float: right; }
#site-footer div ul li { float: left; margin-left: 9px; }
#site-footer div ul li a { margin-right: 4px; }
#site-footer div ul li a#skylight { color: #C0C0BE; }


/**************************************/
/*             SCROLL PANE            */
/**************************************/
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin: 20px;
}
#index.inner .side .jScrollPaneContainer { margin: 10px 10px 50px; }
#site-main .inner .side .jScrollPaneContainer .content, 
	#site-main .inner .main .jScrollPaneContainer .content,
	#site-main #content.inner .main.brown.casestudies-container .jScrollPaneContainer .content.casestudies
	{ margin: 0px; }
#site-main #content.inner .main.brown.casestudies-container .jScrollPaneContainer { margin: 10px; }

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
