/*
Theme Name: Newswire 
Theme URI: http://newswire.rockefeller.edu/
Description: This is a custom theme for Newswire at The Rockefeller University, from twentyten 
Author: Tom Szymczyk 
Version: 1.0
Tags: custom, Newswire, The Rockefeller University
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */
#container {
    /*float: right;*/
}
#content {
        float: right;
	margin-right: 20px;
}

/*
LAYOUT: Three columns
DESCRIPTION: Three-column fixed layout with one sidebar right of content and one sidebar left of content
*/
.home #content {
	width: 500px;
}

#primary,
#sidebar,
#secondary {
	float: left;
	overflow: hidden;
        width: 162px;
        border: 1px solid #dadada;
        padding: 20px 10px 0px;
}
#primary, #sidebar {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
	margin-left: 3px;
}
#primary .widget_tag_cloud div {
	padding-left: 15px;
}
#primary .widget_tag_cloud div a {
	display: block;
}
#secondary {
        width: 200px;
}
#sidebar2 {
        float: right;
	padding-right: 5px;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, left sidebar only
*/
.single-post #content, .search #content, .archive #content, .page #content, .error404 #content {
	width: 700px;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 670px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 926px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	/*font-family: Georgia, "Bitstream Charter", serif;*/
	font: 11px/16px Verdana,Arial,sans-serif;
}
/*h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
*/

/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 926px;
}
#wrapper {
	background: #fff;
	margin-top: 20px;
	padding: 0 20px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 100%;
}
#footer-widget-area .widget-title {
	display: none;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	width: 700px;
}
#site-generator {
	/*width: 220px;*/
	width: 100%;
	text-align: right;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #fff;
}
body,
input,
textarea {
	color: #666;
	font-size: 11px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #0066cc;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #ff4b33;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	position: relative;
	/*background: url('images/headerRU.gif') no-repeat 0px 25px;*/
	margin: 15px 0 0;
	padding: 0px;
}
a#logoRU {
	display: block;
	width: 445px;
	height: 45px;
	outline: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	background: none;
	vertical-align: middle;
	line-height: 45px;
	clear: left;
	float: left;
}
#headerDateRU {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 7px;
}
#site-title a {
	margin: 0px;
	padding: 0px;
	width: 700px;
	position: absolute;
	top: 10px;
	left: 15px;
	font-family: 'Trebuchet MS',Verdana,sans-serif;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	outline: none;
}
/*#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}*/

/* This is the custom header image */
#branding img {
	clear: both;
	display: block;
}
#branding {
	position: relative;
	clear: both;
}


/* =Menu
-------------------------------------------------------------- */
/*
#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}
*/

/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 15px 0 0 0;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;
	/*font-size: 16px;*/
	line-height: 16px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 20px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.home .hentry, .archive .hentry, .category .hentry, .search-results .hentry {
	padding: 20px 0px 10px 0px;
	margin-bottom: 3px;
/*	border-bottom: 1px solid #dadada;
	border-top: 1px solid #dadada;*/
	background: url(images/postborder.gif) repeat-x left bottom;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	font-family: 'Trebuchet MS',Verdana,sans-serif;
	color: #70cde7;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 0px;
	padding: 5px 0px;
}
.single-post #content .entry-title, #content .RUTopic .entry-title {
	font-size: 19px;
	line-height: 20px;
	padding-bottom: 10px;
}


