/*
=============================================================================
	Custom layout - style/layout/brown.css
	A barna téma egyedi beállításai
=============================================================================
*/

#site-branding .site-title a {
	color: #7f3f00;
}

#site-branding .site-title a:hover {
	color: #074924; /*!!!!*/
}

#custom-header,
.navigation .wp-pagenavi .current,
.navigation .wp-pagenavi a:hover,
.credits  {
	background: #7f3f00;
}

a:link,
a:visited,
a:active,
#content h1.entry-title a,
#content h2.entry-title a,
#sidebar a:link,
#sidebar a:visited {
	color: #61640b; /*!!!!*/
	text-decoration: none;
	/* font-weight: bold; /*!!!!*/
}

/*!!!!*/
#sidebar a:link,
#sidebar a:visited {
	color: #074924; /*!!!!*/
}

a:hover,
#sidebar a:hover  {
	text-decoration: underline;
}

#content h1.entry-title a:hover,
#content h2.entry-title a:hover {
	color: #074924; /*!!!!*/
	text-decoration: none;
}

.credits a,
.credits a:visited {
	color: #fff;
}

.paging-navigation .wp-pagenavi .current,
.paging-navigation .wp-pagenavi a:hover {
	background: #7f3f00;
	color: #fff;
	text-decoration: none;
}