

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }



/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 */



/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }



/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }



/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }



/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }



/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }



/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }



/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }




/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}



/*
 * Galleria Classic Theme
 * Copyright (c) 2010, Aino
 * Licensed under the MIT license.
 */

.galleria-container {
	position: relative;
	overflow: hidden;
}
	.galleria-container img {
		-moz-user-select: none;
		-webkit-user-select: none;
		-o-user-select: none;
	}
.galleria-stage {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	overflow:hidden;
}
	.galleria-loader {
		width: 48px;
		height: 48px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -24px 0 0 -24px;
		z-index: 2;
		display: none;
		opacity: .8;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		filter: alpha(opacity=80);
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
	}
		.galleria-image-nav-left,
		.galleria-image-nav-right {
		    opacity: .3;
		    filter: alpha(opacity=30);
		    cursor: pointer;
		    width: 46px;
		    height: 120px;
		    position: absolute;
		    left: 10px;
		    z-index: 2;
		    background-repeat: no-repeat;
		    background-position: -150px 50%;
			top: 50%;
			margin-top: -60px;
		}
		.galleria-image-nav-right {
			left: auto;
			right: 10px;
			background-position: -196px 50%;
			z-index: 2;
		}
		.notouch .galleria-image-nav-left:hover,
		.notouch .galleria-image-nav-right:hover {
			opacity: 1;
			filter: alpha(opacity=100);
		}
		.touch .galleria-image-nav-left:active,
		.touch .galleria-image-nav-right:active {
			opacity: 1;
			filter: alpha(opacity=100);
		}
	.galleria-progress {
		height: 4px;
		position: absolute;
		top: 0;
		left: 0;
		width: 0;
		z-index: 3;
		opacity: .3;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
		filter: alpha(opacity=30);
	}
.galleria-info {
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 2;
	position: absolute;
	display: none;
}
	.galleria-info-text {
		margin: 15px;
		padding: 12px;
	}
	.galleria-info-title {
		font-size: 12px;
		font-weight: bold;
		margin: 0 0 7px 0;
	}
	.galleria-info-description {
		font-size: 12px;
		font-style: italic;
		margin: 0;
	}
	.galleria-info-close {
		width: 30px;
		height: 30px;
		position: absolute;
		top: 15px;
		right: 15px;
		background-position: -452px 0px;
		opacity: .5;
		filter: alpha(opacity=50);
		cursor: pointer;
	}
	.notouch .galleria-info-close:hover{
		opacity:1;
		filter: alpha(opacity=100);
	}
	.touch .galleria-info-close:active{
		opacity:1;
		filter: alpha(opacity=100);
	}
.galleria-bar {
	position: absolute;
	left: 0;
	width: 100%;
	height: 30px;
	z-index: 3;
}
	.jp-previous,
	.jp-play,
	.jp-pause,
	.jp-next,
	.jp-repeat,
	.jp-repeat-off {
		display: block;
		width: 30px;
		height: 30px;
		float : left;
		cursor: pointer;
		text-indent: -5000px;
		overflow: hidden;
	}
	.jp-previous {
		background-position: 0 0;
	}
	.jp-play {
		background-position: -30px 0;
	}
	.jp-pause {
		background-position: -60px 0;
	}
	.jp-next {
		background-position: -90px 0;
	}
	.jp-repeat {
		opacity: .5;
		filter: alpha(opacity=50);
		background-position: -120px 0;
	}
	.jp-repeat-off {
		background-position: -120px 0;
	}
	.jp-time {
		height: 30px;
		line-height: 30px;
		float: left;
		font-size: 11px;
		padding-left: 8px;
		font-weight: bold;
	}
		.jp-time span {
			line-height: 30px;
		}

	.galleria-info-link,
	.galleria-fullscreen,
	.galleria-play {
		width: 30px;
		height: 30px;
		float : right;
		cursor: pointer;
	}
	.galleria-play {
		background-position: -272px 0;
	}
	.galleria-play.playing {
		background-position: -302px 0;
	}
	.galleria-fullscreen.fs {
		background-position: -362px 0;
	}
	.galleria-fullscreen {
		background-position: -332px 0;
	}
	.galleria-info-link {
		opacity: .5;
		filter: alpha(opacity=50);
		background-position: -242px 0;
	}
	.galleria-info-link.enabled {
		opacity: 1;
		filter: alpha(opacity=100);
		background-position: -242px 0;
	}
	.galleria-counter {
		height: 30px;
		line-height: 30px;
		float: right;
		text-align: right;
		font-size: 11px;
		padding-right: 8px;
		font-weight: bold;
	}
		.galleria-counter span {
			line-height: 30px;
		}
