/* https://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
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, noscript {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#fullpagewrapper {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background: #fff;
	z-index: 1000;
	user-select: none;
	pointer-events: none;
	display: none;
}

#wrapper {
display: none;
	width:400px;
	height:200px;
	margin:0 auto;
	background:#f7f7f7;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-200px;
	margin-top:-100px;
	z-index: 1001;
	text-align: center;
	background: transparent;
	user-select: none;
	pointer-events: none;
	}
	#preload h3{
		color: #fff;
		font-weight: bold;
		font-size: 24px;
		text-shadow: #000 0px 0px 20px;
		user-select: none;
		pointer-events: none;
	}
	#preload img {
		filter: drop-shadow(0px 0px 20px #000);
		user-select: none;
		pointer-events: none;
	}

/*
 *  Actual website stylesheet:
 */
body {
	background: #eee;
	color: #000;
	line-height: 1.4;
	font-family: Century Gothic, sans-serif;
	font-size: 14px;
}

a:link {
	color: #000;
	text-decoration: none;
}

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

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

h2 {
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.noscript {
	padding: 10px;
	background: #fff;
	border: 2px solid red;
	text-align: center;
	font-weight: bold;
}

#sharebar {
	height: 30px;
	width: 250px;
	padding-top: 20px;
	float: left;
}

#topbar {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 10px;
	border-bottom: 5px solid #bf0606;
	margin: 0 auto;
	height: 32px;
	
}

#topbar ul {
	float: right;
	display: inline;
	list-style-type: none;
}

#topbar li {
	float: left;
	padding-left: 20px;
	font-size: 16px;
	color: #000;
}

#topbar img {
	padding-top: 4px;
}

#topbar a {
	color: #61512f;
}

#bottombar {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 67%, #ededed 85%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(67%,#f3f3f3), color-stop(85%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 67%,#ededed 85%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 67%,#ededed 85%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 67%,#ededed 85%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 67%,#ededed 85%,#ffffff 100%); /* W3C */	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	height: 28px;
	font-size: 16px;
	color: #000;
	padding-top: 4px;
	padding-left: 10px;
	margin: 0 auto;
}

#container {
	background: #fff;
	width: 90%;
	color: #000000;
	border: 1px solid #666;
	margin: 0 auto;
	text-align: left;
	margin-top: 5px;
	-moz-box-shadow: 0 0 3px #666;
	-webkit-box-shadow: 0 0 3px #666;
	box-shadow: 0 0 3px #666;
	margin-bottom: 40px;
}

.btn {
	display: inline;
	padding: 4px 10px 4px; margin-bottom: 0; font-size: 13px;
	line-height: 18px; color: #333333; text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); vertical-align: middle; background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); background-image: linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x; filter: progid:dximagetransform.microsoft.gradient(startColorstr=#ffffff, endColorstr=#e6e6e6, GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #e6e6e6; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border: 1px solid #e6e6e6; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	cursor: pointer;
}
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] { background-color: #e6e6e6; }
.btn-large { padding: 2px 18px; font-size: 15px; line-height: normal; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.btn:hover { color: #333333; text-decoration: none; background-color: #e6e6e6; background-position: 0 -15px; -webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -ms-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear; transition: background-position 0.1s linear; }
.btn-primary, .btn-primary:hover { text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); color: #ffffff; }
.btn-primary.active { color: rgba(255, 255, 255, 0.75); }
.btn-primary { background-color: #4a77d4; background-image: -moz-linear-gradient(top, #6eb6de, #4a77d4); background-image: -ms-linear-gradient(top, #6eb6de, #4a77d4); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6eb6de), to(#4a77d4)); background-image: -webkit-linear-gradient(top, #6eb6de, #4a77d4); background-image: -o-linear-gradient(top, #6eb6de, #4a77d4); background-image: linear-gradient(top, #6eb6de, #4a77d4); background-repeat: repeat-x; filter: progid:dximagetransform.microsoft.gradient(startColorstr=#6eb6de, endColorstr=#4a77d4, GradientType=0);  border: 1px solid #3762bc; text-shadow: 1px 1px 1px rgba(0,0,0,0.4); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5); }
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] { filter: none; background-color: #4a77d4; }
.btn-block { margin-left: 224px; width: 213px; float: left; }

#loggedin { 
	position: absolute;
	top: 220px;
	right: 6%;
	margin: -150px 0 0 -150px;
	width: 320px;
	height: 80px;
	padding: 6px;
	background-color: #fafafa;
}

#login { 
	position: absolute;
	top: 220px;
	right: 2%;
	margin: -150px 0 0 -150px;
	width: 500px;
	height: 150px;
}
.login h1 { color: #fff; text-shadow: 0 0 10px rgba(0,0,0,0.3); letter-spacing:1px; text-align:center; }

input { 
	width: 200px; 
	margin-bottom: 10px;
	margin-right: 6px;
	background: rgba(0,0,0,0.3);
	border: none;
	outline: none;
	padding: 6px;
	font-size: 12px;
	color: #fff;
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 4px;
	box-shadow: inset 0 -5px 45px rgba(100,100,100,0.2), 0 1px 1px rgba(255,255,255,0.2);
	-webkit-transition: box-shadow .5s ease;
	-moz-transition: box-shadow .5s ease;
	-o-transition: box-shadow .5s ease;
	-ms-transition: box-shadow .5s ease;
	transition: box-shadow .5s ease;
}

#iframe-panel {
	width: 440px;
	height: 120px;
	float: right;
	padding: 10px;
}

#loggingin {
	padding: 8px;
}

#panel-left {
	float: left;
	width: 200px;
	background: #fff;
	padding: 8px;
}
#panel-right {
	float: right;
	width: 160px;
	background: #fff;
	padding: 8px;
}

