/* Top */


/* Menu */
nav.horizontalNavigationBlock ul{
	width: 100%;
	margin-bottom: 22px;
}
nav.horizontalNavigationBlock ul li{
	margin-right: 10px;	
}

nav.horizontalNavigationBlock ul li.active a{
	color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	background: url('../../images/core/mm-bg_button_blue.png') center repeat-x;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0093ee), color-stop(50%, #0093ee), color-stop(51%, #0079c4), color-stop(100%, #0079c4));
	-moz-box-shadow: 1px 1px 2px #b1b1b1;
	-webkit-box-shadow: 1px 1px 2px #b1b1b1;
	box-shadow: 1px 1px 2px #b1b1b1;
}

/* Slider/headers */

.bx-controls.bx-has-pager{
	position: absolute;
	top: -30px;
	right: 0;
}
.bx-pager-item{
	float:left;
}
.bx-pager.bx-default-pager{
	
	float: right;
}
.bx-controls.bx-has-pager a{
	text-indent: -9999999px;	
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #000;
	float: left;
	margin-right: 9px;
}
.bx-controls.bx-has-pager a.active{
	background: #bf0000;
}

.header-text{
	text-shadow: 2px 2px 2px #000;
}

/* Single header */

.single_header{
	float: left;
	width: 100%;
}
.single_header li{
	height: 200px !important;
}

/* pathway */
.pathway {
	margin: 10px 0 20px 0;
}


/* Content */

/*#news_headlines .button{
	clear: both;
	float: left;
	
}


.news_headline{
	margin-bottom:15px;
	float: left;
}

.news_headline .item_detail_image{
	float: left;
}

.news_headline .headline_date{
	float: left;
	font-style: italic;
	width: 230px;
	margin-left: 10px;
}
.news_headline .headline_title{
	font-weight: bold;
	width: 230px;
	float: left;
	margin-left: 10px;
}

.news_headline .headline_intro{
	width: 230px;
	float: left;
	margin-left: 10px;
}

span.keyword {
	background-color: #ccc;
}


#overview .gallery_thumb {
	float:left;
	margin-right:10px;
}*/


/* NEGATIVE CAPTCHA FIELD */
input[name="important_email"] {
	display:none !important;
}

.pagination{
	float: left;
	clear: both;
	list-style: none;
}

.pagination ul{
	margin: 0;
	padding: 0;
}

.pagination ul li{
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
}

.pagination ul li:first-child{
	margin: 0;
}

.error {
	border:1px solid #ff0000;
	padding:10px;
	margin-bottom:10px;
}

.notice {
	border:1px solid #008000;
	padding:10px;
	margin-bottom:10px;
}

form .delete-input {
    background-image: url('../images/core/icon-delete.png');
    display:inline-block;
    width:13px;
    height:13px;
    cursor:pointer;
}

/* DEBUG MENU (Don't delete)  */

#debug-window {
	position: fixed; 
	top: 20px; 
	left: 250px; 
	z-index: 99999999999999; 
	width: 900px; 
	height: 250px; 
	background-color: #ffffff; 
	border: 5px solid red; 
	padding: 20px;
	overflow:auto;
}

#debug-window h1 {
	 float: left; 
	 margin: 0 0 2px 0;
}

#debug-window #debug-close {
	float:right;
}

#debug-window p {
	margin: 0 0 20px 0; 
	color: #adadad;
}

#debug-window #debug-errors {
	overflow-y: scroll; 
}

#debug-window .debug-error {
	margin: 0 0 10px 10px; 
	color: #adadad;
}