.galleria-thumbnails-container {
	padding: 10px;
	bottom: 0px;
	position: absolute;
	left: 0px;
	right: 0px;
	z-index: 2;
}
	.galleria-carousel .galleria-thumbnails-list {
		margin-left: 30px;
		margin-right: 30px;
	}
		.galleria-thumbnails .galleria-image {
			margin: 0 5px 0 0;
			float: left;
			cursor: pointer;
		}
	.galleria-thumb-nav-left,
	.galleria-thumb-nav-right {
		cursor: pointer;
		display: none;
		background-position: -392px 50%;
		position: absolute;
		left: 0;
		top: 0;
		width: 30px;
		z-index: 3;
		background-repeat: no-repeat;
	}
	.galleria-thumb-nav-right {
		background-position: -422px 50%;
		right: 0;
		left: auto;
	}
	.galleria-thumbnails-container .disabled {
		opacity: .2;
		filter: alpha(opacity=20);
		cursor: default;
	}
	.notouch .galleria-thumbnails-container .disabled:hover {
		opacity: .2;
		filter: alpha(opacity=20);
	}
	.galleria-carousel .galleria-thumb-nav-left,
	.galleria-carousel .galleria-thumb-nav-right {
		display: block;
	}





/* ---- Global Stuff ---- */

* {
	font-family: Arial, sans-serif;
}

.clear {
	clear: both;
}

html, body {
	background-color: #FFFFFF;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.no-cssgradients body {
	background-image: url("sarin-gateway.php?action=create_gradient&hex1=CCCCCC&hex2=FFFFFF&height=500");
	background-repeat: repeat-x;
}
.cssgradients body {
	background-image: linear-gradient(top, #CCCCCC, #FFFFFF);
	background-image: -o-linear-gradient(top, #CCCCCC, #FFFFFF);
	background-image: -moz-linear-gradient(top, #CCCCCC, #FFFFFF);
	background-image: -webkit-linear-gradient(top, #CCCCCC, #FFFFFF);
	background-image: -ms-linear-gradient(top, #CCCCCC, #FFFFFF);
}

#body-background {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("sarin-data/storage/asset/tile-b63e.jpg") repeat;
}
@media screen and (max-width: 600px){
	#body-background {
		display: none;
	}
}



/* ---- Trunk ---- */
#container {
	position: relative;
	padding: 15px;
	margin: 0 auto 0 auto;
	max-width: 930px;
	min-width: 320px;
	overflow: hidden;
}
#container-inner {
	background-color: #FFFFFF;
	padding: 15px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
}
#main {
	padding-bottom: 15px;
}
@media screen and (max-width: 600px){
	#container {
		padding: 0px;
		max-width: 900px;
	}
	#container-inner {
		padding: px;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
}



/* ---- Header + Footer ---- */

header {
	margin: 0 0 15px 0;
}
#logo {
	display: block;
	float: left;
	min-height: 60px;
}
	#logo img {
		display: block;
		width: auto;
		position: relative;
		top: 0px;
	}
@media screen and (max-width: 150px){
#logo {
	min-height: none;
}
	#logo img {
		width: 100%;
		height: auto;
	}
}


/* ---- Navigation ---- */

.sf-menu, .sf-menu * {
	margin:		0;
	padding:		0;
	list-style:		none;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:		10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:		100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:		left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	position: 		absolute;
	left:			14px;
	top:			28px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

header .spacer {
	float: right;
	width: 5px;
	position: relative;
	height: 47.666666666667px;
}
#navigation {
	margin-top: 15px;
	clear: right;
	float: right;
}

#navigation li ul {
	background-color: #FFFFFF;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
}
#navigation a {
	display: block;
	height: 28px;
	line-height: 28px;
	padding: 0 15px;
	text-decoration:none;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #666666;
}
#navigation a:focus, #navigation a:hover, #navigation a:active {
	color: #932828;
}
#navigation li.current > a {
	color: #932828;
}
.sf-menu > li {
	width: auto;
}
@media screen and (max-width: 600px){
	.sf-menu > li {
		width: 100%;
	}
}


/* ---- Badges ---- */