.single-post .entry-meta {
	margin-bottom: 10px;
}
.single-post .post {
	margin-bottom: 0px;
}
#content a:link, #content a:visited,
.single-post a:link, .single-post .entry-utility a:link,
.single-post a:visited, .single-post .entry-utility a:visited,
.archive a:link, .archive .entry-utility a:link,
.archive a:visited, .archive .entry-utility a:visited {
	color: #009AFF;
	text-decoration: none;
}
#content a:active, #content a:hover,
.single-post a:active, .single-post .entry-utility a:active,
.single-post a:hover, .single-post .entry-utility a:hover,
.archive a:active, .archive .entry-utility a:active,
.archive a:hover, .archive .entry-utility a:hover {
	color: #ff4b33;
}
.single-post .entry-utility, 
.archive .entry-utility {
	font-size: 10px;
	color: #000;
}
/*.single-post .entry-utility a,
.archive .entry-utility a {
	font-weight: normal;
}*/
.entry-utility-prep {
	font-weight: bold;
}
.single-post .edit-link a {
	font-weight: bold;
}	
.newswire-contact {
	font-size: 10px;
	background: url("images/postborder.gif") repeat-x scroll left top transparent;
	margin-top: 5px;
	padding-top: 15px;
	border-bottom: 1px solid #e7e7e7;
}
#content .newswire-contact ul.post-meta {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 10px;
}
.newswire-contact .post-meta-key {
	font-weight: bold;
}


.entry-date {
	font-weight: bold;
}
.entry-title a:link,
.entry-title a:visited {
	color: #70cde7;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
	/*color: #06c;*/
}
#content .post .entry-meta a {
	color: #555;
	text-transform: none;
}
#content .post .entry-meta a:hover,
#content .post .entry-meta a:active {
    color: #ff4b33;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 0px;
}
.home .entry-content:after {
  content: "";
  display: table;
  clear: both;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#content .cat-links a:link, #content .cat-links a:visited, .entry-meta a {
	color: #94312B;
	text-transform: uppercase;
    font-family: 'Trebuchet MS',Verdana,sans-serif;
	text-decoration: none;
	font-weight: bold;
}
#content .cat-links a:hover, #content .cat-links a:active {
	color: #ff4b33;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	line-height: 18px;
}
.home .entry-utility {
	display: none;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}
.meta-nav, a.meta-nav:link, a.meta-nav:visited {
	font-weight: bold;
	text-decoration: none;
	color: #70CDE7;
}
.meta-nav:hover, a.meta-nav:hover, a.meta-nav:active {
    color: #ff4b33;
}

/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	/*height: auto;*/
	max-width: 640px;
	/*width: auto;*/
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft,
#sidebar2 .researchupdate .alignleft,
#sidebar2 .researchupdate img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#sidebar2 .researchupdate img.alignleft {
	margin-right: 5px;
}
#sidebar2 .researchupdate .alignright, 
#sidebar2 .researchupdate img.alignright,
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#sidebar2 .researchupdate img.alignright {
	margin-left: 5px;
}
#content .aligncenter,
#content img.aligncenter,
#sidebar2 .researchupdate .aligncenter,
#sidebar2 .researchupdate img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#sidebar2 .researchupdate img.alignleft,
#sidebar2 .researchupdate img.alignright,
#sidebar2 .researchupdate img.aligncenter {
	margin-top: 5px;
	margin-bottom: 5px;
}
#content .wp-caption,
#sidebar2 .researchupdate .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#sidebar2 .researchupdate .wp-caption {
	margin-bottom: 10px;
}
#content .wp-caption img,
#sidebar2 .researchupdate .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #404040;
	font-size: 11px;
	line-height: 14px;
	margin: 5px;
	text-align: left;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 10px;
	line-height: 14px;
	overflow: hidden;
	border: 0px;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 5px 0;
	display: none;
}
#nav-above {
	display: none;
}
/*.paged #nav-above,
.single #nav-above {
	display: block;
}*/
#nav-below {
	margin: 5px 0px 0px; 
	display: none;
}
/*.home #nav-below {
	display: block;
}*/


/* pagination */
.navigation {
	padding-top: 10px;
	padding-bottom: 10px;
}
.navigation .page-numbers {
	height: 12px;
	padding: 4px 5px;
	border: 1px solid #ccc;
	background: transparent;
}
.navigation .page-numbers:hover {
	background: #ececec;
	color: #888;
}
.navigation .current {
	background: #ececec;
	font-weight: bold;
}



/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
/*	border-top: 1px solid #e7e7e7;*/
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

