@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro);

body {
    color:#222222;
    font-weight:normal;
    font-size:13px;
    line-height:20px;
    font-family:"Source Sans Pro";
}

/* Link color */
a {
    }

a:hover, a:hover strong {
    }
a:active {
  outline: 1px solid ;
}
a:focus {
  outline: 1px dotted ;
}


/* Nav Link color */
.main-navigation li a{
    color:#005c7d;
    font-weight:normal;
    font-size:15px;
    line-height:20px;
    font-family:"Open Sans";
}
.main-navigation li a:hover{
    color:#0084b0;
}

.menu-toggle:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover{
	color: #ffffff;
	background-color: #0084b0;
}


.main-navigation li ul{
    color:#0084b0;
}

	.entry-header h1.entry-title, h1.entry-title, h1 {
		    color:#222222;
    font-weight:normal;
    font-size:24px;
    line-height:24px;
    font-family:"Open Sans";
	}
	h2 {
		    color:#222222;
    font-weight:normal;
    font-size:18px;
    line-height:20px;
    font-family:"Open Sans";
	}

	h3, .widget-area .widget h3, h3.widget-title {
		    color:#222222;
    font-weight:normal;
    font-size:16px;
    line-height:20px;
    font-family:"Open Sans";
	}