#badges-wrapper {
	border-top: 1px dotted #666666;
	padding: 15px 0;
}
#badges {
	table-layout: fixed;
	width: 100%;
	border-collapse:collapse;
	border-spacing:0;
	margin: 0 auto;
	padding: 0;
}
	#badges a[href=""] {
		cursor: default;
	}
	#badges tr,
	#badges th {
		margin: 0;
		padding: 0;
	}
	#badges th {
		margin: 0;
		padding: 10px;
	}
	#badges img {
		max-width:100%;
		height: auto;
	}


/* ---- Footer + Social + Etc ---- */

footer {
	border-top: 1px dotted #666666;
	padding: 15px 0 0 0;
}

		.SocialBarItem {
			margin-top: 3px;
			float: left;
			width: 100px;
			overflow: hidden;
		}
		.SocialLink {
			width: 22px;
			height: 22px;
			margin: 4px;
			text-indent: -5000px;
			background-image: url('sarin-gateway.php?action=image_colorize&image=social-sprite.png&effect=overlay&color=666666');
			opacity: .8;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
			filter: alpha(opacity=80);
			display: inline-block;
		}
		html touch .SocialLink,
		.SocialLink:hover {
			opacity: 1;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter: alpha(opacity=100);
		}
		#etsy_link { background-position: -242px 0; }
		#facebook_link { background-position: -220px 0; }
		#flickr_link { background-position: -264px 0; }
		#googleplus_link { background-position: -286px 0; }
		#instagram_link { background-position: -308px 0; }
		#lastfm_link { background-position: -198px 0; }
		#linkedin_link { background-position: -176px 0; }
		#myspace_link { background-position: -154px 0; }
		#pintrest_link { background-position: -132px 0; }
		#rss_link { background-position: -110px 0; }
		#skype_link { background-position: -88px 0; }
		#tumblr_link { background-position: -66px 0; }
		#twitter_link { background-position: -44px 0; }
		#vimeo_link { background-position: -22px 0; }
		#youtube_link { background-position: 0 0; }
		footer button {
			margin: 4px 5px;
			border: 1px solid #cbcbcb;
			height: 22px;
			float: right;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			font-family: Arial, sans-serif;
			font-size: 12px;
			padding: 0 10px;
			font-weight: bold;
			color: #000;
		}
		footer button:hover {
			border: 1px solid #999;
		}
		.no-cssgradients footer button {
			background-image: url(sarin-gateway.php?action=create_gradient&hex1=fbfbfb&hex2=e4e4e4&height=22);
			background-repeat: repeat-x;
			overflow: hidden;
		}
		.cssgradients footer button {
			background-image: linear-gradient(top, #fbfbfb, #e4e4e4);
			background-image: -o-linear-gradient(top, #fbfbfb, #e4e4e4);
			background-image: -moz-linear-gradient(top, #fbfbfb, #e4e4e4);
			background-image: -webkit-linear-gradient(top, #fbfbfb, #e4e4e4);
			background-image: -ms-linear-gradient(top, #fbfbfb, #e4e4e4);
		}
@media screen and (max-width: 600px){
	.clear-skinny {
		clear: both;
	}
	.SocialBarItem {
		width: 80px;
		margin-bottom: 10px;
	}
	footer button {
		clear: both;
		margin-top: 15px;
		float: left;
	}
	#footer-links {
		text-align: center;
		border-top: 1px dotted #666666;
		border-bottom: 1px dotted #666666;
		padding: 15px 0 15px 0;
	}
		#social-bar button {
			margin: 4px;
			padding: 0 10px;
			height: 22px !important;
			line-height: 22px;
			display: inline;
			top: 4px;
			float: none;
		}
}
	#footer {
		margin-top: 15px;
		clear: both;
	}
	#footer p,
	#footer a {
		display: inline;
		color: #666666;
	}
	footer a:hover {
		color: #666666;
	}



/* ---- Signup ---- */

#sign-up {
	display: none;
}
#sign-up .Inner {
	padding: 30px;
}
#sign-up form {
	text-align: center;
}
#sign-up h6 {
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #666666;
	margin: 0 0 15px 0;
}
#sign-up .Description {
	text-align: center;
}
#sign-up input {
	font-family: Arial, sans-serif;
	color: color: #444444;
	background: #FFFFFF;
	border: 1px #999999 solid;
	padding: 7px 10px;
	font-size: 14px;
	margin-bottom: 10px;
}
#sign-up input:hover {
	border-color: #444444;
}
#sign-up input.Focused {
	border-color: #444444;
}
#sign-up input.Invalid {
	background: #FEE9E9;
	border-color: #993300;
}
#sign-up .ButtonGroup {
	padding: 0 4px 0 4px;
}
#sign-up .ButtonGroup input {
	border: none;
	font-family: Arial, sans-serif;
	color: color: #444444;
	font-size: 14px;
	padding: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	width:auto;
}
#sign-up .ButtonGroup input:hover {
}
#sign-up .Result{
	opacity: .65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	filter: alpha(opacity=65);
	border: 1px #999999 solid;
	background: #FFFFFF;
	color: #444444;
	font-size: 12px;
	padding: 5px;
}

