@charset "UTF-8";

/* Global Styles */

body {
	background: #fff url('/responsive-template/bg.png');
	font-family: 'Open Sans', "proxima-nova","Helvetica Neue", arial, helvetica, sans-serif;
	font-size: 14px;
	color: #222;
	padding-top: 42px;
}

a {
	-webkit-transition: color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
	color: #007DBB;
}

a:hover {
	text-decoration: none;
	color: #0088cc;
}

.center {
	text-align: center;
}

.space {
	margin-top: 35px;
}

.space-min {
	margin-top: 25px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Noto Serif',"proxima-nova", serif;
	font-weight: 400;
}

.align-right {
	text-align: right;
}

/* ScrollUp*/

#scrollUp {
    background-color: #E6E6E6;
    background-image: linear-gradient(to bottom, #EBEBEB, #DEDEDE);
    background-repeat: repeat-x;
    bottom: -10px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    color: #828282;
    font-family: sans-serif;
    font-size: 14px;
    height: 70px;
    line-height: 20px;
    padding: 10px 5px;
    right: 30px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
    transition: bottom 150ms linear 0s;
    width: 70px;
}

#scrollUp:hover {
	bottom: 0;
}

/* Header Styles */

header {
	margin-top: 10px;
}

header .container {
	position: relative;
}

header .brandmark {
	margin-bottom: 10px;
	margin-left: -10px;
}

header .brandmark a:hover {
	opacity: .8;
}

header h1 {
	font-size: 36px;
	font-weight: 400;
	margin: 15px 0 0 0;
	padding: 0px;
	color: #444;
	letter-spacing: -2px;
	text-align: center;
}

header .single-author {
	padding-left: 120px;
}

header p.author {
	font-size: 14px;
	font-weight: 400;
	margin: 5px 0 0 0;
	padding: 0px 0 0 40px;
	color: #444;
	font-family: 'Noto Serif',"proxima-nova", serif;
}

header h2 {
	font-size: 18px;
	margin: 5px 0 0 0;
	padding: 0px;
	color: #777;
	letter-spacing: -1px;
	font-weight: 300;
}

header h2 a {
	color: #777;
}

.dot {
	width: 70px;
	margin: 10px 0 0 0;
	background: white;
	display: block;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	border: 1px solid #e7e7e7;
	text-align: center;
	padding: 0;
	box-shadow: 0 0 0 5px white, 0 -4px 5px 4px rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.16);
	position: absolute;
}

.stage.one {
	background: url('/responsive-template/berman-logo.jpg') center center;
}

.stage.beyer {
	background: url('/responsive-template/GerryBeyer-logo.jpg') center center;
}

.stage.lpbn {
	background: url('/responsive-template/LPBNlogo.png') center center;
}

.stage.sokol {
	background: url('/responsive-template/sokol-logo.jpg') center center;
}

.stage.telman {
	background: url('/responsive-template/JeremyTelman-logo.jpg') center center;
}

.stage.quinn {
	background: url('/responsive-template/BrianQuinn-logo.jpg') center center;
}

.stage.cole {
	background: url('/responsive-template/cole-logo.jpg') center center;
}

.stage.miller {
	background: url('/responsive-template/miller-logo.jpg') center center;
}

.stage.clowney {
	background: url('/responsive-template/StephenClowney-logo.jpg') center center;
}

.stage.tassel {
	background: url('/responsive-template/vantassel-logo.jpg') center center;
}

.stage.corcos {
	background: url('/responsive-template/corcos-logo.jpg') center center;
}

.stage.borgmann {
	background: url('/responsive-template/caitlinborgmann-logo.jpg') center center;
}

.stage.clarke {
	background: url('/responsive-template/Clarke-logo.jpg') center center;
}

.stage.leiter {
	background: url('/responsive-template/Leiter-logo.jpg') center center;
}

.stage.ironside {
	background: url('/responsive-template/AndrewIronside-logo.jpg') center center;
}


.stage {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	margin: 0 auto;
	box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

header #site-sponsor {
	padding: 0 0 10px 0;
	text-align: center;
}

header p.sponsor {
	font-size: 12px;
	color: #888;
	margin-top: -10px;
}

/* Subscribe Styles */

