@charset "utf-8";

/*===============================================*/
/* Copyright (c) 2017 Sea Captain Date ----------*/
/* All Rights Reserved --------------------------*/
/* URL: https://www.seacaptaindate.com ----------*/
/*===============================================*/

/* Print Stylesheet */
/* Updated: 8.27.2016 */

@media print {
	
	body {
		color: #000;
		font-family: Helvetica, Arial, sans-serif !important;
	}
	
	body, #content, #container {
		width: 95%;
		padding: 0 2.5%;
		margin: 1em auto;
		float: none;
		background: #fff;
		background-image: none;
	}
		
	#page-header, #top-nav {
		display: none;
	}

	.noprint {
		display: none; 
	}
	
	#masthead {
		display: block;
		height: 50px;
		margin-top: -5em;
		margin-bottom: 3em;
	}
	
	#video-player .embed-responsive {
		display: none;
	}

	h1,h2,h3,h4,h5,h6 {
		color: #000;
		font-family: "Times New Roman", "Times", serif !important;
		font-weight: bold;
	}
	
	h1 {font-size: 2.5em;}
	h2 {font-size: 1.5em;}
	h3, h4, h5, h6 {font-size: 1.5em;}
	
	h3.sr-only, h4.sr-only {z-index: 100; text-align: center; position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto;}
	
	h3.sr-only {font-size: 2.5em;}
	
	h4.sr-only {font-size: 1.75em;}
	
	div.profile-box {margin: 2em 0;}

	a:link, a:visited {color: #0000cc; font-weight: bold; text-decoration: none;}
	
	body a:link:after, body a:visited:after {content: "\00a0" attr(none) "\00a0";}
	   
	#news a:link:after, #news a:visited:after, p.copyright a:link:after, p.copyright a:visited:after {content: " (" "\00a0" attr(href) "\00a0" ") ";}
	
	#featured {display: none;}
	
	#join-floating {text-align: center; line-height: 2;}
	
	#badge {display: table; float: none; margin: 4em auto 2em;}
	
	#badge img {max-height: 100px;}
	
	#contact-info {text-align: center;}
	
	#contact-info ul {list-style-type: none; padding-left: 0;}
		
	#top-nav {display: block;}
	
	#main-search {display: none;}
	
	.verified {display: inline-block; position: absolute; left: 0.5em; margin-top: 4px;}
	
	.user-a-online, .user-b-online, .user-c-online,
	.user-a-offline, .user-b-offline, .user-c-offline {display: none !important;}
	
	.profile-box .profile-pic {margin-bottom: 0.5em;}
	
	.profile-box .headline {margin-bottom: 0.5em;}
	
	.navbar-toggle {display: none;}
	
	#pop-wrapper, #pop-spacer {display: none;}
	
}


