/* #D6DA68 - Yellow. #81B6E0 - Light Blue. 3F43A7 - Dark Blue */
/* BDF167 - Yellow/Green. 87E763 Lime Green. 5CA73F - Dark Green */
/* DFE0AE - Cream. 586055 - Gray. 933A38 - Red. 7A3634 - Brownish Red */

body, html {
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #586055;
}

body {
	background: #bdf167 url('images/bg.jpg') top repeat-x;
}

a img { border: none; }

a, a:visited {
	color: #586055;
}

a:hover, a:focus {
	color: #5ca73f;
}

.hidden { display: none; }
.clear { clear: both; }
.floatleft { float: left; }
.floatright { float: right; }

.pad5 { padding: 5px; }
.pad10 { padding: 10px; }
.pad20 { padding: 20px; }
.indent20 { padding: 5px 20px; }

.width10 { width: 10%; } .width15 { width: 15%; } .width20 { width: 20%; } .width25 { width: 25%; }
.width30 { width: 30%; } .width33 { width: 33%; } .width40 { width: 40%; } .width50 { width: 50%; }
.width60 { width: 60%; } .width66 { width: 66%; } .width70 { width: 70%; } .width75 { width: 75%; }
.width80 { width: 80%; }

.gray { color: #586055; }
.lightblue { color: #81b6e0; }
.blueborder { border: 1px solid #81b6e0; }
.blueborderbottom { border-bottom: 1px solid #81b6e0; }

.listnone { list-style-type: none; }

.justify { text-align: justify; }
.center { text-align: center; }
.font1 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 400;
}
.font2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.hr1 {
	height: 7px;
	width: 960px;
	margin: 0 auto;
	background: url('images/hr1.png') no-repeat center center;
}

.hr2 {
	height: 7px;
	width: 960px;
	margin: 0 auto;
	background: url('images/hr2.png') no-repeat center center;
}

h1 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 700;
	margin: 0;
}

h2 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 700;
	color: #81b6e0;
	margin: 0;
	padding: 0;
}

#body-wrapper {
	background: url('images/pattern3.png');
}

#body-wrapper2 {
	background: url('images/header-bg.png') repeat-x top center;
}

#container {
	width: 1060px;
	margin: 0 auto;
}

#header {
	padding: 10px 0;
	margin: 0 auto;
	position: relative;
}

#float-nav {
	color: #fff;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 400;
	position: absolute;
	right: 30px;
	top: 10px;
}

#float-nav a, #float-nav a:visited {
	text-decoration: none;
	color: #fff;
}

#float-nav a:hover, #float-nav a:focus {
	color: #3f43a7;
}

#main-nav {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	border-bottom: 1px solid #586055;
	height: 36px;
}

#main-nav a, #main-nav a:visited, #footer-nav a, #footer-nav a:visited, #footer-nav3 a, #footer-nav3 a:visited {
	text-decoration: none;
	color: #586055;
}

#main-nav a:hover, #main-nav a:focus {
	color: #5ca73f;
	/* border-bottom: 2px solid #5ca73f; */
}

#main-nav .submenu {
	display: none;
	list-style-type: none;
	position: absolute;
	top: 215px;
	z-index: 90;
	background: #fff none;
	border: 1px solid #586055;
	padding: 5px;
	box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75);
}

.submenu li {
	float: none !important;
	display: block !important;
}

#float-nav ul, #main-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#float-nav ul li {
	display: inline;
	float: left;
	padding: 0 6px 0 6px;
}

#main-nav ul li {
	display: inline;
	float: left;
	height: 29px;
	padding: 7px 20px 0 20px;
}

#float-nav ul li img {
	position: relative;
	top: 5px;
}

#main {
	width: 1000px;
	margin: 0 auto;
	background: white;
	border: 1px solid #586055;
	-webkit-box-shadow:	0px 0px 2px rgba(0, 0, 0, 0.55);
	-moz-box-shadow:	0px 0px 2px rgba(0, 0, 0, 0.55);
	box-shadow:		0px 0px 2px rgba(0, 0, 0, 0.55);
}

