
/*cm_sysdb_begin*/
@import url("//fonts.cm4all.net/css?family=Elsie:regular,900");
/*cm_sysdb_end*/

.cm-offline-content {
    color: #212121;
    background-color: #FFFFFF;
}

body {
	background-color:	#F3CED1;
}
body, .center_wrapper, .content_main_dho {
	font-family:	Elsie, sans-serif;
	font-size:		medium;
	font-weight:	normal;
	font-style:		normal;
}
.center_wrapper h1, .cm-h1 {
	font-size:		x-large;
	font-family:	Elsie, sans-serif;
	font-weight:	normal;
	font-style:		normal;
}
.center_wrapper h2, #title_wrapper h2 {
	font-size:		large;
	font-family:	Elsie, sans-serif;
	font-weight:	normal;
	font-style:		normal;
}
.center_wrapper h3 {
	font-size:		medium;
	font-family:	Elsie, sans-serif;
	font-weight:	normal;
	font-style:		normal;
}
.center_wrapper h4, .center_wrapper h5, .center_wrapper h6 {
	font-family:	Elsie, sans-serif;
}
.title_wrapper h1 {
	font-family:	Elsie, sans-serif;
	font-size:		xx-large;
	font-weight:	normal;
	font-style:		normal;
}
.title_wrapper h2 {
	font-family:	Elsie, sans-serif;
	font-size:		xx-large;
	font-weight:	normal;
	font-style:		normal;
}

#cm_navigation a {
	font-size:		medium;
	font-family:	Elsie, sans-serif;
	font-weight:	normal;
	font-style:		normal;
}





/*---------------------------- Forms ------------------------------------- */

.content_wrapper input[type='text'], .content_wrapper textarea {
	border-radius:		0px;
	border:				none;
	padding:			6px;
	color:				#212121;
	background-color:	rgba(0,0,0,0.15);
	border-bottom:		1px solid #7C272E;
	
	-webkit-transition:	color 0.4s, background-color 0.4s, box-shadow 0.4s;
	-moz-transition:	color 0.4s, background-color 0.4s, box-shadow 0.4s;
	-o-transition:		color 0.4s, background-color 0.4s, box-shadow 0.4s;
	transition:			color 0.4s, background-color 0.4s, box-shadow 0.4s;
}
.content_wrapper input[type='text']:focus, .content_wrapper textarea:focus {
	background-color:	#222;
	background-color:	rgba(0,0,0,0.6);
	color:				#fff;
	box-shadow:			0px 0px 15px rgba(0,0,0,0.3);
}




.navigation_wrapper {
	background-color:	rgba(124,39,46,0.75);
}


.toggle_navigation a {
	color:				#FFFFFF;
	color:				rgba(255,255,255,0.7);
}


.title_wrapper {
	color:				#FFFFFF;
	background-color:	#7C272E;
}
.title_wrapper h2 {
	color:				#FFFFFF;
}


#logo {
	background-color:	#7C272E;
	border:				2px solid #FFFFFF;
	box-shadow:			0px 0px 0px 5px #7C272E;
}


.main_wrapper, .placeholder {
	background-color:	#FFFFFF;
	color:				#212121;
}
	
	.content_main_dho a {
		color:				#212121;
		text-decoration:	underline;
	}
	.content_main_dho a:hover {
		text-decoration:	none;
	}
	.sidebar_wrapper {
		color:				#FFFFFF;
		background-color:	#7C272E;
	}
	.sidebar_wrapper a {		
		color:				#FFFFFF;
		text-decoration:	underline;
	}
	.sidebar_wrapper a:hover {
		text-decoration:	none;
	}
	.sidebar_wrapper:after {
		background: #7C272E; /* Old browsers */
		background: -moz-linear-gradient(top, #7C272E 0%, #FFFFFF 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7C272E), color-stop(100%,#FFFFFF)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #7C272E 0%,#FFFFFF 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #7C272E 0%,#FFFFFF 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #7C272E 0%,#FFFFFF 100%); /* IE10+ */
		background: linear-gradient(to bottom, #7C272E 0%,#FFFFFF 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7C272E', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */
	}
	
.footer_wrapper {
	background-color:	#7C272E;
	color:				#FFFFFF;	
}
.footer_wrapper a, .scrollup, .scrollup a {	
	color:				#FFFFFF;	
}


@media only screen and (min-width: 1px) and (max-width: 1023px) {    /* ---- Tablet Portrait ---- */
	.scrollup {
		background-color:	#FFFFFF;
	}
	.scrollup a {	
		color:				#7C272E;
	}
}


.navigation_wrapper > ul > li > a {
	color:				#FFFFFF;
	color:				rgba(255,255,255,0.6);
}
.navigation_wrapper > ul > li:hover > a,
.navigation_wrapper > ul > li.cm_current > a {
	color:				#FFFFFF;
}
/*--------------------- Subnavigation ----------------- */

.navigation_wrapper > ul > li > ul {
	border:				2px solid #FFFFFF;
	box-shadow:			0px 0px 0px 4px #7C272E;
}
.navigation_wrapper > ul > li.cm_has_subnavigation > ul:before {
  	border-bottom: 	10px solid #FFFFFF; 
  	border-left: 	8px solid transparent; 
   	border-right: 	8px solid transparent; 
	background-color:	transparent !important;
}
.navigation_wrapper > ul > li > ul > li > a {
	background-color:	rgba(255,255,255,0.85);
	color:				#7C272E;
}
.navigation_wrapper > ul > li > ul > li > ul > li > a {
	background-color:	rgba(255,255,255,0.85);
	color:				#7C272E;
}
.navigation_wrapper > ul > li > ul > li:hover > a,
.navigation_wrapper > ul > li > ul > li.cm_current > a {
	background-color:	rgba(124,39,46,0.75);
	color:				#FFFFFF;
}
.navigation_wrapper > ul > li > ul > li > ul > li:hover > a,
.navigation_wrapper > ul > li > ul > li > ul > li.cm_current > a {
	background-color:	rgba(124,39,46,0.85);
	color:				#FFFFFF;
}




.navigation_wrapper li.cm_has_subnavigation > a:after {
    border-color: 		rgba(255,255,255,0.6) transparent -moz-use-text-color;
	-webkit-transition:	border-color 0.4s;
	transition:			border-color 0.4s;
}
.navigation_wrapper li.cm_has_subnavigation.cm_current > a:after,
.navigation_wrapper li.cm_has_subnavigation:hover > a:after {
    border-color: 		#FFFFFF transparent -moz-use-text-color;
}
.navigation_wrapper li.cm_has_subnavigation > ul li.cm_has_subnavigation > a:after {
    border-color:		#7C272E transparent -moz-use-text-color;
	-webkit-transition:	border-color 0.4s;
	transition:			border-color 0.4s;
}
.navigation_wrapper li.cm_has_subnavigation > ul li.cm_has_subnavigation.cm_current > a:after,
.navigation_wrapper li.cm_has_subnavigation > ul li.cm_has_subnavigation:hover > a:after {
    border-color: 		y transparent -moz-use-text-color;
}