.ModalObject {
	display:none;
}
#simplemodal-overlay {
	background-color: #FFFFFF;
}
#simplemodal-container {
	background-color: #FFFFFF;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
	border: 1px solid #666666;
}
#simplemodal-container a.modalCloseImg {
	display: block;
	z-index:3200;
	background-image: url('sarin-gateway.php?action=image_colorize&image=galleria-sprite.png&effect=overlay&color=666666');
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-position: -452px 0px;
	opacity: .5;
	filter: alpha(opacity=50);
	cursor: pointer;
}
#simplemodal-container a.modalCloseImg:hover{
	opacity:1;
	filter: alpha(opacity=100);
}



/* ---- Graphic ---- */

.Graphic {
	position: relative;
	background: #F8F8F8;
	margin: 0 0 15px 0;
}

.Graphic img {
	display: block;
	margin: 0 auto 0 auto;
}

.Graphic .Caption {
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 2;
	position: absolute;
	text-align: left;
}

.Graphic .CaptionInner {
	margin: 15px;
	padding: 12px;
	background-color: #000000;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}

.Graphic .Caption h3 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0 0 7px 0;
}

.Graphic .Caption .Description {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: italic;
	margin: 0;
}

/* ---- Markdown Text ---- */

.Description p {
	font-family: Arial, sans-serif;
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 18px;
}

.Description pre {
	white-space: normal;
	margin: 0 20px 15px 20px;
	line-height: 18px;
}

.Description pre code {
	font-style: italic;
}

.Description ul {
	list-style-type: disc;
	margin-bottom: 15px;
}

.Description li {
	margin-left: 20px;
}

.Title,
h2,
h1{
	margin: 0 0 15px 0;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #666666;
	margin-bottom: 15px;
}

h3 {
	font-size: 12px;
	color: #666666;
}

.Description {
	font-size: 12px;
	color: #666666;
}

.Description a {
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}

.Description a:hover {
	color: #666666;
}

.Description pre {
}

.Description h2 {
	font-size: 11px;
	color: #666666;
}

.Description strong {
	font-weight: bold;
}


.main {
	position: relative;
}

/* ---- GalleryList ---- */

.GridItems {
	margin-bottom: 10px;
}

.GridItems .Graphic {
	margin-bottom: 5px;
	position: relative;
	width: 100%;
}
.GridItems .Graphic img {
	width: 100%;
	height: auto;
}

.GridItems .GridItemLink {
	font-family: Arial, sans-serif;
	background: #CCCCCC;
	color: #444444;
	font-size: 14px;
	display: block;
	margin-bottom: 15px;
	text-decoration: none;
	padding: 10px;
}

.GridItems .GridItemLink:hover {
	background: #444444;
	color: #FFFFFF;
}



/* ---- InfoList Default Setup ---- */

.Accordian a {
	font-family: Arial, sans-serif;
	background: #CCCCCC;
	color: #444444;
	font-size: 14px;
	display: block;
	margin-bottom: 15px;
	text-decoration: none;
	padding: 5px;
}

.Accordian a:hover,
.Accordian .Active {
	background: #444444;
	color: #FFFFFF;
}

.IndexTable {
	float: left;
	margin: 0;
	padding: 0;
	width: 49%;
}

.IndexTable ul {
	font-size: 15px;
}

.IndexTable li {
	list-style: none;
}

.IndexTable a {
	font-family: Arial, sans-serif;
	background: #CCCCCC;
	color: #444444;
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
	text-decoration: none;
	padding: 5px;
}

.IndexTable a:hover,
.IndexTable .Active {
	background: #444444;
	color: #FFFFFF;
}

.IndexRows {
	position: relative;
	margin: 0;
	padding: 0;
	width: 49%;
	float: right;
}

.IndexRows .Index {
	display: none;
}

