@charset "UTF-8";
/*
---------------------------------------------
RESET
---------------------------------------------
*/

div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	text-align: left;
}
/*
---------------------------------------------
FONTS
---------------------------------------------
*/
@font-face {
	font-family: 'AftasansItalic';
	src: url('/fonts/AftaSansThin-Italic-webfont.eot');
	src: url('/fonts/AftaSansThin-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/AftaSansThin-Italic-webfont.woff') format('woff'), url('/fonts/AftaSansThin-Italic-webfont.ttf') format('truetype'), url('/fonts/AftaSansThin-Italic-webfont.svg#AftasansItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AftasansRegular';
	src: url('/fonts/AftaSansThin-Regular-webfont.eot');
	src: url('/fonts/AftaSansThin-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/AftaSansThin-Regular-webfont.woff') format('woff'), url('../fonts/AftaSansThin-Regular-webfont.ttf') format('truetype'), url('/fonts/AftaSansThin-Regular-webfont.svg#AftasansRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'BodoniStdBookRegular';
	src: url('/fonts/bodonistd-book-webfont.eot');
	src: url('/fonts/bodonistd-book-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/bodonistd-book-webfont.woff') format('woff'), url('/fonts/bodonistd-book-webfont.ttf') format('truetype'), url('/fonts/bodonistd-book-webfont.svg#BodoniStdBookRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.lightbox {
	background:#fcf5e9;
}
.lightbox-wrapper {
	width:870px;
	padding: 20px;
	float: left;
	overflow:hidden;
}
.lightbox-wrapper .picture {
	width:410px;
	height: 380px;
	text-align:center;
	float: left;
}
.lightbox-wrapper .sidebar h1 {
	font-family: 'AftasansRegular';
	color:#0c4622;
	text-align:center;
	line-height: 19px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight:normal;
}
.lightbox-wrapper .sidebar .social {
	height: 40px;
	width: 300px;
	clear:both;
}
.lightbox-wrapper .sidebar .social #facebook {
	float:left;
	margin-right: 5px;
}
.lightbox-wrapper .sidebar .social #pdf {
	float:left;
	margin-right: 5px;
}
.lightbox-wrapper .sidebar .social #print {
	float:left;
}
.scrollbar{
overflow-y:scroll; height:330px;
}
.lightbox-wrapper .sidebar .left {
	/*float:left;
	width:140px;*/
	margin-right: 10px;
}
.lightbox-wrapper .sidebar .left p {
	/*font-family: 'BodoniStdBookRegular';*/
	/*font-family: georgia,palatino;*/
	font-family: 'AftasansItalic';
	text-align:left;
	font-size:13px;
	line-height:14px;
	color: #0c4622;
}
.lightbox-wrapper .sidebar .left h3 {
	color: #a79966;
	/*font-family: 'BodoniStdBookRegular';*/
	
	text-align:left;
	font-size:16px;
	line-height:16px;
	font-weight:normal;
}
.lightbox-wrapper .sidebar .right {
	/*float:left;
	width:230px;*/
	margin-top:20px;
}
.lightbox-wrapper .sidebar .right p {
	/*font-family: 'BodoniStdBookRegular';
	font-family: georgia,palatino;*/
	font-family: 'AftasansItalic';
	text-align:left;
	font-size:13px;
	line-height:14px;
	color: #0c4622;
}
.lightbox-wrapper .sidebar .right h3 {
	font-family: 'BodoniStdBookRegular';
	color:#a79966;
	text-align:left;
	font-size:16px;
	line-height:16px;
	font-weight:normal;
}
.lightbox-wrapper .sidebar {
	width:430px;
	height:370px;
	position:relative;
	background:#fff1d8;
	padding: 15px;
	float: left;
}
.lightbox-wrapper .image {
	margin-top:0px;
	border: 5px double #a79966;
}
