/*
Theme Name: Tesla4ICCM
Theme URI: http://www.iccm2015.org/
Description: Tesla is a beautiful WordPress Theme that we adapted for ICCM 2015.
Version: 1.00
Author: Tesla Themes, adapted by Jelmer Borst
Author URI: http://www.jelmerborst.nl/
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: light, four-columns, flexible-width, post-formats, photoblogging
*/


/* 
CSS overrides below were done by
Dan Guzek to make the stock ICCM2015
theme more Penn-State-like for 2016.
*/

hr{
	background-color: #ccc;
	color: #ccc;
	height: 2px;
	margin-top: 1em;
}

.footerbg{
	background-color: #1c253e;
}

.footerlogo{
	border-top: 1px solid #ffffff;
}

.borderline1{
	background: #1c253e;
}


/**** blue background ****/
ul.menu > li.menu-item.current_page_item > a,
ul.menu > li.menu-item.current_page_parent > a,
ul.menu > li.menu-item.current-menu-item > a,
ul.menu > li.menu-item > a:hover {
	background-color: #003087; /* Penn State Blue - Pantone 287 */
	previous-background-color: #1c253e;
}

/**** white background, black text ****/
ul.sub-menu > li.menu-item > a:hover,
ul.menu > li.menu-item > div.menuLevel> ul.sub-menu,
ul.menu > li.menu-item > div.menuLevel> ul.sub-menu > li.menu-item > a  {
	background: #fff;
	color: #000000;
}

a {
color: #003087; /* Penn State Blue - Pantone 287 */
}
a:visited {
color: #3c559e; /* Penn State Blue - Pantone 287 */
}
/**** white background, grey border ****/
.menuContainer > ul.menu > li.menu-item > div.menuLevel {
	background: #ffffff;
	border: 1px solid #ccc;
}



.titleContainer,
.titleContainer .title {
    border-bottom: 1px solid #003087; /* Penn State Blue - Pantone 287 */
    dontchangethecolor: #003087; /* Penn State Blue - Pantone 287 */
}

.titleContainer.titleFooter .title {
	border-bottom: 3px solid #ffffff;
}
