/*
 *********************************************************************** 
 * Seminar CSS
 * for Chemistry & Biochemistry at UC Boulder
 * by MRK
 * December 2003
 ***********************************************************************
 */

/*
 ***************
 *** Pullout ***
 ***************
 */

#up {
	background-image: url(../img/up.gif);
	background-position: right;
	background-repeat: no-repeat;
	background-attachment: fixed;
	right: 0px;
}

.pulloutbox {
	display: block;
	margin: 10px;
	padding: 6px;
	width: 15%;
	float: right;
	border: 1px dotted #ccc;
}

#date {
	padding-left:6px;
	padding-right:1px;
	background-position: left 50%;
	background-repeat: no-repeat;
	background-image: url(../img/dot-b5x5.gif);
	font-size: 1.35em;
	color: #999;
}

#section {
	font-weight: bold;
	text-transform: uppercase;
}

#title {
	font-size: 1.15em;
	font-style: italic;
}

#location {
	font-size: 1.25em;
}

