a.st_prevnext { /* The "More..." text */
	background: #D00;
	font: normal 11px/25px arial;
	display: block;
	width: 80px;
	padding: 0 10px;
	margin-top: 15px;
	color: #FC9;
	text-decoration: none;
	}
	a.st_prevnext:link {color: #FC9}
	a.st_prevnext:hover {background: #E00; color: #FC9}

a.st_more { /* The "More..." text */
	background: url(../../gfx/templates/f_more.gif) left no-repeat #D00;
	border-top: 1px solid #E00;
	border-bottom: 1px solid #B00;
	border-left: 1px solid #E00;
	border-right: 1px solid #B00;
	color: #FC9;
	float: left;
	font:normal 11px/20px arial;
	display: block;
	height: 20px;
	margin: 20px 0;
	padding: 0;
	text-indent: 13px;
	text-decoration: none;
	text-transform: none;
	width: 55px;
	}
	a.st_more:link {text-decoration: none;}
	a.st_more:hover {background-color: #F00000; color: #FC9}
	a.st_more:visited {color:#FC9}
	
a.st_galllink { /* In the "show all galleries" page, the names of the galleries */
	color: #FFE;
	font:bold 16px/26px arial;
	text-decoration: none;
	text-transform: none;
	}
.st_gallpics { /* In the "show all galleries" page, the number of pictures */
	font-size: 11px;
	color: #F96;
	}
a.st_blogtitle { /* Blog/news post titles */
	color: #FFE;
	text-decoration: none;
	padding: 0;
	margin: 0;
	display: block;
	font:normal 18px/30px arial;
	}
	a.st_blogtitle:hover {
	background: transparent;
	text-decoration: none;
	}
.st_blogdetails { /* Blog/news "posted by" etc */
	color: #BBC;
	font:normal 11px/22px arial;
	margin: 0;
	padding: 0;
	}
.st_blogspacing { /* Blog/news gaps between title, post and comments */
	height: 20px;
	clear: both;
	}
.st_blogdivider { /* Blog/news gaps between posts */
	clear: both;
	height: 20px;
	background: url(../../gfx/templates/f_dividerxxx.gif) top repeat-x;
	margin: 0;
	}
a.st_newsheads { /* News headlines list links */
	background: #E00;
	border: 1px solid #F60;
	color: #FFF;
	display: block;
	font:normal 11px/26px arial;
	float: left;
	margin: 0 0 3px 0;
	text-indent: 5px;
	text-decoration: none;
	width: 100%;
	}
	a.st_newsheads:hover {
	background: #F60;
	}
.st_rss { /* RSS box */
border:1px solid;
border-color:#FC9 #630 #330 #F96;
padding:0 3px;
font:bold 10px verdana,sans-serif;
color:#FFF;
background:#F60;
text-decoration:none;
margin:0; 
}
.st_rss:hover {
color:#eee;
background:#F72;
text-decoration:none;
}
.st_poll { /* The height of the bars in poll answers */
height: 10px;
}
.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;
}