@import url('//fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic');

body {
	background: #ffffff;
	color: #000000;
	font-family: 'Droid Serif', serif !important;
}
a[href] { color: #000000; }
a[href]:hover { color: #1f1f1f; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1 { font-size: 2em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.2em; }
p, form { padding: .5em; }
ul, ol, dl { margin: 1em; }
hr { font-size: 1em; height: 1px; border-top: solid 1px; margin-top: .5em; margin-bottom: .5em; }

/* General classes */
.gaps {
	padding-top: 2em;
	padding-bottom: 2em;
}
.social {
	text-align: center;
	line-height: 48px;
}
.social li {
	float: none !important;
	display: inline-block;
	white-space: nowrap;
}
.social li:last-child {
	margin-right: 0 !important;
}
.social li:after { content: " \25cf"; }
.social li:last-child::after { content: none; }

/* header */
.header {
	width: 100%;
	height: 80px;
	background: #ffffff;
	z-index: 10000;
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.35);
}
.header .contents { width: 100%; height: 100%; max-width: 1000px; margin-left: auto; margin-right: auto; }
.header.small { position: fixed; top: 0; left: 0; height: 48px; }
.header .title { height: 100%; display: inline; }
.header .title img { vertical-align: middle; max-height: 100%; }
.title {
	float: left;
	margin: 0 !important;
	font-weight: 700;
}
.subtitle {
	display: block;
	letter-spacing: .25em;
	font-size: .75em;
	color: #b0b0b0;
	border-bottom: solid #e0e0e0 1px;
	font-style: italic;
	font-weight: normal;
}
.skip-button {
	color: #ffffff !important;
	background: #0000aa;
	text-align: center;
	padding: .5em;
}
.skip-button:hover { color: #ffffff !important; }

/* navigation */
.navigation {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 48px;
	line-height: 48px;
	z-index: 1000;
}
.navigation-list {}
.navigation-list > li.cell { padding: 0 !important; }
.header.small .navigation-list > li { border-left: solid #e0e0e0 1px; }
.header.small .navigation-list > li:first-child { border-left: none; }
.navigation-list li > a { color: #000000; padding: 5px; padding-left: 10px; padding-right: 10px; text-decoration: none; height: 48px; line-height: 38px; display: block; font-weight: bold; }
.navigation-list li > a:hover { color: #000000; background: #e0e0e0; }
.navigation-list.dropMenu .dropdown, .navigation-list.dropMenu .dropup { line-height: 1.5em; }
/* style menus */
.navigation-list.dropMenu .dropdown, .navigation-list.dropMenu .submenu {
	min-width: 100%;
	background: #ffffff;
	padding: 5px !important;
	-webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, .65);
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, .65);
}
.navigation-list.dropMenu .submenu {}

/* style links */
.navigation-list.dropMenu > li.dropdownParent > .dropdown li a {
	height: 32px;
	line-height: 22px;
	color: #000000;
	padding: 5px;
	text-decoration: none;
}
.navigation-list.dropMenu > li.dropdownParent > .dropdown li a:hover {
	background: #e0e0e0;
	color: #000000;
}
/* dropdown parent */
.navigation-list.dropMenu li.dropdownParent {
	padding-right: 19px !important;
	background-image: url('/images/skin/default/down-arrow-icon.png');
	background-position: right center;
	background-repeat: no-repeat;
}
/* fix link color on parent hover */
.navigation-list.dropMenu li.dropdownParent:hover { background: #e0e0e0 url('/images/skin/default/down-arrow-icon-hover.png') right center no-repeat; }
.navigation-list.dropMenu li.dropdownParent:hover > a {}
/* submenu parent */
.navigation-list.dropMenu li.dropdownParent .dropdown li.submenuParent {
	padding-right: 13px;
	background: url('/images/skin/default/right-arrow-icon.png') right center no-repeat;
}
.navigation-list.dropMenu li.dropdownParent.pop-left .dropdown li.submenuParent {
	padding-right: 0;
	padding-left: 13px;
	background: url('/images/skin/default/left-arrow-icon.png') left center no-repeat;
}

/* layout */
.layout {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
}

/* content */
.content { text-align: justify; padding-right: 2em !important; }
.content > header > p:first-of-type {
	color: #808080;
	font-size: 1.2em;
}
a[name=content] { display: none; }

.slider-container {
	width: 100%;
	height: auto;
	clear: both;
	margin: 0;
}

/* features */
.features {
	background: #f0f0f0;
	border-radius: 5px;
	/*-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .65);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .65);*/
}
.features h1, .features h2, .features h3, .features h4, .features h5, .features h6 { text-align: center; }
.feature {
	background: #e0e0e0 url('/images/skin/default/news-blurb-bg.png') repeat;
	padding: .5em !important;
	border-radius: 5px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .65);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .65);
}
.feature h1 { font-size: 1.6em; }
.feature h2 { font-size: 1.4em; }
.feature h3 { font-size: 1.2em; }
.feature h4 { font-size: 1.1em; }
.feature h5 { font-size: 1.1em; }
.feature h6 { font-size: 1.1em; }
.feature h1, .feature h2, .feature h3, .feature h4, .feature h5, .feature h6 {
	background: rgba(176, 176, 176, .65);
	text-align: center;
}
.feature p {
	background: rgba(224, 224, 224, .65);
}

/* footer */
.footer {
	width: 100%;
	min-height: 100px;
	text-align: center;
	border-top: dotted #1f1f1f 1px;
	background: #000000 url('/images/skin/default/footer-bg.png') repeat;
	color: #ffffff;
	font-size: 1.5em;
	text-shadow: 2px 2px #000000;
	-webkit-box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, .65);
	box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, .65);
	overflow: hidden;
}
.footer a, .footer a:hover { color: #ffffff; }
.badge-logo {
	width: 30%;
	margin-left: auto;
	margin-right: auto;
}

/* Photos */
.photo-table-container { width: auto; max-width: 424px; padding-left: 0 !important; padding-right: 0 !important; padding-bottom: 0 !important; }
.photo-table { width: auto; }
.photo-table-albums { width: 100%; }
.photo-table-albums { border: solid #b0b0b0 1px; }
.photo-table tr td, .photo-table tr th { text-align: center; }
.photo-table tr td, .photo-table tr th,
.photo-table-albums tr td, .photo-table-albums tr th { padding: 5px; }
.photo-table-albums-container { width: 100%; border-top: solid #b0b0b0 1px; overflow: hidden; padding-top: 10px !important; }
.photo-table-albums .thumbnail {
	border: solid #b0b0b0 1px;
	text-align: center;
}
.photo-table-albums .details {
	border: solid #b0b0b0 1px;
	vertical-align: top !important;
	text-align: left;
}
.photo-table-albums .details h3 { margin: 0; padding: 0; }
.display-container, .picture-desc { padding-bottom: 5px; overflow: hidden; }
.picture-desc { padding-bottom: 0 !important; }
.picture-nav { float: right; }
.picture-nav h1, .picture-nav h2, .picture-nav h3, .picture-nav h4, .picture-nav h5, .picture-nav h6 { margin: 0; }
.picture-nav, .picture-page-nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.picture-nav li, .picture-page-nav li { display: inline-block; padding: 5px; }
.picture-display { display: block; }

/* Contact forms */
.errormessage { padding: 5px; margin: 5px; background: #ff0000; color: #ffffff; }
ul.errormessage { padding-left: 2em; }
.contactform {
	width: 100%;
	border: solid #b0b0b0 1px;
	margin-bottom: 5px;
}
.contactform td, .contactform th { height: 40px; padding: 5px; border: solid #b0b0b0 1px; }
.contactform label {
	padding: 5px;
	display: inline-block;
	width: 40%;
	float: left;
}
.contactform label[for] { width: auto; float: right; display: inline; }
.contactform input[type="text"],
.contactform input[type="email"],
.contactform input[type="phone"],
.contactform input[type="url"] {
	height: 100%;
	width: 60%;
}
.contactform textarea {	width: 100%; }
.contactform input[type="checkbox"], .contactform input[type="radio"] {
	clear: both; float: right; margin-top: 5px; margin-right: 5px;
}
.contactform .captcha-area { height: 72px; }
.contactform .captcha-area input[type="text"] { width: 174px; font-size: 20pt; }
.contactform .captcha-area .captcha-container { margin-right: 10px; }
.contactform button, .contactform input[type="button"], .contactform input[type="submit"], .contactform input[type="reset"] { float: right; padding: 5px; height: 2em; }

.vipform { width: 174px; }
.vipform td, .vipform th { height: 40px; padding-top: 5px; padding-bottom: 5px; }
.vipform label {
	padding: 5px;
	display: inline-block;
}
.vipform label[for] { width: auto; float: right; display: inline; }
.vipform input[type="text"],
.vipform input[type="email"],
.vipform input[type="phone"],
.vipform input[type="url"] {
	width: 100%;
	height: 100%;
}
.vipform textarea { width: 100%; }
.vipform input[type="checkbox"], .vipform input[type="radio"] {
	clear: both; float: right; margin-top: 5px; margin-right: 5px;
}
.vipform .captcha-area { height: 72px; }
.vipform .captcha-area input[type="text"] { width: 174px; font-size: 20pt; }
.vipform .captcha-area .captcha-container {}
.vipform button, .vipform input[type="button"], .vipform input[type="submit"], .vipform input[type="reset"] { float: right; padding: 5px; height: 2em; }

/* ==== jReject styles ==== */
#jr_overlay {
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	z-index: 2147483646;
	position: fixed;
}
#jr_wrap {
	position: fixed;
	width: 100%;
	z-index: 2147483647;
	padding: 0;
	margin: 0;
}
#jr_inner {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	background: #FFF;
	border: 1px solid #CCC;
	color: #4F4F4F;
	margin: 0 auto;
	height: auto;
	padding: 20px;
	position: relative;
	box-sizing: content-box;
}
#jr_header {
	display: block;
	color: #333;
	padding: 5px;
	padding-bottom: 0;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 0.5em;
}
#jr_inner p {
	padding: 5px;
	margin: 0;
}
#jr_inner ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#jr_inner ul li {
	cursor: pointer;
	float: left;
	width: 120px;
	height: 122px;
	margin: 0 10px 10px 10px;
	padding: 0;
	text-align: center;
}
#jr_inner li a {
	color: #333;
	font-size: 0.8em;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
