/*
996px width;
*/

:focus {
	outline: 0;
}

/**************
BASE LAYOUT
**************/

body {
	background-color: #ffffff;
	color: #c8bbad;
	font-family: Georgia, Arial, sans-serif;
}

a, a:visited {
	text-decoration: none;
	color: #e8ccbe;
}

a:hover {
	color: #b49775;
}

.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.floatClear {
	clear: both;
}

h1, h2, h3, h4, h5, h6{ font-family: "JansonOldStyle"; font-weight: normal;}

h1{
	font-size: 26px;
	color:#555;
}
	h1 span{ font-size: 18px; }

h3{ color: #B49775; font-size: 14px; line-height: 25px; letter-spacing: normal; }


/**************
HEADER STUFF
****************/
header {
	background: none repeat scroll 0 0 white;
    border-bottom: 1px solid #D3C0B1;
    height: 76px;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 6;
}
	#headerContainer {
		width: 996px;
		padding-left: 11px;
		padding-right: 11px;
		margin: 0 auto;
		z-index: 4;
	}

		#headerShadow {
			background-image:url(../images/header_shadow.png);
			background-repeat:no-repeat;
			display: block;
			margin-top:77px;
			margin-left:-100px;
			position: fixed;
			width:1309px;
			height:17px;
			-webkit-background-size: 1309px 17px;
       		-moz-background-size: 1309px 17px;
         	-o-background-size: 1309px 17px;
            background-size: 1309px 17px;
		}

	#logo {
		margin-top: 25px;
		float: left;
	}

	#nav {
		float: right;
		margin-right: 35px;
	}
		#nav a {
			display: block;
			width: auto;
			height: 30px;
			margin-top: 39px;
			float: left;
			margin-left: 27px;
			font-style: italic;
			font-weight: 800;
		}
		
		#nav .externalLinks {
			position: relative;
			display:block;
			float:right;
			left: 30px;
		}
		#nav a:first-child{ margin-left: 0; }
		#nav a:hover, #nav a.current {
			background-image: url('../images/arrow.png');
			background-repeat: no-repeat;
			background-position: center bottom;
			color: #bb9a6f;
			-webkit-background-size: 12px 6px;
			-moz-background-size: 12px 6px;
			-o-background-size: 12px 6px;
			background-size: 12px 6px;
		}

			#nav a.image {
				margin-left: 14px;
				margin-top: 47px;
				height: auto;
			}
			#nav a.text {
				margin-top: 46px;
				font-family: "JansonOldStyle";
				font-style: normal;
				font-weight: bold;
				font-size: 13px;
			}

			#nav a.image#linkedin {
				background-image: url('../images/linkedin.png') !important;
				width: 18px !important;
				height: 18px !important;
				display: block !important;
				background-position: 0 0;
				-webkit-background-size: 18px 36px;
				-moz-background-size: 18px 36px;
				-o-background-size: 18px 36px;
				background-size: 18px 36px;
			}
				#nav a.image#linkedin:hover {
					background-position: 0 -18px;
				}
			#nav a.image#contact {
				background-image: url('../images/email.png') !important;
				width: 18px !important;
				height: 18px !important;
				display: block !important;
				background-position: 0 18;
				-webkit-background-size: 18px 36px;
				-moz-background-size: 18px 36px;
				-o-background-size: 18px 36px;
				background-size: 18px 36px;
				margin-left: 10px;
			}
				#nav a.image#contact:hover {
					background-position: 0 -18x;
				}

			img#spacer {
				position: absolute;
				left: 0px;
				top:40px;
				margin: 0;
				padding: 0;	
			}

/****************
FOOTER STUFF
*****************/
footer {
	background-image: url('../images/footer.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #1e1e1e;
	/*height: 100%;*/
	width: 100%;
	padding: 0 0;
	margin: 0 0;
	clear: both;
}
	#footerContainer {
		width: 996px;
		padding-left: 11px;
		padding-right: 11px;
		margin: 0 auto;
		padding-top: 24px;
		text-align: right;
		font-style: italic;
		font-size: 10px;
		color:#666;
		height: 81px;
	}


/*******************
CONTENT
********************/
#containerWrapper {
	width: 100%;
	height: auto;
	padding: 0 0;
	margin: 0 0;
	min-height: 550px;
    padding-top: 77px;
    z-index: 0;
}
	#container {
		width: 996px;
		padding: 0 0;
		padding-left: 11px;
		padding-right: 11px;
		margin: 0 auto;
	}

