.oneItem
{
    margin-bottom: 30px;
    padding-bottom:  20px;
}

.oneItem .image, .oneItem .image a
{
	width: 210px;
	height: 165px;
	margin-right: 10px;
}

.oneItem .image a
{
	display: block;
	margin: 0;
	text-decoration: none;
}



.oneItem .blockish
{
	font-size: 18px;
	color: #FFFFFF;
	padding: 2px 5px;
	text-decoration: none;
}

.oneItem .rubric
{
	padding: 6px 5px;	
}

.oneItem .category, .oneItem .date, .oneItem .textual
{
	font-size: 15px;
}

.oneItem .date
{
	font-size: 12px;
	padding: 0 0 10px;
	color: #999999;
}

.oneItem .title
{
	font-size: 25px;
	font-weight: bold;
	display: block;
	color: #3e3e3e;
	text-decoration: none;
	padding: 10px 0 5px;
}

.embed
{
	padding: 20px 0;
	margin: 20px 0;
	text-align: center;
	border-bottom: solid 1px #d1d1d1;
	border-top: solid 1px #d1d1d1;
}

.imageInNews, .inNewsImage
{
	padding: 20px 0;
	display: block;
	text-align: center;
}

.imageInNews img, .inNewsImage img
{
	padding: 5px; 
	border: solid 1px #dddddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.textual
{
	line-height: 21px;
}

.textual .text
{
	padding: 0 25px 0 7px;
}

.banners_sk_list_3 .oneBanner, .banners_sk_list_4 .oneBanner
{
	display: inline;
	padding: 0 5px;
	text-align: center;
}

.banners_sk_list_1, .banners_sk_list_2, .banners_sk_list_3, .banners_sk_list_4
{
	padding: 20px 0 15px;
	border-bottom: solid 1px #D1D1D1;
	border-top: solid 1px #D1D1D1;
}


.adsLink
{
	font-size: 12px;	
	text-align: center;
}

.adsLink a
{
	text-decoration: none;
	color: #D1D1D1;
}


.oneItem .favorites button
{
	cursor: pointer;
	border: none;
	background: url(../images/add.gif) no-repeat left center;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	padding: 5px 5px 5px 20px;
	margin: -25px 0 30px;
}

.oneItem .favorites .isInFav
{
	border: none;
	font-size: 11px;
	font-family: Verdana, Tahoma, sans-serif;
	background: url(../images/saved.gif) no-repeat left center;
	padding: 5px 5px 5px 20px;
	margin: -25px 0 30px;
	display: block;
}


.oneItem .sponsor
{
	margin: 10px 0;
	padding: 5px 0;
	/*
	border: solid 1px #DDDDDD;
	background-color: #FFFFFF;
	*/
}

.sponsor .text
{
	color: #a1a1a1;
	font-size: 16px;
	padding-top: 10px;
}

.oneItem .favorites a
{
	color: #6e6e6e;
	text-decoration: none;
}

.stbutton
{
	float: left;
}


/* fotoblogs
----------------------------------------------*/

.onLineFotoBlog
{
	background-color: #000;
	color: #F2F2F2;
	padding: 15px 5px 5px 7px;
	margin: 0px 0 20px;
	border: solid 1px transparent;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.onLineFotoBlog a
{
	color: #F2F2F2;		
}

.onLineFotoBlog .b_title
{
	font-size: 26px;
	margin-left: 6px;
	padding-left: 16px;
	background: url(../images/foto_next_mini.png) no-repeat left center transparent;
}

.onLineFotoBlog .b_title a
{
	text-decoration: none;
}

.onLineFotoBlog .images
{
	padding:10px 0 5px 6px;
}

.inLineImg
{
	float: left;
	margin: 0 3px 3px 0;
	width: 293px; 
}

.images pos2
{
	margin-right: 0;
} 

.inLineImg a
{
	display: block;
	text-decoration: none;
	height: 240px;
}

.onLineFotoBlog .f_foot
{
	font-size: 11px;
	text-align: right;
	padding-right: 8px;
}  


/* voting */
.voteWrap
{
	font-size: 12px;
	
	width: 250px;
	margin-left: 370px;
	text-align: right;
	margin-top: -70px;
	margin-bottom: 35px;	
}

.voteWrap button
{
	background-color: #E8397D;
	color: #FFF;
	border: 1px solid #EBF3F8;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	padding: 3px 8px;
}

.voteDisplay
{
	font-size: 14px;
}

/* republish */

.license
{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #D1D1D1;
	margin: 60px 0 0;
	padding: 10px 5px 10px 5px;
	font-size: 12px;
	font-style: italic;
	background-color: #F8D4E1;
}


