.st_prevnext { /* Used for all previous and next links */
font-weight: bold;
}
.st_more { /* The "More..." text */
font-weight: normal;
font-style: italic;
}

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

.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-style: italic;
}

.st_blogtitle { /* Blog/news post titles */
font-weight: bold;
}
.st_blogdetails { /* Blog/news "posted by" etc */
font-style: italic;
}
.st_blogcommline { /* Blog/news comments text line*/
font-size: 10px;
}
.st_blogcommlinks { /* Blog/news comments links*/
font-weight: bold;
}
.st_blogspacing { /* Blog/news gaps between title, post and comments */
height: 6px;
}
.st_blogdivider { /* Blog/news gaps between posts */
margin-top: 5px;
margin-bottom: 5px;
height: 1px;
}
.st_newsheads { /* News headlines list links */
font-weight: bold;
}

.st_commentshead { /* Heading on comments box */
font-weight: bold;
}
.st_commentsname { /* Name in comments box */
font-style: italic;
}
.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: italic;
}
.st_guestlink { /* Links at the top of guestbook entries */
font-style: italic;
}
.st_guestfoot { /* Text at the bottom of guestbook entries */
font-size: 10px;
}

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

/* BUTTONS DIV CONTAINER*/

.buttons a, .buttons button{
   

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 5px 5px 5px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:5px 5px 5px 5px; /* IE6 */
}
.buttons button[type]{
    padding:5px 5px 5px 5px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:5px 5px 5px 5px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* BUTTONS STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* BUTTONS POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
    border:1px solid navy;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* BUTTONS NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
      border:1px solid red;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}