/*******************
Homepage
********************/
body.home #containerWrapper {
	background-image: url('../images/home_bg_full.jpg');
	background-position: center 77px;
	background-repeat: repeat-x;
	-webkit-background-size: 1440px 845px;
	-moz-background-size: 1440px 845px;
	-o-background-size: 1440px 845px;
	background-size: 1440px 845px;
}

@media only screen {
   #homeContent {
		background-image: url('../images/home_bg_new.jpg');
		background-position: center top;
		height: 873px;
		background-repeat: no-repeat;
		position: relative;
		-webkit-background-size: 996px 845px;
		-moz-background-size: 996px 845px;
		-o-background-size: 996px 845px;
		background-size: 996px 845px;
	}
}

/*
@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 569px),
only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 569px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 569px),
only screen and (min-device-pixel-ratio: 2) and (min-width: 569px),
only screen and (min-resolution: 192dpi) and (min-width: 569px),
only screen and (min-resolution: 2dppx) and (min-width: 569px) {
		#homeContent {
			background-image: url('../images/home_bg@2x.jpg');
			background-size:996px 845px;
			background-position: center top;
			height: 873px;
			background-repeat: no-repeat;
			position: relative;
		}
}
*/

	#homeContent #facebookContainer {
		position: absolute;
		/*background-color: #FF0000;*/
		top: 12px;
		left: 0px;
	}

	#homeContent #twitterLink {
		display: block;
		height: 25px;
		left: 569px;
		position: absolute;
		top: 475px;
		width: 150px;
		color: #555;
		font-size: 18px;
		font-family: "JansonOldStyle";
		font-weight: normal;
	}

	#homeContent #blogLink {
		display: block;
		height: 30px;
		left: 37px;
		position: absolute;
		top: 475px;
		width: 150px;
		color: #555;
		font-size: 18px;
		font-family: "JansonOldStyle";
		font-weight: normal;
	}

	#homeContent #twitter {
		height: 292px;
		left: 581px;
		position: absolute;
		top: 527px;
		width: 400px;
	}
		.twtr-widget .twtr-tweet {
			border-bottom: none !important;
			overflow: hidden !important;
			font-style: italic !important;
			margin-bottom: 10px !important;
		}
		.twtr-ft {
			display: none !important;
		}
		.twtr-hd {
			display: none !important;
		}
		#twtr-widget-1 em {
			display: block !important;
		}
		#twtr-widget-1 .twtr-bd, #twtr-widget-1 .twtr-timeline i a, #twtr-widget-1 .twtr-bd p {
			color: #555555 !important;
			font-family: Georgia, Arial, sans-serif !important;
		}


	#homeContent #blog {
		height: 292px;
		left: 52px;
		position: absolute;
		top: 539px;
		width: 378px;
	}

		.entry {
			margin-bottom: 18px;
			color: #555555;
			font-family: Georgia, Arial, sans-serif !important;
			font-style: italic;
			font-size:12px;
		}

		a.entry_link {
			margin-left: 318px;
			color: #B49775;
		}
			a.entry_link:hover {
				text-decoration: underline;
			}

	#homeContent #featuredImage {
		width: 400px;
		height: 261px;
		top: 51px;
		left: 25px;
		-moz-opacity:0; filter:alpha(opacity=0); opacity:0;
		position: absolute;
	}
	#homeContent #featuredCopy {
		top: 334px;
		left: 51px;
		width: 331px;
		text-align: center;
		position: absolute;
		font-style: italic;
		font-size: 14px;
		color: #555555;
	}
		#homeContent #featuredCopy .featuredDesc {
			font-style: normal;
			font-size: 11px;
		}

		#homeContent #featuredCopy .featuredTitle {
			margin-bottom: 7px;
		}

		#homeContent #featuredCopy span.featured {
			color: #b49775;
			font-size: 14px;
			font-style: italic;
		}

	#homeContent #logoSliderWrapper, #homeContent #logoSliderOverlay {
		height: 86px;
		left: 667px;
		position: absolute;
		top: 273px;
		width: 318px;
	}
		#homeContent #logoSliderWrapper {
			/*background-image: url('../images/logo_slider.jpg');*/
			z-index: 2;
			overflow: hidden;
		}
		#homeContent #logoSlider {
			width: auto;
			height: auto;
		}
		#homeContent #logoSliderOverlay {
			/*background-color: #f00;*/
			background-image: url('../images/logo_slider_overlay.png');
			z-index: 3;
			-webkit-background-size: 318px 86px;
			-moz-background-size: 318px 86px;
			-o-background-size: 318px 86px;
			background-size: 318px 86px;
		}

	#homeContent .homeCopy h3{
		color: #555;
	}
	#homeContent .homeCopy h3.right{
		text-align: right;
		right: 0;
		position: absolute;
	}

	#homeContent .homeCopy h3.center{
		text-align: center;
		position: relative;
	}

	#homeContent #topCopy h3, #homeContent #middleCopy h3{
		font-size: 16px;
	}

		#homeContent #topCopy h3 span {
			font-size: 25px;
		}
		
		#homeContent #middleCopy h3 span{
			font-size: 28px;
		}
		

	#homeContent #topCopy h3 span.highlight, #homeContent #middleCopy h3 span.highlight{
		color: #B49775;
		font-size: 16px;
	}

	#homeContent #topCopy{
		width: 307px;
		left: 441px;
		top: 65px;
		position: absolute;
		z-index: 5;
	}

	#homeContent #middleCopy{
		left: 475px;
		top: 175px;
		position: absolute;
		z-index: 5;
	}

	#homeContent #bottomCopy{
		width: 244px;
		left: 398px;
		top: 291px;
		position: absolute;
		z-index: 4;
	}
		#homeContent #bottomCopy div.holder{
			position: relative;
			height: 60px;
			margin-top:-6px;
		}
		#homeContent #bottomCopy h3{
			color: #555;
		}
			#homeContent #bottomCopy h3 span{
				font-size: 24px;
			}

			#homeContent #bottomCopy h3.right{
				top: 18px;
				margin-right:8px;
			}


