/* Defining the root color for the site.
SITE SECONDARY COLOR: #768f1f
SITE HIGHLIGHT COLOR: #2c4b3f 
*/

/* Defines the search icon color */
.search-box {
	background-color: #768f1f !important;
}

/* Defines the search icon color */
.search-toggle{
	background-color: #768f1f;
}

/* Defines the hover colors for a bunch of elements. */

::selection {
	background-color:#768f1f
}
.entry-meta .tag-links a:hover:before {
	border-right-color: #768f1f !important;
}

.content-sidebar .widget li a:hover {
	background-color: #768f1f !important;
}

.content-sidebar .widget li a {
	color: #768f1f !important;
}

.secondary-navigation li:hover > a, .secondary-naviation li.focus > a {
	background-color: #768f1f;
}

.primary-navigation li:hover > a, .primary-naviation li.focus > a {
	background-color: #768f1f;
}

.search-toggle:hover, .search-toggle.active {
	background-color: #768f1f;
}

.widget a:hover {
	color: #768f1f;
}

.entry-meta a:hover {
	color: #768f1f;
}

.entry-title a:hover{
	color: #768f1f;
}

a:active, a:hover{
	color: #768f1f;
}

.paging-navigation a:hover {
	color: #768f1f;
	border-top: 5px solid #768f1f;
}

/* Site centering and fixing and color changes. */

.entry-title a {
	color: #768f1f;
}

a {
	color: #768f1f;
}

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
	max-width: 800px;
}

.imprint { 
	opacity: 0; 
}


/* Site header */
.site-header {

background-color: #000;
max-width: 100%;
position: relative;
width: 100%;
z-index: 4;
}

#site-header img {
	height: 200px;
	width: 100%;
}

/* Facebook likebox fixes */


.search-field {
	margin-left: -7px;
}

/* Sub menus and navigations colors and borders. */

.site-navigation .current_page_item > a, .site-navigation .current_page_ancestor > a, .site-navigation .current-menu-item > a, .site-navigation .current-menu-ancestor > a {
	color: white;
}

.paging-navigation .page-numbers.current {
	border-top: 5px solid #768f1f;
}

.primary-navigation ul ul {
	background-color: #768f1f;
}

.primary-navigation ul ul :hover {
	color: white;
}

.primary-navigation ul ul a:hover, .primary-navigation ul ul li.focus > a {
	background-color: #2c4b3f;
	opacity: 0.5;
}

/* Hiding the Wordpress Author Acc */
.entry-meta .byline {
  display: none;
}



