@charset "UTF-8";

/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */


/*************************
Fonts
*************************/
/*
font-family: 'Open Sans', sans-serif;
font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Playfair Display SC', serif;
font-family: 'Unna', serif;
font-family: 'Abril Fatface', cursive;
font-family: 'Old Standard TT', serif;
*/



/*************************
Debuggin Styles
*************************/

.border{
	border:thin red solid;
	}
	
.thumbholder{
	height: 320px;
	width: 250px;
	display:block;
	background-color:#bfbfbf;
	
	}
	
.photoholder{
	height: 466px;
	width: 350px;
	display:block;
	background-color:#bfbfbf;
	margin:0 0 40px;
	}
	
.socialholder{
	height: 32px;
	width: 32px;
	display:block;
	background-color:#bfbfbf;
	margin:20px 0 0 0;
	}

/*************************
Base Styles
*************************/

body{
	color: #000000;
	font-family:'Open Sans', Helvetica, Arial, sans-serif;
	height:100%;
	font-size:13px;
	}
	
.bggrey{
	background-color:#f2f2f2;
	}
	
.bgwhite{
	background-color:#FFFFFD;
	}
.whitediamond{
	background-image:url(../../img/whitediamond4.png);
	background-repeat:repeat;
	background-position:top left;
	}
	
.padbottom{
	padding-bottom:30px;
	}

.marginbottom{
	margin-bottom:30px;
	}
	
.borderbottom{
	border-bottom:1px solid #bfbfbf;
	}
	
.bordertop{
	border-top:1px solid #bfbfbf;
	}

.outline{
	border: 1px solid #bfbfbf;
	}	

.centertext{
	display: block;
	margin: 0 auto;
	}
	
.index{
	z-index: -999;
	
	}
	
.block{
	display: block;
	}
p{
	line-height:21px;
	font-size:13px;
	}
a:link{
	text-decoration:none;
	color:#a3a3a3;
	display: block;
	-webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    -ms-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
	}

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

a:hover{
	text-decoration:none;
	color:#333;
	}

a:active{
	text-decoration:none;
	color:#333;
	}

a:focus {
	outline: none;
}

#toplogo{
	padding: 15px 0;
	display: inline;
}

#controls-wrapper {
	height: 150px;
}

ul#slide-list {
	margin: 90px 0 0 0;
}

#bottomlogo{
	float: right;
	margin: 0 50px 0 0;
	display:none;
}

.clear{
	clear:both;
	}

h1{
	margin: 0 0 20px 0;
	padding: 10px 0;
	font-size:34px;
	color: #a3a3a3;
	font-family:  'Playfair Display', Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
	font-weight: 400;
	text-shadow: 0px 1px 1px #fff;
	display:block;
	
	}
	
h2{
	margin: 0 0 10px 0;
	padding: 5px 0 10px 0;
	font-size:28px;
	color: #a3a3a3;
	font-family: 'Playfair Display', Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
	font-weight: 300;
	text-shadow: 0px 1px 1px #fff;
	border-top:1px solid #bfbfbf;
	border-bottom:1px solid #bfbfbf;
	}
	
h3{
	margin: 5px 0 0px 0;
	font-size:19px;
	text-align:center;
	font-weight:300;
	font-family: 'Playfair Display', Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
	display:block;
	}
	
h4{
	margin: 0 0 10px 0;
	padding: 5px 0 10px 0;
	font-size:18px;
	color: #a3a3a3;
	font-family: 'Playfair Display', Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
	font-weight: 300;
	text-shadow: 0px 1px 1px #fff;
	border-top:1px solid #bfbfbf;
	border-bottom:1px solid #bfbfbf;
	line-height:25px;
	}
	
h5{
	font-family:'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 21px;
	font-weight:300;
	color: #a3a3a3;
	border-top:1px solid #bfbfbf;
	margin: 5px 0;
	padding: 5px 0;
	}
	
h6{
	font-family:'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight:300;
	}
	
img{
	display:block;
	position:relative;	
	margin: 0 auto;
	}
	
.videowrapper{

	display:block;
	}	
	
li{
	display: block;
	}
/*************************
Slide Panel Styles & Nav
*************************/

#slidepanel {
	height: 68px;
	background: rgba(255, 255, 255, 0.8); /* R, G, B, A */
}



