/**
 * styles/articleView.css
 *
 * Copyright (c) 2013-2015 Simon Fraser University Library
 * Copyright (c) 2003-2015 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Article view stylesheet.
 */

/* Inline PDF viewer styles */
@import url("./pdfView.css");

#body {
	/*width: 95%;*/
	width: 950px;
	margin: 0px;
}

#container {
	min-width: 150px !important;
}

#main {
	/*width: 95%;*/
	width: 945px;
	margin: 0;
}

#main h2 {
	/*font-size: 1.0em;*/
	font-size: 22px;
}

#main h3 {
	/*max-width: 620px !important;*/
}

#main h5 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0em;
	font-size: 1.3em;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
}

#main h6 {
	margin: 0.5em 1em 0.5em 0em;
	padding: 0;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
	font-size: 1.2em;
}

#content {
	border: none;
}

#content img.accessLogo {
	display: inline;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

#topBar {
	width: 100%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#articleFontSize {
	float: left;
}

#articleFontSize img {
	display: inline;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

#accessKey {
	float: left;
}

#accessKey img {
	display: inline;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

#articleCoverImage {
	width: 64px !important;
	/*padding-top: 1em;
	padding-bottom: 1em;*/
	clear: left;
}

#articleCoverImage img {
	width: 64px !important;
	height: auto;
	display: block;
	border: 0;
	margin-bottom:1em;
}

div.rtSeparator {
	width: 100%;
	padding: 0;
	border-bottom: 2px dotted #000;
	line-height: 0px;
}

div.rtSeparatorThin {
	width: 100%;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dotted #000;
	line-height: 0px;
}

div.rtBlock {
}

div.rtBlock a {
	text-transform: none;
	text-decoration: none;
}

div.rtBlock ul {
	padding: 0;
	margin: 0;
}

div.rtBlock li {
	list-style-type: none;
}

span.rtSubtitle {
	text-transform: uppercase;
	font-size: 0.85em;
}

a.rtAction {
	font-size: 0.9em;
	text-transform: uppercase;
	text-decoration: none;
}

/*
*  Styles for XSLT Article Rendering
*  (based on NLM DTD classes)
*/

table {
	/*background-color: #F0F0E8;*/
}

table.bm {
	border: 1px solid #000;
}

.tl-default, .tl-main-part {
	font-weight: bold;
}

dt {
	display: inline;
	float: left;
	margin-left: 20px;
	width: 80px;
}

dd {
	margin-left: 100px;
}

h1, h2, h3 {
	font-weight: bold;
	line-height: 125%;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 17px !important;
}

ul, li {
	margin: 0;
	padding: 0;
	border: 0;
}

.articleToolItem {
	margin-bottom: 3px;
}

.articleToolIcon {
	padding-right: 5px;
	vertical-align: middle;
}

#sidebarRTRelatedItems ul {
	padding: 0px;
}

#sidebarRTRelatedItems li {
	margin-bottom:3px;
}

#toggleRelatedItems {
	display: none;
	padding-top:3px;
	cursor: pointer;
}


/***********************Grafica Articoli***********************/

#doi{
	padding: 7px;
	background-color: #eceded;
}

#articleTitle h3{
	color:#323232 !important;
}

#titolo_aff{
	font-size: 1.0em;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	margin-left:11px;
	margin-top:10px;
}

#authorString{
	padding: 7px 0px 9px 0px;
	margin-bottom: 0.5em;
}

#titolo_info{
	font-size: 1.0em;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	margin-left:11px;
	margin-bottom:3px;
}

.tocImagesPages {
	width: 10%;
}

.tocArticleTitle {
	width: 90%;
	padding-left:7px;
}

.table_article{
	width:100%;
	border: 1px solid #999;
	background-color: #f4f4f4;
}

#authors{
	
}

#affiliation{
	padding: 0.5em 0.2em 1em 0.2em;
	margin-top: 1em;
	/*border: 1px solid  #999999;*/
	font-size:12px;
	background-color: #FBFBFB;
	background-image: url(../styles/immagini/bk_info.png);
	background-repeat: no-repeat;
	background-position: 110% center;
}

#affiliation ul{
	list-style-image:url(../styles/immagini/attachment.png);
	padding-left:27px;
}

#articleAbstract h4, #articleSubject h4, #articleFullText h4, #articleCitations h4{
	padding-left: 0.5em;
	color:#666666;
	border-bottom: 1px solid #999;
	width: 99%;
}

#content_articleAbstract{
	padding:0.5em;
	text-align:justify;	
}

#content_keywordAbstract{
	padding:0.5em;
}

#content_articleAbstract ul{
	margin-left:1.5em;
}

#articleFullText{
	width:100%;
}

#titolo_full_text{
	width:100%;
}

/*#tab_galleys{
	border: 1px solid #cad4d4;
	padding: 0.8em 0em 0.4em 1em;
	background-color: #FFF;
	margin-bottom:1em;
}*/

.icon_galleys{
	margin-top:0.5em;
	text-align:center;
}

.text_galleys_article{
	width:60px;
	text-align:center;
}

#content_galleys{
	width:60px;
	margin:0.3em 0.2em 0.5em 0em;
	float:left;
}

#sub_date{
	padding: 7px 0px 6px 10px;
	background-color: #eceded;
}

#content_stats{
	width:100%;
	padding:0.5em;
	margin-top:2em;
	margin-bottom:2em;
	overflow:hidden;
}

.views_article{
	padding:0.5em 2.5em 0.5em 0.5em;
	margin-right:1em;
	text-align:center;
	border-right:1px solid #000;
	float:left;
}

#content_download{
	width:auto;
	float:left;
}

.text_download{
	width:70px;
	float:left;
	padding:0.5em;
}

.download_label{
	text-align:center;
}

.download_view{
	text-align:center;
	font-size:2em;
}