/*
Theme Name: Twenty Thirteen Child
Template: twentythirteen
Author: Child Theme Configurator
Version: 1.0.1431616219
Updated: 2015-05-14 16:10:19
*/

@charset "UTF-8";

.entry-title{
	color:#0070C0;
}

a {
	color: #0070C0;
	text-decoration: none;
}

a:visited {
	color: #B26A00;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #199ff;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}


.nav-menu li a {
	color: #0070C0;
	display: block;
	font-size: 20px;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: underline;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: #220e10;
	color: #0095ff;

}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #0095ff;
	margin: 0;
	width: 200px;
}

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: #0070C0;
}


.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: #0070C0;
	font-style: italic;
}


.navbar {
	background-color: #ffffff;
	margin: 0 auto;
	max-width: 1620px;
	width: 100%;
}


.site-footer {
	background-color: #ffffff;
	color: #0070C0;
	font-size: 14px;
	text-align: center;
}



h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family:  "Source Sans Pro", Helvetica, sans-serif;
	line-height: 1.3;
	color:#0070C0;
}

h1 {
	font-size: 38px;
	margin: 33px 0;
}

h2 {
	font-size: 20px;
	margin: 25px 0;
}

h3 {
	font-size: 16px;
	margin: 22px 0;
}

h4 {
	font-size: 10px;
	margin: 25px 0;
}

h5 {
	font-size: 8px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

p {
	font-size:18px;

}

.BlueBold{
		color:#0070C0;
		font-weight: 800;
		padding-right: 18px;
		font-size:22px;

}



/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #0070C0; /* Old browsers */
	background: -webkit-linear-gradient(top, #0070C0 0%, #0095ff 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #0070C0 0%, #0095ff 100%); /* W3C */
	border: none;
	border-bottom: 3px solid #141FCC;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
}

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: #0095FF; /* Old browsers */
	background: -webkit-linear-gradient(top, #0095FF 0%, #0095FF 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #0095FF 0%, #0095FF 100%); /* W3C */
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #0095ff; /* Old browsers */
	background: -webkit-linear-gradient(top, #0095ff 0%, #0070C0 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #0095ff 0%, #0070C0 100%); /* W3C */
	border: none;
	border-top: 3px solid #0095FF;
	padding: 10px 24px 11px;
}

.site-info {
	display:none;
}

.site-title a {
	color:#ffffff;
	text-decoration: none;

}

.entry-content{
	max-width:1050px;

}

.entry-title{
	max-width: 1050px;

}

.entry-header{
	max-width: 1050px;

}


@import url("../twentythirteen/style.css");

@media (max-width: 767px) {
  .site-header .home-link {
		min-height: 0;
	}
	.site-title {
		font-size: 36px;
		padding: 8px 0 10px;
	}
	.site-description {
		font-size: 22px;
	}
}

@media (max-width: 390px) {
	.site-title {
		font-weight: normal;
	}
	.site-description {
	    clip: rect(1px, 1px, 1px, 1px);
	    position: absolute;
	}
}
