/* CSS Stylesheet */
/* Created for Bob's Music Plus (bobsmusic.com) */
/* Content copyright (c) 2005 Kingsbury Media (kingsburymedia.com) */


/* HTML */
body {
margin: 0px; 
background-image: url(../images/bg_global.gif);
background-repeat: repeat-x;
text-align: center; }

/* CONTENT */
tr, td, p, div, span {
font-family: Tahoma, "Trebuchet MS", Helvetica, sans-serif;
color: #333;
margin: 0px; }

/* LAYOUT */
#outer {
text-align: center; }

.cont {
margin-left: auto;
margin-right: auto;
width: 710px; }

.cont_inner {
background-image: url(../images/bg_cont.gif);
background-repeat: repeat-y; }

.container {
width:500px; }

.left {
float: left;
width: 104px;
margin: 0 18px 18px 0;
height: 104px;
overflow:hidden; }

#content {
padding: 0px 15px 12px 15px; }

#footer {
width: 680px;
font-size: 0.7em;
line-height: 1.4em;
text-align: right; }

#sale_div {
background-image: url(../images/bg_div_sale.gif);
background-repeat: repeat-y;
background-position: right; }

#navlist {
padding-top: 0px;
padding-bottom: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid #ccc; }

#navlist li {
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid #ccc; }

#navlist li a {
text-decoration: none; }

/* STYLE */
h1 {
font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
margin-top: 3px;
margin-bottom: 6px;
padding-bottom: 2px;
/*border-bottom: 1px solid #ccc;*/
font-size: 1.3em; }

#headlines {
padding: 8px;
border-top: 1px solid #fff;
background-color: #efefef; }

#news_headline {
margin: 0px;
font-weight: bold;
font-family: Verdana, "Trebuchet MS", Tahoma, Helvetica, sans-serif;
font-size: 1.0em; }

#news_date {
font-style: italic;
color: #666; }

#artist_title {
padding-bottom: 3px;
font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
font-weight: bold;
font-size: 1.2em; }

#gallery_photo {
padding:2px; 
background-color:#ccc; 
margin:4px; 
float:left; }

/* MAIN NAV */
.nav {
}

/* LINKS AND NAVIGATION */
a:link, a:visited {
color: #933;
text-decoration: underline; }

a:hover, a:active {
color: #006;
text-decoration: none; }

#headlines a:link, #headlines a:visited {
color: #006;
text-decoration: none; }

#headlines a:hover, #headlines a:active {
color: #933;
text-decoration: underline; }

#footer a:link, #footer a:visited {
color: #006;
text-decoration: underline; }

#footer a:hover, #footer a:active {
color: #006;
text-decoration: none; }




/* end of css stlesheet */
