/*
 Theme Name:   Pace University (Twenty Sixteen Child)
 Theme URI:    http://www.campuspress.com
 Description:  Pace University - Twenty Sixteen Based theme
 Author:       CampusPress
 Template:     twentysixteen
 Version:      1
*/

body {
    background: #f5f5f5;
    font-family: "Brandon Grot W01 Bold",Arial,sans-serif;
}

a {
    color: #008cba;
}
a:hover, a:focus, a:active {
    color: #dc4623;
}

.site {
    background-color: #ffffff;
}

.site-branding .site-title a {
    color: #214277;
    font-family: "Brandon Grot W01 Bold",Arial,sans-serif;
        font-size: larger;
}

.site-description {
    color: #aaa;
    font-size: medium;
}

.site-header {
	padding-top: 2.5em;
}

.site-social-links .social-navigation {
	display: block;
}
.site-social-links .social-navigation a {
	border:none;
}
.site-social-links .social-navigation a:before {
	font-size: 20px;
}
.social-navigation a[href*="facebook"]:before {
	content: "\f203";
}
.social-navigation a[href*="twitter"]:before {
	content: "\f202";
}

.main-navigation ul li {
    background: none;
    color: #5c5c5c;
}
.main-navigation li > a {
    color: #5c5c5c;
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
    color: #3D8DC6;
}

.entry-title a {
    color: #214277;
    font-family: "Brandon Grot W01 Bold",Arial,sans-serif;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-summary h1, .entry-summary h2, .entry-summary h3, .entry-summary h4, .entry-summary h5, .entry-summary h6, .comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6, .textwidget h1, .textwidget h2, .textwidget h3, .textwidget h4, .textwidget h5, .textwidget h6 {
    font-weight: 500;
}

.widget {
    border-top: 4px solid #ffc300;
}
.widget .widget-title {
    font-family: "Brandon Grot W01 Bold",Arial,sans-serif;
    font-size: 18px;
    font-size: 1rem;
    letter-spacing: 0.046875em;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    text-transform: uppercase;
    color: #aaa;
}

.widget ul li, .entry-content ul li {
    padding-left: 20px;
    background: url("http://www.pace.edu/sites/all/themes/pace7r/images/bul.grn.png") no-repeat 6px 8px;
    margin-bottom: .5em;
    line-height: 1.5em;
    list-style: none;
}