/*-------------------------------------------------------------------------------------------*/
/* IMPORTS */
/*-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/
/* 1.1 Defaults */

/* 1.2 Hyperlinks */
a {
  color: #546F84;
}
a:hover {
  color: #546F84;
}

#path {
  background:url(blau/weg-blau.png); 
}

#nnl-path {
	background: #546F84;
	min-height: 80px;
	position: relative;
}

/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/
/* 2.1 Navigation */

.nav a:hover {
  background: #546F84;
}

.nav li.current_page_item > a,
.nav li.current-menu-item > a,
.nav li.current_page_parent > a,
.nav li.current-menu-ancestor > a,
.nav li.current-cat > a,
.nav li.li.current-menu-item > a {
  background: #546F84;
}

 #navigation .nav li:hover > a {
    background: #546F84;
}

#navigation .nav li ul {
    background: #546F84;
}

#navigation .nav li.parent > a:after {
    border-color: #546F84 transparent transparent;
}

.nav li.current_page_item > a, .nav li.current_page_parent > a, .nav li.current-menu-ancestor > a, .nav li.current-cat > a, .nav li.li.current-menu-item > a {
    background: #546F84;
}

.portfolio-item a.item .mask {
  background: transparent;
}

.portfolio-item h2 a {
  color: #546F84;
}

#blog-alt.home-section li h2 a {
    color: #546F84;
}

.nav-entries a, #post-entries a {
  color: #546F84;
}

.woo-pagination .page-numbers.current {
  background: #546F84;
}

.widget_woo_embedwidget ul li.active a {
  color: #546F84;
}

#footer-widgets {
  background: #546F84;
}

/*-------------------------------------------------------------------------------------------*/
/* 7. MISC */
/*-------------------------------------------------------------------------------------------*/
/* 7.1 Buttons */
a.button,
a.comment-reply-link,
#commentform #submit,
.submit,
input[type=submit],
input.button,
button.button {
  background: #546F84;
}

a.button:hover,
a.comment-reply-link:hover,
#commentform #submit:hover,
.submit:hover,
input[type=submit]:hover,
input.button:hover,
button.button:hover {
  background: #546F84;
}

.ie8 #featured article header {
  background: #546F84;
}

.ie9 .controls-container .flex-control-nav li a.active, .ie8 .controls-container .flex-control-nav li a.active {
  background: #546F84 !important;
}


/* 7.1 Shortcodes */
.woo-sc-box.normal {
  background: #546F84 !important;
  color: #fff;
}

/*-------------------------------------------------------------------------------------------*/
/* 8. Plugin: Event Organiser
/*-------------------------------------------------------------------------------------------*/

#wp-calendar th {
    background: transparent;
}

#wp-calendar td.today {
  color: #fff;
  background: #546F84;
  border-radius: 3px 3px 3px 3px;
}

#wp-calendar td.today a {
  border-bottom: 2px solid #fff;
}

#wp-calendar td.event a {
  border-bottom: 2px solid #546F84;
}