#menu {
	background: #cc0000;
	background: -moz-linear-gradient(top,  #cc0000 0%, #a50000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc0000), color-stop(100%,#a50000));
	background: -webkit-linear-gradient(top,  #cc0000 0%,#a50000 100%);
	background: -o-linear-gradient(top,  #cc0000 0%,#a50000 100%);
	background: -ms-linear-gradient(top,  #cc0000 0%,#a50000 100%);
	background: linear-gradient(to bottom,  #cc0000 0%,#a50000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#a50000',GradientType=0 );
	height:40px;
	border-top: 1px solid red;
	border-bottom: 1px solid #000;
	}
	
#menu ul {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
}

#menu li {
	display:inline;
}

#menu a {
	float: left;
	text-decoration: none;
	color: #fff;
	padding: 8px 20px;
	font-size: 18px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}

#menu li.current a {
	background-image: url(img/menubg.png);
	background-position: center bottom;
    background-repeat: no-repeat;
    color: #ffcc00;
}

#menu a:hover {
	color: #ffcc00;
}

.controls {
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, .95);
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5p x#888;
	box-shadow: 0 0 5px #888;
}

#control {
	position: absolute;
	background: none;
	width: 300px;
	height: 440px;
	right: 0px;
	top: 0px;
	z-index: 100;
}

#buttons {
	position: absolute;
	top: 50px;
	right: 5px;
	height: 50px;
	width: 280px;
	padding: 4px;
}

#information {
	right: 5px;
	z-index: 100;
	position: absolute;
	top: 50px;
	height:auto;
	width: 280px;
	padding: 4px;
	visibility: hidden;
}

.closebutton {
	cursor: pointer;
	height: 16px;
	padding: 1px;
	padding-left: 4px;
	padding-right: 4px;
	border: 1px solid #fff;
	background: #ff3019; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
}

#cbutton1 {
	float: right;
	margin-right: -1px;
	margin-top: -1px;
}

#cbutton2 {
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
}