/*******************
About
********************/
body.about {
	background-image: url('../images/about_bg.jpg');
	background-position: center 4px;
	background-repeat: no-repeat;
	-webkit-background-size: 996px 211px;
	-moz-background-size: 996px 211px;
	-o-background-size: 996px 211px;
	background-size: 996px 211px;
}

#aboutContent {
	height: 1400px;
}
	#aboutHeader {
        margin-left: -20px;
        margin-top: 70px;
    }

    	#aboutHeader h1{
    		margin-left: 33px;
    		margin-bottom: 18px;
			font-size: 28px;
    	}

	#copy {
		padding-top: 10px;
		font-size: 14px;
		font-style: italic;
		color: #555555;
		height: 925px;
		font-family: Georgia, Arial, sans-serif;
		line-height: 35px;
	}
		#copy p {
			margin-left: 20px;
			margin-right: 20px;
			margin-top: 10px;
		}
		#copy span {
			font-size: 17px;
			font-style: italic;
			color: #b49775;
		}
		#copy span.startCopy {
			font-size: 21px;
			font-style: italic;
			font-weight: 800;
			color: #b49775;
		}

/*******************
Portfolio
********************/
body.portfolio {
	background-image: url('../images/portfolio_bg.jpg');
	background-position: center 4px;
	background-repeat: no-repeat;
	-webkit-background-size: 996px 746px;
	-moz-background-size: 996px 746px;
	-o-background-size: 996px 746px;
	background-size: 996px 746px;
}

#portfolioContent {
    margin-top: 70px;
    min-height: 950px;
}

#portfolioOverlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 200;
	top: 0px;
	left: 0px;
	background-color: #000;

	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=0);
	/* Older than Firefox 0.9 */
	-moz-opacity:0;
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0;
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0;
}

	/* 257px height per grid item, 232px width */
	.categoryContainer {
		margin-bottom: 40px;
		clear: both;
	}
		.categoryTitle {
			margin-bottom: 25px;
			background-image: url('../images/cat_line.png');
			background-position: center bottom;
			background-repeat: no-repeat;
			-webkit-background-size: 996px 1px;
			-moz-background-size: 996px 1px;
			-o-background-size: 996px 1px;
			background-size: 996px 1px;
			padding-bottom: 20px;
		}
		.categoryTitle h1 {
			font-size:22px;
			margin-left:13px;
		}
		.categoryTitle h3 {
			font-size:15px;
			line-height:12px;
			margin-left:13px;
		}
		.categoryItems {
			margin-left: 10px;
		}
			.gridItem {
				width: 232px;
				height: 257px;
				float: left;
				margin-right: 14px;
				cursor: pointer;
			}
			.photoHolder {
				background-image: url('../images/photo_holder.png');
				width: 232px;
				height: 148px;
				-webkit-background-size: 232px 148px;
				-moz-background-size: 232px 148px;
				-o-background-size: 232px 148px;
				background-size: 232px 148px;

			}
				.photoHolder img {
					width: 221px;
					height: 137px;
					margin-left: 4px;
					margin-top: 5px;
				}

				.gridItem .title {
					color: #B49775;
					font-size: 14px;
					font-style: italic;
					font-weight: 400;
					text-align: center;
					margin-top: 10px;
				}

				.gridItem .desc {
					font-size: 10px;
					font-style: normal;
					text-align: center;
					color: #555555;
					letter-spacing: -0.5px;
				}

	/******************
		LIGHTBOX
	*******************/
	#lightboxWrapper {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		z-index: 300;

		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		/* This works in IE 8 & 9 too */
		/* ... but also 5, 6, 7 */
		filter: alpha(opacity=0);
		/* Older than Firefox 0.9 */
		-moz-opacity:0;
		/* Safari 1.x (pre WebKit!) */
		-khtml-opacity: 0;
		/* Modern!
		/* Firefox 0.9+, Safari 2?, Chrome any?
		/* Opera 9+, IE 9+ */
		opacity: 0;
	}
	#lightboxContent {
		margin: 0 auto;
		width: 876px;
		padding-top: 50px;
		height: auto;
		color: #AAAAAA;
	}
		#lightboxContent a {
			color: white;
			display: block;
			margin-bottom: 3px;
		}
			#lightboxContent a:hover {
				color: #B49775;
			}
		#lightboxContent #closeButton {
			float: right;
			background-image: url('../images/close_button.png');
			background-repeat: no-repeat;
			width: 30px;
			height: 29px;
			cursor: pointer;
			-webkit-background-size: 30px 29px;
			-moz-background-size: 30px 29px;
			-o-background-size: 30px 29px;
			background-size: 30px 29px;
		}
			#lightboxContent #closeButton:hover {
				background-image: url('../images/close_button.png');
			}

		#lightboxContent #title {
			font-style: italic;
			font-size: 30px;
			color: white;
		}

		#lightboxContent #urlContainer {
			margin-top: 5px;
		}

		#lightboxContent #url {
			font-style: italic;
			padding-left: 25px;
			background-image: url('../images/url_button.png');
			display: inline;
			padding-bottom: 1px;
			background-repeat: no-repeat;
			text-decoration: underline;
			-webkit-background-size: 19px 16px;
			-moz-background-size: 19px 16px;
			-o-background-size: 19px 16px;
			background-size: 19px 16px;

		}
		#lightboxContent #desc {
			font-size:12px;
			margin-top: 5px;
		}
		#lightboxContent #pagerWrapper {
			width: 876px;
		}
		#lightboxContent #pager {
			text-align: center;
			margin: 0 auto;
			margin-top: 10px;
			height: 40px;
		}
			.pagerBox {
				background-color: transparent;
				border: 1px solid #fff;
				margin-right: 10px;
				display: inline-block;
				width: 12px;
				height: 12px;
				cursor: pointer;
				zoom:1; *display: inline; _height: 15px;
			}

			.pagerBox.active {
				background-color: #fff;
			}

			#lightboxContent #navLeft {
				float: left;
				margin-left: -40px;
				margin-top: 180px;
				width: 30px;
				height: 30px;
				cursor: pointer;
			}
			#lightboxContent #navRight {
				float: right;
				margin-right: -50px;
				margin-top: 180px;
				width: 30px;
				height: 30px;
				cursor: pointer;
			}
		#lightboxContent #itemWrapper {

		}
			#lightboxContent .item {

			}
			#lightboxContent .itemDesc {
				font-style:italic;
				font-size: 12px;
				text-align: center;
				margin-bottom:12px;
			}

#slideshow #slidesContainer {
  margin:0 auto;
  width:876px;
  height:auto;
  overflow:auto; /* allow scrollbar */
  position:relative;
}

#slideshow #slidesContainer .slide {
  margin:0 auto;
  text-align:center;
  width:856px; /* reduce by 20 pixels to avoid horizontal scroll */
  height:auto;
}


.desktopElement{
	display: block;
}

/* mobile hide */

.mobileElement {
	display: none;
}

#mobileItemWrapper {
	display:none;
}

.categoryTitleMobile {
	display:none;
}

/** sticky footer **/
@media only screen and (min-width: 569px){ /* bigger than mobile; desktop mode */
	html, body{ height: 100%; }
	/*.primaryWrapper{ min-height: 100%; }*/
	.primaryWrapper{min-height: 100%; min-width: 996px;}
	#containerWrapper{ overflow:auto; padding-bottom: 105px;}
	.primaryFooter{
		position: relative;
		margin-top: -75px; /* negative value of footer height */
		min-width: 996px;
		height: 105px;
		clear:both;
	}

	/*Opera Fix*/
	body:before {/* thanks to Maleika (Kohoutec)*/
		content:"";
		height:100%;
		float:left;
		width:0;
		margin-top:-32767px;/* thank you Erik J - negate effect of float*/
	}
}