@charset "utf-8";

/* CSS Constants
===================================================================== */
html, body {
	height: auto;
	background: url('../images/backgrounds/bg-body.jpg');
	min-width: 1024px; 
}

body {
	position: relative;	
	min-height: 100%;
} 

h1 {
	font-family: 'Georgia', serif;
	color: #47433c;
	font-size: 26px;
	text-shadow: 1px 0px #fff;
	margin: 10px 0 15px 0;
}
h1.quote {
	font-family: 'Georgia', serif;
	font-style: italic;
	color: #97a5a5;
	font-size: 32px;
	text-shadow: 1px 0px #fff;
	margin: 10px 0 15px 0;
	line-height: 40px;
}

h2 {
	font-family: 'Georgia', serif;
	color: #45899f;
	font-size: 22px;
	text-shadow: 1px 0px #fff;
	margin: 30px 0 15px 0;
}

h3 {
	font-family: 'Georgia', serif;
	color: #47433c;
	text-shadow: 1px 0px #fff;
	margin: 10px 0 15px 0;
}

a {
	color: #45899f;
}

p {
	font-family: 'Georgia', serif;
	color: #47433c;
	font-size: 14px;
	text-shadow: 1px 0px #fff;
	line-height: 1.7;
	margin: 20px 0 10px 0;
}

strong, b {
	font-weight: bold;	
}

em, i { 
	font-style: italic;
}

#body-inner ol, #body-inner ul {
	font-family: 'Georgia', serif;
	color: #47433c;
	font-size: 14px;
	text-shadow: 1px 0px #fff;
	line-height: 1.7;
	margin: 10px 0 10px 16px;
	list-style: square;
}

#body-inner img {
	border: 6px solid #FFFFFF;	
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.5), inset 0px 0px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.5), inset 0px 0px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.5), inset 0px 0px 0px rgba(0,0,0,0.5);		
}

#body-inner img.left {
	margin: 0 17px 20px 0;
}

#body-inner img.right {
	margin: 0 0 20px 17px; 
}

.left-side {
	width: 466px;
	float: left;
}

.right-side {
	width: 439px;
	float: right;
} 

/* Buttons
===================================================================== */
.view-photography {
	display: block;
	text-indent: -9999px;
	width: 233px;
	height: 64px;
	background: url('../images/buttons/btn-view-photography.png') no-repeat;
	text-align: center;
	margin: 10px 0 10px 0;
}

.view-photography:hover {
	display: block;
	text-indent: -9999px;
	width: 233px;
	height: 64px;
	background: url('../images/buttons/btn-view-photography-hover.png') no-repeat;
	text-align: center;
}

.tuzo-previous {
	display: block;
	text-indent: -9999px;
	width: 153px;
	height: 64px;
	background: url('../images/buttons/btn-previous.png') no-repeat;
	text-align: center;
	margin: 10px 0 10px 0;
	float: left; 
}

.tuzo-previous-disabled {
	display: block;
	text-indent: -9999px;
	width: 153px;
	height: 64px;
	background: url('../images/buttons/btn-previous-unavailable.png') no-repeat;
	text-align: center;
	margin: 10px 0 10px 0;
	float: left; 
	cursor: default;
}

.tuzo-previous:hover {
	display: block;
	text-indent: -9999px;
	width: 153px;
	height: 64px;
	background: url('../images/buttons/btn-previous-hover.png') no-repeat;
	text-align: center;
}

.tuzo-next {
	display: block;
	text-indent: -9999px;
	width: 153px;
	height: 64px;
	background: url('../images/buttons/btn-next.png') no-repeat;
	text-align: center;
	margin: 10px 0 10px 0;
	float: right;
}

.tuzo-next-disabled {
	display: block;
	text-indent: -9999px;
	width: 153px;
	height: 64px;
	background: url('../images/buttons/btn-next-unavailable.png') no-repeat;
	text-align: center;
	margin: 10px 0 10px 0;
	float: left; 
	cursor: default;	
}

.tuzo-next:hover {
	display: block;
	text-indent: -9999px;
	width: 153px;
	height: 64px;
	background: url('../images/buttons/btn-next-hover.png') no-repeat;
	text-align: center;
}

/* Head
===================================================================== */
#header {
	height: 195px;
	background: url('../images/backgrounds/bg-header2.png') repeat-x;
	z-index: 9998;
	position: absolute;
	width: 100%;
} 

#header-inner {
	width: 941px;
	margin: 0 auto 0 auto;
	height: 195px;
	padding: 20px 40px 0 40px;
	z-index: 9999; 
}

#logo {
	display: block;
	width: 322px;
	height: 101px;	
	background: url('../images/images/logo.png') no-repeat;
	text-indent: -9999px;
	margin: 24px 0 0 0;
}

/* Navigation
===================================================================== */
#nav-bar {
	float: right;
	margin: -61px -20px 0 0;
}

#nav-bar li {
	float: left;
	max-width: 118px;
	text-align: center;
	padding: 0 6px 0 6px;
	color: #fff;	
}

#nav-bar li.divider {
	width: 2px;
}

#nav-bar a {
	color: #fff;
	text-decoration: none;	
	padding: 0 0 10px 0;
}

