/**
 * plugins/themes/classicGreen/classicGreen.css
 *
 * Copyright (c) 2003-2013 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Classic blue theme stylesheet.
 *
 */
 
html {
	height: 100%; 
}

body {
    background: none repeat scroll 0 0 #D0D0D0;
	font-family:  Verdana, Arial, sans-serif;	
    margin: 0;
	height: 100%;
	font-size: 13px;
}

a {
	text-decoration: none;
}

a:link {
	color: #151430;
}

a:active {
	color: #FFFFFF;
	background: #151430;
}

a:visited {
	color: #151430;
}

a:hover {
	color: #FFFFFF;
	background: #151430;
}

a.file:last-child {
    background: url("images/pdficon_small.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 2px 0 10px 22px;
	color: #151430;
}

hr {
  width: 80%;
}

label.error {
	color: #f60;
}

input.defaultButton {
	color: #151430;
	background: #B9BBD3;
}

#container {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("images/shadow_right.gif") repeat-y scroll right center #FFFFFF;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #808080;
    border-image: none;
    border-style: none none none solid;
    border-width: 0 0 0 1px;
    margin: 0 4%;
    padding: 0 10px 0 0;
    width: 92%;
   height: 100%;
   min-height:100%;
   position:relative;
   overflow: auto;
}

#container-comments {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("images/shadow_right.gif") repeat-y scroll right center #FFFFFF;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #808080;
    border-image: none;
    border-style: none none none solid;
    border-width: 0 0 0 1px;
    margin: 0;
    padding: 0 10px 0 0;
    width: 100%;
   height: auto;
   min-height:auto;
   position:relative;
   overflow: auto;
}


#header {
    height: 100px;
	background-color: #B9BBD3;
    border-bottom: 1px solid #888888;
    border-top: 1px solid #888888;	
}

#headerTitle {
	text-align: center;
}

#headerTitle img {
  float: left;
  margin: 20px 20px 10px 10px;
}

#header h1 {
	font-family:  Georgia, "Times New Roman", serif;
	font-size: 1.75em;
	background-color: #B9BBD3;
	color: #151430;
	margin: 0;
	padding-top: 20px;
}

#header h2 {
	font-family:  Georgia, "Times New Roman", serif;
	font-size: 1.2em;
	background-color: #B9BBD3;
	color: #151430;
	font-weight: normal;
	margin: 0;	
}

#footer {
	clear: both;
	background-color: #FFFFFF;
	text-align: left;
}

#footerContent {
	color: #151430;
}

footer {
	clear: both;
}

#main {
	background-color: #fff;
}

#main h2 {
	font-family:  Georgia, "Times New Roman", serif;
}

#main h3 {
	font-family:  Georgia, "Times New Roman", serif;
}

#navbar {
    border-bottom: none;
    margin-right: 0;
    padding-bottom: 0.5em;
	text-align: left;
}

#breadcrumb {
	height: 18px;
	line-height: 1.5em;
	text-align: left;
	padding: 0;
	font-size: 1em;
}

#content {
	border-top: 1px dotted #404040;
    font-size: 1em;	
}

#content h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.5em;
}

#content h4 {
	font-family: Georgia, "Times New Roman", serif;
}

#content h5 {
	
}

span.highlight {
	
}

table.listing tr.highlight {
	background: #fcff64;
}

table.listing tr.fastTracked {
	background-color: #82BD86;
}

table.listing td.headseparator {
	border-top: 1px dotted #404040;
}

table.listing td.endseparator {
	border-top: 1px dotted #404040;
}

span.formError {
	color: #f60;
}

ul.formErrorList {
	color: #f60;
}

div.separator {
	
}

#rightSidebar ul, #leftSidebar ul {
	margin-left: 0px;
	padding-left: 0px;
}

#rightSidebar li, #leftSidebar li {
	list-style-type: none;
	display: block;
}

#rightSidebar li a, #leftSidebar li  a {
	display: inline-block;
	padding: 0.1em 0.5em;
}

#rightSidebar, #leftSidebar {
	position: absolute;
	bottom: 0;
	margin: 0;
}

#leftSidebar {
	background: url("images/menu.gif") no-repeat scroll left top #B9BBD3;
    border-right: 1px solid #888888;		
	left: 0;
	top: 101px;		
}

#rightSidebar {
	top: 100px;
	right: 10px;
}

ul.menu li {
    display: block;
    margin: 0;
    padding: 0;
}

ul.menu a {
    font-size: 1em;
    text-decoration: none;
    text-transform: none;
}

#navbar li {
    margin: 5px 0;
}

#navbar a {
    font-size: 1em;
    letter-spacing: 0.05em;
	display: block;
	padding: 0.1em 0.5em;
}


table#issues {
  border: 1px solid #444444;
  border-collapse: collapse;
  margin: 1em 0;
}

table#issues  td,
table#issues  th {
  border: 1px solid #444444;
  padding: 10px;
}

table#issues  tr:nth-child(odd) {
  background-color: #FFFFFF;
}

table#issues  tr:nth-child(even) {
  background-color: #EEEEEE;
}

table#issues h3,
table#issues h4 {
  margin: 0;
  padding: 0;
}

table.tocArticle  {
  padding: 0.5em 0;
  width: 100%;
	cursor: pointer;	  
}

table.tocArticle:hover {
	background-color: #eeeeee;
}

/**
 * Review form
 */
 #reviewForm  {
  	border-top: 1px dotted #103664;	
 	border-bottom: 1px dotted #103664;	
}
 
 #reviewForm  td {
	padding: 4px 0;
 }
 
 /* Issue */
 #currentIssue {

 }
 
/* Article */
 
#articleTitle {
   font-size: 0.8em;
   text-align: center;
   text-transform: uppercase;
}

#articleTitle  h3 {
   font-weight: bold;   
}


#authorString {
   font-family:  Georgia, "Times New Roman", serif; 
   font-variant: small-caps;
}
 
#articleAbstract {
   margin: 1em 2em;
   font-family:  Georgia, "Times New Roman", serif;   
}

#articleSubject {
  font-family:  Georgia, "Times New Roman", serif;
  margin: 1em 2em;
}
 
#articleFullText  {
  font-family:  Georgia, "Times New Roman", serif;
  margin: 1em 0;
}

#articleFullText  a {
   text-transform: none;
   font-size: 1em;
}
 
#issueCoverImage {
	float: right;
	margin: 0 0 1em 1em;
}

#currentIssue

#currentIssue h3 {
	margin: 0 0 0.5em 0;
	padding: 0;
}

#currentIssue #issueIdentification{
	text-align: right;
}

#journalDescription {
	/*clear: both;*/
}