#big {
	margin: 0;
	position: relative;
}
#big DIV.arrow {
    width: 10px;
    height: 20px;
    position: absolute;
    right: 0px;
    top: 50px;
    background: url(/images/blip/arrow-right.gif) top right no-repeat;
}
#big DIV.content DIV.body {
	font-size: 200% !important;
}
#big #feedme #selection {
    background:transparent url(/images/blip/selectionbg-wide.gif) no-repeat scroll left top;
}
#big #feedme div.selection {
    background: transparent url(/images/blip/selectionbg-wide.gif) no-repeat scroll left bottom;
}
#big #feedme textarea {
    width: 593px;
}

DIV.me DIV.author {
    margin-bottom: 0;
    border-bottom: 1px solid #9baabd;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
}
DIV.me #feedme DIV.content {
    -moz-border-radius-topright: 0 !important;
    -moz-border-radius-topleft: 0 !important;
    -webkit-border-top-left-radius: 0 !important;
    -webkit-border-top-right-radius: 0 !important;
}

div.end div.content {
    border-bottom: 1px solid #eee;
}

DIV.me DIV.tweem DIV.content,
DIV.noicons DIV.tweem DIV.content {
	margin-left: 0;
}
DIV.tweem DIV.content DIV.body A.reblip {
    color: #ccc;
}
DIV.tweem DIV.content DIV.body A.reblip:hover {
    color: #069;
}

/* canonical song page blip style override */
DIV.noUser DIV.content {
    margin: 0px;
    background: url(/images/blip/blip-nouser-bg.png) repeat-x scroll left bottom #FFFFFF;
}
DIV.noUser SPAN.playpause {
    background: url(/images/buttons/sprite-playpause.png) no-repeat 0px 0px;
    height: 54px;
    width: 56px;
    float: left;
    margin-right: 15px;
}
DIV.noUser SPAN.playpause:hover {
    background-position: -58px 0px;
}
DIV.noUser SPAN.playpause.pause {
    background-position: -116px 0px;
}
DIV.noUser SPAN.playpause.pause:hover {
    background-position: -174px 0px;
}
DIV.noUser SPAN.playpause.error {
    background-position: -232px 0px;
}
#blipNoUserHeader {
    color: #555;
    font-size: 175%;
    margin: 0px 0px 5px 0px;
    text-shadow: 1px 1px 1px #fff;
}
#blipNoUserLinks {
    border-top: 1px dotted #bbb;
    margin-top: 10px;
    padding-top: 7px;
}
#blipNoUserStatus {
    float: right;
    color: #f60;
    display: none;
}

/* overrides for "what other users are saying" blips */
DIV.msgOnly DIV.user {
    margin-bottom: 5px;
}
DIV.msgOnly DIV.content {
    margin-left: 75px;
    cursor: inherit;
}
DIV.moreBlips {
    margin-top: 15px;
}
DIV.follow {
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-align: right;
}

DIV.author DIV#profileFavBtn {
    float: left;
}
DIV.author DIV#profileFavBtn a,
DIV.author DIV#profileFavBtn a:link {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    /* background: transparent url(/images/buttons/profileFav.png) no-repeat scroll 0 0; */
    background: transparent url(/images/blip/sprite-uber.png) no-repeat scroll -281px -270px;
    display: block;
    height: 24px;
    margin: -4px 0 0 5px;
    overflow: hidden;
    width: 120px;
}

DIV.author DIV#profileFavBtn.active a,
DIV.author DIV#profileFavBtn.active a:link {
    /* background: transparent url(http:///images/buttons/profileFav-active.png) no-repeat scroll 0 0; */
    background: transparent url(/images/blip/sprite-uber.png) no-repeat scroll -402px -270px;
}

#toggleStation-bliper.selected,
#toggleStation-requests.selected{
	color: #09f;
	font-size: 120%;
}
#toggleStation-bliper.deselected,
#toggleStation-requests.deselected {
	color: #048;
	font-size: 90%;
}
#toggleStation-bliper:hover,
#toggleStation-requests:hover {
	color: #09f;
}