.row-title, .row-content {
	padding: 1%;
	padding-left: 2%;
	height: 18px;
	width: 97%;
	background: #bfd255; /* Old browsers */
	background: -moz-linear-gradient(top,  #bfd255 0%, #8eb92a 43%, #72aa00 62%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(43%,#8eb92a), color-stop(62%,#72aa00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bfd255 0%,#8eb92a 43%,#72aa00 62%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bfd255 0%,#8eb92a 43%,#72aa00 62%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bfd255 0%,#8eb92a 43%,#72aa00 62%); /* IE10+ */
	background: linear-gradient(to bottom,  #bfd255 0%,#8eb92a 43%,#72aa00 62%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#72aa00',GradientType=0 ); /* IE6-9 */
	font-size: 14px;
	color: #fff;
}

.row-content {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 67%, #ededed 85%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(67%,#f3f3f3), color-stop(85%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 67%,#ededed 85%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 67%,#ededed 85%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 67%,#ededed 85%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 67%,#ededed 85%,#ffffff 100%); /* W3C */	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	height: 24px;
	font-size: 14px;
	color: #000;
	padding-top: 4px;
}

.row-title a {
	color: #fff;
}

#embed {
	z-index: 1111;
	position: fixed;
	bottom: 10px;
	right: 5px;
	padding: 4px;
	display: none;
}

#embedcontrols {
	width: 100%;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, .95);
	position: relative;
	padding-right: 6px;
}

#editbuttons {
	position: fixed;
	z-index: 1111;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	background-color: #fff;
}

#editcontrols {
	position: fixed;
	z-index: 1111;
	top: 0px;
	left: 0px;
	visibility: hidden;
	width: 100%;
	height: 100px;
	background-color: #fff;
}

.outerspan {
	display:flex;
	align-items: center;
	width: 100%;
	height: 24px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 1px;
}

.outerspan span {
	display: inline-block;
	height: 24px;
	margin-left: 10px;
}

.checkbox-wrapper-slidebutton {
	width: 35px;
	display: inline-block;
}

.checkbox-wrapper-slidebutton .slidebutton {
	appearance: none;
	background-color: #dfe1e4;
	border-radius: 72px;
	border-style: none;
	flex-shrink: 0;
	height: 20px;
	margin: 0;
	position: relative;
	width: 30px;
}

.checkbox-wrapper-slidebutton .slidebutton::before {
	bottom: -6px;
	content: "";
	left: -6px;
	position: absolute;
	right: -6px;
	top: -6px;
}

.checkbox-wrapper-slidebutton .slidebutton,
.checkbox-wrapper-slidebutton .slidebutton::after {
	transition: all 100ms ease-out;
}

.checkbox-wrapper-slidebutton .slidebutton::after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 14px;
	left: 3px;
	position: absolute;
	top: 3px;
	width: 14px;
}

.checkbox-wrapper-slidebutton .slidebutton:hover {
	background-color: #c9cbcd;
	transition-duration: 0s;
}

.checkbox-wrapper-slidebutton .slidebutton:checked {
	background-color: #6e79d6;
}

.checkbox-wrapper-slidebutton .slidebutton:checked::after {
	background-color: #fff;
	left: 13px;
}

.checkbox-wrapper-slidebutton :focus:not(.focus-visible) {
	outline: 0;
}

.checkbox-wrapper-slidebutton .slidebutton:checked:hover {
	background-color: #535db3;
}


#embedcontrols a {
	float: right;
}

#categories {
	text-align: left;
	padding: 10px;
	position: absolute;
	width: auto;
	height: auto;
	bottom: 10px;
	left: 10px;
	z-index: 10000;
}

/* Custom dropdown */
.custom-dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px; /* demo only */
}

.custom-dropdown select {
  background-color: #7f8c8d;
  color: #fff;
  font-size: inherit;
  padding: .5em;
  padding-right: 2.5em; 
  border: 0;
  margin: 0;
  border-radius: 3px;
  text-indent: 0.01px;
  appearance: none;
}

.custom-dropdown::before,
.custom-dropdown::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.custom-dropdown::after { /*  Custom dropdown arrow */
  content: "\25BC";
  height: 1em;
  font-size: .625em;
  line-height: 1;
  right: 1.2em;
  top: 50%;
  margin-top: -.5em;
}

.custom-dropdown::before { /*  Custom dropdown arrow cover */
  width: 2em;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 3px 3px 0;
}

.custom-dropdown select[disabled] {
  color: rgba(0,0,0,.3);
}

.custom-dropdown select[disabled]::after {
  color: rgba(0,0,0,.1);
}

.custom-dropdown::before {
  background-color: rgba(0,0,0,.15);
}

.custom-dropdown::after {
  color: rgba(0,0,0,.4);
}

