#news{
	width: 350px;
	height: 110px;
	overflow: hidden;
}
p { margin: 0; margin-bottom: 4px;}
h5 {
	margin: 0;
	font-weight: normal;
	font-size: 0.80em;
}
#sidebar {
	color: #AFB0B1;
	float:left;
	margin:0 0 10px;
	padding:15px 10px 10px;
	width:350px;
}

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

.tags {
	color: #00CCFF;
	margin: 0.5em;
}

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

.tags a:link, tags a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #91c2e2;
	padding: 0.1em 0.8em 0.2em;
	}

.tags a:hover, tags a:active {
	background-color: #91c2e2;
	color: #FFFFFF;
	text-decoration: underline;
	}
	
a.tagsall:link, a.tagsall:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #076DAF;
	padding: 0.1em 0.8em 0.2em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	}

a.tagsall:hover {
	background-color: #076DAF;
	color: #FFFFFF;
	text-decoration: underline;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	}
	
	

#sidebar li {
	overflow: hidden;
	height: 130px;
}

#sidebar li h5 {
	color:#076DAF;
	font-size:0.8em;
	margin-bottom:0.5em;
	font-weight: bold;
}

#sidebar li h5 a {
	color:#076DAF;
	text-decoration:none;
}

#sidebar li img {
    float:left;
    margin-right:8px;
	border:1px solid #CCCCCC;
}

#sidebar li .info {
	color:#3E4548;
	font-size:0.8em;
}

#sidebar .info a,
#sidebar .info a:visited {
    color:#3E4548;
    text-decoration: none;
}

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

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

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

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

a img {
    border: 0;
}

