/*404*/
#errorContainer{
	border: 1px solid;
	line-height: 2em;
	padding: 35px 35px 35px 115px;
}

/*front-page*/
#leadingArticlesContainer{
	height: 400px;
    overflow: hidden;
	width: 100%;
}
body.content-page-frontpage-view #leadingArticlesList,#leadingArticlesListIndexContainer{
	float: left;
	padding: 2%;
	width: 46%;
}
body.content-page-frontpage-view #leadingArticlesList h3{
	font: bold 1.4em Arial,Helvetica,sans-serif;
}
body.content-page-frontpage-view #leadingArticlesList div.extras{
	margin: 5px 0;
}
body.content-page-frontpage-view #leadingArticlesList img{
	border-style: solid;
	border-width: 0 1px 1px 0;
	padding: 5px;
    margin-right:100% !important;
}
#leadingArticlesListIndex li{
	border-top: 1px solid;	
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px 0;
}
#leadingArticlesListIndex li:first-child{
	border: none;
}

/*article*/
.text-container{
	color: #454545;
	overflow: hidden;
	width: 100%;
	line-height: 1.6em;
        
}
.text-container p, .text-container li {
	line-height: 1.6em;
}
.text-container ol > li{
	list-style: decimal inside;
}
.text-container ul li{
	/*background: url(../images/default/black_bird.gif) no-repeat 0px 6px;
	text-indent: 10px;	*/
}
.text-container ul li li{
    background: url(../images/default/red_bird.gif) no-repeat 12px 6px;
    padding: 0 0 0 20px;
    text-indent: 0px;	
}
.text-container a{
   font-weight: bold;
}

/*category*/
body.content-page-category-view div.page-header div.extras{
	margin-top: -1px;
}

#column-articles{
	border-top: 1px solid;
	padding-bottom: 15px;
	overflow: hidden;
	width: 100%;
}
#column-articles .columns-2{
	float:left;
	margin: 0 2%;
	width: 46%;
}
#column-articles div.article{
	border-bottom: 0px;
	padding: 15px 5px;
        float:left;
        
    
}
.content .blog .items-row .item{
  float: left;
  padding: 15px 5px;
}

.jnotes-icon-note{
	height:23px;
	vertical-align:bottom;
	width:120px;
        background: url(../images/zanotuj.png) no-repeat left top;
    margin-top: -2px!important;    
}
.jnotes-icon-note span {
font-size: 13px;
line-height: 23px;
padding: 0 0 0 14px;
font-weight: bold;
float: none;
}
.icons{
	float:right;
}

.icons form, .icons *{
	float:right;
	margin: 0 0 0 2px;
}
.article_column{
	width:100%;
	float:left;
	margin:0;
	overflow:hidden;
	padding:0;
}
.article-readmore{
	clear:both;
	padding:0 10px 20px;
}
.category-description{
	margin:0;
	padding:5px 0 20px 0;
}

/*tags*/
.cp_tags {
display: inline;
font-size: 11px;
margin: 4px 0;
}
.cp_tag_label {
	display: none;
}

#leadingArticlesList .extras
{
    margin-bottom: 15px;
}