/*
 Theme Name:   TB-2013
 Theme URI:    http://tynerblain.com/blog/
 Description:  Theme for Tyner Blain as a child of the twentythirteen wordpress theme
 Author:       Scott Sehlhorst
 Author URI:   http://go.tynerblain.com/sehlhorst
 Template:     twentythirteen
 Version:      1.0.2
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-thirteen-child
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
/* 4.1 Site Header */
.site-header .home-link {
    min-height: 130px;
    padding: 20px 0px;
    /* to make sure CSS is loaded
    border-style: solid;
    border-color: black;
    */
}

body {
	color: #000000;
	line-height: 1.5;
	margin: 0;
}

a {
	color: #2b4276;
}

a:visited {
	color: #2b4276;
}

.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 .current-menu-item {
  background-color: #660000;
}
*/

.nav-menu li a {
	color: #000000;
}

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

.navbar {
  background-color: #c4c4c4; /* light grey */
}

.site-header .search-field:focus {
	border: 2px solid #666666;
}

.widget {
	background-color: #f3f3f3;
}

.widget .widget-title {
  color: #000000;
}

.widget a {
	color: #0d5555;
}

.widget a:hover {
	color: #2b4276;
}

.entry-title a {
	color: #000000;
}

.entry-title a:hover {
	color: #2b4276;
}

.entry-meta a {
	color: #2b4276;
}

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

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

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

.navigation a {
	color: #2b4276;
}

.navigation a:hover {
	color: #2b4276;
	text-decoration: none;
}

.paging-navigation {
	background-color: #c4c4c4;
	padding: 40px 0;
}

.comment-meta,
.comment-meta a {
	color: #2b4276;
}

.comment-meta a:hover {
	color: #2b4276;
}

.ping-meta {
	color: #0d5555;
}

.comment-awaiting-moderation {
	color: #0d5555;
}

.comment-respond {
	background-color: #f3f3f3;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #0d5555;
}

.site-footer {
	background-color: #c4c4c4;
	color: #000000;
}

button,
input,
textarea {
	border: 2px solid #c4c4c4;
}

.site-footer .sidebar-container {
	background-color: #2d2d2d;
  color: #ffffff;
}

.site-footer {
  background-color: #2d2d2d;
  color: #ffffff;
}

.site-footer .widget a,
.site-footer .widget .widget-title {
	color: #ffffff;
}
.site-footer a:visited {
  color: #ffffff;
}

.archive-header {
	background-color: #c4c4c4;
}

.page-header {
	background-color: #c4c4c4;
}

.no-comments {
	background-color: #c4c4c4;
}
