/**
 * classicNavy.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: #dbcba7; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbcba7', endColorstr='white'); /* for IE */
	background-image: url(http://scriptura.journals.ac.za/public/journals/1/cloud-2.png), url(http://scriptura.journals.ac.za/public/journals/1/cloud-1.png), -webkit-gradient(linear, left top, left bottom, from(#dbcba7), to(white)); /* for webkit browsers */;
	background-image: url(http://scriptura.journals.ac.za/public/journals/1/cloud-2.png), url(http://scriptura.journals.ac.za/public/journals/1/cloud-1.png), -moz-linear-gradient(top,  #dbcba7,  white); /* for firefox 3.6+ */;
	background-position: left bottom, right center; /*Positioning*/
	background-repeat: no-repeat; /*Prevent showing multiple background images*/
	font-family: "Arial", san-serif;
	margin-right: 0;
	padding: 0.2em;
}

a {
	text-decoration: none;
}

a:link {
	color: #000;
}

a:active {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover {
	color: #ABD;
	background: #000;
}

label.error {
	color: #900;
}

input.defaultButton {
	color: #ABD;
	background: #000;
}

#container {
	font-size: 1em;
}

#header {
	min-height: 100px;
}

#headerTitle {
	text-align: center;
}

#header h1 {
	line-height: 2.5;
	font-family: "Arial", san-serif;
	text-transform: uppercase;
	letter-spacing: 10px;
	font-size: 2em;
	background: #dbcba7;
}

#footer {
	background-color: #000;
	color:  #000;
}

#footerContent {
	color:  #000;
}

#main {
	background-color: #eee9d6;
	border-top: 3px solid #154212;
	border-bottom: 1px dotted #fff;
	margin-top: 15px;
	padding: 0.5em 0.2em 2em 0.2em;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#main h2 {
	font-family: "Arial", san-serif;
	text-transform: uppercase;
}

#main h3 {
	font-family: "Arial", san-serif;
	text-transform: uppercase;
}

#navbar {
	margin-right: 0;
	padding: 0.2em;
	background: #dbcba7; /* for non-css3 browsers */

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbcba7', endColorstr='white'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#dbcba7), to(white)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #dbcba7,  white); /* for firefox 3.6+ */
	border-bottom: 2px solid #154212;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

#breadcrumb {
	height: 18px;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px dotted #000;
	padding: 0;
	font-style: italic;
}

#content {
	border-top: 1px dotted #000;
}

#content h3 {
	font-family:  "Arial", san-serif;
	text-transform: uppercase;
}

#content h4 {
	font-family:  "Arial", san-serif;
	text-transform: uppercase;
}

#content h5 {
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px dotted #000;
}

table.listing tr.highlight {
	background: #000;
}

table.listing tr.fastTracked {
	background-color: #ABD;
}

table.listing td.headseparator {
	border-top: 1px dotted #000;
}

table.listing td.endseparator {
	border-top: 1px dotted #000;
}

span.formError {
	color: #900;
}

ul.formErrorList {
	color: #900;
}

div.separator {
	border-bottom: 1px dotted #000;
}

#rightSidebar ul, #leftSidebar ul {
	margin-left: 0px;
	padding-left: 0px;
}

#rightSidebar li, #leftSidebar li {
	list-style-type: none;
}

#rightSidebar, #leftSidebar {
	margin-top: 5px;
	border-bottom: 1px dotted #000;
}