/*------------------------------ H Menu Styling ----------------------------- */

#top {
 display: inline;
 list-style-type: none;
}

#hnav ul li{
 display: inline;
}

#hnav ul li a {
 color: #4f4331;
 text-decoration: none;
 padding: 3px 3px 3px 10px;
 font-size: 90%;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-weight: normal;
}

#hnav ul li a:hover {
 color: #FDF5E6;
/* border-top: 1px solid #aaaa88;
 border-bottom: 1px solid #aaaa88;
*/
 background-color: #B99A6E;
}

div#hnav {
	list-style-type: none;
	padding: 3px 3px;
	margin: 0;
	border: 0;
	background-color: #D2B48C;
	border-bottom: 1px dashed #663300;
	border-top: 1px dashed #663300;
	text-align: center;
}

/* newsfeed */

.newsfeed {
	width:100%;
}
.newsfeed td {
	width:25%;
    padding:2px;
    border:1px solid #ccc;
}
.newsfeed img {
	float:left;
    margin:0 10px 0 0;
}
a.autoua span,
a.facebook span,
a.vkontakte span,
a.twitter span,
a.google span{
	position:absolute;
	width:18px;
	height:18px;
        right:0;
        bottom:0;
	text-indent:-9999px;
	background:url(/images/ico-user-source.png) no-repeat 0 0;
}
a.facebook span {
	background-position:0 -18px;
}
a.vkontakte span {
	background-position:0 -36px;
}
a.twitter span {
	background-position:0 -54px;
}
a.google span {
	background-position:0 -72px;
}
.clear{
    clear:both;
}
a.autoua_v span,
a.facebook_v span,
a.vkontakte_v span,
a.twitter_v span,
a.google_v span{
	position:absolute;
	width:18px;
	height:18px;
	text-indent:-9999px;
	background:url(/images/ico-user-source.png) no-repeat 0 0;
}
a.autoua_p span,
a.facebook_p span,
a.vkontakte_p span,
a.twitter_p span,
a.google_p span{
	position:absolute;
	width:18px;
	height:18px;
        right: 10px;
	text-indent:-9999px;
	background:url(/images/ico-user-source.png) no-repeat 0 0;
}
a.facebook_v span {
	background-position:0 -18px;
}
a.vkontakte_v span {
	background-position:0 -36px;
}
a.twitter_v span {
	background-position:0 -54px;
}
a.google_v span {
	background-position:0 -72px;
}
a.facebook_p span {
	background-position:0 -18px;
}
a.vkontakte_p span {
	background-position:0 -36px;
}
a.twitter_p span {
	background-position:0 -54px;
}
a.google_p span {
	background-position:0 -72px;
}

/* footer */

#footer {
	width: auto !important;
}
a.smaller {
	font-size: 90%;
	display: block;
	margin: -1px 0 2px;
}
a.comments-count {
    background: url("/data/img/bg-comments-icon-small.png") no-repeat scroll 0 1px transparent;
    margin: 6px 0 0 0;
    padding: 0 0 0 15px;
    float: left;
}
a.comments-count_news {
    background: url("/data/img/bg-comments-icon-small.png") no-repeat scroll 0 1px transparent;
    margin: 6px 0 0 9px;
    padding: 0 0 0 15px;
    font-size: 9px;
}

/* remove big vertical empty spaces from quoting */
blockquote hr + br {
	display: none;
}

.autoTag {
	padding-left:24px;
	background: url('/images/carIcon.png') left 3px no-repeat;
	font-size:12px;
	line-height:16px;
}
