/**
 * @package     JoomlaZen Education Template
 * @version     0.5.6
 * @author      JoomlaZen - www.joomlazen.com
 * @copyright   Copyright (c) 2016 - 2016 JoomlaZen. All rights reserved.
 * @license     GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
 */

/*  Base 
========================================================================== */
html {
	background: #EBEBEB;
}
body, h1, h2, h3, h4, h5, h6, .uk-navbar-nav > li > a {
	font-family: 'Roboto';
}
a:hover, .uk-link:hover {
	color: #003455;
}
.uk-link-muted a:hover, .uk-link-muted:hover {
	color: #000;
	text-decoration: none;
}
/* Layouts
========================================================================== */
/* Top */
header.tm-top > .header {
	height: 240px;
}
header.tm-top > .header > a {
	text-decoration: none;
}
header.tm-top > .header > a:hover {
	color: inherit;
}
header.tm-top > .header .title {
	margin: 15px 0 5px;
	padding: 0;
	font-size:  18px;
	line-height: 20px;	
} 

header.tm-top .uk-navbar-brand > img {
	height: 32px;
}
/* Middle */
section.tm-middle {
	padding-top: 20px;
	padding-bottom:  35px;
	box-sizing:  border-box;
}
/* Footer */
footer.tm-footer {
	display: block;
	padding: 10px 0 7px;
	background: #f5f5f5;
	color: #444;
	border: 1px solid rgba(0,0,0,.0);
	border-top-color: rgba(0,0,0,.06);
}
footer.tm-footer .copyright {
	color: #999;
}
/* K2
========================================================================== */
/* news */
#k2News.category .itemlist .item .header,
#k2News.article .item .header {
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DDD;
}
#k2News.category .itemlist .item .header > .date,
#k2News.article .item .header > .date {
	float: left;
	width: 48px;
	height: 48px;
	text-align: center;
	background: linear-gradient(to bottom, #FFF, #FEFEFE) repeat scroll 0% 0% transparent;
}
#k2News.category .itemlist .item .header > .date > .day,
#k2News.article .item .header > .date > .day {
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	border: 1px solid #000;
	border-top: none;
	border-radius: 0 0 2px 2px;
}
#k2News.category .itemlist .item .header > .date > .month,
#k2News.article .item .header > .date > .month {
	line-height: 18px;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFF;
	background: #000;
	border-radius: 2px 2px 0 0;
}
#k2News.category .itemlist .item .header > .title,
#k2News.article .item .header > .title {
	margin-left: 60px;
}

/* Adaptive
========================================================================== */

