/**
 * @file
 * Block Styling
 */


.block /* Block wrapper */ {
}

.block.first /* The first block in the region */ {
}

.block.last /* The last block in the region */ {
}

.block.odd /* Zebra striping for each block in the region */ {
}

.block.even /* Zebra striping for each block in the region */ {
}

h2.block-title /* Block title */ {
	display: none;
}


#block-block-6 {
	height: 24px;
}

#quicklinks a {
	color: #ffffff;
	text-decoration: none;
}
#quicklinks a:hover {
	text-decoration: underline;
}


#footer img {
	padding: 4px 0 0 0;
}

#footer p {
	margin: 6px 0;
}

#footer strong, #footer b {
	color: #ffffff;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.foot-contact {
	width: 320px;
	margin-top: 10px;
	margin-right: 20px;
	float: left;
}
.foot-involved, .foot-calendar, .foot-classes {
	width: 120px;
	margin-top: 20px;
	margin-right: 20px;
	float: left;
}
.foot-last {
	width: 162px;
	margin-top: 20px;
	float: right;
}

.top-link {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 10px;
	font-family: Century Gothic, sans-serif;
	text-transform: uppercase;
}


