/**
 * Theme Name: Spacious Theme Child
 * Theme URI: http://themesbros.com
 * Description: A child theme of the Spacious parent theme.
 * Version: 0.1
 * Author: Kristinn Didriksson
 * Author URI: http://webmasterfu.com
 * Tags: spacious, mobile, nice
 * License: GNU General Public License v2.0
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Template: spacious
 */

/* Importing the parent theme stylesheet. */
@import url( '../spacious/style.css' );

.header-image {
    display: none;
}
.home .header-image {
    display: inline;
}
.main-navigation a:hover, .main-navigation ul li.current-menu-item a, .main-navigation ul li.current_page_ancestor a, .main-navigation ul li.current-menu-ancestor a, .main-navigation ul li.current_page_item a, .main-navigation ul li:hover > a {
    color: #6f3534;
}
a {
    color: #000FFF;
    text-decoration: none;
}

.footer-widgets-area a:hover {
	color: #F1F1F1 !important;
	text-decoration:underline !important;
} /* mouse over link */

#colophon .textwidget a:hover {
	color:yellow !important;
	text-decoration:underline !important;
}
