/***************************************************
	PAGE MODS
*/

/***************************************************
	PHOTO DETAILS
*/

.default #sidebar .module.module-photo_details {
}


/***************************************************
	PHOTO DETAILS > SOCIAL SUBMISSIONS
*/

#submit-icons {
	list-style: none;
	margin-bottom: 10px;
	overflow: hidden;
}

#submit-icons LI {
	font-size: 85%;
	margin: 0 10px 0 0;
	float: left;
}

#submit-icons LI A {
	padding: 0 0 0 20px;
}

#submit-icons LI A.digg {
	background: url("../../images/icon_digg.gif") no-repeat left;
}

#submit-icons LI A.delicious {
	background: url("../../images/icon_delicious.gif") no-repeat left;
}

/***************************************************
	PHOTO DETAILS > LOCATION
*/

.module-photo_details .location {
	display: block;
	padding: 6px 0 6px 22px;
	font-weight: bold;
	background: url("../../images/icon_globe.gif") no-repeat left;
}

/***************************************************
	PHOTO DETAILS > TAGS
*/

.module-photo_details UL.tags {
	background: #245599;
	padding: 3px;
	margin: 0 0 10px;
}

.module-photo_details UL.tags A:hover {
	color: #fff !important;
}
