/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */

@import url(../fonts/folks.css);
 
.custom-logo {
	display: inline-block;
	width: 210px;
	height: 90px;
	background: url(../../../images/yootheme/logo.png) 50% 50% no-repeat;
	background-size: contain;
}

/* Only Phones (Portrait) */
@media (max-width: 479px) {

	.custom-logo { height: 60px; }
	
}

html {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQUlEQVQYV2NkIAC+fPnyH6SEEZ86mCIeHh5GnAqRFeE0EV0RVoXYFGEoxKUIRSE+RXCFhBSBFRKjCK4QFE6EAh4AZB8n5sbQhZcAAAAASUVORK5CYII=') repeat;
}

body{
	color: #000000;
	font: normal 12px/18px Verdana;
}

#header{
	margin:0;
	padding: 0;
	background-color: #f5f5f5;
	border-bottom: 3px solid #fa782d;
	z-index: 10;
	
	-webkit-box-shadow:  0px 0px 3px 3px #cccccc;
    box-shadow:  0px 0px 3px 3px #cccccc;
}

#headerbar {
	float: left;
	margin-top: 10px;
}

#menubar {
	float:right;
	margin: 20px;
}


.menu-dropdown li.active .level1 {
    background: none repeat scroll 0 0 #fa782d;
	color: white;
	text-shadow: none;
	border: none;
	padding: 1px;
}

.menu-dropdown a.level1 > span, .menu-dropdown span.level1 > span {
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
}

#menu {float: right;}

#menu .menu-dropdown {
	background-color: white;
	padding: 8px;
	
	border: solid 1px #e6e6e6;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#menu .menu-dropdown li.level1 {
	padding: 0;
}

.menu-dropdown a.level1, .menu-dropdown span.level1 {
    font-family: folks;
	font-weight: bold;
	font-size: 14px;
}

.menu-dropdown a.level2 > span, .menu-dropdown span.level2 > span {
    font-family: folks;
	font-size: 15px;
}


.menu-dropdown li.level1:hover .level1, 
.menu-dropdown li.remain .level1{
	padding: 1px;
	background-color: #4b4b4b;
	color: #FFFFFF;
	text-shadow: none;
	border: none;
}

.menu-dropdown .dropdown {
    top: 26px;
}

.menu-dropdown .dropdown.columns1{
	width: 200px !important;
}

.menu-dropdown .dropdown-bg > div {
	background-color:#4b4b4b;
	border: none;
}

.menu-dropdown li.level2 {
    border-top: 1px solid #7F7F7F;
}

.menu-dropdown a.level2, .menu-dropdown span.level2 {
    color: #FFFFFF;
}

.breadcrumbs a { color: black;}

#footer {
	background-color: #2d2d2d;
	color: white;
	
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	
	-webkit-box-shadow: 0px 5px 8px 2px #777777;
	box-shadow: 0px 5px 8px 2px #777777;
}

#main {
	background-color: white;
	margin: 0 20px;
	
	-webkit-box-shadow: 0px 0px 10px 2px #777777;
	box-shadow: 0px 0px 10px 2px #777777;
}

#sidebar-a div.module {
	background-color: #eeeeee;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-box-shadow:  3px 3px 3px 1px #777777;
    box-shadow:  3px 3px 3px 1px #777777;
}

#sidebar-a  div.module a {
    color: #444444;
	/* color: #D7147F; */
}

#sidebar-a  div.module a:hover {
    color: #FA782D;
}

#sidebar-a  div.module .module-title{
	padding: 8px;
	text-align: center;
	color: white;
	text-transform: uppercase;
	font-family: folks-light;
	
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	
	background: #9bbbd6; /* Old browsers */
	background: -moz-linear-gradient(top,  #9bbbd6 0%, #84a3be 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9bbbd6), color-stop(100%,#84a3be)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9bbbd6 0%,#84a3be 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9bbbd6 0%,#84a3be 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9bbbd6 0%,#84a3be 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9bbbd6 0%,#84a3be 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bbbd6', endColorstr='#84a3be',GradientType=0 ); /* IE6-9 */

}

#sidebar-a  div.module.orange .module-title{
	background: #f98541; /* Old browsers */
	background: -moz-linear-gradient(top,  #f98541 0%, #e26d2a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f98541), color-stop(100%,#e26d2a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f98541 0%,#e26d2a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f98541 0%,#e26d2a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f98541 0%,#e26d2a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f98541 0%,#e26d2a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f98541', endColorstr='#e26d2a',GradientType=0 ); /* IE6-9 */
}

#sidebar-a  div.module.violet .module-title{
	background: #d61d83; /* Old browsers */
	background: -moz-linear-gradient(top,  #d61d83 0%, #bf066c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d61d83), color-stop(100%,#bf066c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d61d83 0%,#bf066c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d61d83 0%,#bf066c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d61d83 0%,#bf066c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d61d83 0%,#bf066c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d61d83', endColorstr='#bf066c',GradientType=0 ); /* IE6-9 */
}

#sidebar-a div.module .line{
	background-color: white;
	margin: 8px;
	padding: 20px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-box-shadow: inset 1px 1px 1px 1px #999999;
	box-shadow: inset 1px 1px 1px 1px #999999;
}

#sidebar-a div.module .searchbox{
	background-color: white;
	margin: 8px;
	width: auto;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-box-shadow: inset 1px 1px 1px 1px #999999;
	box-shadow: inset 1px 1px 1px 1px #999999;
}

#top-a .grid-box {
	margin-bottom: -6px;
}

#top-a .module {
	margin: 0 20px;
	
	-webkit-box-shadow: 0px -10px 10px 2px #777777;
	box-shadow: 0px -10px 10px 2px #777777;
}


#top-a:after{
    border-bottom: 3px solid #d22c7a;
}


.menu-responsive {
    margin: 2%;
    width: 96%;
}

#breadcrumbs {
	font-family: folks-light;
    font-size: 13px;
	margin: 10px 20px;
}


#system .item > header {
    margin-bottom: 10px;
}

#system h1.title {
	font-family: folks-light;
	color: #444444;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
}

#system article h1.title {
	font-size: 18px;
	line-height: 18px;
	color: #FA782D;
	font-weight: bold;
}

#system .item > header .meta {
	font-family: folks;
	font-size: 12px;
	text-transform: uppercase;
    color: #d7147f;
	margin: 5px 0 0;
}

#system p {text-align: justify;}

#article-index {
	border: 1px solid #CCCCCC;
	width: 185px;
}

#article-index ul {
	margin:  10px 20px;
}

#article-index ul:before {
    content: "INDEX";
	font-weight:bold;
}

#article-index ul li a{
	color: #504f4f;
}

#article-index ul li a:hover, #article-index ul li a.active{
	color: #FA782D;
}

article p.links a {
	text-transform: uppercase;
	color: #FA782D;
}

article h1 {
	font-size: 24px;
	line-height: 24px;
}

article h2 {
	font-size: 18px;
	line-height: 18px;
}

.width50 article h1, .width100 article h1 {
	font-size: 18px;
	line-height: 18px;
}

.width50 article h2, .width100 article h2 {
	font-size: 16px;
	line-height: 16px;
}

#system .items > .width50 .title {
    font-size: 18px;
    line-height: 18px;
}