/* style_modder.css */


#breadcrumbs {
	background: #666;
	position: relative;
	width: 898px;
	padding-top: 14px;
/* 	margin-top: 9px; */
/* 	margin-top: 1px; */
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #fff;
}

#breadcrumbs a {
	color: #ddd;
}

#breadcrumbs a:hover {
	color: red;
}

a.edit {
	color: red;
}

#ridecontent_div #breadcrumbs, #subprofilewrapper #breadcrumbs {
	background: transparent;
	border: none;
	width: 100%;
/* 	color: #333; */
}

#ridecontent_div #breadcrumbs a, #subprofilewrapper #breadcrumbs a {
/* 	color: #333; */
}

#ridecontent_div #breadcrumbs a:hover, #subprofilewrapper #breadcrumbs a:hover {
	color: red;
}

#ridecontent_div #imagecaption,#ridecontent_div #uploaddate, #subprofilewrapper #imagecaption,#subprofilewrapper #uploaddate {
	color: #333;
}

#ridecontent_div #imagecaption a,#ridecontent_div #uploaddate a,#subprofilewrapper #imagecaption a,#subprofilewrapper #uploaddate a {
	color: #333;
}

#subprofilewrapper #imagecaption a:hover,#subprofilewrapper #uploaddate a:hover,#ridecontent_div #imagecaption a:hover,#ridecontent_div #uploaddate a:hover {
	color: red;
}

div.newsfeed_textdiv p {
	margin-top: 0px;
	margin-bottom: 8px;
	
}


.blk .allhoverdivs a {
	color: darkred;
}

.blk .allhoverdivs a:hover {
	color: red;
}


.clearall {
	float: none;
	clear: both;
	
}

