/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
#primary-nav {
	width: 100%;
	background: #fff;
	border-radius: 0;
	border-top: 0 solid #E5E5E5;
	border-bottom: 0 solid #E5E5E5;
	margin: 0 0 30px;
}

#primary-nav li a {
	padding: 15px 18px;
	display: block;
	background: url('images/nav-border.png') no-repeat right center;
	color: #000;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .8px;
	font-family: 'Montserrat', Helvetica, sans-serif!important;
}

.featured-post h2 a {
	color: #e6e6e6;
	font-size: 18px;
	line-height: 27px;
	text-transform: none;
	letter-spacing: .9px;
	font-family: 'Montserrat', Helvetica, sans-serif!important;
}

.news-block-widget 
.first-post h3 {
	padding: 0;
	margin: -15px 5px 0;
	font: normal 15px 'Montserrat', 'Helvetica', sans-serif;
	line-height: 21px;
	text-transform: none;
}

.news-block-widget .featured-sign {
	display: none;
}

.archive-post h2 {
	padding: 0;
	margin-bottom: 5px;
	text-transform: none;
	font-size: 14px;
	line-height: 20px;
}

.hentry .post-header h1 {
	padding: 5px 0;
	text-transform: none;
	color: #000;
	line-height: 31px;
	font-size: 23px;
}

/* Author Page */
.archive-author-title {
	background: #ffffff;
	padding-bottom: 5px;
}

.archive-author-title h1 {
	border-bottom: 0 #E5E5E5 solid;
	margin: 5px 0 20px 15px;
	padding-bottom: 5px;
	color: #000;
	font-family: Montserrat;
	font-size: 20px;
}

.archive-author-title header a {
	font-size: 10px;
	color: #444;
}

.archive-author-title img {
	margin: 0 20px;
	float: left;
}

/* Full Width Page */
#content .page header {
	background-color: #fff;
	padding: 10px 0 12px 18px;
	border-bottom: 0 #E5E5E5 solid;
}

#content .page header h1 {
	padding: 0;
	text-transform: none;
	font-weight: bold;
	color: #000;
	font-size: 20px;
}

#content .page .post-content {
	padding: 10px 15px 19px;
}

#sidebar .tabbed-widget, 
#home-widgets .tabbed-widget {
	position: relative;
	width: 300px;
	padding-bottom: 5px;
}

.tabbed-widget li.group {
	border-bottom: 1px #E5E5E5 solid;
	line-height: 20px;
	padding: 15px 0;
	margin: 0 auto;
	font-family: 'Montserrat', Helvetica, sans-serif!important;
	text-transform: none;
	font-size: 14px;
	width: 280px;
}

/* Search */
.searchform {
	position: relative;
	width: 240px;
	display: block;
	margin: 10px 10px -30px 15px;
	padding: 15px auto 0;
}

.searchform #search {
	float: left;
	width: 240px;
	height: 25px;
	font-size: 11px;
	font-family: Montserrat;
	background: #ffffff;
	margin: 0;
	color: #808080;
	box-shadow: none;
}

.searchform input[type=submit] {
	float: left;
	width: 40px;
	text-indent: -9999px;
	line-height: 0;
	background: #fff url('images/magnifier.png') no-repeat center center;
	height: 30px;
	margin-left: -1px;
	cursor: pointer;
	box-shadow: 0 0 0 0 rgba(255,255,255,0.8) inset;
}

.searchform input[type=submit]:hover {
	background-color: #ffffff;
}

#footer-sidebar > article,
#footer-sidebar > section {
	float: left;
	width: 100px;
	padding: 5px 0 20px 25px;
}

#footer-sidebar #linkcat-223 {
	width: 60px;
}

#footer-sidebar #linkcat-248 {
	width: 140px;
}

#footer-sidebar #linkcat-225 {
	width: 120px;
}

#footer-sidebar #categories-2 {
	width: 170px;
}

#footer-sidebar #archives-2 {
	width: 120px;
}

#footer-sidebar #text-5 {
	width: 160px;
}

.post-footer .social-share p {
	font-family: 'Montserrat', Helvetica, sans-serif!important;
	color: #888888;
	text-transform: none;
	font-size: 10px;
	line-height: 16px;
}

.comment {
	display: none;
	border-bottom: 1px #e8e8e8 solid;
	padding: 15px 5px;
	background: #fff;
}

.page-id-14309 h1 {
	display: none;
}

#logo {
	padding: 45px 0 45px 410px;
	margin: 5px auto;
	min-height: 50px;
	background: #fff;
}

#logo h1 a {
	font: normal 30px 'Georgia', sans-serif;
	color: #242424;
}

#logo span {
	float: left;
	color: #808080;
	font-size: 12px;
	padding: 0 400px;
	margin: 20px auto;
	background: url('images/nav-sec-border.png') no-repeat left center;
}

#primary-nav li a {
	padding: 15px 20px;
	display: block;
	background: url('images/nav-border.png') no-repeat right center;
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Montserrat', Helvetica, sans-serif!important;
	letter-spacing: 1px;
}