/**
 * @file plugins/themes/default/index.less
 *
 * Copyright (c) 2014 Simon Fraser University Library
 * Copyright (c) 2003-2014 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * @brief Default theme stylesheet
 *
 */
a, .pkp_controllers_grid a {
	text-decoration: none !important;
	color: #5e4e7f;
}
	a:visited {
		color: #9a1404;
	}

.pkp_structure_head {
	background-color: rgba(0,0,0,0.8) !important;
}

.sf-menu li li {
	background-color: #333333 !important;
}

.pkp_structure_page {
    padding-bottom: 10px !important;
}

.pkp_structure_foot {
	min-height: 50px !important;
	background-color: rgba(0,0,0,0.8);
}

.pkp_structure_subfoot .pkp_structure_content img {
	display:none !important;
}