/*
Theme Name:     Twenty Thirteen Child
Theme URI:      http://msiht.com/wp
Description:    Child theme for the Twenty Thirteen theme
Author:         Suzanne
Author URI:     msiht.com
Template:       twentythirteen
Version:        0.1.0
*/
@import url("../twentythirteen/style.css");

.site-title {
	display:none;
}

.site-header .home-link {
	margin: 0 auto;
	padding: 0;
	max-width: 1000px;
	height: 230px;
	min-height: 230px;
}

@media (max-width: 767px) {
	.site-header .home-link {
		margin: 0 auto;
		padding: 0;
		max-width: 1000px;
		height: 110px;
		min-height: 110px;
	}
}
@media (max-width: 359px) {
	.site-header .home-link {
		margin: 0 auto;
		padding: 0;
		max-width: 1000px;
		height: 50px;
		min-height: 50px;
	}
}


h1 {
	font-size: 27px;
	margin: 33px 0;
	color: #E75C25;
}



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

a {
	color: #7C4E93;
	text-decoration: none;
}

a:visited {
	color: #7C4E93;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #7C4E93;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}


.site-footer {
	background-color: #D7D625;
	color: #686758;
	font-size: 14px;
	text-align: center;
}







.nav-menu li a {
	color: #DDD19F;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
}

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


.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: #ffcc4d;
	font-style: italic;
}


.site-title { display:none; }

.site-header {
    background-size: cover;
	
}

.entry-header,
.entry-content,
.entry-summary, .entry-meta {
 max-width: 750px;
 width: 100%;
 /* The margin-left: 100px; style controls what you want */
margin-left: auto;
margin-right: auto;
}

.nav-menu li:hover > a, .nav-menu li a:hover {
    background-color: #9460ac;
}



.navbar {
    background-color: #3C4B99;
	
	
}


ul.nav-menu ul a:hover, .nav-menu ul ul a:hover, ul.nav-menu ul a:focus, .nav-menu ul ul a:focus {
    background-color: #E75C25 !important;
	
}

h2 {
	font-size: 20px;
	color: #47489E;
	

	
}

h3 {
	font-size: 17px;
	color: #47489E;



	
	
}




.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #9460ac;
	border: 0px solid #94b378;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}


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



.entry-meta a {
	color: #E75C25;
}

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

body {
background-color: #D7D625;
}


td {
	border-top: 0px solid #ffffff;
	padding: 0px 6px 0px 0;
}


.toggled-on .nav-menu .sub-menu, li a:hover,
	.toggled-on .nav-menu ul a:hover {
		background-color: #D7D625 !important;
		color: #fff; 
	}
	
	.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus,
	.menu-toggle:active {

		color: #D7D625;


	}
	
	
	.toggled-on .nav-menu li > ul a {
		color: #ffffff;
		width: auto;
	}
	
.toggled-on .nav-menu li a:visited {
	color: #fff;!important;
	
		
.toggled-on	.nav-menu .current_page_item > a,
.toggled-on .nav-menu .current_page_ancestor > a,
.toggled-on .nav-menu .current-menu-item > a,
.toggled-on. nav-menu .current-menu-ancestor > a {
	color: #ffcc4d;
	font-style: italic;
}
	





