div.heading{
	font-size:1.1em;
	font-weight:bold;
	float:left;
	margin:2px 10px 0px;
}
div.heading.article-title{width:60%; min-width:400px;}

.article-title {
	margin: 0px 10px;
	font-weight: bold;
	font-size: 1.3em;
}

article.cat-post-list div{ float:left;}

article.cat-post-list .article-title{
	font-size:1em;
	margin:0px;
	font-weight: normal;
}

article.cat-post-list div.article-title{
	width:60%;
	min-width:400px;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	clear:left;
	
}

article.cat-post-list div.article-date{
	width:200px;
	overflow:hidden;
	margin-left:40px;
	
}

article.cat-post-list{
	border: 0px solid gray;
}
article.cat-post-list:hover{
	background-color:#e0e0d1;
	color:white;
}
div.neta-search{
	margin:27px 0px;
}
div.pagination{
    /*width:800px;*/
    height:auto;
    overflow:auto;
    margin:0 10px;
}

.pagination a {
    padding: 2px 7px;
    font-size: 14px;
    border: 1px solid #ccc;
    }

.paginate-button:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, white 0%, #dcdcdc 100%) repeat scroll 0 0;
    border: 1px solid #cacaca;
    color: #333 !important;
}
.paginate-button.current {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, white 0%, #dcdcdc 100%) repeat scroll 0 0;
    border: 1px solid #cacaca;
    color: #333 !important;
}
.paginate-button {
    border: 1px solid transparent;
    box-sizing: border-box;
    color: #333 !important;
    cursor: pointer;
    display: inline-block;
    margin-left: 2px;
    min-width: 1.5em;
    padding: 0.5em 1em;
    text-align: center;
    text-decoration: none !important;
}

#waiting {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #000;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

#waiting img {
    padding: 5px;
    border-radius: 5px;
    color: #000;
    background-color: #fff;
    position:relative;
    top:30%;
    z-index: -1;
    width: 100px;
}
