/**
 * plugins/themes/waterblue/waterblue.css
 *
 * Copyright (c) 2013-2016 Simon Fraser University Library
 * Copyright (c) 2003-2016 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Vanilla theme.
 *
 */


 
body {	
	background-color:#cc9966;
	color: #000000;
}

a:link {
	color: #000000;
}

a:active {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover {
	color: brown;
	background: #cc9966;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #eeeeee;
}

input.defaultButton {
	background-color: #cc9966;
	color: #000000;
}

#header {
	background-color: #338099;
    width: 100%;
    height: 250px;
	
}