/*
Theme Name: UofSCLaw-2012
Theme URI: https://UofSCLaw.org/
Author: TA Brasier
Author URI: https://UofSCLaw.org/
Description: Twenty Twelve child theme.
Template: twentytwelve
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0.0
Text Domain: UofSCLaw-2012
*/

/* SET UNIVERSITY FONTS */
body {
	font-family:'Berlingske Sans' !important;
	font-size: 14px;
	font-size: 1rem;
}
h1, h2, h3, h4, h5, h6 {
	color: #73000a;
	font-family:'Berlingske Serif' !important;
}

/* BODY LINKS */
a {
	outline: none;
	color: #73000a;
	text-decoration: underline;
}
a:hover {
	color: #73000a;
	text-decoration: none;
}
a:visited {
	color: #990000 !important;
	text-decoration: underline;
}

/* FOOTER LINKS */
div.site-info a {
	outline: none;
	color: #73000a;
	text-decoration: underline;
}
div.site-info a:hover {
	color: #73000a;
	text-decoration: none;
}
div.site-info a:visited {
	color: #990000 !important;
	text-decoration: underline;
}

/* NAVIGATION MENU */
.nav-menu a {
	color: #990000 !important;
	font-family:'Berlingske Sans' !important;
}
.nav-menu a:hover,
.nav-menu a:focus {
	color: #990000 !important;
}

/* ASIDE */
article.format-aside .aside {
	background: #dddddd;
	border-left: 22px solid #990000;
}

/* WIDGET AREA */
.widget-area .widget a {
	color: #757575 !important;
	text-decoration: underline;
}
.widget-area .widget a:hover {
	color: #73000a !important;
	text-decoration: none;
}
.widget-area .widget a:visited {
	color: #757575 !important;
	text-decoration: underline;
}

/* TRIBE-EVENTS */
.tribe-events-notices {
	background: #73000a;
	border: 1px solid #990000;
	color: #fffffc;
}

/* WPADMIN */
a.ab-item {
	color: #fffffc !important;
}