#nav-bar a.active, #nav-bar a:hover {
	border-bottom: solid 5px #eae195;  
	padding: 0 0 10px 0;	
}

/* Slider
===================================================================== */
#slider {
	padding: 130px 0 0 0;
} 

#slider-inner {
	width: 1000px;
	margin: 0 auto 0 auto;
	background: url('../images/backgrounds/bg-main-container.png'); 
	padding: 0 0 0 21px;
	height: 400px;
}

.flexslider {
	width: 978px !important; 	

}

#slider-message-overlay {
	background: url('../images/backgrounds/slider-message-overlay.png');	
	position: absolute;
	z-index: 9997;
	margin: 0 0 0 58px;
	width: 380px;
	height: 330px;
	padding: 68px 20px 0 20px;
}

#slider-quote {
	font-family: 'Georgia', serif;
	color: #fff;
	font-size: 18px;
	text-shadow: none;
	line-height: 1.7;
	margin: 20px 0 20px 0;
}

#slider-source {
	font-family: 'Georgia', serif;
	color: #eae195;
	font-size: 14px;
	text-shadow: none;	
	line-height: 1.7; 
	margin: 20px 0 20px 0;	
}

#slider-bottom {
	width: 978px;
	height: 57px;
	background: url('../images/backgrounds/slider-bottom-overlay.png') no-repeat; 
	position: absolute;
	margin: -117px 0 0 0;
	z-index: 9999;
}

#polaroid {
	width: 383px;	
	height: 523px;
	position: absolute; 
	z-index: 9999;
	margin: -178px 0 0 548px; 
}

#polaroid img {
	border: none;	
	-moz-box-shadow: none;	
	-webkit-box-shadow: none;	
	box-shadow: none;		
}

/* Body
===================================================================== */
#body {
	margin-bottom: -145px;
	min-height: 100%;
} 

#body-inner {
	width: 931px;
	margin: 0 auto 0 auto;
	padding: 6px 45px 0 45px;
	background: url('../images/backgrounds/bg-main-container.png'); 
	position: relative;
	min-height: 66%;
}

/* Gallery
===================================================================== */
.thumb {
	float: left; 
	width: 208px;
	margin-right: 28.5px;
	margin-bottom: 20px;	
	text-align: center;
}

.thumb img {
	border: none !important;	
	-moz-box-shadow: none !important;	
	-webkit-box-shadow: none !important;	
	box-shadow: none !important;	
}

.thumb .hyperlink {
	display: block;
	width: 208px;
	height: auto !important;
	margin: 10px 0 0 0;
	text-decoration: none;
	text-shadow: 1px 0px #fff;
	line-height: 1.1; 	
	color: #45899f;	 
}

.thumb a.hyperlink:hover {
	text-decoration: underline;	
} 

.thumb p {
	margin: 5px 0 0 0;	
	line-height: 1.1;
}

.thumb .thumb-inner {
	width: 208px;
	height: 137px;
	border: 6px solid #FFFFFF;	
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.5), inset 0px 0px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.5), inset 0px 0px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.5), inset 0px 0px 0px rgba(0,0,0,0.5);		
}

.thumb .thumb-inner a {
	display: block;
	width: 208px;
	height: 137px; 
	margin: 0 0 10px 0;
	text-align: center;
}

.thumb-inner:hover img {
	display: block;
	cursor: pointer;	 
}

/* Lightview
===================================================================== */
.lv-title h1 {
	color: #eae195;
	font-family: 'Georgia', serif;
	font-size: 22px;
	margin: 20px 0 20px 0;
	text-shadow: none; 
	line-height: 1.2;
}

.lv-description p {
	font-family: 'Georgia', serif;
	color: #fff;
	font-size: 14px;
	line-height: 1.7;
	margin: 10px 0 10px 0;
	text-shadow: none; 
}

.lv-date p {
	font-family: 'Georgia', serif;
	color: #fff;
	font-size: 14px;
	line-height: 1.7;
	margin: 10px 0 10px 0;
	text-shadow: none; 
}

.lv-quote em {
	font-family: 'Georgia', serif;
	color: #eae195;
	font-size: 14px;
	line-height: 1.7;
	margin: 10px 0 10px 0;
	text-shadow: none;
	font-style: italic; 
}

/* Pagination
===================================================================== */
.pagination {
	margin: -30px auto 0 auto;
	width: 310px;
} 


/* Feet
===================================================================== */
#footer {
	height: 167px;
	background: url('../images/backgrounds/bg-footer2.png') repeat-x;
	position: absolute;
	z-index: 9999;
	width: 100%;
}

#footer-inner {
	width: 941px;
	margin: 0 auto 0 auto;
	height: 65px; 
	padding: 60px 40px 0 40px;
}

#footer-inner p {
	color: #fff;
	text-shadow: none;
}

#footer-inner a {
	color: #eae195;	
	text-decoration: none;
}

#footer-inner a:hover {
	text-decoration: underline;
}
.footer-right-side {
	width: 469px;
	float: right;
} 

/* Custom
===================================================================== */
#rightCol {
	width: 460px;
	float: left;
	margin: 0 0 0 48px;
}
#leftCol{
	width: 420px;
	float: left;
}