/*
 Theme Name:   Twenty Thirteen Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Thirteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentythirteen
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-thirteen-child
*/

/*Background of menu bar */
#navbar {
	background: #ff9899;
}

/*active page - not currently decorating*/
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #FFFFFF;
	font-style: normal;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus,
.nav-menu li a {
    color: #FFFFFF;
    font-family: Georgia;
    font-size: 18px;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: #543a1d;
}


	.toggled-on .nav-menu > li a:hover,
	.toggled-on .nav-menu > ul a:hover {
		background-color: #543a1d;
		color: #fff;
	}

	.toggled-on .nav-menu > li a:focus,
	.toggled-on .nav-menu > ul a:focus {
		background-color: #543a1d;
		color: #fff;
	}



/*fix images hanging to the right*/
.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: 0px; 
}

/*Post titles*/
.entry-title,
.entry-title a {
	color: #543a1d;
}

/*Link colors */
.entry-meta a {
	color: #fb6363;
}

.entry-meta a:hover {
	color: #fb6363;
}

.entry-content a,
.comment-content a {
	color: #fb6363;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #fba29a;
}

.widget {
	background-color: #FFFFFF;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

/* Mare Site header smaller */
.site-header .home-link {
	min-height: 0px;
	margin-bottom: 12px;
}

.site-header .home-link img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #537c96; 
	border-bottom: 3px solid #004d72;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #006aac;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #537c96; /* Old browsers */
	border-top: 3px solid #004d72;
}

/* Get rid of yellow highlight in woocommerce product counts */
mark {
background: transparent;
text-decoration: none;
color: inherit;
}

.woocommerce-loop-category__title {
	color: #543a1d;
}