/* Widget holder on main pages */

#LastWidgets {
    background: #E3E6D8;
    margin: 10px -5px 10px -10px;
    padding: 5px 10px 8px 10px;
}

#LastWidgets a.widget {
    display: block;
    position: relative;
    z-index: 5;
    float: left;
    height: 18px;
    width: 18px;
    text-decoration: none;
    color: #FFF;
    margin-right: 5px;
}

#whelp {
    font-size: 11px;
    color: #91998E;
    display: block;
    margin-bottom: 3px;
}

#message_w { background: url("http://static.last.fm/images/newestwidgets/message.gif") no-repeat; }
#friends_w, #wishlist_w { background: url("http://static.last.fm/images/newestwidgets/add.gif") no-repeat; }
#tag_w { background: url("http://static.last.fm/images/newestwidgets/tag.gif") no-repeat; }
#moderate_w { background: url("http://static.last.fm/images/newestwidgets/moderate.gif") no-repeat; }
#preview_w { background: url("http://static.last.fm/images/newestwidgets/preview.gif") no-repeat; }
#recommend_w { background: url("http://static.last.fm/images/newestwidgets/recommend.gif") no-repeat; }
#journal_w { background: url("http://static.last.fm/images/newestwidgets/blog.gif") no-repeat;}
#LastWidgets a.widget:hover { background-position: 0 -18px; }
#LastWidgets a.on, #LastWidgets a.on:hover  { background-position: 0 -36px; }

/* widgets themselves */

#widget {
    overflow: hidden;
    height: 310px;
    margin-left: -2px;
    margin-top: 3px;
    margin-right: -10px;
    background: #EFF2E9;
    border: 1px solid #CCC;
    color: #564B42;
    margin-bottom: 35px;
}

div.mini#widget {
    height: 170px;
}

#widget iframe {  border: 0; background: #EFF2E9; }

#widgetLoading {
    display: none;
    font-size: 11px;
    color: #564B42;
    position: absolute;
    background: #EFF2E9;
    width: 250px;
}

#widgetLoading p {
    font-size: 10px;
    padding-left: 15px;
}


/*div.mini #widgetLoading {
    height: 170px;
}*/

body.widget {
    margin: 0;
    padding: 0;
    color: #564B42;
    font-family: Helvetica, Arial, sans-serif;
    background: #EFF2E9;
}

div.widgetMini {
  margin: 0;
  line-height: 17px;
  padding-left: 15px;
  padding-top: 10px;
}

div.widgetNormal {
    margin: 0;
    padding-left: 15px;
    padding-top: 10px;
}

body.widget p {
    margin-top: 0;
    padding-top: 0px;
}

body.widget th {
    font-size: 11px;
    color: #555;
    text-align: left;
    padding-right: 8px;
    background: transparent;
}

a.close {
    position: absolute;
    display: block;
    width: 50px;
    font-size: 11px;
    text-align: right;
    bottom: 10px;
    right: 10px;
}

strong.small { font-size: 10px; padding-right: 16px; float: left;  }
span.small { font-size: 10px; color: #777; }

body.widget .forms {
  display: block;
  font-size: 11px;
  padding-right: 10px;
}

body.widget .happy { color: #0A0; font-size: 12px; display: block;  width: 75%; padding-bottom: 100px;}
body.widget .sad { color: #A00; font-size: 12px; display: block; width: 75%; padding-bottom: 100px;}

body.widget form {
	margin: 0; padding: 0; display: inline;
}

body.widget .tiny { 
	font-size: 11px;
	color: #807063;
	margin-right: 2px;
}

body.widget .minilinks {
	color: #807063;
	font-size: 11px;
	margin-right: 10px;
}

body.widget .minilinks a { color: #564B42; }

body.widget a.widgetX {
    font-size: 9px;
    vertical-align: super;
    color: #900;
    text-decoration: none;
    margin-right: 5px;
    margin-left: 1px;
}

body.widget a.widgetX:hover {
    text-decoration: underline;
}

body.widget span.hint {
    color: #807063;
}

body.widget .help {
    font-size: 11px;
}

