@import url(//fonts.googleapis.com/css?family=PT+Sans+Narrow|PT+Serif);
@import url(/css/reset.default.css);
@import url(/css/editor.default.css);
body {
	margin: 0;
	padding: 0;
	background: #570a08;
	font-family: Verdana;
}
a {
	text-decoration: none;
}
#header {
	padding: 15px 0;
	background: url('/images/layout/background.gif');
}
#header div.wrapper {
	width: 980px;
	margin: auto;
}
#header div.logo {
	float: left;
}
#header div.dream {
	float: right;
	margin: 10px 0 8px;
}
#nav {
	height: 46px;
	background: #570a08;
	width: 100%;
}
#nav div.wrapper {
	width: 970px;
	margin: auto;
	font-family: 'PT Sans Narrow', sans-serif;
}
#nav a {
	color: #e8e0d4;
	text-decoration: none;
}
#nav ul,
#nav ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#nav ul li {
	float: left;
	font-size: 1.3em;
	position: relative;
}
#nav ul li a {
	display: block;
	padding: 9px 7px 8px;
	margin: 4px 0;
	border-right: 1px solid #996a60;
}
#nav ul ul {
	background: #570a08;
	position: absolute;
	top: 40px;
	left: 0;
	visibility: hidden;
	padding-bottom: 5px;
	z-index: 5;
}
#nav ul ul ul {
	position: absolute;
	top: 0px;
	left: 245px;
	visibility: hidden;
	z-index: 5;
	padding-top: 5px;
}
#nav ul ul li {
	float: none;
	background: #570a08;
	width: 245px;
}
#nav ul ul li a {
	font-size: 15pt;
	border: 0;
	border-bottom: 1px solid #e8e0d4;
	margin: 0 5px;
}
#nav ul li:last-child a {
	border: 0;
}
#nav ul li a:hover {
	background: #e8e0d4;
	color: #570a08;
}

#body {
	min-height: 440px;
	padding: 14px 0 28px;
	background: url('/images/layout/background.gif');
}
#body div.wrapper {
	width: 980px;
	margin: auto;
}
#body div#fader {
	width: 770px;
	height: 309px;
	border: 4px solid #ffffff;
}
#body div#fader div.wrapper {
	position: relative;
	width: 770px;
	height: 309px;
}
#body div#fader div.wrapper div.window {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
}
#body div#fader div.wrapper div.window:first-child {
	z-index: 3;
}
#body div#fader div.wrapper div.window:nth-child(2) {
	z-index: 2;
}
#body div#fader div.wrapper div.window .image {
	width: 770px;
	height: 309px;
	overflow: hidden;
}

#body div#fader div.wrapper div.window h1 {
	position: absolute;
	background: #570a08;
	color: #ffffff;
	bottom: 12px;
	left: -4px;
	font-family: 'PT Serif', serif;
	margin: 0;
	text-transform: uppercase;
	font-size: 1.7em;
	padding: 15px 17px;
}

#actions {
	margin: 14px 0;
}
.cta {
	float: left;
	border: 2px solid #ffffff;
}
.cta:nth-child(2) {
	margin: 0 3px;
}

.box {
	width: 192px;
	border: 3px solid #ffffff;
	background: url('/images/layout/cta_trans.png');
}
.box .title {
	font-family: 'PT Serif', serif;
	text-align: center;
	background: #640c0a;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.05em;
	padding: 5px 0;
}
.box .content {
	min-height: 57px;
	text-align: justify;
	font-size: 9pt;
}

.scroller-item {
	margin: 40px 0;
	width: 182px;
	white-space: initial;
	font-size: 9pt;
}

.dtca a {
	color: #ffffff;
	text-decoration: none;
	display: block;
}

#body .left {
	float: left;
}
#body .right {
	float: right;
}

.content-wrapper {
	width: 775px;
	min-height: 400px;
	background: #ffffff;
	color: #000000;
}
.content-wrapper h1 {
	font-family: 'PT Serif', serif;
	background: #640c0a;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.5em;
	padding: 10px 9px;
}
.content-body {
	padding: 10px;
	min-height: 370px;
	font-size: .85em;
}
.content-body h1 {
	background: none;
	color: #000000;
	font-size: 1.25em;
	padding: 10px 0;
}
.content-body .searchBox h1 {
	font-size: 1.25em;
	padding: 10px 7px;
	background: #640c0a;
	color: #ffffff;
}
h1.subtitle {
	float: left;
}
a.backbtn {
	float: right;

	font-family: 'PT Serif', serif;
	background: #640c0a;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 9px;
	text-decoration: none;
}
.editorContent {
	line-height: 1.3em;
}
.editorContent p:first-child {
	margin-top: 0;
}

.controlls a {
	padding: 5px 7px;
	margin: 11px;
	display: block;
	float: left;
	text-decoration: none;
	background: #640c0a;
	color: #ffffff;
}
.scroller-item a {
	text-decoration: none;
	color: #000000;
}
.scroller-title {
	font-size: 1.15em;
	padding-bottom: 5px;
}

#footer {
	padding: 20px 0;
}
#footer div.wrapper {
	width: 980px;
	margin: auto;
}
#footer a {
	color: #e8e0d4;
	text-decoration: none;
}
#footer ul {
	width: 845px;
	float: left;
}
#footer li {
	float: left;
	padding: 5px 4px;
	width: 150px;
	font-size: .8em;
}

#message {
	clear: both;
	margin: 5px;
}
#message .success,
#message .error,
#message .info {
	width: 100%;
	background-position: 10px 8px;
	margin-bottom: 5px;
}
#message .success {
	background: #e2f1d0 url('/images/icons/check.png') no-repeat 10px;
	color: #061a5b;
}
#message .error {
	background: #ffd9d9 url('/images/icons/delete.png') no-repeat 10px;
	color: #800;
}
#message .info {
	background: #f0f1ff url('/images/icons/information.png') no-repeat 10px;
	color: #060c6a;
}
#message .text {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 3em;
	font-weight: bold;
	font-size: 9pt;
	border: 1px solid #ccc;
}

#footer .memberLogin {
	margin: 9px 0;
}
#footer .memberLogin a {
	background: #e4d9ca;
	border: 1px solid #570a08;
	border-right: 2px solid #570a08;
	outline: 2px solid #e4d9ca;
	color: #570a08;
	padding: 5px 7px;
}
a.lang {
	float: right;
	display: block;
	padding: 5px 7px;
	text-decoration: none;
	background: #640c0a;
	color: #ffffff;
	margin: 5px 0px 5px 10px;
}
/*font-family: 'PT Sans Narrow', sans-serif;*/
/*font-family: 'PT Serif', serif;*/
.scroller-title {
    line-height: 1.2;
    font-size: 1.1em;
    text-align: left;
}
@-webkit-keyframes blink {
    0%, 49% {
        background-color: #640c0a;
        color: white;
    }
    50%, 100% {
        background-color: transparent;
        color: #640c0a;
    }
}
@keyframes blink {
    0%, 49% {
        background-color: #640c0a;
        color: white;
    }
    50%, 100% {
        background-color: transparent;
        color: #640c0a;
    }
}
div.new-event {
    width: max-content;
    padding: 3px 8px 4px;
    
    -webkit-animation: blink 1s infinite;  /* Safari 4+ */
    -moz-animation: blink 1s infinite;  /* Fx 5+ */
    -o-animation: blink 1s infinite;  /* Opera 12+ */
    animation: blink 1s infinite;  /* IE 10+, Fx 29+ */
}