/**
 * plugins/themes/pkpps/styles/backgroundColors/white.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.
 *
 * Stylesheet for PKP Publishing Services theme.
 *
 */


/*
 * Common HTML elements
 */

body {
	background-color: #fff;
}


/**
 * Main layout elements
 */

#container, #body, #main, #main h1, #main h2, #main h3, #content, #breadcrumb  {
    background-color: #fff;
}


/**
 * Navigation bar
 */

#navbar ul.menu {
    background-color: #fff;
}

#navbar a, #navbar a:link, #navbar a:active, #navbar a:visited {
    background-color: #fff;
}

#navbar a:hover {
    background-color: #fff;
}



/**
 * Sidebar
 */

#sidebar {
	background-color: #fff;
}

#sidebar div.block {
    background-color: #fff;
}

#rightSidebar, #rightSidebar {
    background-color: #fff;
}