#sidebar ul, .widget-area ul {
	list-style: none;
	margin-left: 0;
	margin-right: 0;
}
.widget-area ul ul {
	margin-left: 1.3em;
}
#sidebar #s, .widget_search #s {/* This keeps the search inputs in line */
	width: 110px;
}
#content #s, #s {
	font-size: 10px;
	color: #999;
	line-height: 12px;
}
#mainSearchRU .search {
	line-height: 12px;
}
#searchsubmit {
	background: url(images/go.gif) no-repeat top left;
	border: 0px;
	text-indent: -9999px;
	width: 35px;
	height: 17px;
}
#sidebar label, .widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-container ul {
	margin: 3px 0px 0px;
	padding: 0px;
	line-height: 11px;
}
.widget-container li {
	margin-bottom: 7px;
}
.widget-title, #primary .widget-title a:link, #primary .widget-title a:visited {
	color: #94312b;
	font-weight: bold;
}
.widget-title:hover, #primary .widget-title a:active, #primary .widget-title a:hover {
    color: #009AFF;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
	color: #70CDE7;
}
.widget-area a:active,
.widget-area a:hover {
    color: #ff4b33;
	/*color: #06c;*/
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul, #sidebar ul {
	margin-left: 0;
	padding: 0 0 0 0;
}
#main .widget-area ul ul, #sidebar ul ul{
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}

/* left sidebar css for jquery */
#primary .widget-title {
	cursor: pointer;
	text-transform: uppercase;
	font-size: 11px;
	padding-left: 12px;
}
#primary .off .widget-title {
	background: url(images/sub-bullet.gif) no-repeat 0px 5px;
}
#primary .on .widget-title,
.date #primary .widget_archive .widget-title,
.date #primary #text-12 .widget-title, /* manual archive link on sidebar */
.tag #primary .widget_tag_cloud .widget-title,
.category #primary .widget_categories .widget-title,
.category #primary #text-11 .widget-title {
	background: url(images/sub-bullet.gif) no-repeat 0px -21px;
}
#primary .off ul, #primary .off div {
	display: none;
}
#primary .on ul, 
.date #primary .widget_archive ul,
.date #primary #text-12 div, /* manual archive link on sidebar */
.date #primary #text-12 ul, /* manual archive link on sidebar */
.category #primary .widget_categories ul,
.category #primary #text-11 div,
.category #primary #text-11 ul,
.tag #primary .widget_tag_cloud div {
	display: block;
}


/* right sidebar css for jquery */
#sidebar2 {
	padding: 0px;
    position: relative;
}
#sidebar2 #secondary {
	padding: 10px 0px 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-top: 0px;
}
#sidebar2 ul.xoxo {
	padding: 0px;
}
#sidebar2 .widget-title {
	color: #000;
	text-transform: uppercase;
	font-size: 10px;
}
#sidebar2 .textwidget {
	font-size: 9px;
	line-height: 11px;
}
#sidebar2 .textwidget p {
	padding: 0px;
}

#sidebar2 ul .widget-container .widget-title {
    position: absolute;
    top: 1px;
    left: 88px;
    font-size: 9px;
    padding: 2px 5px;
    width: 101px;
	background-color: #efefef;
}
#sidebar2 ul .widget-container:first-child .widget-title {
    left: 0px;
    padding: 2px 2px 2px 10px;
    width: 74px;
}
#sidebar2 ul .widget-container .off {
    background: #fff;
	border-bottom: 1px solid #dadada;
}
#sidebar2 .textwidget {
    padding-top: 10px;
}
#sidebar2 .widget-container, #sidebar2 .widget-container p { 
    margin: 0px;
    padding: 0px;
}
#sidebar2 .widget-container p {
	padding-bottom: 5px;
}
#sidebar2 .inthenews,
#sidebar2 .researchupdate {
	padding: 10px 10px;
    margin-bottom: 10px;
	background-color: #efefef;
/*	border: 1px solid #dadada;*/
}
/* only for IE lack of border-radius support */
#sidebar2 #rounded-ie-top, 
#sidebar2 #rounded-ie-bottom {
	display: none;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
}
#insideLogo {
	float: right;
}
#colophon {
	overflow: hidden;
	padding: 18px 0px 0px;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area,
