/******************************************
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
*
* Simply copy an existing style from style.css to this file,
* and modify it to your liking.
*/

.navbar {display:none;}

.single .entry-content > p:first-child:first-letter {
	letter-spacing: normal;
	font-variant: normal;
	color: inherit;
	float: none;
	font-size: inherit;
	line-height: inherit;
	text-shadow: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
}

.mid-article-area {
	border-top: 2px solid #eee;
	border-bottom: 2px solid #eee;
	padding: 5px 0;
}

#featured {
	display: none;
}

.section-title {
	border-bottom: 0;
}

.entry-content blockquote {
    font-size: 20px;
    padding: 0 10px;
    text-align: left;
}

.entry-content blockquote:before, .entry-content blockquote:after {
	margin: 12px auto;
}

#header #header-inner {
    	padding: 4px 0;
}
.main-navbar {
	margin-bottom: 20px;
}

.cat-links a {
    color: #093969;
}

.entry-content a {
    font-weight: normal;
}

.post-meta {
	margin: 0;
}

@media screen and (max-width: 1350px) {
.main-navbar .navbar-nav a {
	font-size: 15px;
}
.main-navbar .sf-menu > li {
	padding-left: 5px;
	padding-right: 7px;
}
}

@media screen and (max-width: 999px) {
#header #header-inner {
    	padding: 10px 0;
}
.main-navbar {
	margin-bottom: 10px;
}
.navbar-brand img {
    margin-bottom: 0px;
}
h1.entry-title {
	margin-bottom: 10px;
}
.navbar {
	line-height: 1;
}
}