#hikelist {
	text-align: left;
	padding: 10px;
	padding-top: 5px;
	position: absolute;
	width: auto;
	bottom: 10px;
	right: 4px;
	max-height: 320px;
	overflow-y: scroll;
	z-index: 100;
}

#intro {
	color: #fff;
	padding: 20px;
	padding-top: 32px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	}

#news {
	background-color: #fff;
	padding: 5px;
	color: #000;
	margin-top: 32px;
	}
	#news img {
		float: left;
		margin: 3px;
		margin-right: 16px;
	}
	#news p {
		font-size: 20px;
		margin: 6px;
		text-shadow: none;
		margin-bottom: 5px!important;
		}

#teaser {
	background-color: #a1a666;
	border-top: 10px solid #ffcc00;
}

#teaser h2 {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

#teaser p {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	font-size: 16px;
	margin-bottom: 20px;
}

#left {
	float: left;
	padding: 10px;
	width: 520px;
}

#left h2,#middle-left h2 {
	font-weight: bold;
	font-size: 20px;
	color: #a50000;
	margin-bottom: 6px;
}

#left h3 {
	font-weight: bold;
	font-size: 14px;
}

#left span {
	color: #4a77d4;
	font-size: 11px;
}

#middle-left {
	float: left;
	padding: 10px;
	width: 240px;
}

#middle-left img {
	margin:5px;
}

#middle-right {
	float: left;
	padding-right: 10px;
}

#right {
	float: left;
	width: 300px;
	padding: 10px;
	padding-right: 24px;
}

#reg {
	width: 600px;
	margin: 20px;
	background-color: #fff;
}

#reg h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 10px;
}

#reg h3 {
	font-size: 14px;
	margin: 10px;
}

#viewed-hikers, #viewed-hikes {
	background-color: #fff;
	margin: 20px;
	}
	#viewed-hikers h4, #viewed-hikes h4 {
		font-weight: bold;
		width: 100%;
		color: #4a77d4;
		margin-bottom: 10px;
		padding-bottom: 5px;
		border-bottom: 4px solid #4a77d4;
	}
	#viewed-hikers ul, #viewed-hikes ul {
		white-space: nowrap;
		margin-left: 0px;
		padding-left: 0px;
	}
	#viewed-hikes h4 {
		color: #ffcc00;
		border-bottom: 4px solid #ffcc00;
		}
	#viewed-hikers li, #viewed-hikes li {
		padding: 2px;
		display: block;
		overflow: hidden;
		border-bottom: 1px solid #e6e6e6;
	}
	
#latest {
	border: 1px solid #fff;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	-moz-box-shadow: 0 0 5px #222;
	-webkit-box-shadow: 0 0 5px #222;
	box-shadow: 0 0 5px #222;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	}
	#latest h5 {
		font-size: 1.25rem;
		overflow: hidden;
		display: inline-block;
		text-wrap: nowrap;
		width: 100%;
	}
	#latest h3 {
		margin: 4px;
		color: #61512f;
		font-size: 14px;
	}
	#latest a {
		color: #61512f;
	}
	#latest p {
		color: #61512f;
		margin: 4px;
	}
	#latest span {
		width: 100%;
		padding: 1%;
		display: block;
		background-color: #a50000;
		color: #fff;
	}
	#latest .leaflet-control-attribution span {
		width: default;
		padding: 0;
		display: inline;
		background-color: transparent;
		color: default;
	}
	
#content {
	background: #fff;
}

.blog-short {
	padding: 10px;
}

#footer {
	background: #cc0000;
	background: -moz-linear-gradient(top,  #cc0000 0%, #a50000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc0000), color-stop(100%,#a50000));
	background: -webkit-linear-gradient(top,  #cc0000 0%,#a50000 100%);
	background: -o-linear-gradient(top,  #cc0000 0%,#a50000 100%);
	background: -ms-linear-gradient(top,  #cc0000 0%,#a50000 100%);
	background: linear-gradient(to bottom,  #cc0000 0%,#a50000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#a50000',GradientType=0 );
	border-bottom: 1px solid #000;
}

#imagegal {
	text-align: center;
}

.imagegal-img {
	margin-right: 20px;
	margin-bottom: 20px;
}

#login {
	float: right;
	}
	#login a {
		color: #fff;
		}
	
#void {
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}

