﻿/* 
	Bufalo Place 
	Calendar Screen CSS
	Alison Endacott
	May 2009
	
 */
 
 #container {
		background: url(/content/v1/us/img/inner-bg-full.jpg) no-repeat top center;
	}
	
	#content {
		background: url(/content/v1/us/img/bg-content-full.jpg) no-repeat -1px 493px;
	}

		#inner-content {
			width: 860px;
			margin-left: 24px;
		}
		
		
#footer {
	background: #fff url(/content/v1/us/img/bg-footer-full.jpg) no-repeat top;
}

		#content h2 {
			background: #006ab5 url(/content/v1/us/img/header-top-full-bg.gif) no-repeat top;
		}

		#event-content {
			position: relative;
			padding: 2em 0 1em 0;
			margin-bottom: 150px;
			width: 860px;
			background: url(/content/v1/us/img/header-bottom-full-bg.gif) no-repeat top left;
		}

	
		
			#event-content dt {
				position: absolute;
				left: -9999px;
			}
			
			#event-content dd {
				padding: 0 10px;	
			}
			
			#event-content dd.eventStart {
				font-size: 1.6em;
				color: #0056A4;
			}
			
			#event-content dd.eventLocation {
				font-size: 1.3em;
				color: #0056A4;
			}
		
		#event-content dd.eventDescritpion {
			font-size: 1.1em;
			padding: 1em 10px;
		}

		#event-content p {

		padding: .5em 0;
}
		
		