/*********************************/
/*   colors used on the site:    */
/*********************************/

/* color:#81ADA8;  teal background */
/* color:#a8c6c2;  med teal */
/* color:#D98239;  gold for text */



.nospace {
	display: block;
	margin:0;
	padding:0;
}
.photospace {
	margin-right:9px;
}
p.menulink {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 13px;
	text-transform: uppercase;
	color: #5B9B98;
	padding-top:9px;
	padding-bottom:9px;
}
p.menulink a {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	color: #5B9B98;
	text-decoration:none;
	letter-spacing:.09em;
	letter-spacing: normal\9; /* IE 8 and below */
}
p.menulink a:hover {
	color: #efb133;
}
button.menulink {
	border-top: none;
	background: #709591;
	background: -webkit-gradient(linear, left top, left bottom, from(#81ada8), to(#709591));
	background: -webkit-linear-gradient(top, #81ada8, #709591);
	background: -moz-linear-gradient(top, #81ada8, #709591);
	background: -ms-linear-gradient(top, #81ada8, #709591);
	background: -o-linear-gradient(top, #81ada8, #709591);
	padding: 6px 12px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: none;
	-moz-box-shadow: rgba(0, 0, 0, 1) 0 0px 0;
	box-shadow: rgba(0, 0, 0, 1) 0 0px 0;
	text-shadow: rgba(0, 0, 0, .4) 0 0px 0;
	color: #FFF;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 12px;
	letter-spacing:.09em;
	letter-spacing: normal\9; /* IE 8 and below */
	text-transform: uppercase;
	vertical-align: middle;
}
button.menulink:hover {
	border-top-color: #efb033;
	background: #efb033;
	color: #ffffff;
}
button.menulink:active {
	border-top-color: #efb033;
	background: #efb033;
}
.left_photo {
	float:left;
}
.script_title {
	z-index:1000 !important;
	margin-left:-30px;
}
.left_photo {
	float:left;
}
.photo-caption {
	font-size:13px;
	line-height:16px;
	padding:0px;
	margin:0px;
	margin-top:-6px;
}

.quote {
	font-family:'QuattrocentoRomanRegular', Georgia, Times, serif;
	font-size:18px;
	line-height:27px;
	color:#FFF;
	text-align:center;
	font-weight:normal;
	padding-left:10px;
	padding-right:10px;
}
.quote_name {
	font-family:'QuattrocentoRomanRegular', Georgia, Times, serif;
	font-size:13px;
	font-weight:normal;
	line-height:27px;
	color:#FFF;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}
.quote_teal {
	font-family:'QuattrocentoRomanRegular', Georgia, Times, serif;
	font-size:18px;
	line-height:27px;
	color:#81ADA8;
	text-align:center;
	font-weight:normal;
	
}
.quote_mark {
	font-family:Georgia !important;

}



