/*
 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;
}

/*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: #7F7272;
}

.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;
}