.IndexRows .Row {
	position: relative;
	padding-bottom: 30px;
	width: 100%;
}

.InfoList .Row .Graphic {
	float: left;
	margin-bottom: 10px;
	background: #F8F8F8;
	width: 100%;
	text-align: center;
}

.InfoList .Row .Graphic img {
	width: 100%;
	height: auto;
}

.InfoList .Row .Description {
	clear: left;
}



/* ---- InfoPage Default Setup ---- */

.InfoPage .Column1,
.VideoPage .Column1 {
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	width: 49%;
}
.InfoPage .Column2,
.VideoPage .Column2 {
	position: relative;
	margin: 0;
	padding: 0;
	float: right;
	width: 49%;
}
@media screen and (max-width: 600px){
	.InfoPage .Column1,
	.VideoPage .Column1 {
		float: none;
		width: 100%;
	}
	.InfoPage .Column2,
	.VideoPage .Column2 {
		float: none;
		width: 100%;
	}
}

.InfoPage .Slideshow,
.VideoPage .VideoObject {
	margin-bottom: 15px;
	background: #F8F8F8;
	position: relative;
	padding: 0;
}
.InfoPage .Slideshow .Graphic {
	margin-bottom: 15px;
	position: relative;
	width: 100%;
}
.InfoPage .Slideshow .Graphic img {
	width: 100%;
	height: auto;
}
.VideoPage .VideoObject video {
	width: 100%;
	height: inherit;
}
.VideoPage iframe {
	display: block;
}

/* ---- ContactPage Default Setup ---- */

.Contact .Column1 {
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	width: 49%;
}
.Contact .Column2 {
	position: relative;
	margin: 0;
	padding: 0;
	float: right;
	width: 49%;
}
@media screen and (max-width: 600px){
	.Contact .Column1 {
		float: none;
		width: 100%;
	}
	.Contact .Column2 {
		float: none;
		width: 100%;
	}
}

.Contact .MapObject {
	position: relative;
	margin: 0;
}

.Contact .Context,
.Contact .MapObject {
	margin-bottom: 15px;
}

.Contact #contact-form {
	display: none;
	position: relative;
	margin: 0;
}

.Contact .Hidden {
	display: none;
}

.Contact label {
	font-weight: bold;
	margin: 0 0 0 3px;
	font-size: 12px;
	color: #666666;
}
.Contact label span {
	color: #993300;
}

.Contact .ButtonGroup input {
	border: none;
	font-family: Arial, sans-serif;
	background: #CCCCCC;
	color: #444444;
	font-size: 14px;
	padding: 10px;
	margin: 0 0 0 10px;
	-moz-box-shadow: 2px 3px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 3px 1px rgba(0,0,0,0.3);
	box-shadow: 2px 3px 1px rgba(0,0,0,0.3);
	cursor: pointer;
}
.Contact .ButtonGroup input:hover {
	background: #444444;
	color: #FFFFFF;
}

.Contact .Result {
	opacity: .65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	filter: alpha(opacity=65);
	border: 1px #999999 solid;
	background: #FFFFFF;
	color: #444444;
	font-size: 12px;
	padding: 5px;
	margin: 20px 0;
}

.Contact .Radio,
.Contact .Checkbox,
.Contact .Dropdown,
.Contact .Area,
.Contact .Date,
.Contact .Input {
	background: #FFFFFF;
	border: 1px #999999 solid;
	position: relative;
	font-size: 14px;
	margin: 3px 3px 20px 0;
	padding: 5px;
	-moz-box-shadow: 2px 3px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 3px 1px rgba(0,0,0,0.3);
	box-shadow: 2px 3px 1px rgba(0,0,0,0.3);
}
.Contact .Area textarea,
.Contact .Date input,
.Contact .Input input {
	color: #444444;
	border: none;
	width: 100%;
	background: transparent;
	outline: none;
	-webkit-appearance: none;
}
.Contact .Dropdown select {
	color: #444444;
	border: none;
	width: 100%;
	background: transparent;
	outline: none;
}
.Contact .Radio input,
.Contact .Checkbox input {
	color: #444444;
	border: auto;
	width: auto;
	margin: 5px;
	background: auto;

}

.Contact .Area textarea {
	height: 80px;
}

.Contact .Focused {
	border-color: #444444;
}
.Contact .Default {
	background: #FFFFFF;
	border-color: #999999;
}
.Contact .Invalid {
	background: #FEE9E9;
	border-color: #993300;
}

.Contact .ButtonGroup {
	background: transparent;
}

