/*
	filename:		base.css
	author:			Karin Bolldén <karin.bollden@liu.se> and Peter Berkesand <peter.berkesand@liu.se>
	created:		2009-04-26
	description:	this file contains basic layout
*/

body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #E4E0E0;
	font-size: 0.8em;
}	

.clear {
	clear: both;
}

.icon_pdf {
	width: 17px;
	height: 17px;
	margin-right: 5px;
	float: left;
}

#main {
	width: 75em;
	margin-left: auto;
	margin-right: auto;
}
	
#header #logo {
	border-width: 0;
	background-color: #FFF;
}

#volume a, a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

a {
	color: #ff5623;
}

a:visited {	
	color: #ff2323;
}
/* defining menu items, creating tabs */

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
}

#menu li {
	float: left;
	margin: 0.5em 0.3em 0 0;
	background-color: #0033CC;
	background-image: url(../graphics/tab_inactive_top_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu a {
	display: block;
	padding: 0.3em 0.7em;
	background: transparent url(../graphics/tab_inactive_top_right.jpg) no-repeat top right;
	text-decoration: none;
	color: white;
}

#menu a:hover {
	/*text-decoration: underline; */
text-decoration: none;
background: white;
	color: black;
}

#menu li.active {
	float: left;
	background: white url(../graphics/tab_active_top_left.jpg) no-repeat top left;
	margin: 0.5em 0.3em 0 0;
}

#menu li.active a {
	display: block;
	padding: 0.3em 1em;
	 background: transparent url(../graphics/tab_active_top_right.jpg) no-repeat top right; 
	color: black;
}

#menu li.active a:hover, #menu a.home:hover {
	text-decoration: none;
}

#menu #home {
	background: transparent url(../graphics/home_inactive.gif) no-repeat center center; 
}

#menu .active #home {
    background: transparent url(../graphics/home_active.gif) no-repeat center center; 
}

#content {
	padding: 1em;
     background: white url(../graphics/tab_active_top_right.jpg) no-repeat top right;
}

#content_right {
	float: left;
	margin-right: 3em;
	margin-bottom: 1em;
	width: 70em;
	line-height: 150%;
	margin-top: 0.4em;
	padding-left: 20px;
}

#content_right h1 {
	margin: 0.5em 0 0 0;
	font-size: 1.8em;
}

#content_right h2 {
	font-size: 1.4em;
	margin-top: 1.5em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 10px;
}

#content_right h3 {
	font-size: 1.2em;
	margin-top: 1.5em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 10px;
}

#content_right h4 {
	margin: 1.5em 0 0 0;
	font-size: 1em;
	font-style: italic;
}

#content_right p {
	margin: 0.5em 0 1em 0;
}

#content_right .no_border {
	border-width: 0;
}

#content_right ol li {
	margin-bottom: 0.5em;
}

#content_end {
	background: white url(../graphics/corner_bottom_right.jpg) no-repeat bottom right;
	margin-bottom: 0.5em;
}

#content_end span {
	background: transparent url(../graphics/corner_bottom_left.jpg) no-repeat bottom left;
	display: block;
	height: 5px;
}

#footer {
	text-align: center;
	color:#FFFFFF
}

/* definitions for complete issue */

#issue_content a {
	color: black;
	text-decoration: none;
}

#issue_content a:hover {
	color: black;
	text-decoration: underline;
}

#issue_header h2 {
	margin-top: 1em;
	margin-bottom: 1em;
}

#content_right h3 {
	margin: 1.5em 0 0 0;
	font-size: 0.9em;
}

#issue_header_front_cover {
	float: left;
	padding-right: 0.5em;
}

#issue_header_front_cover img {
	border-right: solid 1px #d3d3d3;
}

#issue_header_info {
	float: left;
	padding-top: 1px;
	padding-bottom: 1px
}

#issue_header_info span {
	float: left;
	display: block;
	clear: left;
	padding-bottom: 4px;
}

#issue_header_info span.last_child  {
	padding-top: 6px;
	padding-left: 2px;
}

.issue_header_info_key {
	float: left;
	clear: left;
	width: 4em;
}

.issue_header_info_value {
	float: left;
	clear: right;
}

#issue_header_info_link {
	clear: both;
	padding-top: 0.5em;
}

.issue_section {
	clear: both;
}

#issue_content .issue_section h3 {
	font-style: normal;
	padding-top: 1em;
	margin: 0;
}

.issue_section_post {
	margin-bottom: 1.5em;
	border-left: solid 1px #d3d3d3;
	padding-left: 0.5em;
}

.issue_section_post_author {
	font-style: italic;
	color: #808080;
}

