/**
 * vanilla.css
 *
 * Copyright (c) 2000-2008 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Vanilla theme.
 *
 * $Id: vanilla.css,v 1.4 2008/04/04 17:06:52 asmecher Exp $
 */

body {
	background-color: #ffffff;
	color: #000000;
}

ul {
        list-style-type: square;
}

ul.plain {
        list-style-type: square;
}

a:link {
	color: #13387C;
}

a:active {
	color: #13387C;
}

a:visited {
	color: #13387C;
}

a:hover {
	color: #7a9bc4;
	background: #ffffff;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #eeeeee;
}

input.defaultButton {
	background-color: #000000;
	color: #ffffff;
}

#header {
	background-color: #ffffff;
	border-bottom: 0px solid black;
}

#main {
	background-color: #ffffff;
	border-left: 0px solid black;
	border-right: 0px solid black;
	border-bottom: 0px solid black;	
}

#main h2 {
	padding-left: 10px;
        text-align: left;
        font-family: century gothic, sans-serif;
        text-transform: uppercase;
}

#main h3 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0em;
        font-family: century gothic, sans-serif;
        text-transform: uppercase;
	font-weight: normal;
}

#navbar {
	padding-left: 10px;
	border-bottom: 1px solid #13387C;
	font-family: century gothic, sans-serif;
        font-size: 1.2em;	
}

#breadcrumb {
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #13387C;
	font-family: century gothic, sans-serif;	
}

#content {
	padding-left: 10px;
	border-top: 0px dotted #000;
}


#rightSidebar {
	float: right;
	width: 14%;
	padding: 1em 0em 1em 0em;
	font-size: 0.75em;
	height: 100%;
	margin-right: 10%;
	margin-left: 2%;
	overflow: hidden;
	font-family: century gothic, sans-serif;	
}

#leftSidebar {
	float: left;
	width: 14%;
	padding: 1em 0em 1em 0em;
	font-size: 0.75em;
	height: 100%;
	margin-left: 10%;
	margin-right: 2%;
	display: inline;
	overflow: hidden;
	font-family: century gothic, sans-serif;	
}

#content h2 {
        padding-left: 0px;
}

#content h3 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-family: century gothic, sans-serif;	
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.35em;
}

#content h4 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-family: century gothic, sans-serif;	
	font-weight: normal;
	font-size: 1.5em;
}

#sidebar div.block span.blockSubtitle {
	text-transform: uppercase;
}
