/*
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: #bb9a6f;
}

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

.uppercase {
	text-transform: uppercase;
}

/**************
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: 4;
}
	#headerContainer {
		width: 996px;
		padding-left: 11px;
		padding-right: 11px;
		margin: 0 auto;
	}

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

	#nav {
		float: right;
	}
		#nav a {
			display: block;
			width: auto;
			height: 28px;
			margin-top: 39px;
			float: left;
			margin-left: 27px;
			font-style: italic;
			font-weight: 800;
		}
		#nav a:hover, #nav a.current {
			background-image: url('../images/arrow.png');
			background-repeat: no-repeat;
			background-position: center bottom;
			color: #bb9a6f;
		}

			#nav a.image {
				margin-left: 14px;
				margin-top: 47px;
				height: auto;
			}
			#nav a.text {
				margin-top: 48px;
			}

			#linkedin {
				background-image: url('../images/linkedin.png') !important;
				width: 18px !important;
				height: 17px !important;
				display: block !important;
				background-position: 0 0;
			}
				#linkedin:hover {
					/*background-image: url('../images/linkedin_over.png') !important;*/
					background-position: 0 18px;
				}
			#contact {
				background-image: url('../images/email.png') !important;
				width: 22px !important;
				height: 17px !important;
				display: block !important;
				background-position: 0 0;
			}
				#contact:hover {
					/*background-image: url('../images/email_over.png') !important;*/
					background-position: 0 18px;
				}



/****************
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;
		height: 81px;
	}


/*******************
CONTENT
********************/
#containerWrapper {
	width: 100%;
	height: auto;
	padding: 0 0;
	margin: 0 0;
	min-height: 550px;
    margin-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 top;
	background-repeat: repeat-x;
}

#homeContent {
	background-image: url('../images/home_bg.jpg');
	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: 30px;
		left: 544px;
		position: absolute;
		top: 473px;
		width: 150px;
	}

	#homeContent #blogLink {
		display: block;
		height: 30px;
		left: 8px;
		position: absolute;
		top: 473px;
		width: 150px;
	}

	#homeContent #twitter {

		height: 292px;
		left: 581px;
		position: absolute;
		top: 543px;
		width: 370px;
	}
		.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: 549px;
		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: 38px;
		-moz-opacity:0; filter:alpha(opacity=0); opacity:0;
		position: absolute;
	}
	#homeContent #featuredCopy {
		top: 323px;
		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: 675px;
		position: absolute;
		top: 275px;
		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;
		}


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

#aboutContent {
	height: 1290px;
}
	#aboutHeader {
        margin-left: -20px;
        margin-top: 147px;
    }

	#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-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;
}

#portfolioContent {
    margin-top: 147px;
    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;
		}
		.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;

			}
				.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;
		}
			#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;

		}
		#lightboxContent #desc {
			font-style: italic;
			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;
				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;
}

/* mobile hide */

.mobileElement {
	display: none;
}

#mobileItemWrapper {
	display:none;
}

.categoryTitleMobile {
	display:none;
}