#content .subscribe {
	text-align: center;
	font-size: 14px;
	margin-top: 20px;
}

#content .subscribe h3 {
	font-weight: 400;
}

#content .article .line a i {
    color: #005580;
    font-size: 12px;
}

#content .article .posted {
    font-size: 12px;
}

.article h3 {
    line-height: normal;
    margin-top: 0;
}

.article .small.muted {
    line-height: normal;
    margin-bottom: 0;
}

.title {
	margin-bottom: 10px;
}

/* Posts Styles */

.posts {
	padding-right: 20px;
}

.article {
	border-bottom: 5px solid #41b7d8;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.article .pull-right {
	margin: 20px 0 20px 20px;
}


.article .line {
    background: url("/responsive-template/line.jpg") repeat-x scroll 0 13px transparent;
    display: block;
    height: 24px;
    margin-bottom: 20px;
}

.article .line .author,
.article .line .share {
	background: #fff;
	padding: 0 5px;
}

.article .line .author {
	float: left;
}

.article .line .share {
	float: right;
	left: 0;
	position: relative;
	top: 0;
}

.article .line .share .dropdown {
    background: none repeat scroll 0 0 #555;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    display: none;
    left: -75px;
    padding: 4px;
    position: absolute;
    top: 27px;
    width: 165px;
}

.dropdown .tab-arrow {
    background: none repeat scroll 0 0 #555;
    height: 15px;
    margin-right: -5px;
    position: absolute;
    right: 50%;
    top: -5px;
    width: 15px;
    z-index: 1;

    transform: rotate(45deg) scale(1);
	-webkit-transform: rotate(45deg) scale(1);
	-moz-transform: rotate(45deg) scale(1);
	-o-transform: rotate(45deg) scale(1);
	-ms-transform: rotate(45deg) scale(1);
}

.sharethis .dropdown > span {
width: 172px;
margin: 3px auto;
display: block;
text-align: center;
}

.article .line .share .dropdown ul {
	left: 0;
    list-style: none outside none;
    position: relative;
    top: 0;
    margin: 0;
    z-index: 2;
}

.article .line .share .dropdown ul li {
    float: left;
}

.article .line .share .dropdown ul li a {
	display: block;
	padding: 4px 6px;
}

.article .line .share .dropdown ul li a i { margin-right: 5px; }

.article .line .share .dropdown a,
.article .line .share .dropdown a i
{ color: #FAFAFA !important; }

.article .line .share .dropdown a:hover,
.article .line .share .dropdown a:hover i
{ color: #0088CC !important; }

.comments-info {
background: #fefefe;
padding: 10px;
margin-bottom: 20px;
border-bottom: 5px solid #dedede;
}

/* Home Styles */

#content .border {
	border-left-width: 7px;
	border-left-style: solid;
	padding-left: 10px;
	margin-bottom: 20px;
	margin-top: 10px;
	height: 110px;
}

#content p.border {
	font-size: 14px;
}

#content p.border strong {
	font-size: 16px;
	display: block;
}

.border.light {
	border-left-color: #8FCBE7;
}

.border.med {
	border-left-color: #7DB1C9;
}

.border.dark {
	border-left-color: #6792A6;
}

/* Content Styles */

#content #main {
	background: #fff;
	padding: 25px 21px;
	border: 5px solid #efefef;
	border-bottom: 0px;
}

#content #main.span8 {
	min-height: 1950px;
}

#content .container {

	margin-top: 3px;

	position: relative;
	line-height: 25px;
}

#content p {
	font-weight: 400;
}

#content blockquote p {
	color: #222222;
	font-family: "proxima-nova", "Helvetica Neue", arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 25px;
}

h4.date {
	padding-bottom: 20px;
    text-align: center;
}

.alignleft {
	float: left;
	margin: 0px 20px 20px 0;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);

}

.alignright {
	float: right;
	margin: 0px 0px 20px 20px;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

#content-with-sidebar {
	min-height: 515px;
	border-right: 1px solid #e8e8e8;
}

.ads-post {
	margin: 20px 0;
}

/* Sidebar Styles */

.ad {
	text-align: center;
}

#content #sidebar-left p {
	font-size: 12px;
	line-height: 14px;
	margin-top: 10px;
}

