/*------------------------------------------------------------------------------*/
/* campusChapter.css */
/*	jpl 8/02/08
/*	CSS for campus chapter pages, augments corkboard frontend style given
/*	by liveFeed.css.
/* 
/*------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------*/
/* SECTION::Page Structure */

#page-canvas {
	background:				transparent url(../images/campusChapterBG.jpg) no-repeat;
	height:					719px;
	width:					950px;
}


#campusChapterName {
	position:				absolute;
	top:					176px;
	left:					52px;
	width:					140px;
	color:					#333333;
	font-size:				20px;
	text-align:				center;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}

#loginButton {
	position:				absolute;
	top:					554px;
	left:					19px;
}


#contactInfo {
	position:				absolute;
	top:					135px;
	left:					226px;
	width:					195px;
	color:					#000;
	font-size:				16px;
	text-align:				center;
	font-family: Arial, Helvetica, sans-serif;
}


#newsAndInfo {
	position:				absolute;
	top:					315px;
	left:					100px;
	width:					360px;
	height:					325px;
	overflow:				auto;
	color: #333333;
}

#upcomingEvents {
	position:				absolute;
	top:					110px;
	left:					625px;
	width:					270px;
	height:					285px;
	padding:				10px;
	overflow:				auto;
	background:				#fff;
	text-align:				center;
	border:					1px solid #aaa;
	color: #333333;
}
	
	.descriptionBlurb {
		font-style:			italic;
		font-size:			11px;
	}
	
	.eventDivider {
		padding:			10px 0px;
		margin:				auto;
		display:			block;
		text-align:			center;
	}


#foodTicketPoundsTop {
	position:				absolute;
	top:					187px;
	left:					503px;
}

#foodTicketPoundsBottom {
	position:				absolute;
	top:					330px;
	left:					505px;

}



#imageLink1 {
	position:				absolute;
	top:					500px;
	left:					528px;
}
#imageLink2 {
	position:				absolute;
	top:					499px;
	left:					654px;
}
#imageLink3 {
	position:				absolute;
	top:					498px;
	left:					782px;
}




#whoWeHelpButton {
	position:				absolute;
	top:					30px;
	left:					450px;
}

#whoWeHelpPopUp {
	position:				absolute;
	top:					70px;
	left:					480px;
	background:				url(../images/whoWeHelpPopUp.jpg) no-repeat;
	width:					256px;
	height:					460px;
	
}
	#whoWeHelpPartnerName {
		position:				absolute;
		top:					44px;
		left:					20px;
		width:					225px;
		height:					48px;
		overflow:				auto;
		color:					#9C0A14;
		font-size:				20px;
		text-align:				center;
		vertical-align:			middle;
		display:				table-cell;
	}
	
	#whoWeHelpDescription {
		position:				absolute;
		top:					102px;
		left:					25px;
		width:					225px;
		height:					270px;
		overflow:				auto;
		line-height:			20px;
	}
	#whoWeHelpWebsite {
		position:				absolute;
		top:					398px;
		left:					10px;
		width:					235px;
		height:					20px;
		text-align:				center;
		overflow:				auto;
	}
	#whoWeHelpCloseLink {
		position:				absolute;
		top:					440px;
		left:					200px;
	}



/* End SECTION::Page Structure
/*------------------------------------------------------------------------------*/

