a.st_prevnext { /* Used for all previous and next links */
	color: #FC9;
	font:bold 16px/22px arial, sans-serif;
	letter-spacing: -1px;
	text-decoration: none;
	padding: 1px 10px 2px 5px;
	text-transform: lowercase;
	}
a.st_more { /* The "More..." text */
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	padding: 1px 5px 1px 5px;
	color: #c60;
	}
a.st_galllink { /* In the "show all galleries" page, the names of the galleries */
	color: #FFF;
	font:bold 16px/22px arial, sans-serif;
	letter-spacing: -1px;
	text-transform: lowercase;
	}
.st_gallpics { /* In the "show all galleries" page, the number of pictures */
	font-size: 11px;
	color: #FC9;
	}

.st_blogtitle { /* Blog/news post titles */
	font:bold 16px/22px arial, sans-serif;
	color: #FFF;
	margin:0;
}
.st_blogdetails { /* Blog/news "posted by" etc */
	font:normal 11px/20px arial, sans-serif;
	text-transform: none;
	color: #C99;
	display: block;
	margin: 0 0 10px 0;
	}

.st_blogspacing { /* Blog/news gaps between title, post and comments */
height: 2px;
}
.st_blogdivider { /* Blog/news gaps between posts */
	margin-top: 12px;
	margin-bottom: 12px;
	_margin-bottom: 11px;
	height: 2px;
	background: url(../../gfx/templates/f_divider.gif) top repeat-x;
	width: 100%;
	}
a.st_newsheads {
	border-bottom: 1px solid #D33;
	border-top: 1px solid #D33;
	display: block;
	font:normal 11px/12px arial, sans-serif;
	padding: 7px 0 7px 0;
	margin: -1px 0 0 0;
	text-decoration: none;
	text-transform: lowercase;
	color: #FFF;
	}
a.st_newsheads:hover {
	text-decoration: none;
	background-color: #900;
	color: #FFF;
	}
a.st_newsheads:visited {color: #FFF; text-decoration: none}


.st_commentshead { /* Heading on comments box */
font-weight: bold;
}
.st_commentsname { /* Name in comments box */
font-weight: bold;
}
.st_commentstext { /* Heading on comments box */
font-weight: normal;
}
.st_commentslink { /* Links in comments box */
font-weight: bold;
}
.st_guesthead { /* Text at the top of guestbook entries */
font-style: normal;
font-size: 13px;
font-weight: bold;
}
.st_guestlink { /* Links at the top of guestbook entries */
font-style: normal;
text-decoration: none;
}
.st_guestfoot { /* Text at the bottom of guestbook entries */
font-size: 11px;
color: #889;
}

.st_printable { /* Printable version text */
font-weight: bold;
}

.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;
}