/*
 * Kunstrasen-Projekt v0.1 TuS Hiltrup 1930 e.V.
 * http://www.kunstrasen-tushiltrup.de/
 *
 * Copyright (c) 2009 Gerhard Jansen, Hagen Gröbner,
 * http://www.gdevelop.de
 * Dual licensed under the MIT and GPL licenses.
 *
 * Document   : jquery.digg.css
 * Created on : 14.02.2009, 01:37:50
 * Description: Stylesheet for Spy-component aka Digg- Spy.
 *
 * $Date: 2009-03-15 16:41:44 +0100 (So, 15 Mrz 2009) $
 * $Author: gerhard $
 * $Rev: 36 $
 */

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#digg    {
    background: #333839 url(../images/digg/bg.gif);
    color: #AFB0B1;
    float:right;
    margin:0 0 24px;
    padding:15px 10px 10px;
    width:230px;
}

#digg ul {
    font-size:1em;
    list-style-type:none;
    margin:0;
    padding:0;
    position:relative;
}

.rating {
    background-image:url(images/digg/info_bar_stars.png);
    background-repeat:no-repeat;
    height:12px;
    text-indent:-900em;
    font-size:1em;
    margin:0 0 9px;
}

.none {
	background-position: 82px 0px;
}

.four {
	background-position: 82px -48px;
}

.five {
	background-position: 82px -60px;
}

.tags {
	color: #fff;
	margin: 0.3em;
}

.tags a,
.tags span {
	background-color: #333839;
	font-size: 0.8em;
	padding: 0.1em 0.8em 0.2em;
}

.tags a:link,
.tags a:visited {
	color: #fff;
	text-decoration: none;
}

.tags a:hover,
.tags a:active {
	background-color: #3e4448;
	color: #fff;
	text-decoration: none;
}



#digg li {
    height: 90px;
    overflow: hidden;
    border-bottom: 1px dotted #666;
    margin: 0 0 0.5em;

}

#digg li h5 {
    color:#A5A9AB;
    font-size:1em;
    margin-bottom:0.3em;
}

#digg li h5 a {
    color:#A5A9AB;
    text-decoration:none;
}

#digg li img {
    float:left;
    margin-right:8px;
}

#digg li .info {
    color:#A5A9AB;
    background: #333839;
    font-size: 0.9em;
    padding: 2px;
    margin: 0;

}

#digg .info a,
#digg .info a:visited {
    color:#A5A9AB;
/*    _color:#3E4548;  */
    text-decoration: none;
}

#digg .spyWrapper {
    height: 100%;
    overflow: hidden;
    position: relative;
}

#digg {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.tags span,
.tags a {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

a img {
    border: 0;
}

#digg p.user {
    font-size: 0.8em;
    margin-bottom: 2px;
}

#digg p.info {
    font-size: 0.9em;
}