.overlay {
	margin: auto;
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	margin-top: 53px;
	width: 410px;
	height: 520px;
	z-index: 10;
}
.overlay img {
	margin: 5px;
	margin-bottom: 5px;
}
.overlay a {
	margin: 4px;
	margin-left: 5px;
	font-weight: bold;
	cursor: pointer;
}
.overlay textarea {
	width: 395px;
	height: 76px;
	margin-left: 5px;
}

/*
 * Calendar used in edit.php
*/
.calendar-box {
	display:none;
	background-color:#fff;
	border:1px solid #444;
	position:absolute;
	width:250px;
	padding: 0 5px;
}
.calendar-box select.calendar-month {
	width:90px;
}
.calendar-box select.calendar-year {
	width:70px;
}
.calendar-box .calendar-cancel {
	width:30%;
	margin-top: 5px;
}
.calendar-box .calendar-unknown {
	width:65%;
	margin-top: 5px;
}
.calendar-box table td {
	width:14%;
}
.calendar-box .calendar-title {
	text-align:center;
}
.calendar-box a {
	text-decoration:none;
}
.calendar-box .today a {
	padding:0 5px;
	margin-left:-5px;
	background-color:#ffe9c6;
} 
.calendar-box .selected a {
	padding:0 5px;
	margin-left:-5px;
	background-color:#c9ff8b;
}

/*
* Tabs
*/

ul#tablist { list-style-type: none; margin: 30px 0 0 0; padding: 0 0 0.3em 0; }
ul#tablist li { display: inline; margin-left: 5px; }
ul#tablist li a { color: #42454a; background-color: #dedbde; border: 1px solid #c9c3ba; border-bottom: none; padding: 0.3em; text-decoration: none; }
ul#tablist li a:hover { background-color: #f1f0ee; }
ul#tablist li a.selected { color: #000; background-color: #f1f0ee; font-weight: bold; padding: 0.7em 0.3em 0.38em 0.3em; }
div.tabs { border: 1px solid #c9c3ba; padding: 0.5em; background-color: #f1f0ee; }
div.tabs.hide { display: none; }

#info-controls {
	position: absolute; top:0; right: 0;
	padding-top: 5px;
	padding-right: 10px;
}

#info-controls img {
	cursor: pointer;
}

/*
* Edit controls in tabs
*/
.edit-field {
	background: rgba(255,255,255,1);
	box-shadow: none;
	color: #000;
	height: 10px;
	margin-right: 15px;
}

.edit-full {
	width: 250px;
}

.edit-medium {
	width: 200px;
}

.edit-small {
	width: 75px;
}

#btn1,#btn2,#btn3 {
	margin-right: 16px;
}

/*
* Help button
*/
#help,#help-content {
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, .95);
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5p x#888;
	box-shadow: 0 0 5px #888;
	padding: 5px;
	position: fixed;
	right: 0px;
	top: 180px;
	z-index: 1500;
}

#help-content {
	visibility: hidden;
	width: 200px;
}

/*
* Signature page
*/
#sig-left {
	float: left;
	width: 550px;
	height: 428px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	
	}
	#sig-left p {
		margin: 10px;
	}
	#sig-left h2 {
		margin: 10px;
		font-weight: bold;
	}
	
#sig-right {
	width: 400px;
	height: 336px;
	border: 1px solid #fff;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 5px;
	margin-top: 16px;
	float: right;
	margin-right: 16px;
	background-color: #fff;
	padding: 10px;
	-moz-box-shadow: 0 0 5px #222;
	-webkit-box-shadow: 0 0 5px #222;
	box-shadow: 0 0 5px #222;
	}
	#sig-right h2 {
		margin-bottom: 10px;
		font-weight: bold;
	}
	
#encoder {
	visibility: hidden;
	position: fixed;
	width: 360px;
	height: 32px;
	padding: 10px;
	bottom: 10px;
	right: 10px;
	background: white;
	z-index: 1000;
	-moz-box-shadow: 0 0 5px #222;
	-webkit-box-shadow: 0 0 5px #222;
	box-shadow: 0 0 5px #222;
}

#encoded {
	width: 340px;
}
