/**
 * articleView.css
 *
 * Copyright (c) 2003-2007 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Article view stylesheet.
 *
 * $Id: articleView.css,v 1.9 2007/11/14 22:36:20 asmecher Exp $
 */

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

#body {
	min-height: 900px;
}

/*
 * PDF Viewer
 */

#cjcInlinePdf {
    width: 100%;
    height: 50px;
    padding-top: 15px;
}

#cjcFullscreenLinks {
    float: right;
    margin-right: 18px;
}

#content img.accessLogo {
	display: inline;
	margin: 0;
	padding: 0;
}

#accessKey {
	margin-bottom: 2em;
}

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

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

#articleTitle h3 {
	padding-top: 0;
	font-size: 1.8em;
}
#articleCoverImage {
	width: 100%;
	padding-top: 1em;
	padding-bottom: 1em;
	clear: left;
}

#articleCoverImage img {
	display: none;
	border: 0;
}

#articleFullText {
	margin-top: 10px;
}

#videoArticleIntro {
	display: block;
	min-height: 380px;
}

#videoArticleDesc {
	display: block;
	float: left;
}

#content {
	border: none;
	font-family: Verdana,sans-serif;
	line-height: 150%
}

#content h1 {
	margin: 0em 0em 0.2em 0em;
	text-align: center;
	font-family: Verdana,sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 125%
}

#content h2 {
	margin: 0em 0em 0.2em 0em;
	font-family: Verdana,sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 125%
}

#content h3 {
	margin: 0em 0em 0.5em 0em;
	font-family: Verdana,sans-serif;
	font-size: 1.4em;
	font-weight: bold;
}

#content h4 {
	margin: 0em 0em -0.2em 0em;
	font-family: Verdana,sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}

#content h5 {
	margin: 0em 0em -0.2em 0em;
	font-family: Verdana,sans-serif;
	font-size: 1.0em;
	font-weight: bold;
}

#content .table_notes {
	display: block;
	margin-left: auto;
	margin-right: auto;
} 

#content table {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	margin-bottom: 2em;
	background-color: white;
	text-align: left;
}

#content caption {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: bold;
}

#content a:link {
	color: #aa0000;
	text-decoration: underline;
}

#content a:active {
	color: #aa0000;
	text-decoration: underline;
}

#content a:visited {
	color: #aa0000;
	text-decoration: underline;
}

#content a:hover {
	color: #1f1f1f;
	background-color: transparent;
	text-decoration: none;
}

#content a.file:link {
	color: #aa0000;
	text-decoration: none;
}

#content a.file:active {
	color: #aa0000;
	text-decoration: none;
}

#content a.file:visited {
	color: #aa0000;
	text-decoration: none;
}

#content a.file:hover {
	color: #1f1f1f;
	background-color: transparent;
	text-decoration: underline;
}

#content .article_title, .article_subtitle {
	text-align: center;
	font-weight: bold;
}

#content .author {
	text-align: center;
} 

#content .author_name {
} 

#content .author_affiliation {
} 

#content .review_author {
	font-style: italic;
	font-weight: bold;
} 

#content .review_author_name {
} 

#content .review_author_affiliation {
} 

#content .editorial_author {
	font-style: italic;
} 

#content .editorial_author_name {
} 

#content .editorial_author_location {
} 

#content .article_abstract {
	margin-left: 5em;
	margin-right: 5em;
} 

#content .figure {
	margin-top: 2em;
	margin-bottom: 2em;
	text-align: center;
}

#content .figure_caption {
	text-align: center;
	font-weight: bold;
} 

#content .figure img {
	display: block;
	margin-left: auto;
	margin-right: auto; 
	max-width: 600px;
} 

#content p img {
	display: block;
	margin-left: auto;
	margin-right: auto; 
	max-width: 600px;
} 

#content .article_table {
	text-align: center;
}

#content .image_caption {
	text-align: center;
	font-weight: bold;
}
