/* Begin Ravelry Progress bars
--------------------------------------------- */

.rav_project {
	margin-bottom: 5px;
}
          
.rav_project a.rav_title, .rav_project a.rav_title_hib {
	font-size: 1em;
}
          
.rav_project .rav_progress_text {
	position: relative;
	text-align: center;
	color:#660000;
	font-size:0.95em;
}

.rav_project .rav_progress_text_hib {
	font-style:italic;
	position: relative;
	text-align: center;
	color:#a9a9a9;
	font-size:0.95em;
}

a.rav_title_hib {
 font-style:italic;
 color:#a9a9a9;
}
        
.rav_project .rav_progress_bar_wrapper {
	border: 1px solid #eee;
	margin-top: 0px;
	margin-bottom:8px;
} 
        
.rav_project .rav_progress_bar { 
	position: relative;
	padding: 1px;
	border-left: 1px solid #aaa;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #eee;
	margin-bottom: 5px;
}
        
.rav_project .rav_progress_bar .rav_progress_filled { 
	position: absolute;
}
          
.rav_project .rav_photo_link {
	margin-bottom: 8px;
	display: block;
	width: 77px;
	height: 77px;
	margin-left: 1px;
	margin-top: 5px;
	border: 1px solid #cccccc;
}
          
.rav_project .rav_photo_link img {
	width: 75px;
	height: 75px;
	border: 1px solid #ffffff;
}
          
.rav_project_with_photos {
	margin-bottom: 20px;
}

.rav_faved {
	float:right;
	margin-top:15px;
}

.rav_faved img {
	border:0;
}

a.rav_faved {
	text-decoration:underline;
}

a:hover.rav_faved {
	text-decoration: underline;
}

/* End Rav bars */
