a.st_prevnext { /* Used for all previous and next links */
	font:bold 11px/18px arial;
	text-transform: lowercase;
	margin: 20px 0 0 0;
	text-align: center;
	padding: 5px 10px;
	background-color: #f0f6f9;
	}
a.st_more { /* The "More..." text */
	font:normal 11px/20px arial;
	text-transform: none;
	text-decoration: none;
	padding: 0;
	margin: 0 255px 0 0;
	float: left;
	}

a.st_blogtitle, a.st_blogtitle:link, a.st_blogtitle:visited { /* Blog/news post titles */
	text-decoration: none;
	}



/*********************
	Galerķas
**********************/

.st_galllink { /* In the "show all galleries" page, the names of the galleries */
font-weight: bold;
}
.st_gallpics { /* In the "show all galleries" page, the number of pictures */
font-size: 11px;
color: #f96;
}
/***************
	FEEDS
****************/

.st_feedtitle { /* RSS feed - title */
font-size: 14px;
}
.st_feeddesc { /* RSS feed - description */
font-size: 13px;
}
.st_feedlink { /* RSS feed - heading and link to article*/
font-size: 12px;
}
.st_feedtext { /* RSS feed - article text*/
font-size: 12px;
}
.st_feedauthor { /* RSS feed - article author */
font-size: 10px;
padding-left: 5px;
}
.st_feedpub { /* RSS feed - when published */
font-size: 11px;
padding-left: 5px;
padding-bottom: 5px;
}
.st_feedfooter { /* RSS feed - last update and copyright*/
font-size: 10px;
}