/*

Theme name: 	LNU Faculty Lingua
Description: 	A theme for lingua.lnu.edu.ua
Version: 		1.0
Author:			Відділ інформаційного забезпечення
Author URI:		http://dis.lnu.edu.ua/
Template: 		lnu-faculty

*/

/* = Site Header
---------------------------------------------------- */

.site-header .site-logo{
	background-image: url(lib/images/logo.png);
	height: 150px;
	width: 141px;
}

/* mobile nav */

.mobile-navigation li.black > a { background-color: #333; }
.mobile-navigation li.blue > a { background-color: #00acff; }
.mobile-navigation li.green > a { background-color: #00d500; }
.mobile-navigation li.red > a { background-color: #ff2b00; }
.mobile-navigation li.yellow > a { background-color: #ffd500; }

/* news */

.site-header .news h4 a{
	background-color: #ff2b00;
}

.site-header .news li.first { background-color: #ffa200;/*#333;*/ }
.site-header .news li.second { background-color: #00d500; }
.site-header .news li.third { background-color: #00acff; }

.site-header .news li.first .date,
.site-header .news li.first h5 a{
	color: #fcfdfb;
}

/* section nav */

.site-header .section-menu h4.black a { background-color: #333; color: #fff; }
.site-header .section-menu h4.blue a { background-color: #00acff; color: #020414; }
.site-header .section-menu h4.green a { background-color: #00d500; color: #020414; }
.site-header .section-menu h4.red a { background-color: #ff2b00; color: #020414; }
.site-header .section-menu h4.yellow a { background-color: #ffd500; color: #020414; }

/* = Site Navigation
---------------------------------------------------- */

.site-navigation li.black { border-color: #333; }
.site-navigation li.blue { border-color: #00acff; }
.site-navigation li.green { border-color: #00d500; }
.site-navigation li.red { border-color: #ff2b00; }
.site-navigation li.yellow { border-color: #ffd500; }
.site-navigation li.orange { border-color: #ffa200; }

.site-navigation li.black > a { background-color: #333; color: #fff; }
.site-navigation li.blue > a { background-color: #00acff; color: #020414; }
.site-navigation li.green > a { background-color: #00d500; color: #020414; }
.site-navigation li.red > a { background-color: #ff2b00; color: #020414; }
.site-navigation li.yellow > a { background-color: #ffd500; color: #020414; }
.site-navigation li.orange > a { background-color: #ffa200; color: #ffffff; }
/* = Breadcrumbs
---------------------------------------------------- */

.breadcrumbs.black { background-color: #333; }
.breadcrumbs.blue { background-color: #00acff;  }
.breadcrumbs.green { background-color: #00d500; }
.breadcrumbs.red { background-color: #ff2b00; }
.breadcrumbs.yellow { background-color: #ffd500; }
.breadcrumbs.orange { background-color: #ffa200; }

/* = Колишній персонал
---------------------------------------------------- */

.content.outstanding-personalities ul{
	margin-bottom: 0;
	padding-left: 0;
}

.content.outstanding-personalities li{
	list-style: none;
	padding: 4px 5px;
}

.content.outstanding-personalities li:nth-child(2n+1){
	background-color: #e9e9e9;
}

/* = Міжнародна співпраця
---------------------------------------------------- */

.content.partnership .section{
	margin-top: 4px;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	overflow: hidden;
}

.content.partnership .section > h2{
	font-size: 12px;
	line-height: 16px;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(../lnu-faculty/lib/images/arrows/right.png);
	background-position: 10px 10px;
	background-color: #e9e9e9;
	cursor: pointer;
	padding: 5px 25px;
	margin: 0;
}

.content.partnership .section.expanded > h2{
	border-bottom: 1px solid #dcdcdc;
	background-image: url(../lnu-faculty/lib/images/arrows/down.png);
	background-position: 9px 12px;
	background-color: #fff;
}

.content.partnership .section > div{
	padding: 10px 25px 3px;
	display: none;
}

.content.partnership .section.expanded > div{
	background-color: #fff;
}

.content.partnership .section.expanded > div p,
.content.partnership .section.expanded > div ol,
.content.partnership .section.expanded > div ul{
	margin-bottom: 9px;
}

/* новини */

.content.partnership .section.news .post{
	border-top: 1px solid #e0e0e0;
	padding-bottom: 8px;
	padding-top: 12px;
}

.content.partnership .section.news .post:first-child{
	border-top: none;
	padding-top: 0;
}

.content.partnership .section.news .post .thumb{
	height: 120px;
	margin-right: 10px;
	border: 1px solid #e0e0e0;
	background-position: center;
	display: block;
	float: left;
	z-index: 2;
}

.content.partnership .section.news .post .title{
	margin-bottom: 6px;
	line-height: 20px;
	font-size: 16px;
}

.content.partnership .section.news .post .title a{
	color: #000;
}

.content.partnership .section.news .post .meta{
	margin-bottom: 9px;
	font-style: italic;
	color: #b7b7b7;
}

.content.partnership .section.news .post .excerpt{
	z-index: 1;
}

.content.partnership .section.news .post .excerpt p{
	margin-bottom: 5px;
}

.content.partnership .section.news .other{
	margin-bottom: 8px;
}

/* = Site Footer
---------------------------------------------------- */

.site-footer .site-logo{
	background-image: url(lib/images/logo-small.png);
	height: 106px;
	width: 100px;
}