.slide {
	margin: 0;
	padding: 0;
	border-top: solid 4px #FFFFFF;
	opacity:.8;
	box-shadow:0px 3px 3px #000;
	-moz-box-shadow:0px 3px 3px #000;
	-webkit-box-shadow:0px 3px 3px #000;
	
}
.btn-slide {
/*	background: url(../../img/sprite_tab_76x60.svg) no-repeat center -34px; (ORIGINAL *GKO*) */
	background: url(../../img/sprite_tab_76x60.png) no-repeat center -34px;  /*GKO*/
	background-color:#FFFFFF;
	text-align: center;
	width: 76px;
	height: 30px;
	padding: 0 10px 0 0;
	margin: 0 20px 0 0 ;
	display: block;
	text-decoration: none;
	float:right;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	box-shadow:0px 3px 3px #000;
	-moz-box-shadow:0px 3px 3px #000;
	-webkit-box-shadow:0px 3px 3px #000;
}
.active {
	background-position: center 0px;
}

.social li{
	display:inline-block;
	}
	
.social a{
	opacity: .2;
	-webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
	}
	
.social a:hover{
	opacity: 1;
	}

#social_top{
	display: block;
	}

#social_top li{
	float: right;
	margin: 30px 0px 10px 20px;
	}
	
#social_bottom{
	width: 160px;
	margin: 0 auto;
	display:none;
	}	
	
#social_bottom li{
	margin: 0 10px 10px 10px;
	}
	

	
/***********************************/

#navpanel {
	height: 70px;
	 background: rgba(255, 255, 255, 0.95); /* R, G, B, A */
	 z-index:999;
	 position:fixed;
	 width: 100%;
	 clear:left;
	 font-family:'Open Sans', Helvetica, Arial, sans-serif;
	
}

.shadow {
	box-shadow:0px 3px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0px 3px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0px 3px 3px rgba(0, 0, 0, 0.3);
	}

#hometoplogo{
	padding: 15px 0 0px 0;
	display: block;
	float:left;
}

/*************************
Main Navigation Styles
*************************/
#nav{ 
	position: relative;
	margin:0 auto;
	padding: 5px 0 0 0;
	max-width:400px;
	opacity:1;
	font-family:'Open Sans', Helvetica, Arial, sans-serif;
	font-size:18px;
	color: #999;
}

#nav li{
	display: inline-block;
	text-decoration:none;
	padding: 30px 8px 8px 8px;
	opacity:1;
	font-family:'Open Sans', Helvetica, Arial, sans-serif;
	}
	
#nav li a{
	opacity: 1;
	font-family:'Open Sans', Helvetica, Arial, sans-serif;
	height: 35px;
	display:block;
}

/*************************
Mid Content Styles
*************************/

.thumbscontainer{
	height:100%;
	padding-bottom:20px;
	}
	
.header{
	padding-top: 80px;
	/*text-align:center;*/
	}
	
#bio{
	line-height:21px;
	font-size:13px;
	-moz-column-count:2; 
	-webkit-column-count:2; 
	column-count:2;
	-moz-column-gap:20px; /* Firefox */
	-webkit-column-gap:20px; /* Safari and Chrome */
	column-gap:20px;
	padding: 0 0 30px 0;
	}
	
.contactinfo{
	width: 210px;
	float:left;
	margin: 20px 30px 0px 0;
	}
	
#footer{
	text-align:center;
	padding: 30px 0 30px 0;
	font-size:12px;
	color: #a3a3a3;
	}

.read-more a, .read-less a{
	font-size: 16px;
    padding: 10px 0 0 0;
	}

/*************************
Testimonials
*************************/
#slideshowContainer {
	width: 500px;
	margin: 0;
	position:relative;
}
.slideshow {
	height: 200px;
}
.slideshow img {
	padding: 15px;
	border: 1px solid #ccc;
	background-color: #eee;
}
#testimonial-nav {
	list-style-type:none;
	z-index:150;
}
#testimonial-nav li a {
	display:block;
	width:32px;
	height:32px;
	text-indent:-9999px;
	outline:none;
}
#prev a {
	background:url(../../img/testimonial_prev.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:58px;
	height:102px;
	position:absolute;
	top:30px;
	left:-55px;
	opacity:.5;
}
#next a {
	background:url(../../img/testimonial_next.png);
	background-repeat:no-repeat;
	background-position:top right;
	width:32px;
	height:32px;
	position:absolute;
	top:30px;
	right:-55px;
	opacity:.5;
}
#next a:hover {
	opacity:1;
}
#prev a:hover {
	opacity:1;
}

#testimonials{
	font-family:  'Playfair Display', "Hoefler Text", Garamond, "Times New Roman", serif;
	}

