/*
Theme Name: Twenty Thirteen Child
Theme URI: http://wordpress.org/themes/twentythirteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: Twenty Thirteen Child Theme
Template: twentythirteen
Version: 1.4
Text Domain: twentythirteen-child
*/

@import url("../twentythirteen/style.css");


html, button, input, select, textarea {
    font-family: Verdana;
}

a {
	color: #8AC640;
	text-decoration: none;
}
	
body {
    color: #004FA3;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-family: Verdana;
}

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

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

.entry-content {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	word-wrap: break-word;
}

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

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

img.alignnone {
	margin: 0px 0;
}

.navbar {
    background-color: #8FCFF2;
}

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

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

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: #8FCFF2;
    color: #004FA3;	
}

.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: #C6E4F7;
    font-style: normal;
}

.nav-menu .sub-menu, .nav-menu .children {
    background-color: #004FA3;
	border: 2px solid #C6E4F7;
}	

.site {
    background-color: #C6E4F7;
    border-left: 1px solid #C6E4F7;
    border-right: 1px solid #C6E4F7;
}

.site-header .home-link {
    color: #004FA3;
	text-decoration: none;
}

h1.site-title {
clear: none;
}

.site-description {
    font: 20px Verdana;
}

h2.site-description {
clear: left;
}

.header-logo {
	position: relative;
	padding-top: 20px;
	float: right;
}

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

.site-footer .sidebar-container {
    background-color: #8FCFF2;
    padding: 20px 0px;
}

.page-header {
    background-color: #8AC640;
}

.site-footer .widget a {
	color: #2F9548;
}

.site-footer .widget a:hover {
	color: #2F9548;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #004FA3;
}

.widget .widget-title {
	font: 300 italic 20px Verdana;
	margin: 0 0 10px;
}

.home .entry-title,
.home .site-header,
.home .site-footer {
    display: none;
}

.home .site {
    background-color: #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
}

.menu-toggle,
.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggle:active {
		color: #004FA3;
	}

.toggled-on .nav-menu > ul a:hover {
    background-color: #004FA3;
}

.toggled-on .nav-menu li:hover > a {
		color: #fff;
	}

.toggled-on .nav-menu .children a {
		color: #004FA3;
	}	