/* SIDEBAR */
.sidebar .highlightProjects{
	border-bottom: 2px solid #FF358B;
	width:200px;
}

.sidebar .highlightProjects h5{
	font-size: 18px;
	color: #36ACDE;
	font-family: Georgia;
	font-style: italic;
	padding-bottom: 3px;
	border-bottom: 1px solid #36acde;
	width: 200px;
	margin-bottom: 15px;
	
}

.sidebar .highlightProjects ul{	
	overflow: auto;
	width: 200px;
	padding:0;
	margin:0;
	padding-bottom: 18px;
}

.sidebar .highlightProjects ul li{
	margin-bottom: 10px;
	font-size: 14px;
	color: #EEEEEE;
	padding-left: 15px;
	background: url(../i/bulletStar.gif) no-repeat 0 3px;
	
}

.sidebar .highlightProjects a {
	color: #fff;
}

.sidebar .highlightProjects a:hover {
	color: #37A4D3;
}