a.st_prevnext { /* The "More..." text */
font:bold 16px/22px arial;
margin: 40px 0 0 0;
padding: 0 3px;
width: 90px;
letter-spacing: -1px;
text-transform: lowercase;
display: block;
}

a.st_more { /* The "More..." text */
font:normal 11px/20px arial;
display: block;
height: 20px;
width: 60px;
text-indent: 5px;
padding: 0;
margin: 20px 0 0 0;
border-bottom: 1px solid #dce;
border-top: 1px solid #dce;
background: url(../../gfx/templates/f_dos.gif) left;
}
a.st_more:hover {
background: #c60;
}

.st_pollhead { /* For poll headings */
font-weight: bold;
}
.st_pollq { /* Poll question */
font-style: italic;
}

a.st_galllink { /* In the "show all galleries" page, the names of the galleries */
font-size: 16px;
font-weight: bold;
text-decoration: none;
font-family: arial;
letter-spacing: -1px;
}
.st_gallpics { /* In the "show all galleries" page, the number of pictures */
font-size: 11px;
}

a.st_blogtitle { /* Blog/news post titles */
	color: #C60;
	font:normal 24px/34px georgia, arial, 'trebuchet ms';
	letter-spacing: -1px;
	margin: 0 0 6px 0;
	padding: 0;
	text-transform: none;
	}
	a.st_blogtitle:hover {
	background: #FFF
	}
.st_blogtitle { /* Blog/news post titles */
	color: #C60;
	}
.st_blogdetails { /* Blog/news "posted by" etc */
	background: url(../../gfx/templates/f_fecha.gif);
	color: #990;
	font:normal 11px/25px arial, 'arial narrow';
	display: block;
	letter-spacing: 2px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	}

.st_blogdivider { /* Blog/news gaps between posts */
margin: 20px 0;
height: 20px;
}
a.st_newsheads { /* News headlines list links */
	display: block;
	float: left;
	text-decoration: none;
}
.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;
}