#content {
	padding: 20px;
	min-height: 400px;
}

#main-image {
	padding: 5px;
	height: 382px;
	width: 552px;
}

#main-article {
	width: 552px;
	padding: 5px;
}

#main-article p { font-size: 18px; }

#stork-station {
	width: 368px;
	padding: 5px;
	margin: 10px 5px 10px 0;
	background: #dfedf7;
}

#main-articles {
	width: 380px;
	height: 392px;
	padding: 0 5px 0 5px;
}

.main-article-short {
	height: 112px;
	padding: 5px;
	margin-bottom: 11px;
	overflow: hidden;
}

.main-article-short.active, .main-article-short:hover {
	background: #dfedf7;
}
.main-article-short img { margin-right: 5px; }
.main-article-short h2 {
	color: #586055;
	font-size: 16px;
}

.main-article-short p {
	font-size: 10px;
	overflow: hidden;
}

.quote-text {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 400;
	margin: 10px auto;
	text-align: justify;
	padding: 0 43px;
}

.quote-name {
	position: absolute;
	top: 45px;
	right: 10px;
}

#quote img {
	margin: 0px 10px;
}

.question {
	cursor: pointer;
	color: #3f43a7;
	padding-left: 30px;
	background: url('images/bubble-icon.png') no-repeat 0 5px;
}

.answer { margin: 5px 5px 10px 5px; }

.faq ul {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 400;
	list-style-image: url('images/gray-li.png');
}

#quicklinks {
	margin-top: -40px;
	background: #dfedf7;
	padding: 2px 5px 2px 5px;
}

#quicklinks #inner {
	margin: 10px 0 3px 0;
	background: #f6f7f6;
}

#quicklinks ul li {
	padding: 0 0 5px 0;
}

#quicklinks ul li a, #quicklinks ul li a:visited {
	text-decoration: none;
}

.message.error { color: #f00; font-weight: 700; }

#footer {
	background: #dfedf7;
	border-top: 1px solid #86b8df;
}

#footer-nav ul {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 400;
	font-size: 18px;
	margin: 0;
	list-style-type: none;
	padding: 10px 0 10px 15px;
}

#footer-nav a:hover, #footer-nav a:focus {
	color: #5ca73f;
}

#footer-nav3 a:hover, #footer-nav3 a:focus {
	color: #81b6e0;
}

.footer-nav2 a, footer-nav2 a:visited {
	text-decoration: none;
}

.footer-nav2 ul {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 400;
	font-size: 14px;
	margin: 0;
	padding: 0 0 10px 0;
	list-style-type: none;
}

.footer-nav2 h3 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
}

#footer-nav3 ul {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 400;
	font-size: 14px;
	margin: 15px auto;
	list-style-type: none;
	line-height: 150%;
}

#stamp {
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 400;
}

#stamp a, #stamp a:visited {
	color: #586055;
}

#galleria {
	height: 400px;
}

/* ===== EDIT PAGE CSS ===== */

.edit-table { width: 100%; }

.header-row th, .header-row td {
	font-size: 16px;
	border-bottom: 1px solid #81b6e0;
}

.row0 { background: #dfedf7;}

.ui-dialog { font-size: 16px; }
fieldset { border: none; }

#wysihtml5-editor-toolbar {
  position: relative;
}

header {
  display: block;
  border-radius: 4px;
  width: 960px;
  background: #f6f6f6;
  position: relative;
  z-index: 1;
  text-align: center;
  border: 1px solid #ddd\9; /* IE 8 and below */
  background-image: linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 100%);
  background-image: -o-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 100%);
  background-image: -moz-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 100%);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
  font-size: 0;
  text-align: center;
}

