@charset "UTF-8";

/* Global Styles */

.asset-image {
   padding: 0px 0px 10px 10px;
}

body {
	background-color: #ffffff;
	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: #0078B0;
}

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: 'PT Sans', tahoma, sans-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;
display: none;
}

#scrollUp:hover {
	bottom: 0;
}


/* Nav Styles */

/*
.navbar-inverse .navbar-inner {
	background-color: #237FBB;
	background-image: -moz-linear-gradient(top, #237FBB, #237FBB);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#237FBB), to(#237FBB));
	background-image: -webkit-linear-gradient(top, #237FBB, #237FBB);
	background-image: -o-linear-gradient(top, #237FBB, #237FBB);
	background-image: linear-gradient(to bottom, #237FBB, #237FBB);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff237FBB', endColorstr='#ff237FBB', GradientType=0);
	border-color: #2D97DF;
}

.navbar .nav {
	padding-top: 5px;
}

.navbar #social-nav {
	font-size: 14px;
	margin-top: 10px;
	padding: 7px 0 2px 0;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px dashed #2D97DF;
}

.navbar #social-nav a {
	color: #fff;
	display: block;
}

.navbar-inverse .brand, .navbar-inverse .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar form {
	margin-top: 10px;
	margin-bottom: 0px;
}

.navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
	color: #fff;
	text-align: center;
}

.navbar .btn-navbar {
	margin-right: 25px;
}
*/
/* Header Styles */

.header-wide {
	background-image: url('/header-bg2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 0 10px 0 50px;
}

.masthead {
	font: 20px tahoma, verdana, sans-serif !important;
   text-align:right;
	color: #343434;
	font-weight: 400;
	float: right;
	padding: 20px;
}

header {
	margin-top: 0px;
}

header .container {
	position: relative;
}

header .brandmark {
	margin-bottom: 10px;
margin-left: -10px;
}

header .brandmark a:hover {
	opacity: .8;
}

header h1 {
	font-size: 42px;
	font-weight: 700;
	margin: 50px 0 0 0;
	padding: 0px 15px;
	color: #ffffff;
	letter-spacing: -1px;
	text-align: left;
}
header h1 a {
	color: #ffffff;
}

header p.author {
	font-size: 14px;
	font-weight: 400;
	margin: 5px 0 0 0px;
	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;
}

/* Subheader Styles */

.subheader {
	background-color: #16265a;
	padding: 10px 0 2px 10px;
	text-align: left;
	color: #fff;
	font: 16px Tahoma, sans-serif;
	font-weight: 300;
	height: 35px;
}
.subheader li {
	list-decoration: none;
	margin: 0 0 0 30px;
        display: inline;
}

.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);
}

.stage.one {
	background: url('/responsive-template/paul-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: 10px 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 h3 a {
    color: #00205c;
}

.article .small.muted {
    line-height: normal;
    margin-bottom: 5px;
}

.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; visibility: visible !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 {
	padding: 25px 21px;
	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: #59595b;
}
.footer-bottom {
	background: #434345;
	text-align: center;
	color: #fff;
	padding: 10px;
	font-size: 14px;
}

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;
}



/*-- DROP DOWN --*/

#pagebody { position: inherit !important; width: 100%; } /* DO NOT EDIT */
#pagebody-inner { position: inherit !important; width: 100%; } /* DO NOT EDIT */

#alpha, #beta, #gamma, #delta {
    display: inline; /* DO NOT EDIT */
    position: inherit !important; /* DO NOT EDIT */
    float: left; /* DO NOT EDIT */
    min-height: 1px; /* DO NOT EDIT */
}

#centernav {
  width: 100%; /* if you want your nav centered, set this to the width of your container, if you don't want it centered, change this number to 100% */
}

#dropnav 
{height:30px;margin-left:10px;} /* Changes the height and bg color of the main menu */

#dropnav ul
{margin:0px; padding:0px;}

#dropnav ul li
{display:inline; float:left; list-style:none; margin-left:15px; position:relative; height:30px; min-width: 100px;} /* only edit the last 2 items - sets the width of the main menu */

#navabout {
margin-left: 50px !important;
}

#navfirstitem {
padding-left: 20px !important;
}

#navfirstitem ul {
margin-left: 20px !important;
}

#dropnav li a
{color:#FFF; text-decoration:none;} /* Changes the link color of items on the main menu */

#dropnav li a:hover
{color:#eee; text-decoration:none;}/* Changes the hover color of items on the main menu */

#dropnav li ul
{margin:0px; padding:0px; display:none; position:absolute; left:-15px; z-index: 99; top:30px; background-color:#16245A;} /* Only edit the last 2 items - set the top margin and background color of the submenus */

#dropnav li:hover ul
{display:block; width:150px;} /* sets the width of the submenus */

#dropnav li li
{list-style:none; display:list-item;} /* DO NOT EDIT */

#dropnav li li a
{color:#eee; text-decoration:none;} /* Changes the link color of items in the submenu */

#dropnav li li a:hover
{color:#fff; text-decoration:none;} /* Changes the hover color of items in the submenu */

li#main  {padding-top: 2px;} /* Sets the padding of items in the main menu */




@media (min-width: 768px) and (max-width: 979px) {

	header {
		margin-top: 10px;
	}
	
	header #site-sponsor {
		margin-top: 0px;
	}
	
	header h1 { margin-left: 0; margin-top: 50px; text-align:left;}
	
	header p.author { margin-left: 0; padding: 0px; }
	
	.brandmark {
		position: relative;
		top: 0px;
		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) {

	body {
		padding: 0;
	}
	.subheader {
		display: none;
	}
	header .brandmark {
		padding: 5px 0;
		text-align: center;
	}
	header h1 { margin-left: 0; font-size:42px; margin-top: 20px; text-align:left;}
	.header-wide {
	    padding: 25px 100px 25px 10px;
	    margin-top: 40px;
	}
	
	.post {
		padding-right: 0px;
	}
	
	#content-with-sidebar {
		border-right: none;
	}
	
	header .chip {
		float: left;
		width: 130px;
	}
	
	header .brandmark  {
		float: left;
		padding-left: 10px;
		width: 290px;
	}
	
	header .brandmark h1 {
		margin: 0;
		text-align: left;
	}
	
	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 #sidebar {
padding: 10px 20px;
}

.gn-menu-main > li > a {
letter-spacing: 0px ! important;
}

}

@media (min-width: 1200px) {
	
	header h1 {
		font-size: 42px;
	}
	
	header p.author {
		font-size: 14px;
	}
	
	header h2 {
		font-size: 22px;
	}

}
/* ph=1 */
