div#container {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

header, #subNav, #headingsWrapper, #sideBar, #siteMapNav, #colophonLogos, #copyQuestionsPrivacy a, #colophonLegal {
	display: none !important;
}

.addthis_toolbox, .addthis_default_style  {
	display: none !important;
}


/*Change links to black for optimal legibility */
p a {
	color: #000
}

/* Show the URL after each link*/
p a[href^="http://"]:after, p a[href^="https://"]:after {
	content: " (" attr(href) ")";
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Ocean Sans MT W01 Light","Lucida Grande","Helvetica Neue",Helvetica,Arial,sans-serif !important;
	font-weight: 200 !important;
}

.alignleft {
	float: left !important;
	margin-right: 1em !important;
}
.alignright {
	float: right;
	margin-left: 1em !important;
}
.wp-caption {
    margin: 0 auto 1.538em;
    padding: 1em 1.5385em 0;
	box-shadow: none;
	background: none;
	border: #dddddd 1px solid;
    border-radius: 10px;
}

.wp-caption img {
    margin: 0 auto 1em;
}

div#container:before{
	content: url('https://newsreleases.sandia.gov/images/snl_badge_print.png');
	margin-left: 1em;
	display: table;
	width: 100%;
	text-align: left;
}

.mediabox {
	padding: 12px; 
	/*background: #D1E8FA;*/
	color: #444444; 
	font-weight: bold;
	border: #dddddd 1px solid;
	border-radius: 10px 10px 10px 10px;
	margin-bottom: 1.5385em;
}

.tt-statement {
    border: 1px solid #dddddd;
    border-radius: 10px;
    color: #444444;
    font-size: 0.8em;
    font-style:italic;
	margin-bottom: 1.5385em;
    padding: 12px;	
}
