/*
Theme Name: Science Media Center
Theme URI: http://wordpress.org/
Description: A Bespoke custom theme development designed at a molecular level.
Author: nodelondon.com
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
Text Domain: Science Media Center
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =Layout
-------------------------------------------------------------- */

/*
GLOBAL STYLES TO GO HERE: 
*/

h1 {
font-family: 'Oxygen', sans-serif;
font-size:36px;
color:#a3238e;
margin-bottom:30px;
line-height:1.1em;
/*text-transform:lowercase;*/
}

h2 {
font-family: 'Oxygen', sans-serif;
font-size:20px;
color:#000000;
margin-bottom:10px;
text-transform:lowercase;
}

h3 {
font-family: 'Oxygen', sans-serif;
font-size:12px;
color:#a3238e;
margin-bottom:4px;
text-transform:uppercase;
}

#breadcrumbs-holder {
margin-bottom:20px;
position:relative;
overflow:hidden;
}

#breadcrumbs {
	float:left;
	background-color:#dedede;
	padding-left:15px;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:15px;
	font-family: 'Oxygen', sans-serif;
	font-size:12px;
	line-height: 1.5em;
	text-transform:lowercase;
	color:#111111;
}

#breadcrumbs a {
color:#a3238e;
}

/* Image Fader
-------------------------------------------------------------- */
.ImageFader img {
  position:absolute;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.ImageFader img.top{
  opacity:0;
}

.ImageFader img.top:hover {
  opacity:100;
}
/* ----------------------------------------------------------- */

#content-page-content  {
	position:relative;
	padding-top:50px;
	margin-left:auto;
	margin-right:auto;
	width: 940px;
	overflow: hidden;
	padding-bottom:20px;
	background-image:url('images/ContentPagePanelFade.png');
}

a:active {
	text-decoration:none;
}
a{
	text-decoration: none;
}

/* ----------------------------------------------------------- */



/* Custom Styles
-------------------------------------------------------------- */
.view-more-button {
	float:right;
	clear:both;
	font-family: 'Oxygen', sans-serif;
	font-size:16px;
	background: rgba(255, 255, 255, 1); 
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:30px;
	margin-top:15px;
	margin-right:20px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	text-decoration:none;
}

.view-more-button:hover  {
	background: rgba(17, 17, 17, 1);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color:#FFF !important;
}

.view-more-button a:hover, .view-more-button:hover {
	color:#FFF !important;
}

.view-more-button a:link, .view-more-button a:visited {
	color:#0c4da2;
	text-decoration:none;
}

#content-page-left-column li {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#111111;
	line-height: 1.5em;
	background-image: url(images/SideBarLIArrow.png);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#content-page-left-column p{
	overflow:hidden;
	text-overflow:ellipsis;
}

#content-page-left-column p{
	margin-bottom:10px !important;
}

.homepage-h-divider {
	width: 940px;
	height: 1px;
	background-image: url(images/h-dot-divider-white.png);
	margin-top: 10px;
	margin-bottom: 30px;
	float: left;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}

sup {
	bottom: 1ex;
	font-size: 0.6em;
}

sub {
	top: .45ex;
	font-size: 0.6em;
}

#share_tweet{
	float:right;
	margin-right:22px;
}