/**
 * vanilla.css
 *
 * Copyright (c) 2000-2012 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Vanilla theme.
 *
 * $Id$
 */

body {
	background-color: #ffffff;
	color: #000000;
}

a:link {
	color: #32B5D0;
}

a:active {
	color: #32B5D0;
}

a:visited {
	color: #808080;
}

a:hover {
	color: #32B5D0;
	background: #ffffff;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #eeeeee;
}

input.defaultButton {
	background-color: #000000;
	color: #ffffff;
}
header .header-top .top-links {
    float: left;
    margin-top: 4px;
}

header .header-top .top-links span:first-child {
    border-left: 0;
}

header .header-top .top-links span {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 14px;
    line-height: 1.2;
    padding-left: 16px;
    margin-left: 10px;
    display: inline-block;
}

header .header-top {
    padding: 4px 0 0;
    background: var( --ee-primary-color );
}

header .header-top .secondary-nav {
    float: right;
    padding: 4px 0 10px;
    position: relative;
}

header .header-top .secondary-nav ul {
    position: absolute;
    top: 100%;
    right: 0;
    margin: 0;
    padding: 0;
    background: var( --ee-primary-color );
    width: 200px;
    z-index: 10;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    display: none;
}

#main {
	background-color: #ffffff;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;	
}

#homepageImage img {
	display: block;
	margin: 0 auto;
	border: 0;
	text-align: left;
}

#main h2 {
	padding-left: 10px;
	text-align: center;
}


td.tocGalleys {
	padding-right: 10px;
}

#navbar {
	padding-left: 10px;
	border-bottom: 1px solid black;
	font-size: 1.15em;
	letter-spacing: 0.2em;
}

#breadcrumb {
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid black;	
}

#content {
	padding-left: 10px;
	border-top: 0px dotted #000;
}