#jr_inner li a:hover {
	text-decoration: underline;
}
#jr_inner .jr_icon {
	width: 100px;
	height: 100px;
	margin: 1px auto;
	padding: 0;
	background: transparent no-repeat scroll left top;
	cursor: pointer;
}
#jr_close {
	clear: both;
	padding: 0;
	margin: 0;
}
#jr_close a {
	color: #000;
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}
#jr_close p {
	padding: 10px 0 0 0;
	margin: 0;
}
/* ==== END jReject styles ==== */

/* ==== low resolution/mobile devices ==== */
@media handheld, print, only screen and (max-width: 800px) {
	body { font-size: 75% !important; }
	h1 { font-size: 1.6em; }
	h2 { font-size: 1.4em; }
	h3 { font-size: 1.2em; }
	h4 { font-size: 1.1em; }
	h5 { font-size: 1.1em; }
	h6 { font-size: 1.1em; }

	.skip-button { clear: both !important; }
	.header.small { position: relative; height: auto; }
	.navigation {
		position: relative !important;
		bottom: auto !important;
		right: auto !important;
		height: auto !important;
		line-height: normal !important;
	}
	.navigation-list > li.cell { width: 100% !important; }
	.navigation-list > li { border-left: none !important; border-bottom: solid #e0e0e0 1px; background: #f0f0f0; }
	.navigation-list.dropMenu .dropdown, .navigation-list.dropMenu .submenu { position: relative !important; margin-top: -2px !important; }

	.mobile-thumb { margin-top: 5px; margin-right: 5px; }
	.badge-logo { width: auto; }
}