/**
 * plugins/themes/vanilla/vanilla.css
 *
 * Copyright (c) 2003-2013 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Vanilla theme.
 *
 */

body {
	background-color: #ffffff;
	color: #000000;
	font-family:Arial,Helvetica,sans-serif;
}

h1, h2, h3, h4, h5 {
/*	font-family:Arial,Helvetica,sans-serif !important;*/
}

a:link {
	color: #084a7e;
	text-decoration: none;
}

a:active {
	color: #000000;
}

a:visited {
	color: #084a7e;
}

a:hover {
	color: #ec9b1e;
	background: #ffffff;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #eeeeee;
}

input.defaultButton {
	background-color: #000000;
	color: #ffffff;
}

#header {
	background-color: #002551;
/*	border-bottom: 1px solid black;*/
	color:#b1bdc9;
}

#main {
	background-color: #ffffff;
/*	border-left: 1px solid black;*/
/*	border-right: 1px solid black;*/
/*	border-bottom: 1px solid black;*/
	padding-top:0;
}

#main h2 {
	padding-left: 10px;
}

#main h3 {
	padding: 4px 10px;
	background:#084a7e;
	color:#efefef;
	display:inline;
}


td.tocGalleys {
	padding-right: 10px;
}

#navbar {
	padding-top:0.5em;
	padding-left: 10px;
	border-bottom: 1px solid black;
	background-color: #084a7e;
}

#navbar li {
	border-left:1px dotted #efefef;
	border-right:1px solid #084a7e;
	padding: 0 12px 0 14px;
}
#navbar li:first-child {
	border-left:1px dotted #084a7e;
}

#navbar a {
	color: #efefef;
	font-size:13px;
}

#navbar a:hover {
	background:transparent;
	color:#ec9b1e;
}

#navbar #about {display:none;}

#breadcrumb {
	padding-left: 10px;
	padding-bottom: 10px;
/*	border-bottom: 1px solid black;*/
}

#content {
	font-size:14px;
	line-height:1.7em;
	padding-top:20px;
	padding-left: 10px;
	border-top: 0px dotted #000;
}
#content h3 {
	background:transparent;
	color:#000;
	padding-left:0;
	display:block;
}

table.tocArticle {
	margin-bottom:10px;
}

table.tocArticle td.tocTitle a {
	font-weight:bold;
}

table.tocArticle td.tocAuthors {
	padding-left:0;
	font-style: normal;
	color:#084a7e;
}