.commands {
  border-left: 1px solid #ddd;
  display: inline-block;
  padding-left: 0;
}

[data-wysihtml5-command],
[data-wysihtml5-action],
.fore-color {
  position: relative;
  border-right: 1px solid #ddd;
  border-left: 1px solid #fff;
  list-style: none;
  font-size: 12px;
  display: inline-block;
  cursor: pointer;
  height: 40px;
  width: 68px;
}

[data-wysihtml5-command]:after,
[data-wysihtml5-action]:after,
.fore-color:after {
  content: "";
  background-image: url(images/spr_toolbar_icons_r1.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

[data-wysihtml5-command]:hover,
[data-wysihtml5-action]:hover,
.fore-color:hover {
  background-image: linear-gradient(bottom, rgb(229,240,226) 0%, rgb(255,255,255) 100%);
  background-image: -o-linear-gradient(bottom, rgb(229,240,226) 0%, rgb(255,255,255) 100%);
  background-image: -moz-linear-gradient(bottom, rgb(229,240,226) 0%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient(bottom, rgb(229,240,226) 0%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient(bottom, rgb(229,240,226) 0%, rgb(255,255,255) 100%);
}

[data-wysihtml5-command="bold"]:after {
  background-position: 24px center;
}

[data-wysihtml5-command="italic"]:after {
  background-position: -48px center;
}

[data-wysihtml5-command="insertUnorderedList"]:after {
  background-position: -115px center;
}

[data-wysihtml5-command="insertOrderedList"]:after {
  background-position: -197px center;
}

[data-wysihtml5-command="formatBlock"][data-wysihtml5-command-value="h1"]:after {
  background-position: -344px center;
}

[data-wysihtml5-command="formatBlock"][data-wysihtml5-command-value="h2"]:after {
  background-position: -428px center;
}

[data-wysihtml5-command="createLink"]:after {
  background-position: -271px center;
}

[data-wysihtml5-command="insertImage"]:after {
  background-position: -513px center;
}

.fore-color:after {
  background-position: -741px center;
}

[data-wysihtml5-command="insertSpeech"]:after {
  background-position: -596px center;
}

[data-wysihtml5-action="change_view"]:after {
  background-position: -670px center;
}

.fore-color ul {
  display: none;
  position: absolute;
  z-index: 2;
  top: 40px;
  right: -1px;
  left: -2px;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  overflow: hidden;
}

.fore-color li {
  display: block;
  margin: 3px;
  width: auto;
  border: 0;
  height: 15px;
}

.fore-color li:after {
  display: none;
}

.fore-color:hover ul {
  display: block;
}

.fore-color [data-wysihtml5-command-value="silver"] {
  background: silver !important;
}


.fore-color [data-wysihtml5-command-value="gray"] {
  background: gray !important;
}

.fore-color [data-wysihtml5-command-value="maroon"] {
  background: maroon !important;
}

.fore-color [data-wysihtml5-command-value="red"] {
  background: red !important;
}

.fore-color [data-wysihtml5-command-value="purple"] {
  background: purple !important;
}

.fore-color [data-wysihtml5-command-value="green"] {
  background: green !important;
}

.fore-color [data-wysihtml5-command-value="olive"] {
  background: olive !important;
}

.fore-color [data-wysihtml5-command-value="navy"] {
  background: navy !important;
}

.fore-color [data-wysihtml5-command-value="blue"] {
  background: blue !important;
}

.fore-color .wysihtml5-command-active {
  outline: 1px solid #666;
  outline-offset: 1px;
}

.wysihtml5-commands-disabled .fore-color ul {
  display: none;
}

.wysihtml5-action-active,
.wysihtml5-command-active {
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.2);
  background: #eee !important;
}

.wysihtml5-commands-disabled [data-wysihtml5-command],
.wysihtml5-commands-disabled .fore-color {
  opacity: 0.4;
  cursor: default;
  background-image: none !important;
}