.issue_section_post_pages,
.issue_section_post_doi, 
.issue_section_post_published,
.issue_section_post_article,
.issue_section_post_references 
.issue_section_post_citations {
	float: left;
}

.issue_section_post_pages,
.issue_section_post_doi, 
.issue_section_post_published {
	color: #808080;
}

.issue_section_post_published,
.issue_section_post_references 
.issue_section_post_citations {
	clear: right;
}

.issue_section_post_pages,
.issue_section_post_article {
	clear: left;
}

.issue_section_post_pipe, .issue_section_post_pipe_grey {
	float: left;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.issue_section_post_pipe_grey {
	color: #808080;
}

/* definitions for back button link */

.button_link {
	background-color: #4b4949;
	clear: both;
	float: left;
	padding: 0.1em;
	margin-bottom: 1em;
}

.button_link a {
	color: white;
	text-decoration: none;
	display: block;
	float: left;
	padding-top: 1px;
	padding-right: 0.4em;
}

.button_link img {
	float: left;
}

.button_link a:hover {
	text-decoration: underline;
}

/* definitions for article details */

#article_details_table table {
	padding-bottom: 1em;
	padding-top: 0.5em;
	width: 50em;
}

#article_details_table td {
    padding: 0;
    padding-right: 0.5em;
    vertical-align: top;
    padding-right: 0.5em;
}


#article_details_table tr.dark_row {
	background-color: #bfcfe0;
}

#article_details_table .pdf_link a {
	color: black;
	text-decoration: none;
}

#article_details_table .pdf_link a:hover {
	color: black;
	text-decoration: underline;
}

#references {
	list-style: none;
	padding-left: 2.5em;
}

#references li {
	text-indent: -2.5em;
}

#citations {
	list-style: none;
	padding-left: 2.5em;
}

#citations li {
	text-indent: -2.5em;
}

#article_details p,
#article_details ul {
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
}

#submenu {
	margin-left: -3px;
}

#submenu img {
	border: none;
}

#submenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#submenu ul li {
	float: left;
	margin-left: 3px;
	border: solid #666 1px;
	background-color: #f2f2f2;
}

#submenu ul li a {
	display: block;
	height: 20px;
	padding-top: 9px;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	color: #666;
}

#submenu ul li a#citations_image{
	background-image: url('../graphics/crossref.gif');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 45px;
	margin-right: 10px;
}

#submenu ul li.active {
	border-bottom-color: white;
	background-color: white;
}

#topbar {
	border-bottom: solid #666 1px;
	height: 30px;
}
#article_data {
	padding-top:15px;
		clear: both;
	float: left;
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;

}

#article, #references, #citations, #google {
	width: 90%;
	float: left;
	padding-left: 10px;
	padding-right: 15px;
}

#article table td {
	vertical-align: top;
	padding-bottom: 8px;
}

#article table td:first-child, #references table td:first-child, #citations table td:first-child, #google table td:first-child  {
	font-weight: bold;
	white-space: nowrap;
	padding-right: 5px;
}

.article_table_row:nth-of-type(odd){
	background:#DDD9D9;
}

.issue_article {
}

div.issue_article_title {
		padding-left:0px;
}

div.issue_article_author {
	color: #666;
	font-style:italic;
	padding-left:0px;
}

div.issue_article_volume {
	color:#666;
	padding-left:0px;
}

div.article_fulltext {
	color:#666;
	padding-left:0px;
}

.article_fulltext a.pdflink {
	background-image: url('../graphics/pdficon_small.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	height: 16px;
	display: block;
	text-decoration: none;
	color:#666;
}

a.pdflink {
	background-image: url('../graphics/pdficon_small.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	height: 16px;
	display: block;
	text-decoration: none;
	color:#000;
}

a.titlelink {
	height: 16px;
	text-decoration: none;
	color:#000;
}

a.return_to_contents {
	background-image: url('../graphics/back_arrow.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	height: 16px;
	display: block;
}


#references ul, #citations ul, #google ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-top: 20px;
}

#references ul li, #citations ul li, #google ul li {
	padding-bottom: 3px;
	padding-left: 2.5em;
	text-indent: -2.5em;
}

#back_issues table {
	padding-top: 5px;
}

div.article_table {
	clear:both;
	width: 90%;
	display: table;
}

div.references_table {
	width: 90%;
}


div.article_table_row {
	width: 100%;
	display: table-row;
}

div.article_table_col_1 {
	width: 16%;
	display: table-cell;
}

div.article_table_col_2 {
	width: 80%;
	display: table-cell;
	}

.contents_issn {
	margin-bottom: 1rem;
}

.contents_item {
	margin-bottom: 0.5rem;
}

.contents_volume {
	font-size: 1.3rem;
	margin-bottom: 0.5rem;
}