@CHARSET "UTF-8";

#news {
	height: 84px;
	margin-bottom: 6%;
}
#news .container {
	position: relative;
	height: 84px;
}
#news h3
{
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 0 0;
    padding: 0;
    clear: both;
}

#news h3 em
{
    display: block;
    font-size: 11px;
    font-weight: bold;
}
#news .container span {
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	text-transform: uppercase;
	display: block;
}
#news .container span a {
	color: #000000;
}
#news .container br {
	line-height: 10px;
	height: 10px;
}

#artistfocus {
    height: 84px;
    background: #ffffff url('/target/image/artist-focus-right.png') 100% 0 no-repeat;
    margin-bottom: 1%;
}

#artistfocus .container {
    position: relative;
    height: 84px;
    background: transparent url('/target/image/artist-focus-left.png') 0 0 no-repeat;
}

#artistfocus .container h3 {
    position: absolute;
    top: 10px;
    left: 155px;
    font-size: 13px;
    font-weight: bold;
}

#artistfocus .container p.summary {
    position: absolute;
    top: 6px;
    left: 140px;
    right: 220px;
    line-height: 1.1em;
    padding: 0 25px 0 0;
}

#artistfocus .container img.icon1 {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 68px;
    height: 68px;
}
#artistfocus .container img.icon2 {
    position: absolute;
    top: 8px;
    right: 88px;
    width: 68px;
    height: 68px;
}
#artistfocus .container img.icon3 {
    position: absolute;
    top: 8px;
    right: 168px;
    width: 68px;
    height: 68px;
}

#artistfocus .container a {
    color: #DE061A;
    text-decoration: none;
    font-weight: normal;
}

#artistfocus .container h3 a {
	font-weight: bold;
}

#artistfocus .container a:hover {
    text-decoration: underline;
}

#eventsdates {
	position: relative;
	clear: both;
	height: 175px;
    background: #a5b32d url('/target/image/events-and-dates-top-left.png') 0 0 no-repeat;
    margin-top: 1%;
}

#eventsdates h3 {
    background: transparent url('/target/image/events-and-dates-top-right.png') 100% 0 no-repeat;	
    padding: 6px 20px 0 200px;
    color: #59620a;
    font-size: 28px;
    font-weight: normal;
    text-transform: lowercase;
    text-align: right;
}

#eventsdates dl {
        position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 0 10px 1.5%;
	margin: 0;
        width: 39%;
    background: transparent url('/target/image/events-and-dates-bottom-left.png') 0 100% no-repeat;
}

#eventsdates dl dd {
    font-size: 8px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    float: left;
    margin: 0 10px 0 0;
    line-height: 8px;
}

#eventsdates dl dd a {
    color: #f4e406;
    text-decoration: none;
}

#eventsdates dl dd img {
    height: 75px;
    /* border: 3px solid #dca300; */
    margin: 0 0 10px 0;
}

#eventsdates dl dd strong {
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

#eventsdates p {
    position: absolute;
    /* text-align: justify; */
    top: 40px;
    right: 0;
    width: 58%;
    padding: 0 10px 10px 0;
    margin: 0;
    color: #ffffff;
    line-height: 1.2em;
}

#eventsdates p.bottomright {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 58%;
    padding: 0 10px 10px 0;
    margin: 0;
    background: transparent url('/target/image/events-and-dates-bottom-right.png') 100% 100% no-repeat;   
    color: #ffffff;
    line-height: 1.2em;
}


#homecurrent dl.popsearchresults
{
    border: none !important;
    padding: 0;
}

#homecurrent dl.popsearchresults dd
{
    border: none !important;
    font-size: 10px;
    line-height: 1.1em;
}

#homecurrent dl.popsearchresults dd a
{
    /* color: #FFEB00; */
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 5px 0 0 66px;
    margin-left: 3px;
    height: 68px;
}

#homecurrent dl.popsearchresults dd a em
{
    color: #f16767;
    line-height: 1.3em;
}

#homecurrent dl.popsearchresults dd
{
    border-bottom: 1px solid #000000;
}

#homecurrent dl.popsearchresults dd img.cover
{
    position: absolute;
    top: 6px;
    left: 0;
    width: 60px;
    height: 60px;
}

#homecurrent dl.popsearchresults dd span.subtitle,
#homecurrent dl.popsearchresults dd span.genre,
#homecurrent dl.popsearchresults dd span.medium,
#homecurrent dl.popsearchresults dd img.essential
{
    display: none;
}


#homecurrent dl.muzetunes
{
    border: none !important;
    padding: 5px 0 0 0;
}

#homecurrent dl.muzetunes dd
{
    border: none !important;
    font-size: 10px;
    line-height: 1.1em;
}

#homecurrent dl.muzetunes dd span.rank
{
    font-size: 10px;
    font-weight: bold;
}


#homecurrent dl.muzetunes dd a
{
    /* color: #FFEB00; */
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    padding: 1px 0 0 20px;
    height: 45px;
}

#homecurrent dl.muzetunes dd a em
{
    /* color: #ffffff; */
    color: #f16767;
    font-weight: bold;
    display: block;
}



