/* -- gallery variations -- */

/****************************************/
/* new styles for galleries only        */

/* all galleries menu */
#galbox {
	#width: 160px;
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
}

#indexbox {
	float: left;
	margin-right: 5px;
	margin-bottom: 15px;
}

#galbox img, #indexbox img {
	border: 2px solid #000;
}
#galbox img:hover, #indexbox img:hover {
	border: 2px solid #fff;
}
#galbox p, #indexbox p {
	font-family: verdana;
	font-size: 10px;
	font-style: italic;
	margin-top: 0px;
	margin-left: 9px;
}

#indexbox p {
	margin-left: 0px;
	font-style: normal;
}
	
/****************************************/
/* revisions to standard POTD styles    */
#notes {
	background-color: #bbb;
}

#footer {
	border-top: 1px dotted #000;
}
#footer p {
	color: #000;
}
