/*

News & Events Style Sheet

*/


/* Header */

#header h1 {
	text-align: center;
	letter-spacing: 0;
	word-spacing: 0;
}

/* Main Columns */
div#inner-content {
	position: relative;
	width: 750px;
	background-image: url(/images/news/news_page_background.gif);
	background-position: 380px 0px;
	background-repeat: repeat-y;
}
div#inner-content:after {
	content: ".";
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

div.column {
	margin-left: 10px;
	width: 180px;
	float: left;
}
div#column1 {
	margin-left: 0;
	width: 370px;
}


/* Other General Stuff */
h4 {
	padding: 6px 10px 5px 10px;
	margin: 0;
	margin-bottom: 10px;
	background-color: #d6d6c2;
	color: #333;
	font-size: 110%;
}


/* Features */
ul.news-page-features {
	width: 370px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}
ul.news-page-features:after {
	content: ".";
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}
ul.news-page-features li {
	float: left;
	width: 180px;
	margin-left: 10px;
}
ul.news-page-features li.first {
	margin-left: 0;
}
ul.news-page-features li a.text {
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 95%;
}
ul.news-page-features li a.text:hover {
	text-decoration: underline;
}
ul.news-page-features li a div.headline {
	color: #900;
	font-size: 120%;
	font-weight: bold;
	margin: 5px 0 5px 0;
}
ul.news-page-features li a span.more {
	color: #900;
}

/* Shutterbug */
div.news-page-shutterbug {
	margin-bottom: 15px;
}

/* Articles */
ul.news-page-articles {
	width: 370px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}
ul.news-page-articles li {
	width: 370px;
	margin-top: 10px;
}
ul.news-page-articles li.first {
	margin-top: 0;
}
ul.news-page-articles li:after {
	content: ".";
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}
ul.news-page-articles li a {
	display: block;
	text-decoration: none;
}
ul.news-page-articles li a:hover {
	text-decoration: underline;
}
ul.news-page-articles li a.image {
	float: left;
}
ul.news-page-articles li a.text {
	float: right;
	width: 310px;
	font-size: 95%;
	color: #000;
}
ul.news-page-articles li a span.headline {
	color: #900;
	font-size: 120%;
	font-weight: bold;
}
ul.news-page-articles li a span.more {
	display: block;
	color: #900;
	text-align: right;
}

/* Featured Sections */
div.news-page-sections {
	width: 370px;
	margin-bottom: 15px;
}
div.news-page-sections div.row {
	width: 370px;
	margin-bottom: 20px;
}
div.news-page-sections div.row:after {
	content: ".";
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}
div.news-page-sections div.row div.odd {
	float: left;
	width: 180px;
}
div.news-page-sections div.row div.even {
	float: right;
	width: 180px;

}
div.news-page-sections a {
	display: block;
	text-decoration: none;
	color: #900;
	font-weight: bold;
	font-size: 95%;
}
div.news-page-sections a:hover {
	text-decoration: underline;
}
div.news-page-sections a.image-bar {
	margin-bottom: 10px;
}
div.news-page-sections a.image-bar img {
	border: 0;
}
div.news-page-sections span.date {
	display: block;
	float: left;
	font-size: 95%;
	width: 45px;
	color: #000;
}
div.news-page-sections a.headline {
	float: right;
	width: 130px;
}
div.news-page-sections a.archive {
	clear: both;
	float: right;
	margin-top: 10px;
	width: 130px;
}
div.news-page-sections a.link {
	margin-bottom: 10px;
}


/* Live... Stuff */
div.news-page-live-section {
	width: 160px;
	padding: 0 10px 0 10px;
	margin-bottom: 10px;
}
div.news-page-live-section div.date {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 10px;
}
div.news-page-live-section:after {
	content: ".";
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}
div.news-page-live-section img.webcam {
	float: left;
	margin-right: 5px;
	border: 0;
}
div.news-page-live-section div.weather {
	font-size: 95%;
	margin-bottom: 1.4em;
}
div.news-page-live-section a {
	font-size: 95%;
	display: block;
	margin-top: 5px;
	color: #000;
	text-decoration: none;
}
div.news-page-live-section a:hover {
	text-decoration: underline;
}


/* Current and Upcoming Events */