#content #sidebar {
	font-size: 14px;
	padding-top: 4px;
}

#content #sidebar h3 {
	font-size: 20px;
	margin-top: 20px;
	font-weight: 400;
}

#content #sidebar ul.listie {
	margin: 0;
	font-size: 13px;
	color: #005580;
}

#content #sidebar ul.listie li {
	list-style: none;
	padding: 10px 0;
	border-bottom: 1px dashed #dedede;
}

#content #sidebar ul.listie li:first-of-type {
	border-top: 1px dashed #dedede;
}

#content #sidebar ul.listie li a {
}

#content #sidebar ul.listie li a:hover {
	background: #f3f3f3;
}

#content #sidebar #ad-chips {
	margin: 25px 0 0 0;
}

#content #sidebar #sitemeter {
	text-align: center;
	margin: 25px 0 0 0;
	font-size: 12px;
	color: #777;
}

#content #sidebar #amx-src{
	text-align: center;
	margin: 35px 0 0 0;
	font-size: 12px;
	line-height: 14px;
}

/* Contact Styles */

#content .contact iframe {
	border: 5px solid #dedede;
}

/* Footer Styles */

footer {
	background: #237FBB;
	border-top: 5px solid #2D97DF;
}

footer .container {
	color: #fff;
	font-size: 12px;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: white;
}

footer h5 {
	font-size: 18px;
	color: white;
}

footer .container {
	padding: 26px 0;
}

footer #links {
	border-bottom: dashed 1px #A8B6BF;
	padding: 0px 0 25px 0;
}

footer hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #222;
}

footer p.copyright {
	padding-top: 25px;
	font-size: 12px;
	opacity: .9;
}

footer form #s {
	width: 140px;
	float: left;
}

footer form #searchsubmit {
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #777;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: whiteSmoke;
	background-image: -moz-linear-gradient(top, white, #E6E6E6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#E6E6E6));
	background-image: -webkit-linear-gradient(top, white, #E6E6E6);
	background-image: -o-linear-gradient(top, white, #E6E6E6);
	background-image: linear-gradient(to bottom, white, #E6E6E6);
	background-repeat: repeat-x;
	border: 1px solid #BBB;
	border-color: #E6E6E6 #E6E6E6 #BFBFBF;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #A2A2A2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

footer form label {
	display: none;
}

@media (min-width: 768px) and (max-width: 979px) {

	header {
		margin-top: 10px;
	}

	header #site-sponsor {
		margin-top: -30px;
	}

	header h1 { margin-left: 0; margin-top: 70px; }

	header h1 a { margin-left: 0; }

	header p.author { margin-left: 0; padding: 0px;}

	.brandmark {
		position: relative;
		top: -50px;
		left: 10px;
	}

	.tagline {
		clear: both;
		position: relative;
		top: -50px;
		left: 125px;
		font-size: 11px;
		padding-top: 0px;
	}

	.tagline h2 {
		font-size: 22px;
		margin: 0;
	}

}

@media (max-width: 767px) {

	header .brandmark {
		padding: 5px 0;
		text-align: center;
	}

	.post {
		padding-right: 0px;
	}

	#content-with-sidebar {
		border-right: none;
	}

	header .chip {
		float: left;
		width: 130px;
	}


	header .brandmark h1 {
		margin: 0;
		text-align: left;
	}

	header h1 a { margin-left: 0; }

	header p.author { text-align: left; padding: 0px; }

	.tagline {
		clear: both;
		float: left;
		padding-left: 10px;
		width: auto;
	}

	.tagline h2 {
		font-size: 16px;
		margin: 0;
	}

	.article {
		border-bottom: 1px dotted #41b7d8;
		padding-bottom: 0px;
		margin-bottom: 20px;
	}

	footer {
		padding: 0 20px;
	}

#content #main.span8 {
min-height: 10px;
}

#content #sidebar {
padding: 10px 20px;
}

#content #main {
border-bottom: 5px solid #efefef;
}

.gn-menu-main > li > a {
letter-spacing: 0px ! important;
}

}

@media (min-width: 1200px) {

	header h1 {
		font-size: 48px;
	}

	header p.author {
		font-size: 14px;
	}

	header h2 {
		font-size: 22px;
	}

}
/* ph=1 */