body {
	background: url(../images/pg-bg.png);
	margin: 0;
	font-size: 12px;
}

h1,h2,h3,h4,h5 {
	font-weight: normal;
}

a {
	text-decoration: underline;
}

a:active,
a:hover {
	
	text-decoration: underline;
}

.navbar-default {
	background: #36485c;
	border-radius: 0;
	-webkit-border-radius: 0;
	margin: 0;
	border: none;
}
.navbar-default .navbar-brand {
	color: #fff;
	text-shadow: none;
	font-family: "lint-mccree-1","lint-mccree-2",sans-serif;	
	padding-top: 18px;
	text-decoration: none;
}
.navbar-default .navbar-brand:hover {
	color: #fff;
}

.navbar-default .navbar-nav > li > a {
	padding-top: 25px;
	padding-bottom: 29px;
	color: #fff;
	font-family: "lint-mccree-1","lint-mccree-2",sans-serif;	
}

.navbar-default .navbar-nav li a {
	text-decoration: none;	
}

.navbar-default .navbar-nav > li > a:hover {
	color: #fff;
	background-color: #445c78;
}

.navbar-default .navbar-nav .open > a,
.navbar-default .navbar-nav .open > a:hover,
.navbar-default .navbar-nav .open > a:focus {
	color: #fff;
	background-color: #445c78;
}

.navbar-default #searchform { margin: 20px 0 0 0; }

#searchform,
.nav.navbar-nav {
	float: right;
}

#searchform #term {
	width: 100px;
	margin: 5px 0 0 0;
	-moz-transition: width 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	-webkit-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;		
}

#searchform #term:focus { width: 165px; }

#searchform .btn {
	margin-top: -2px;
	padding: 2px 12px;
	border-radius: 0;
	-webkit-border-radius: 0;
}

#main-display {
	margin-top: 20px;	
}

/**
 * Article/Page Styling 
 */
 
.hentry.article,
.hentry.page {
	background: #e6e6e6;
	border: 1px solid #d9d9d9;
	font-family: "depot-new-web-1","depot-new-web-2",sans-serif;	
	font-size: 16px;	
	color: #7e7e7e;	
	margin-bottom: 15px;
} 


.hentry.article .article-inner,
.hentry.page .page-inner {
	padding: 10px;
	margin: 0 10px;
	background: #FAFAFA;
	overflow: hidden;
}

.hentry.article .article-inner h1,
.hentry.page .page-inner h1 {
	font-weight: normal;
	margin: 5px 0;
	font-family: "lint-mccree-1","lint-mccree-2",sans-serif;	
	font-size: 24px;	
}

.hentry.article h1 a,
.hentry.page h1 a {
	color: #d83427;
	font-family: "lint-mccree-1","lint-mccree-2",sans-serif;	
	font-size: 24px;
	text-decoration: none;	
	font-weight: normal;		
}

.hentry.article h1 a:hover,
.hentry.page h1 a:hover {
	color: #a11f15;
}

.hentry.article .article-time-author,
.hentry.page .page-time-author {
	color: #B3B3B3;
	font-size: 12px;
	margin: 9px 0 7px 0;
}

.hentry.article #article-content {
	padding: 10px 0 20px 0;
}

.hentry.article .article-tag {
	font-size: 12px;
}

.hentry.article .article-tag {
	margin-top: 10px;	
}

.hentry.article .article-tag,
.hentry.article .article-tag a {
	color: #B3B3B3;
}	

/**
 * Widgets
 */
 
#main-sidebar {
	margin-top: 20px;
	background: #FAFAFA;
	padding: 15px;
	text-align: center;
} 
.widget { 
	margin: 0 0 0 0;
	padding: 0;
	list-style: none; 
}

.widget-header {
	margin-top: 20px;
	font-family: "lint-mccree-1","lint-mccree-2",sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #999;
	margin-bottom: 10px;
	font-weight: bold;
}	

.widget.recent-articles li.recent-article,
.widget.popular-articles li.popular-article {
	margin-bottom: 3px;
}

.widget a {
	color: #D83427;
	text-decoration: none;
	font-size: 12px;
}

.widget a:hover {
	color: #a11f15;
}

.widget.tag-cloud a {
	color: #0972A8;	
}

.widget.tag-cloud a:hover {
	color: #0a577f;	
}

/**
 * Comments 
 */

ol.crow-comments,
ol.crow-comments ul {
	list-style: none;
	margin: 10px 0 0 10px;
	padding: 0;
	font-size: 12px;
}

ol.crow-comments time,
ol.crow-comments ul time {
	padding-right: 10px;
}

ol.crow-comments .comment-reply-button,
ol.crow-comments ul .comment-reply-button {
	margin-top: 5px;
}

ol.crow-comments > li.crow-comment.well {
	margin-top: 0;
	margin-bottom: 10px;
	border-radius: 0;
	-webkit-border-radius: 0;
	border: none;
}
ol.crow-comments ul.crow-child-comments {
	list-style: none;
	margin: 15px 0 10px 10px;
	padding: 0;
	background: #e8f0ff;
	border: none;	
}
	
ol.crow-comments ul.crow-child-comments li {
	margin: 0;
	padding: 10px;
	background: none;
}
ol.crow-comments ul.crow-child-comments li .crow-comment p {
	margin: 0;
	background: none;
}

ul.crow-child-comments > li.crow-comment.well {
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #d7e5ff;
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	padding: 0 0 10px 10px;	
}

.go-top {
	position: fixed;
	bottom: 5px;
	right: 10%;
	text-decoration: none;
	color: #fff;
	background: rgba( 0, 0, 0, 0.4 );
	padding: 5px 10px 0 10px;
	font-size: 36px;
	display: none;
	font-family: "lint-mccree-1","lint-mccree-2",sans-serif;	
	font-weight: bold;
}
.go-top:hover {
	text-decoration: none;
	color: #fff;
	background: rgba( 0, 0, 0, 0.7 );	
}

#all-articles {
	text-decoration: none;
	margin-bottom: 25px;
}

#main-display .hentry img {
	max-width: 688px;
}
iframe {
	margin-bottom: 15px;
}