/*
THEME NAME: Sandia Public 2011
THEME URI: http://surf.ran.sandia.org/themes/sandia/
DESCRIPTION: Sandia Responsive 2012 Theme based on SandBox 1.6
VERSION: 0.1
AUTHOR: Joseph R. Lewis, Craig Hokanson, Steven Wenrich & Darrick Hurst
AUTHOR URI: http://www.sandia.gov/
TAGS: Sandia, laboratory, theme, America, science, research, USA, DoE
*/

/* ==|== 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% "Ocean Sans MT W01 Book"; 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 {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 3px solid #FFFFFF; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
    border-radius: 10px 10px 10px 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;
	background: #E8E2E0;
}

.wp-caption img {
	margin: 0 auto 1em auto;
}

#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: "Lucida Sans Unicode", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#content {
	padding-bottom: 1.537em;
}

.hentry {
	padding-bottom: 1.537em;
}

#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: #999999;
    display: block;
    font-size: 0.8em;
    padding: 0.05em 0 0.15em;
}

.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;
}




/* ==|== 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.
   ========================================================================== */
