/**
 * CSS for amwhalen.com
 */
 
/* ----------------------- photo boxes ----------------------- */

#content ul.photobox {
	list-style: none;
	margin: 15px 0;
	padding: 5px 0 0 5px;
	background: #eee;
	/* this clears, see quirksmode */
	width: 605px;
	overflow: hidden;
}

#content ul.photobox li {
	margin: 0 5px 5px 0;
	padding: 0;
	float: left;
	background: none;
}

#content ul.photobox li a {
	display: block;
	margin: 0;
	padding: 5px;
	background: #fff;
	color: #666;
	border: 1px solid #ccc;
	/* clear */
	width: 285px;
	overflow: hidden;
}

#content ul.photobox li a:hover {
	background: #eef;
	color: #333;
}

#content ul.photobox li a img {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	width: 80px;
	height: 80px;
	border: 1px solid #ccc;
}

#content ul.photobox li a:hover img {
	border: 1px solid #ccc;
}




/* ----------------------- lightbox fixes ----------------------- */

#lightbox a,
#stimuli_lightbox a {
	border: none;
}




/* ----------------------- file formats ----------------------- */

ul.video_formats {
	list-style: none;
}

ul.video_formats li a {
	background: url(/assets/img/icons/formats/file_mov.png) left 50% no-repeat;
	padding-left: 15px;
}

/*a.download { padding-left: 15px; background: url(/assets/img/icons/formats/file_download.png) left 50% no-repeat; }*/
a.video_format { background: url(/assets/img/icons/formats/file_quicktime.png) left 50% no-repeat; }
a.qt_format { background: url(/assets/img/icons/formats/file_quicktime.png) left 50% no-repeat; }
a.wmv_format { background: url(/assets/img/icons/formats/file_wmv.png) left 50% no-repeat; }
a.mp3_format { background: url(/assets/img/icons/formats/file_mp3.png) left 50% no-repeat; }
