@import url('twitter.css');
@import url('bundles.css');
@import url('blog.css');
.shortcutbarindex{
	width: 870px;
	margin-left: -10px;
	background: #000;	
	padding: 10px 11px;
}
.shortcutbar{
	width: 870px;
	margin-left: -10px;
	background: #000;	
	padding: 0px 11px;
	color: #fff;
}
.news{
	width: 580px;
	float: left;
	border-right: 3px groove #CCC;
	padding-right: 10px;
}
.newsitem{
	width: 580px;
	margin-top: 10px;
	padding-bottom: 5px;
	border-bottom: 2px #000 solid;
}
.newsbody{
	width: 420px;
	float: left;
	
}
.olderentries{
	float: right;
	font-size: 0.9em;
	color: #000;	
}
.newsimage{
	width: 130px;
	padding: 10px;
	background: #BBFFB9;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	float: left;
	margin-left: 10px;
}

.shortcutbar li{
	float: left;
	margin: 10px;
	width: 120px;	
}
.shortcutbar ul{
	display: none;
	position: absolute;
	width: 120px;
	background: #000;
}
.shortcutbar li:hover > ul{
	display: block;
	width: 120px;
}
.shortcutbar li ul li{
	margin: 0px;
}
.shortcutbar a{
	width: 120px;
	padding: 5px 0px;
	text-align:center;
	display: block;
	color: #f2f2f2;
	text-decoration: none;
	cursor: pointer;
}
.shortcutbar a:hover{
	background: #fff;
	color: #000;
}
.delnews{
	padding-bottom: 5px;
	background: #FF0; 
	cursor: pointer;
	float: left;
	margin: 5px;
}
.delnews:hover{
	background: #F00;	
}