blockquote {
	font-family:  'Playfair Display', "Hoefler Text", Garamond, "Times New Roman", serif;
	max-width: 500px; /* required */
	min-height: 180px;
	font-size:16px;
	color:#a3a3a3;
	}
	
blockquote p {
	font-family:  'Playfair Display', "Hoefler Text", Garamond, "Times New Roman", serif;
	font-size:14px;
	color:#000000;
	}

#quote_wrap { 
	margin: 10px 0 30px 0;
	font-size:16px;
	}
	

cite{
	padding: 5px 0 0 0;
	display:block;

	}

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 1160px) {
h1{
	margin: 0 0 10px 0;

	}

h2{
	line-height:30px;
	display:block;
	
}
	
h3{
		font-size: 17px;
		}

#toplogo{
	padding: 8px 0 8px 20px;
	display: inline;
	}

#navpanel {
	height: 60px;
    }
	
#nav{ 
	position: relative;
	margin:0 auto;
	padding: 25px 0 0 0;
	max-width:370px;
	opacity:1;
	font-family:'Open Sans', Helvetica, Arial, sans-serif;
	font-size:16px;
	color: #999;
}

#nav li{
	display: inline-block;
	text-decoration:none;
	padding: 0 7px;
	opacity:1;
	font-family:'Open Sans', Helvetica, Arial, sans-serif;
	}
	
#social_top li{
	float: right;
	margin: 20px 0px 10px 20px;
	}
    
.header{
	padding-top: 65px;
	/*text-align:center;*/
	}
	
#controls-wrapper {
height: 110px;
}

ul#slide-list {
	margin: 50px 0 0 0;
}
	
#bottomlogo{
	float:right;
	height: 73px;
	width: 300px;
	margin: 0 30px;
	display:block;
}

#slideshowContainer {
	width: 400px;
	margin: 0;
	position:relative;
}
.slideshow {
	height: 300px;
}
	
#social_top{
	padding: 0 20px 0 0; 
	display: block;
	}
}

@media handheld, only screen and (max-width: 767px) {

	body {
		
	}

h1{
	font-size:28px;
	text-align:center;
	line-height: 28px;
	display:block;
}

h2{
	margin: 0 0 10px 0;
	padding: 5px 0 10px 0;
	font-size:23px;
	line-height:28px;
	display:block;
	
}

#slidepanel {
	background: #FFFFFF;
	height: 72px;
	display: none;
	opacity:.8;
}

#navpanel {
	background: rgba(255, 255, 255, 0.8); /* R, G, B, A */
	height: 75px;

}

#toplogo{
	padding: 8px 0 0px 0;
	display: block;
	width: 130px;
}

#hometoplogo{
	padding: 8px 0 0px 0;
	display: block;
	float:none;
	width: 130px;
}

#bottomlogo{
	float:none;
	height: 44px;
	width: 180px;
	margin: 40px auto 0 auto;
	display:block;
}

#nav{ 
	position: relative;
	margin:5px auto 0 auto;
	padding: 0;
	max-width:260px;
	font-size:14px;
	border-top: 1px solid #000000;
}

#nav li{
	display: inline-block;
	text-decoration:none;
	padding: 5px 2px 0 2px;
	color: #a3a3a3;
	font-size:14px;
	font-weight:normal;
	}
	
#social_top{
	display: none;
	}
	
#controls-wrapper{
	height: 120px;
	}
ul#slide-list{
	margin: 80px 0 0 0;
	}		
#social_bottom{
	width: 160px;
	margin: 0 auto;
	display: block;
	}

.header{
	padding-top: 80px;
	}
	
.videowrapper{
	min-height: auto;
	display:block;
	}

#bio{
	line-height:21px;
	font-size:13px;
	-moz-column-count:1; 
	-webkit-column-count:1; 
	column-count:1;
	padding: 0 0 30px 0;
	}
	
#slideshowContainer {
	width: 205px;
	margin: 0 auto;
	position:relative;
}
.slideshow {
	height: 350px;
}

#prev a {
	background:url(../../img/testimonial_prev.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:58px;
	height:102px;
	position:absolute;
	top:60px;
	left:-40px;
	opacity:.5;
}
#next a {
	background:url(../../img/testimonial_next.png);
	background-repeat:no-repeat;
	background-position:top right;
	width:32px;
	height:32px;
	position:absolute;
	top:60px;
	right:-40px;
	opacity:.5;
}
	
blockquote {
	margin: 0 auto;
	}

/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/*	.logo {
		background: url(logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/

}