.Contact select:focus,
.Contact input:focus {
	outline: none !important;
}

.Contact .Input input:valid {
	box-shadow: none;
}

.Contact .Input input:required {
	color: #444444;
	background: transparent;
}

.Contact .Area textarea:invalid,
.Contact .Dropdown select:invalid,
.Contact .Input input:invalid {
	color: #993300;
	box-shadow: none;
}

::-webkit-input-placeholder {
	color: #CCCCCC;
}
.Contact textarea:-moz-placeholder,
.Contact input:-moz-placeholder {
	color: #CCCCCC;
}
.Contact .placeholder {
	color: #CCCCCC !important;
}

.ui-spinner {position: relative}
.ui-spinner-buttons {position: absolute; top:-2px !important;}
.ui-spinner-button {overflow: hidden}




/* ---- Album ---- */

.Album #galleria {
	margin-bottom: 15px;
}

.galleria-stage {
	background: #F8F8F8;
}
	.galleria-loader {
		background: #000 url(sarin-core/graphics/galleria-loader.gif) no-repeat 50% 50%;
	}
	.galleria-progress {
		background: #333333;
	}
.galleria-bar {
	bottom: 95px;
	background: #FFFFFF;
}
	.galleria-hover-preload {
		float: right;
		width: 1px;
		height: 1px;
		background-image: url('sarin-gateway.php?action=image_colorize&image=galleria-sprite.png&effect=overlay&color=932828');
	}
	.jp-previous,
	.jp-play,
	.jp-pause,
	.jp-next,
	.jp-repeat,
	.jp-repeat-off {
		background-image: url('sarin-gateway.php?action=image_colorize&image=galleria-sprite.png&effect=overlay&color=333333');
	}
	.jp-previous:hover,
	.jp-play:hover,
	.jp-pause:hover,
	.jp-next:hover,
	.jp-repeat:hover,
	.jp-repeat-off:hover {
		background-image: url('sarin-gateway.php?action=image_colorize&image=galleria-sprite.png&effect=overlay&color=932828');
	}
	.jp-time {
		font-family: Arial, sans-serif;
		color: #333333;
	}
	.galleria-info-link,
	.galleria-fullscreen,
	.galleria-play {
		background-image: url('sarin-gateway.php?action=image_colorize&image=galleria-sprite.png&effect=overlay&color=333333');
	}
	.galleria-info-link:hover,
	.galleria-fullscreen:hover,
	.galleria-play:hover {
		background-image: url('sarin-gateway.php?action=image_colorize&image=galleria-sprite.png&effect=overlay&color=932828');
	}
	.galleria-counter {
		font-family: Arial, sans-serif;
		color: #333333;
	}
.galleria-stage {
	bottom: 125px;
}
		.galleria-image-nav-left,
		.galleria-image-nav-right {
			background-image: url('sarin-gateway.php?action=image_colorize&image=galleria-sprite.png&effect=overlay&color=333333');
		}
.galleria-info {
	margin-bottom: 125px;
}
	.galleria-info-text {
		background-color: #000000;
		opacity: 0.8;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		filter: alpha(opacity=80);
	}
	.galleria-info-title {
		font-family: Arial, sans-serif;
		color: #FFFFFF;
	}
	.galleria-info-description {
		font-family: Arial, sans-serif;
		color: #FFFFFF;
	}
	.galleria-info-close {
		background-image: url('sarin-gateway.php?action=image_colorize&image=galleria-sprite.png&effect=overlay&color=FFFFFF');
	}
.galleria-thumbnails-container {
	height: 75px;
	background: #F8F8F8;
}
	.galleria-thumb-nav-left,
	.galleria-thumb-nav-right {
		background-image: url('sarin-gateway.php?action=image_colorize&image=galleria-sprite.png&effect=overlay&color=333333');
	}
.galleria-thumbnails .galleria-image {
	height: 75px;
	width: auto;
	background: #F8F8F8;
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right {
	height: 95px;
}

#jquery_jplayer,
#jp_container {
	display: none;
}
.jp-playlist {
	display: none;
}


/* ---- Album ---- */

.HomePage #galleria {
	margin-bottom: 15px;
}
.HomePage .galleria-bar {
	bottom: 0px;
}
.HomePage .galleria-stage {
	bottom: 30px;
}
.HomePage .galleria-info {
	margin-bottom: 30px;
}
.HomePage .galleria-thumbnails-container {
	display: none;
}



