/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

@import url(../../../warp/css/system.css);
@import url(../../../warp/systems/joomla/css/system.css);
@import url(system-all.css);


/* Items (Addition)
----------------------------------------------------------------------------------------------------*/
 
#system .items .leading .item {
	margin-bottom: 3px;
}

.publikatsii #system .items .leading .item {
	margin-bottom: 35px;
}


/* Item List
----------------------------------------------------------------------------------------------------*/

#system .item-list { border-top: 1px solid #ddd; }


/* Pagination
----------------------------------------------------------------------------------------------------*/

#system .pagination {
	margin-top: 10px;
	text-align: center;
}

#system .pagination a { text-decoration: none; }
#system .pagination strong { font-weight: normal; }

#system .pagination a,
#system .pagination strong {
	display: inline-block;
	min-width: 15px;
	height: 25px;
	margin-left: 5px;
	padding: 0 5px;
	line-height: 26px;
}

#system .pagination strong {
	background-color: #999FCD;
	border: solid 1px #959bce;
	color: #fff;
}

#system .pagination > *:first-child { margin-left: 0; }

#system .pagination a.previous,
#system .pagination a.next {
	font-size: 16px;
	line-height: 23px;
}


/* Search
----------------------------------------------------------------------------------------------------*/

#system span.highlight { background-color: #ffffaa; }

#system .item > header { margin-bottom: 10px; }

#system .item > header .meta {
	margin: 3px 0 0 0;
	font-size: 11px;
}

#system .item > header .meta a {
    background: url(/templates/infoport/styles/infoport/images/razdel-in-article.png) no-repeat 0 0;
    padding-left: 18px;
}

#system .item > header .meta .hits {
    background: url(/templates/infoport/styles/infoport/images/hits-in-article.png) no-repeat 0 0;
    padding-left: 18px;
}

#system .item > header .meta .comments {
    background: url(/templates/infoport/styles/infoport/images/comments-in-article.png) no-repeat 0 0;
    padding-left: 18px;
}

#system p.meta time, #system p.meta a, #system p.meta .hits {
	margin-right: 20px;
}

#system .item > header .title { 
	margin-bottom: 3px;
}

#system .title { 
	margin-top: 0px;
}

#system  h1.title { 
	margin-top: 0px;
	font-size: 18px;
}

#system  h2.title { 
	font-size: 14px;
}

#system  .item .content {
	font: 14px/19px "Arial", "Helvetica", sans-serif;
}

#system  .item .content a {
	color: #1A35BD;
}

#system  .item .content a:hover {
	color: #DD5500;
}

.novosti #system .item  .content > p:first-child {
	font-weight: bold;
}

.publikatsii h2.title {
	font-weight: bold;
}