/**
 * plugins/themes/classicBlue/classicBlue.css
 *
 * Copyright (c) 2013-2014 Simon Fraser University Library
 * Copyright (c) 2003-2014 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Classic blue theme stylesheet.
 *
 */

@import url(http://fonts.googleapis.com/css?family=Raleway:400,200,300,500);



body {
	background-image: url(/images_design/grid.png);
	background-color: #eae5df;
	font-family: Verdana, sans-serif;
}
#body {
	width: 98%;
	}
a {
	text-decoration: none;
}

a:link {
	color: #069;
}

a:active {
	color: #39c;
}

a:visited {
	color: #069;
}

a:hover {
	color: #EEEEFF;
	background: #069;
}

label.error {
	color: #f60;
}

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

#container {
	width: 96%;
	background-color: #fff;
	font-size: 1em;
	margin: auto;
	margin-top: 20px;
	/* border-bottom: 20px solid #369; */
	/* margin-left: 2%;
	margin-right: 2%; */
	/* border: 1px solid red; */
	/* float: left; */
}

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

#headerTitle {
	text-align: center;
}

#header h1 {
	line-height: 2.5;
	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
	letter-spacing: 10px;
	font-size: 2em;
	background-color: #369;
	color:  #fff;
	padding-top: 30px;
	padding-bottom: 20px;
	border-bottom: 4px solid #113964;
	padding-left: 5%;
}

#footer {
	background-color: #369;
	color:  #fff;
}

#footerContent {
	color:  #fff;
}
#pageFooter {
	background-color: #369;
	color:  #fff;
	padding: 2%;
}
#main {
	background-color: #fff;
	/* border-top: 1px solid yellow; */
	/* border-bottom: 1px dotted #069; */
	margin-top: 0px;
	/* margin-left: 5%; */
	margin-left: 0;
}

#main h2 {
	font-family: Raleway, Arial, sans-serif;
	color: #c37100;
	/* text-transform: uppercase; */
}

#main h3 {
	font-family: Raleway, Arial, sans-serif;
	color: #c37100;
	/* text-transform: uppercase; */
}

#navbar {
	border-bottom: 1px dotted #069;
	text-align: center;
}

#breadcrumb {
	height: 18px;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px dotted #069;
	padding: 0;
	font-style: italic;
}

#content {
	border-top: 1px dotted #069;
}

#content h3 {
	font-family: Raleway, Arial, sans-serif;
	color: #c37100;
}

#content h4 {
	font-family: Raleway, Arial, sans-serif;
	color: #c37100;
}

#content h5 {
	font-family: Raleway, Arial, sans-serif;
	color: #c37100;
}

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;
}

#sidebar {
float: none;
	clear: left;
	/* border: 1px solid red;  */

	}
#rightSidebar, #leftSidebar {
	margin-top: 5px;
	border-bottom: 1px dotted #069;
}

/* home page CP */
div#journalDescription { float: left; width: 50%; }
div#additionalHomeContent { float: right; width: 43%; margin-right: 10px;}
div#content h3 { clear: both; }
table.tocArticle td.tocTitle, table.tocArticle td.tocGalleys { padding-top: 6px;  border-top: 1px solid #efefef; }
table.tocArticle td.tocAuthors, table.tocArticle td.tocPages { padding-bottom: 5px;   }
#subscribeBox { width: 94%; padding: 12px; margin-right: 6%; border: 1px solid #369; text-align: center; font-size: 13px; line-height: 1.4em; }
#subscribeBox span { white-space: nowrap;}

/* CP all pages */

body { text-align: center; }
#container { min-width: 40%; max-width: 1024px; text-align: left;  margin-bottom: 20px; }
#container { border-bottom: 10px solid #369; overflow:auto; } /* clears internal floats */

div#body { float: left; background-color: #f6f6f6; }
#rightSidebar { max-width: 200px; margin-right: 2em; }
div#main { padding: 0.5em 2em 2em 2em; width:70%; min-height: 650px;}
div#content {/*  min-height: 600px; */ }


