#projects
{
     margin-right: 230px;
}

.project_img
{
     cursor: pointer;
	border: 1px solid transparent;
}

#rightbar
{
     position: absolute;
     top: 0;
     right: 0;
     width: 200px;
     padding-right: 15px;

}
.tagcloud
{
     /* font-weight: bold; */
     color: #57AD52;
	 text-decoration: underline;
	cursor: pointer;
}
.tagcloud:hover
{
     text-decoration:none;
     color: #006400;
}
.projects:hover
{
     border: 1px solid grey;
}
.weight1
{
     /* font-size: 12px; */
     font-size: 0.9em; font-weight: 100;
}
.weight2
{
     /* font-size: 15px; */
     font-size: 1.1em; font-weight: 800;
}
.weight3
{
     /* font-size: 18px; */
     font-size: 1.2em; font-weight: 1200;
}
.category
{
	cursor: pointer;
	color: #57AD52;
	height: 25px; 
    padding-top: 4px;
    padding-bottom: 4px;
    /*border: 1px solid transparent; */
    font-size: small;

}
.selected
{
     background-color: #57AD52;
     color: white;
}
 .category:hover
{
     /* border: 1px solid #57AD52;  */
     color: #006400;
}
