a.st_prevnext { /* Used for all previous and next links */
font-weight: bold;
text-decoration: underline;
padding: 1px 10px 2px 5px;
}
a.st_more { /* The "More..." text */
font-weight: normal;
font-size: 11px;
text-decoration: none;
padding: 1px 5px 1px 5px;
color: #c60;
}


.st_galllink { /* In the "show all galleries" page, the names of the galleries */
font:normal 22px/28px georgia, times new roman, serif;
}
.st_gallpics { /* In the "show all galleries" page, the number of pictures */
font-size: 11px;
color: #fff;
}

.st_blogtitle { /* Blog/news post titles */
	font-size: 26px;
	color: #666;
	font-weight: normal;
}
.st_blogdetails { /* Blog/news "posted by" etc */
font-size: 11px;
text-transform: none;
color: #ccc;
}

.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 {
	display: block;
	font:normal 11px/17px arial;
	padding: 5px 0;
	margin: 0;
	background: url(../../gfx/templates/f_divider.gif) top repeat-x;
	text-decoration: none;
	color: #456;
	}
a.st_newsheads:hover {
	text-decoration: none;
	background-color: #FFE;
	color: #C30;
	}
a.st_newsheads:visited {color: #456; 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;
}
