/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: arial, san-serif;
	line-height: 1.3;
}

h1 {
	font-size: 30px;
	margin: 33px 0;
}

h2 {
	font-size: 22px;
	margin: 25px 0;
}

h3 {
	font-size: 20px;
	margin: 22px 0;
}

h4 {
	font-size: 18px;
	margin: 25px 0;
}

h5 {
	font-size: 16px;
	margin: 30px 0;
}

h6 {
	font-size: 14px;
	margin: 36px 0;
}

a {
	color: #138190 !important;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:active, a:hover, a:visited {
	color: #138190 !important;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

.navbar {
	background-color: #138190;
}

.nav-menu a:focus {
	outline: thin dotted;
}

.nav-menu a, a:active, .nav-menu a:hover, .nav-menu a:visited {
	color: #ffffff !important;
	outline: 0;
}

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

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	background-color: #185f6a !important;
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.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: #ffffff !important;
	background-color: #185f6a !important;
	font-style: normal !important;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: #185f6a !important;
	color: #fff;
}

.page-header {
	background-color: #d8ebef;
}

.widget {
	background-color: #edf7f9;
}

.site-footer {
	background-color: #cdecf2;
}

.categories-links,
.tags-links,
.author.vcard {
	display: none;
}

/* Comment form */
.comment-respond {
	background-color: #edf7f9;
}

.wp-caption>.wp-caption-text, .wp-caption>.wp-caption-text:last-child, .gallery-item>.wp-caption-text, .gallery-item>.wp-caption-text:last-child {
	font-size: 10px;
	line-height: 1.2;
	text-transform: none;
}

span.featured-post {
	display: none;
}
.paging-navigation {
    background-color: #ffffff;
	border-top:solid 2px #edf7f9;
}