/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: Please read: tidythemes.com/concept. BlankSlate is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Version: 2019.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2019 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/
body{
	font-family: Tahoma,Verdana,Arial,Sans-serif;
}
#wrapper{
	width:100%;
}
#container,header,footer{
	max-width:768px;
	margin:40px auto 0;
}

h1, h2, h3, h4{
    margin: 1.6em 0 0.3em 0;
    color: #004469;
    font-style: normal;
    font-family: Tahoma,Verdana,Arial,Sans-serif !important;
}

h1{
    margin-top: 0;
}

p{
    margin: 0.6em 0;
    line-height: 20px;
    font-size:14px;
    color: inherit;
}

li {
    line-height: 20px;
    
}

h1 {
    font-size: 34px;
    font-weight: normal;
}

h2 {
    font-size: 20px;
    font-weight: bold;
}

h3 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-top: 0.8em;
}

h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    color: #000;
    clear:both;
}

h1 a{
	color:#004469;
	}
a{
	color:#555;	
}
nav{
	background-color:#00426A;	
	position:relative;
}
nav li
{
	  list-style-type: none;
      display: inline;
      border-right:1px solid #0c5280;
}
nav a {
    color: #ffffff;
    text-decoration: none;
    padding-left: 12px;
    padding-right: 10px;
    font-size: 15px;
    display: inline-block;
    line-height:55px;

}

nav a:hover {
        text-decoration: underline;
        color: #ffffff;
    }
nav a:visited {
        color: #ffffff;   
    }
nav #search{
  display:none
}
nav ul.sub-menu {
    background: #ededed;
    display: none;
    left: 0;
    top: 55px;
    position: absolute;
    padding:0;
    z-index: 0;
    width: 100%;
    margin: 0 auto;
    max-width: 1140px;
	color:#00426A;
}
nav li:hover ul.sub-menu {
    display:block;
}
nav li li a{
	color:#00426A;
}
nav li li a:hover{
	color:#00426A;
}
table th{
	text-align:left;
}
.admin-bar #header,.admin-bar footer,.admin-bar #sidebar{
	display:none;
}