/*
THEME NAME: Sandia CLF3
THEME URI: http://surf.ran.sandia.org/themes/sandia/
DESCRIPTION: Sandia CLF3 Theme
VERSION: 1.0
AUTHOR: Derek Best, Thomas Poyer
AUTHOR URI: https://www.sandia.gov/
TAGS: Sandia, laboratory, theme, America, science, research, USA, DoE, clf3
*/

/* ==|== primary ('mobile first') styles =====================================================
   Style adjustments for ALL viewports over go here, namely "mobile first" styles

    Internet Explorer:
    Target Internet Explorer with the following classes:
    .oldie = ALL Internet Explorer < 9
    .ie6 = Internet Explorer 6
    .ie7 = Internet Explorer 7
    .ie8 = Internet Explorer 8
    
   ========================================================================== */

.shareThis {
	font: 1.3em/130% "Exo2 Regular"; margin-right: 7px;  color: rgb(146, 22, 42); font-size-adjust: none; font-stretch: normal; float:left; line-height:110%;
}


abbr[title] {
    border-bottom: none;
}

.xoxo {
	padding-left: 0;
}

.xoxo ul ul {
	margin-bottom: 0;
}

.xoxo li {
	list-style: none;
}

.wp-caption {
    position: relative;
	display: block;
	background: none repeat scroll 0 0 #fff !important;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
	padding: 1.5em 1em 0 !important;
	margin-bottom: 1em !important;
}
.wp-caption-text {
	font-size: 0.9em;
}
.wp-caption img {
	margin: 0 auto 0.5em auto;
	width: 100%;
}

#categories-3 {
	display:block;
	background:#eeece9;
	border:1px solid #dddad7;
	margin:1em;
	border-radius: 6px 6px 6px 6px;
	padding:.5em 1em;
	position:relative;
	left:0;
	top:0;
}
#categories-3 > ul {
	padding-left: 0;
}
#categories-3 ul li {
	width:100%;
	padding-bottom:0;
}
#categories-3 a {
	display:block;
	background: url("/_assets/images/arrow_right_16.png") no-repeat scroll right 50% transparent;
	font-weight:normal;
	padding: .9em .9em .9em 0;
	line-height: 1.05em;
	text-decoration: none;
	color:#666;
	font-size:1em;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#content {
	padding-bottom: 1.537em;
}

.hentry {
	padding-bottom: 1.537em;
}

.hentry:after {
	display: block;
	clear: both;
	content: '';
}

#yearly-archives ul li {
	list-style: disc;
}

#newsReleases .entry-title {
	font-size: 1.2em;
    font-weight: bold;
    line-height: 1.25em;
    text-decoration: none;
}

#newsReleases .entry-date {
	color: #646464;
    display: block;
    font-size: 0.8em;
    padding: 0.05em 0 0.15em;
}

/* 2019-11-14 */
.entry-content ul li {
	line-height: 1.475em;
	font-weight: 300;
}

.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 {
    background: none repeat scroll 0 0 #e8e2e0;
    border: 3px solid #ffffff;
    border-radius: 10px;
    box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.1);
    display: block;
    margin: 0 auto 1.538em;
    padding: 1em 1.5385em 0;
	width: 90%;
	float: left;
	font-size: 0.85em;
	font-style:italic;
}

/*Sidebar Search Box*/

.oldie #searchBox {
	border: 1px solid #eee;
}

#searchform #s {
    display: block;
    width: 98%;
}

#searchform .button {
    display: block;
    float: right;
    margin: 0.769em 0 0;
}
#sideBar #newsletter label, #sideBar form#newsletter input {
	display: block;
}
#sideBar form#newsletter input[type="text"] {
	margin-bottom: 0.5em;
}

#content form#subscription label {
	margin-right: 0.5em;
}
#content form#subscription input {
	  margin-right: 0.25em;
  }
/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Style adjustments for iPhone over go here */

}

 @media only screen and (min-width: 480px) {
/* Style adjustments for viewports 480px and over go here */

}

 @media only screen and (min-width: 768px) {
/* Style adjustments for viewports 768px and over go here */
	.alignright {
		float: right;
		margin-left: 1em;
	}
	
	.alignleft {
		float: left;
		margin-right: 1em;
	}
	
	#categories-3 {
		display:block;
		background: none;
		border: none;
		margin: auto;
		border-radius: 0;
		padding: 0;
	}
	#categories-3 > ul {
		padding-left: 0;
	}
	#categories-3 a {
		display:block;
		background: none;
		font-weight: normal;
		padding: inherit;
		line-height: inherit;
		text-decoration: underline;
		color: inherit;
		font-size: inherit;
	}
}

 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Style adjustments for iPad over go here */

}

 @media only screen and (min-width: 960px) {
/* Style adjustments for viewports 960px and over go here */

}

/* ==|== print styles =======================================================
   Print styles.
   ========================================================================== */
