/*
Theme Name: uoft_bootstrap3_EdA_203
Theme URI: http://its.utoronto.ca
Author: Communications and ITS Education and Awareness
Version: 2.0.3
Description: Built on Bootstrap ver 3.3.2, this theme was modified for the ITS Education and Awareness Team by Selena Panchoo
License: (Will be updated)
*/

.breadcrumb { margin-top: 10px; }

/* Sidebar */

#sidebar { padding-top: 30px }
#sidebar aside { margin-bottom: 40px; }

/***Added June 11, 2018***/

/*Fonts*/
body, p, li, pre {
	font-size:16px;
}

h1, h2, h3, .h1, .h2, .h3 {
    font-family:"Arial, Helvetica",sans-serif;
	font-weight:500;
}

h4, h5, h6, .h4, .h5, .h6 {
	font-family:"Open Sans Condensed",sans-serif;
	font-weight: 700;
}

h2, .h2 {
	color: #777777;
}

h3, .h3 {
	color: #4779b1;
	font-size: 28px;
}

h4, .h4 {
	color: #002a5b;
	font-size:24px;
}

h5, .h5 {
	font-size: 20px;
	font-style: normal;
}

h6, .h6 {
	font-size: 18px;
}

/*Breadcrumb Navigation*/

.breadcrumb li,
.breadcrumb a,
.breadcrumb > .active {
	font-size:16px;
}

.breadcrumb  {
	padding:0px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom:0px;
}

.breadcrumb, 
.breadcrumb li,
.breadcrumb li a,
.breadcrumb a{
	color: #666 !important;
}

.breadcrumb > .active {
	color: #002a5c !important;
}

/*Top Nav Menu*/

#site-navigation {
	background: #e5e5e5;
	border-top: 4px solid #cccccc;
}

@media (min-width: 992px) {
	.primary-navigation .container {
    border-top: 0px solid #002a5c;
		background: #e5e5e5;
	}
	
	.primary-navigation .nav-menu>li>a {
    border-right: 0px solid #d8d8d8;
    border-left: 0px solid #f2f2f2;
		font-weight:700;
		font-family: 'Open Sans Condensed',sans-serif;
    padding-left: 15px;
    padding-right: 15px;
		font-size: 16px;
    color: #555555;
	}
	.primary-navigation .nav-menu>li>a:hover {
		background: #e0e0e0;
		color:#002a5b;
	}
}

/*Links*/

.site-name a:hover {
	color: #002a5b;
}

a:hover {
	text-decoration:none;
}

/*Blog Page Posts*/

.page-header {
    border-bottom: 0px solid #eee;
	  padding-bottom: 0px;
}

.entry-title {
    line-height: 1.3;
    border-top: 1px solid #dddddd;
	  border-bottom: 0px;
    padding-top: 10px;
	  padding-bottom: 0px;
}
.entry-author{
		font-size:14px;
}
.entry-date{
	 font-size:14px;
	 font-style: italic;
}

.entry-header .entry-featured {
	margin-top: 20px;
}

/*Category Page Posts*/
.archive-header {
	margin-top:0px;
}
.category-item {
	  border-bottom: 0px;
    border-top: 1px solid #dddddd;
	  border-bottom: 0px;
    padding-top: 20px;
	  padding-bottom: 30px;	
}
.category-item a h2 {
	  margin-top:0px;
}
.category-item .entry-author{
		font-size:14px;
}
.category-item .entry-date{
	 font-size:14px;
	 font-style: italic;
	 padding-bottom: 15px;
}

/*Footer*/

.site-copy {
    font-size: 16px;
}