
/* = Таксономія
---------------------------------------------------- */

.widget-taxonomy-list div{
	margin: 0 -13px;
}

.widget-taxonomy-list div select{
	width: 100%;
}

/* = Останні новини
---------------------------------------------------- */

.widget-recent-news{
	padding: 0;
}

.widget-recent-news .widget-title{
	margin-right: 0;
	margin-left: 0;
}

.widget-recent-news ul{
	background-color: #333;
	margin: 0 5px;
}

.widget-recent-news ul li{
	list-style: none;
	border-style: solid;
	border-width: 1px;
	border-radius: 4px 4px 0 0;
	padding: 8px 10px 10px;
	margin: 5px -5px 0;
	line-height: 13px;
	font-size: 10px;
}

.widget-recent-news ul li:first-child{
	margin-top: 0;
}

.widget-recent-news ul li.first { background-color: #f2f2f2; }
.widget-recent-news ul li.second { background-color: #dbdbdb; }
.widget-recent-news ul li.third { background-color: #f2f2f2; }

.widget-recent-news ul li h5{
	font-size: 11px;
	line-height: 14px;
	font-family: 'magistralcbold';
	margin-bottom: 2px;
	color: #000;
}

.widget-recent-news ul li h5 a{
	color: inherit;
}

.widget-recent-news ul li h5 a:hover{
	text-decoration: underline;
	color: inherit;
}

.widget-recent-news ul li .date{
	margin-bottom: 1px;
	font-style: italic;
	display: block;
}

.widget-recent-news ul li.first .excerpt { color: #8d8d8d; }
.widget-recent-news ul li.second .excerpt { color: #6d6d6d; }
.widget-recent-news ul li.third .excerpt { color: #8d8d8d; }

/* = Архів новин
---------------------------------------------------- */

.widget-news-archive div{
	margin: 0 -13px;
}

.widget-news-archive div select{
	width: 100%;
}

/* = Найближчі семінари
---------------------------------------------------- */

.widget-upcoming-seminars{
	padding: 0;
}

.widget-upcoming-seminars .widget-title{
	margin-right: 0;
	margin-left: 0;
}

.widget-upcoming-seminars ul{
	background-color: #333;
	margin: 0 5px;
}

.widget-upcoming-seminars ul li{
	list-style: none;
	border-style: solid;
	border-width: 1px;
	border-radius: 4px 4px 0 0;
	padding: 8px 10px 10px;
	margin: 5px -5px 0;
	line-height: 13px;
	font-size: 10px;
}

.widget-upcoming-seminars ul li:first-child{
	margin-top: 0;
}

.widget-upcoming-seminars ul li.first { background-color: #f2f2f2; }
.widget-upcoming-seminars ul li.second { background-color: #dbdbdb; }
.widget-upcoming-seminars ul li.third { background-color: #f2f2f2; }

.widget-upcoming-seminars ul li h5{
	font-size: 11px;
	line-height: 14px;
	font-family: 'magistralcbold';
	margin-bottom: 2px;
	color: #000;
}

.widget-upcoming-seminars ul li a{
	color: inherit;
}

.widget-upcoming-seminars ul li a:hover{
	text-decoration: underline;
	color: inherit;
}

.widget-upcoming-seminars ul li .departments,
.widget-upcoming-seminars ul li .speakers{
	margin-bottom: 2px;
}

.widget-upcoming-seminars ul li.first .meta { color: #8d8d8d; }
.widget-upcoming-seminars ul li.second .meta { color: #6d6d6d; }
.widget-upcoming-seminars ul li.third .meta { color: #8d8d8d; }

/* = Архів семінарів
---------------------------------------------------- */

.widget-seminars-archive div{
	margin: 0 -13px;
}

.widget-seminars-archive div select{
	width: 100%;
}

/* = Випускники
---------------------------------------------------- */

.widget-graduates li .thumb{
	width: 40px;
	height: 40px;
	margin-top: 2px;
	margin-right: 8px;
	background-image: url(../images/mystery-small.png);
	background-position: center;
	display: block;
	float: left;
	z-index: 1;
}

.widget-graduates li .title{
	margin-bottom: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	line-height: 14px;
	font-size: 11px;
	color: #01233a;
}

.widget-graduates li p{
	margin-bottom: 0;
	line-height: 14px;
	font-size: 11px;
}

.widget-graduates li p.degree { color: #000; }
.widget-graduates li p.year { color: #b7b6b6; }

/* = Пошук
---------------------------------------------------- */

.widget-search{
	padding: 0;
}

.widget-search .widget-title{
	display: none;
}

.widget-search .input{
	padding-right: 38px;
	width: 100%;
}

.widget-search .submit{
	width: 38px;
	height: 30px;
	background-image: url(../images/icons/search.png);
	background-color: transparent;
	background-position: center;
	position: absolute;
	border: none;
	right: 1px;
	top: 1px;
}

/* = Повідомлення
---------------------------------------------------- */

.widget-notice{
	padding: 0;
}

.widget-notice .widget-title{
	margin-right: 0;
	margin-left: 0;
}

.widget-notice .text-container{
	border-width: 1px;
	border-radius: 4px;
	border-style: solid;
	border-color: #ff2b00;
	background-color: #f2f2f2;
	padding: 8px 10px 2px;
	line-height: 13px;
	font-size: 10px;
}