dl.news-page-calendar, dl.news-page-calendar-upcoming {
	font-size: 95%;
	font-family: arial, sans-serif;
	line-height: 130%;
	/*margin: 7px 10px 8px 10px;*/
	margin: 0px 1px 0px 1px;
	width: 178px;
	position: relative;
	overflow: hidden;
}
dl.news-page-calendar dt, dl.news-page-calendar-upcoming dt {
	float: left;
}
dl.news-page-calendar dd, dl.news-page-calendar-upcoming dd {
	margin-left: 4.5em !important;
	margin-left: 4.25em; /* Readjust for IE6 and the 3px jog. */
}
dl.news-page-calendar dd.fullwidth {
	margin-left: 0 !important;
}

dl.news-page-calendar dd a, dl.news-page-calendar-upcoming dd a {
	color: black;
	text-decoration: none;
}
dl.news-page-calendar dd a:hover, dl.news-page-calendar-upcoming dd a:hover {
	text-decoration: underline;
}
dl.news-page-calendar div, dl.news-page-calendar-upcoming div {
	width: 158px;
	padding: 5px 10px 5px 10px;
}
dl.news-page-calendar div.odd {
	background-color: #f6f6f6;
}
dl.news-page-calendar-upcoming div.even {
	background-color: #f6f6f6;
}


/* "More Page" Links */
div.news-page-more-page-link, div.news-page-more-page-link-ns {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background-image: url(/images/news/horiz_dots.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
/* special stuff for the "no-separator" version */
div.news-page-more-page-link-ns {
	background-image: none;
}
div.news-page-more-page-link a, div.news-page-more-page-link-ns a {
	color: #000;
	font-size: 95%;
	font-style: italic;
	text-decoration: none;
}
div.news-page-more-page-link a:hover, div.news-page-more-page-link-ns a:hover {
	text-decoration: underline;
}

/* Announcemetns */
ul.news-page-announcements {
	width: 160px;
	margin: 0 10px 10px 10px;
	padding: 0;
}
ul.news-page-announcements li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 8px;
	margin-top: 8px;
	background-image: url(/images/news/horiz_dots.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
ul.news-page-announcements li.first {
	margin: 0;
	padding: 0;
	background-image: none;
}
ul.news-page-announcements li a {
	font-size: 95%;
	color: #000;
	text-decoration: none;
}
ul.news-page-announcements li a:hover {
	text-decoration: underline;
}


/* Schedule List */
ul.news-page-schedules {
	width: 160px;
	margin: 0 10px 10px 10px;
	padding: 0;
}
ul.news-page-schedules li {
	list-style-image: url(/images/news/square_grey_bullet.gif);
	line-height: 160%;
	padding: 0;
	margin-left: 16px;
}
ul.news-page-schedules ul {
	margin: 0;
	padding: 0;
	margin-left: 10px;
}
ul.news-page-schedules li.first {
	margin: 0;
}
ul.news-page-schedules li a {
	font-size: 100%;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
ul.news-page-schedules li a:hover {
	text-decoration: underline;
}

/* Annual Events */
ul.news-page-annual-events {
	width: 160px;
	margin: 0 10px 10px 10px;
	padding: 0;
}
ul.news-page-annual-events:after {
	content: ".";
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}
ul.news-page-annual-events li {
	float: left;
	width: 160px;
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}
ul.news-page-annual-events li.first {
	margin: 0;
	padding: 0;
}
ul.news-page-annual-events li a {
	display: block;
	margin-top: 8px;
	font-size: 100%;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
ul.news-page-annual-events li a.no-center {
	margin: 0;
}
ul.news-page-annual-events li a.image {
	margin: 0;
	margin-right: 12px;
	float: left;
}
ul.news-page-annual-events li a:hover {
	text-decoration: underline;
}
ul.news-page-annual-events li img {
	border: 0;
}


/* Student Productions */
ul.news-page-student-productions {
	width: 160px;
	margin: 0 10px 10px 10px;
	padding: 0;
}
ul.news-page-student-productions li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}
ul.news-page-student-productions li.first {
	margin: 0;
}
ul.news-page-student-productions li a {
	font-size: 95%;
	color: #000;
	text-decoration: none;
}
ul.news-page-student-productions li a:hover {
	text-decoration: underline;
}
ul.news-page-student-productions li a.image {
	border: 0;
}