#sidebar {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#header,
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area,
	#sidebar {
		display: none !important;
	}
	#container,
	#content,
	#header,
	#footer {
		margin: 0;
		width: 100% !important;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}



/* RU */
/* header */
#quickLinksRU {
    list-style-type: none;
    font-weight: bold;
    float: right;
    padding-bottom: 0;
    margin-bottom: 0;
}
#quickLinksRU li {
    float: left;
    font-size: 10px;
}
#quickLinksRU li a {
    padding: 0 9px;
    border-right: 1px solid #000;
	text-decoration: none;
}

#quickLinksRU li a:hover {
    color: #009AFF;
}

#quickLinksRU li.lastQL a {
    border-right: 0;
    padding-right: 0;
}

#mainSearchRU {
    padding-top: 0;
    margin-top: 2px;
    clear: right;
    float: right;
}
#mainSearchRU .search {
    color: #999999;
    width: 165px;
    margin-right: 3px;
    font-size: 10px;
}

#header h1 a#printerFriendly {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 18px;
    height: 18px;
    display: block;
    z-index: 52;
}
#header img {
    border: 0;
}
#socialiconsRU {
	padding-top: 10px;
	clear: right;
	float: right;
	margin-bottom: 10px;
}

#fbpar a:link, #fbpar a:visited {
	color: #3b5997;
	letter-spacing: -0.1em;
}
#fbpar a:hover, #fbpar a:active {
	color: #ff4b33;
}

#content .bottomBox {
	background-color: #D9EAFB;
	margin-top: 40px;
}
.bottomBox td {
	vertical-align: top;
}
.bottomBox a {
	color: #369;
	font-weight: bold;
	text-decoration: none;
}
.bottomBox a:hover {
	text-decoration: underline;
}
.bottomBox .date, .newsPubInfo {
	color: #666;
	font-size: 10px;
}
.bottomBox .sideText {
	font-size: 10px;
	line-height: 14px;
}
.newsPubInfo {
	text-align: right;
	margin-top: 30px;
}

.caption {
	margin-bottom: 10px;
}

.sideheadline {
	font-weight: bold;
	color: #486A9F;
}

.archiveList {
	list-style-type: none;
	margin: 5px 10px 20px 0px;
}
.archiveList li {
	margin-bottom: 5px;
}

/* archive page */
#post-1994 h1.entry-title {
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
#post-1994 {
	font-size: 12px;
}
#post-1994 .addthis_toolbox {
	display: none;
}

/* TOPICS */
.topic_sort
{
        margin: 15px 30px 25px 0;
        padding: 5px 0 5px 0;
        border-top: solid 1px #eee;
        border-bottom: solid 1px #eee;
}

.topic_link_special
{
        padding-right:10px;
        margin: 0 5px 0 15px;
        border-right: solid 1px #ccc;
}

.topic_list
{
        margin: 10px 30px 30px 0;
        /*
        border: solid 1px #eee;
        */
}

.topic_list img
{
        float: left;
        width: 45px;
        height: 45px;
}

.topic_list p
{
        text-align: left;
        padding-left: 65px;
}

.topic_list p a.topic_link
{
        display:block;
        margin-bottom: 5px;
}

.research_area
{
        background-color: #999999;
        color: #fff;
        font-size: 11px;
        font-weight: bold;
        padding: 1px 5px 1px 5px;
}



/* AddThis plugin positioning */
.single #main {
	position: relative;
}
.single .addthis_toolbox {
	position: absolute;
	z-index: 200;
	/*width: 100px;
	bottom: 55px;
	right: 19px;*/
right: 5px;
width: 80px;
bottom: 35px;
}
/* end AddThis */

/* mpdf button */
.ru_mpdf_button {
	position: absolute;
	width: 16px;
/*	height: 16px;*/
	bottom: 61px;
	right: 20px;
	z-index: 200;
}
.newswire-contact .ru_mpdf_button {
	width: 101px;
}
.newswire-contact .ru_mpdf_button .pdfbutton:before {
	content: "printer friendly ";
	vertical-align: top;
}
.newswire-contact .ru_mpdf_button img {
	margin-top: 5px;
}
/* end mpdf */


