﻿
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

a.boldbuttons{
background: transparent url(http://s3.amazonaws.com/i.tnt/roundedge-gray-left.gif) no-repeat top left;
display: block;
float: left;
font: bold 12px Segoe UI; /* Change 13px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 23px; /* Height of button background height */
padding-left: 6px; /* Width of left menu image */
text-decoration: none;

}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color:  #ffffff; /*button text color*/
}

a.boldbuttons span{
background: transparent url(http://s3.amazonaws.com/i.tnt/roundedge-gray-right.gif) no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons{ /* Hover state CSS */
text-decoration: underline;
}

/* forum button */
a.forumboldbuttons{
background: transparent url(http://s3.amazonaws.com/i.tnt/roundedge-green-left.gif) no-repeat top left;
display: block;
float: left;
font: bold 15px Segoe UI; /* Change 13px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 27px; /* Height of button background height */
padding-left: 6px; /* Width of left menu image */
text-decoration: none;

}

a:link.forumboldbuttons, a:visited.forumboldbuttons, a:hover.forumboldbuttons, a:active.forumboldbuttons{
color:  #ffffff; /*button text color*/
}

a.forumboldbuttons span{
background: transparent url(http://s3.amazonaws.com/i.tnt/roundedge-green-right.gif) no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.forumboldbuttons{ /* Hover state CSS */
text-decoration: underline;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

/* DOWNLOAD */
.download-songbird{
  width:440px;
  height:75px;
  background:url(http://getsongbird.com/images/home/100/download-btn.gif) no-repeat;
  display:block;
}
.download-songbird h2{
  font-size:20px;
  font-weight:normal;
  letter-spacing:-1px;
}
.download-songbird h2 a{
  text-decoration:none;
  color:#000;
  background:url(http://getsongbird.com/images/home/100/download-btn.gif) no-repeat;
  padding:9px 0 13px 76px;
  display:block;
}
.download-songbird h2 a:hover{
  background-position:0 -250px;
}
.download-songbird h2 a:active{
  background-position:0 -500px;
}
.download-songbird h2 span{
  font-size:13px;
  letter-spacing:0;
  margin-left:70px;
  display:block;
}



