html {
	height: 100%; /*STOCK*/
	overflow-y: scroll; /*STOCK*/
	}

body {
	background: #111; /*STOCK*/
	color: ; /*STOCK*/
	font: ; /*STOCK*/
	height: ; /*STOCK*/
	margin: 1px;
	}

#wrapper {
	background: ; /*STOCK*/
	margin: 0px auto; /*STOCK*/
	min-height: ; /*STOCK*/
	width: ; /*STOCK*/
	}

#content{
	padding: ; /*STOCK*/
	position: ; /*STOCK*/
	}

p {
	margin-top: 12px;
	}


#context-schedule {
	color: #888;
	font: 21px free-mono-bold;
	left: 0px;
	letter-spacing: 1px;
	line-height: 9px;
	margin: auto;
	position: absolute;
	right: 0px;
	top: 57px;
	width: 777px;
	}


	#context-schedule font {
		color: #444;
		}

	#context-schedule ul {
		margin-left: 227px;
		position: relative;
		top: -34px;
		}

		#context-schedule ul a:link {text-decoration: none; color: #090; }
		#context-schedule ul a:visited {text-decoration: none; color: #090; }
		#context-schedule ul a:hover {text-decoration: none; color: #0f0; }
		#context-schedule ul a:active {text-decoration: none; color: #0f0; }
	
	.prev {
		border-radius: 4px;
		color: #111;
		font: 17px free-mono-bold;
		left: -6px;
		letter-spacing: -1px;
		padding: 2px 1px 2px 15px;
		position: relative;
		top: 4px;
		width: 97px;
		}

		.prev:hover {
			background: #222;
			color: #0b0;
			}





/*date-time */
	#date-time {
		color: rgba(70,70,70, 1);
		font: 47px underwood-champion;
		position: relative;
		left: -47px;
		}
		
/* date-time */


.moreinfo {
	font-size: 18px;
	position: relative;
	top: 8px;
	}