div.splash {
        
	background-color: #FF9900; /* mtm6 orange */
        /*background-color: #C7D4DC; */
}

#navbar_shadow {
    background-color: #fff;
}

.default_slot {
	float: left;
	border-top: 1px dotted #999900;
	width: 800px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*** HOME ***/


div.blurb {
	/* background-color: #9EBACA; */
        background-color: #C7D4DC; 
	margin-bottom: 4px;
        color: #000;
}

div.blurb strong {
      color: #364F67; 
}


div#nowplaying {
    margin-bottom: 12px; 
    margin-top: 4px;
    background-color: #FFCC66;
    text-align:center;
    font-weight: bold;
    background-image: url('/im/nowplaying.gif');
    background-position: bottom;
    font-size: 12px;
}

div#nowplaying a {
     color:#534741; 
}

div#quote {
    border: 4px solid #C7D4DC; 
margin-top: 4px;
margin-bottom: 4px;
color: #555;
}

/* Store Section */
#store_img {
	float: left;
	width: 96px;
}
#store_text_list {
	float:left;
	padding-left: 10px;
	width: 267px;
}

#store_text_list h3 {
	color: #CC0000;
}

#store_text_full {
	float:left;
	padding-left: 10px;
	width: 267px;
}
#store_text_full p {
	margin-top: 10px;
}

#store_text_list p {
	margin-top: 10px;
}
#store_heading {
	color: #6798b6;
	margin-bottom: 20px;
}
#entry_container {
	margin-top: 25px;
}
#full_text_bottom {
	margin-top: 20px;
}
/* End of Store Section */