/* subscribe to newswire (emailsub) */
#content h3.subscribeHeader {
    color: #91aaca;
    text-indent: 20px;
    font: bold 16px/16px Verdana, sans-serif;
    letter-spacing: 3px;
    margin-bottom: -2px;
    margin-top: 30px;
    padding-bottom: 0px;
}   
.subscribeForm {
    margin-top: 0px;
    padding: 30px 20px 20px;
    background: #f1f4f8;
    width: 450px;
}   
.subscribeForm label {
    width: 100px;
    display: block;
    float: left; 
    color: #333333;
    font-size: 10px; 
    font-weight: bold;
}   
.subscribeForm input[type=text] {
    border: 1px solid #91aaca;
    width: 150px;
    display: block;
    float: left;
    margin-bottom: 10px;
}
.subscribeForm input[type=radio] {
    margin-bottom: 10px;
}
.subscribeForm p input[type=submit]:first-child,
.subscribeForm input[type=reset]:first-child {
    margin-left: 100px;
}
#content .subscribeForm p {
    clear: both;
    margin-bottom: 0px;
    padding-bottom: 0px; 
}
.subscribeForm p input[type=submit],
.subscribeForm p input[type=reset] {
    margin-bottom: 0px;
}

/* ADA styles */
#skip-to-content a,
#skip-to-content a:visited {
   font-weight: bold;
   text-align: center;
   padding: 5px 0px;
   width: 220px;
   position: absolute;
   top: -40px;
   left: 42%;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background: #369;
-webkit-box-shadow: 0px 3px 5px 0px rgba(204,204,204,1);
-moz-box-shadow: 0px 3px 5px 0px rgba(204,204,204,1);
box-shadow: 0px 3px 5px 0px rgba(204,204,204,1);
   color: #fff;
  -webkit-transition: top 1s ease-out, background 1s linear;
  transition: top 1s ease-out, background 1s linear;
  z-index: 999;
}
#skip-to-content a:focus,
#skip-to-content a:active {
   position:absolute;
   top:0px;
   outline:0;
   -webkit-transition: top .3s ease-in, background .5s linear;
    transition: top .3s ease-in, background .5s linear;
}
#skip-to-content a:hover {
   background: #fff;
   color: #369;
}
.ADA-only {
   position: absolute;
   left: -10000px;
   top: auto;
   width: 1px;
   height: 1px;
   overflow: hidden;
}


.gallery-columns-1.gallery-size-full .gallery-item,
.gallery-columns-1.gallery-size-large .gallery-item,
.gallery-columns-1.gallery-size-medium .gallery-item,
.gallery-columns-1.gallery-size-full > br,
.gallery-columns-1.gallery-size-large > br,
.gallery-columns-1.gallery-size-medium > br {
  display: none;
}
.gallery-columns-1.gallery-size-full .gallery-item:first-child,
.gallery-columns-1.gallery-size-large .gallery-item:first-child,
.gallery-columns-1.gallery-size-medium .gallery-item:first-child,
.gallery-columns-1.gallery-size-full br:last-child,
.gallery-columns-1.gallery-size-large br:last-child,
.gallery-columns-1.gallery-size-medium br:last-child {
  display:block;
}
.gallery-columns-1.gallery-size-full .gallery-caption,
.gallery-columns-1.gallery-size-large .gallery-caption,
.gallery-columns-1.gallery-size-medium .gallery-caption {
    display: none;
}

/* custom CSS for post=11062 */
#attachment_11087,
.entry-content .RU-full-width { 
	width: 700px !important; 
	padding: 0px !important; 
} 
#attachment_11087 .wp-caption-text,
.entry-content .RU-full-width .wp-caption-text { 
	padding: 0px 3px 10px;
}
#content .entry-content .RU-full-width-img {
	max-width: 100%;
	margin: 0px;
}
