/**
 * classicBlue.css
 *
 * Copyright (c) 2003-2011 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Classic blue theme stylesheet.
 *
 * $Id$
 */

body {
	background-color: #fff;
	font-family: Verdana, "Times New Roman", Times, Georgia, serif;
	background-image:url('');
}

a {
	text-decoration: none;
}

a:link {
	color: #E30613;
}

a:active {
	color: #E30613;
}

a:visited {
	color: #E30613;
}

a:hover {
/*	background-color: #000000;*/
	color: #E30613;
	text-decoration: underline;
}

label.error {
	color: #f60;
}

input.defaultButton {
	color: #EEEEFF;
	background: #E30613;
}


#container {
	background-color: #fff;
	font-size: 1em;
}

#header {
	min-height: 100px;
	background-color: #fff;
}

#headerTitle {
	text-align: center;
}

#header h1 {
	line-height: 2.5;
	font-family: Verdana, "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
	letter-spacing: 10px;
	font-size: 2em;
	background-color: #000000;
	color:  #ffffff;
	padding: 0px;
	border-bottom:3px ridge  #FFFFFF; 
}

#footer {
	background-color: #ffffff;
	color:  #000000;
}

#footerContent {
	color:  #000000;
}

#main {
	background-color: #eeeeee;
	/*background-color: #CECED1;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;*/
	border:0;
	margin-top: 0px;
	padding-top: 0px;
}

#main h2 {
	font-family: Verdana, "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
	text-align: center;
}

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

#navbar {
	border: 0px;
	text-align: center;
	background-color: #000000;
	padding:0.7em 0 0.7em 0;
}

#navbar ul.menu li {
	margin: 0;
	padding: 0 0.4em 0 0.4em;
	display: inline;
	border-left: 2px solid white;
	border-right: 2px solid white;
}

#navbar ul.menu li.siteLink {
	display: none;	
}

#navbar a {
     	font-size: 0.75em;
        color: #E30613;
        text-decoration: none;
}

#navbar a:hover {
/*      background-color: #000000;*/
        color: #E30613;
        text-decoration: underline;
}

#breadcrumb {
/*	height: 16px;
	line-height: 1.2em;*/
	font-size: 0.6em;
	text-align: left;
	/*border-bottom: 1px solid #000000;*/
	padding: 1.2em 0 0.2em 0;
}

#breadcrumb a:hover {
/*      background-color: #000000;*/
        color: #E30613;
        text-decoration: underline;
}



#content {
	border:0;
	padding: 0 0.5em 0 1em;
	font-size: 0.85em;
}

#content h3 {
	font-family:  Verdana, "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
	font-weight: bold;
}

#content h4 {
	font-family:  Verdana, "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
	font-size:12pt;
}

#content h5 {
	text-transform: uppercase;
}


span.highlight {
	border-bottom: 1px dotted #069;
}

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

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

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

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

span.formError {
	color: #f60;
}

ul.formErrorList {
	color: #f60;
}

div.separator {
	border-bottom: 1px dotted #069;
}

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

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

#rightSidebar, #leftSidebar {
	/*margin-top: 5px;
	border: 2px solid #CECED1;*/
	margin-top: 0px;
}

#sidebar div.block{
	border-top: 4px double #000000;
	padding-left:0.5em;
	
}

table.tocArticle td.tocAuthors {
	padding-left: 30px;
	font-style: italic;
	vertical-align: top;
	font-size: 9pt;
}

table.tocArticle td.tocGalleys {
	width: 30%;
	text-align: right;
	font-size: 9pt;
}

#logoImg {
	padding-top:1.5em;
}


#issue h4{
	padding-top: 10%;

}

.homeCoverImage img{
	border: 0;
	float: left;
	width: 250px;
	margin: 1em 1em 1em 0;
}

.issueCoverImage img{
	width: 250px;
}
