/*
	For modules that get used across more than one page.
	This potentially is 90% of everything that goes inside the main content area.
	Ordered starting with most generally used to most specifically used
	Before writing a new component, see what other components you can use for your element
		c_video inherits c_rbox
	I know this looks like complicated sets of stylesheet rules, but
		TRUST ME, it makes writing new code later (like during maintenance) way easier
*/


/* --------------------------------------------------
	_global
-------------------------------------------------- */

/* see more link */

#container #container_fold a.c_more,
#container #container_gutter a.c_more {
	font: italic 12px/18px Georgia, 'Palatino', 'Century Schoolbook', serif;
	text-transform: lowercase;
}
#container_fold div.inverted a.c_more,
#container_gutter div.inverted a.c_more {
	color: #fff;
	border-bottom-color: #fff;
}
#container_gutter div.col_main p a.c_more {
	margin-left: .25em;
	line-height: 1em;
}
#container_gutter div.col_main p.line a.c_more {
	margin-left: 0;
}

/* show all link */

a.show_all:link, a.show_all:visited {
	color: #b60000;
	border-bottom: 1px dotted;
	float: right;
	margin-right: 24px;
}

/* list with one nested list */

ul.c_2d_list {
	font-size: 12px;
}
ul.c_2d_list li.section {
	padding-bottom: 16px;
}
ul.c_2d_list li.section span {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #000;
}

/* rounded corner box */

div.c_rbox div.rbox_head,
div.c_rbox div.rbox_foot {
	height: 6px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment:;
}
div.c_rbox div.rbox_head {
	background-position: bottom left;
}
div.c_rbox div.rbox_foot {
	background-position: top left;
}
div.c_rbox div.rbox_body {
	padding: 12px 0 6px 0;
}

	/* shadow version */
	/* medium by default */
div#the_content div.c_shadowbox {
	width: 262px;
}
div#the_content div.c_shadowbox div.rbox_head {
	background-image: url('../img/shared/shbox_md_head_lt.gif');
}
div#the_content div.c_shadowbox div.rbox_body {
	background: transparent url('../img/shared/shbox_md_body_lt.gif') 0 0 repeat-y;
}
div#the_content div.c_shadowbox div.rbox_foot {
	background-image: url('../img/shared/shbox_md_foot_lt.gif');
}

div#the_content div.c_shadowbox_full {
	width: 629px;
}
div#the_content div.c_shadowbox_full div.rbox_head {
	background-image: url('../img/shared/shbox_full_head_lt.gif');
}
div#the_content div.c_shadowbox_full div.rbox_body {
	background: transparent url('../img/shared/shbox_full_body_lt.gif') 0 0 repeat-y;
}
div#the_content div.c_shadowbox_full div.rbox_foot {
	background-image: url('../img/shared/shbox_full_foot_lt.gif');
}

	/* entire page */
div#the_content div.c_shadowbox_page {
	background: transparent url('../img/shared/rbox_wide_extend.jpg') 0 0 repeat-y;
	overflow: hidden;
}
div#the_content div.c_shadowbox_page div.rbox_head {
	background: transparent url('../img/shared/rbox_wide_bot.jpg') 0 100% no-repeat;
}
div#the_content div.c_shadowbox_page div.rbox_foot {
	background: transparent url('../img/shared/rbox_wide_top.jpg') 0 0 no-repeat;
	padding: 0 2px;
}
div#the_content div.c_shadowbox_page ul.col {
	width: 328px;
}
div#the_content div.c_shadowbox_page ul.col li {
	/*overflow: hidden;
	height: 36px;*/
}

	/* dark version */
	/* large by default */
div#the_content div.c_video {
	padding-bottom: 22px;
	width: 447px;
	font-size: 16px;
}
div#the_content div.c_video_m {
	width: 393px;
}
div#the_content p.banner_foot {
	padding-bottom: 22px;
}

div#the_content div.c_video div.rbox_head {
	background-image: url('../img/shared/rbox_lg_head_dk.gif');
}
div#the_content div.c_video div.rbox_foot {
	background-image: url('../img/shared/rbox_lg_foot_dk.gif');
}
div#the_content div.c_video_m div.rbox_head {
	background-image: url('../img/shared/rbox_md2_head_dk.gif');
}
div#the_content div.c_video_m div.rbox_foot {
	background-image: url('../img/shared/rbox_md2_foot_dk.gif');
}
div#the_content div.c_video div.rbox_body {
	background-color: #262626;
	padding: 12px 26px 16px 26px;
	position: relative;
}
div#the_content div.c_video_m div.rbox_body {
	padding: 6px 23px 12px 23px;
	font-size: .875em;
	line-height: 1.375em;
}
div#the_content div.c_video h1.bg_replace {
	float: left;
	width: 80px;
	padding-bottom: 8px;
	background: transparent url('../img/shared/title_videos_lt.png') 0 0 no-repeat;
}
div#the_content div.c_video a.c_more {
	float: right;
}
div#the_content div.c_video .right a.c_more {
	float: none;
}
div#the_content div.c_video p.foot {
	font-size: 12px;
}
div#the_content div.c_video div.container_flash {
	padding-bottom: 12px;
}
div#the_content div.c_video div.flash_flat {
	padding-bottom: 0;
}
div#the_content div.c_video div.container_flash img {
	/*this is just for the dummy images - can be removed it's actually an embed*/
	display: block;
}
div#the_content div#multi_video_player_flash_narrow {
	height: 196px;
	background: url(../img/videos/loader.gif) center center no-repeat;
}
div#the_content div#multi_video_player_flash {
	height: 223px;
	background: url(../img/videos/loader.gif) center center no-repeat;
}
div#the_content div#multimedia_video {
	height: 235px;
	background: url(../img/videos/loader.gif) center center no-repeat;
}

/* sliding red button */

div#container div#container_gutter .c_btn_sliding {
	background: transparent url('../img/shared/btn_sliding_r.png') right 0 no-repeat;
	/*_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/shared/btn_sliding_r.png', sizingMethod='image',enabled='true');*/
	display: -moz-inline-stack;
	display: inline-block;
	padding-right: 14px; /* do not adjust */
	border-bottom: 0;
}
div#container div#container_gutter .c_btn_sliding span {
	background: transparent url('../img/shared/btn_sliding_l.png') 0 0 no-repeat;
	/*_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/shared/btn_sliding_l.png', sizingMethod='image',enabled='true');*/
	padding: 0 12px 0 28px;
	font: bold 9px/31px "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	text-transform: uppercase;
	color: #fff;
	display: block;
}
div#container div#container_gutter a.c_btn_sliding:hover {
	background: transparent url('../img/shared/btn_sliding_r_over.png') right 0 no-repeat;
	/*_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/shared/btn_sliding_r_over.png', sizingMethod='image',enabled='true');*/
}
div#container div#container_gutter a.c_btn_sliding:hover span {
	background: transparent url('../img/shared/btn_sliding_l_over.png') 0 0 no-repeat;
	/*_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/shared/btn_sliding_l_over.png', sizingMethod='image',enabled='true');*/
}

/* nav */

ul.c_nav_h li {
	float: left;
}
ul.c_nav_h li a {
	display: block;
}

/* nav with large buttons */

ul.c_nav_large,
div#the_content ul.c_nav_large a {
	display: block;
}
div#container_gutter div#the_content ul.c_nav_large a:hover,
div#container_gutter div#the_content ul.c_nav_large a {
	border-bottom: 0;
}
ul.c_nav_large li {
	width: 33.33%;
}
ul.c_nav_large li#t_left a {
	background-position: top left;
}
ul.c_nav_large li#t_middle a {
	background-position: top center;
}
ul.c_nav_large li#t_right a {
	background-position: top right;
}

/* just large buttons */

dl.c_list_large li#t_left {
	background-position: top left;
}
dl.c_list_large li#t_middle {
	background-position: top center;
}
dl.c_list_large li#t_right {
	background-position: top right;
}

/* gray border box */

div.c_graybox {
	padding: 8px;
	background-color: #d1d1d1;
}

/* brown box */
div#container_gutter div#the_content div.c_brownbox {
	border: 1px solid #d9beba;
	background-color: #f9f2f2;
	padding: 20px;
	margin: 20px 0 0 25px;
}

div#the_content div.c_brownbox ul.col li {
	padding: 3px 0;
}

/* feature box */

div#the_content div.c_featured {
	background-color: #ececec;
	padding: 24px 28px 24px 32px;
}
div#the_content div.c_featured ul.c_h_list {
	padding-top: 16px;
}
div#the_content div.c_featured ul.c_h_list h3 {
	padding-top: 18px;
	padding-bottom: 6px;
}

/* featured article box */
div#the_content div.c_featured_article {
	background: #383737 url('../img/shared/featured_bg.gif') 0 0 repeat-x;
	padding: 26px 24px 32px 28px;
}
div#the_content div.c_featured_article img.img_on_left {
	padding: 6px;
	background-color: #fff;
	margin-top: 3px;
	border: 1px solid #262626;
}
div#the_content div.c_featured_article h1.title {
	padding-bottom: 12px;
}
div#the_content div.c_featured_article p.content_body {
	color: #cac6c6;
	line-height: 18px;
}
div#container div#container_gutter div#the_content div.c_featured_article small {
	color: #9a9696;
}
div#the_content div.c_featured_article img.img_on_left {
	float: right;
}
div#the_content div.c_featured_article div.img_on_left {
	padding-right: 400px;
}

/* featured videos box */

div#the_content div.c_featured_video h2#hdr_featured_videos {
	margin-top: 3px;
}
div#the_content div.c_featured_video div.title {
	padding-bottom: 8px;
}
div#the_content div.c_featured_video div.c_featured {
	background-color: #262626;
	padding: 12px 14px 14px 14px;
}
body#multimedia div#the_content div.c_featured_video div.c_featured {
	_height: 463px;
	_clear: both;
}
	/* current */
div.c_featured_video div.current {
	padding-bottom: 12px;
}
div.c_featured_video div.current_video {
	width: 417px;
	overflow: hidden;
}
div.c_featured_video div.current_desc {
	padding: 16px 32px 0 450px;
}
div.c_featured_video div.current_desc h2 span.meta {
	color: #777;
	font-family: Arial, Helvetica, sans-serif;
}
div#container_gutter div#the_content div.c_featured_video div.current_desc p small,
div#container_gutter div#the_content div.c_featured_video div.current_desc p small a {
	color: #c3c3c3;
}
div#container_gutter div#the_content div.c_featured_video div.current_desc p.meta {
	padding-top: 12px;
}
div#container div#container_gutter div#the_content div.c_featured_video div.current_desc p.meta small a,
div#container div#container_gutter div#the_content div.c_featured_video div.current_desc p.meta small {
	font-size: 11px;
}
div#container div#container_gutter div#the_content div.c_featured_video div.current_desc p.meta small a {
	color: #f57e78;
}
	/* other */
div#the_content div.c_other_videos,
div#the_content div.c_video_m #slider {
	clear: both;
	padding: 12px 6px;
	position: relative;
}
div#the_content div.c_other_videos {
	padding: 12px 0 12px 4px;
}
div#the_content div.c_featured_video div.c_other_videos {
	background-color: white;
	_width: 100%;
	_padding: 12px 0;
}
div#the_content div.c_video_m .narrow-slider {
	padding: 12px 27px !important;
	width: 294px !important;
	_width: 294px !important;
}
div#the_content div.c_featured_video div.video_preview,
div#the_content div.c_other_videos div.video_preview,
div#the_content div.c_video_m div.video_preview  {
	background: #e7e7e7 url('../img/news/video_preview_bottom.gif') 0 bottom no-repeat;
	float: left;
	padding-bottom: 3px;
	margin-right: 6px;
	width: 119px;
	overflow: hidden;
}
div#container_gutter div#the_content div.c_other_videos div.preview_last {
	margin-right: 0;
}
div#the_content div.c_featured_video div.video_preview div.inner,
div#the_content div.c_other_videos div.video_preview div.inner,
div#the_content div.c_video_m div.video_preview div.inner {
	background: transparent url('../img/news/video_preview_top.gif') 0 0 no-repeat;
	padding: 10px 13px 0 14px !important;
	margin: 0;
	font-size: 11px;
	min-height: 131px;
	height: auto !important;
	height: 131px;
}
div#the_content div.c_other_videos div.video_preview a.img,
div#the_content div.c_video_m div.video_preview a.img {
	display: block;
	margin-bottom: 8px;
	line-height: 0;
	padding: 0;
}
div#the_content div.c_other_videos div.video_preview a.img img,
div#the_content div.c_video_m div.video_preview a.img img {
	border: 1px solid #ccc;
}
div#the_content div.inverted div.c_other_videos div.video_preview a.img img,
div#the_content div.inverted.c_video_m div.video_preview a.img img {
	border-color: #000;
}
div#the_content div.c_other_videos div.video_preview h3.title span,
div#the_content div.c_video_m div.video_preview h3.title span {
	font-size: 11px;
}
div#the_content div.c_other_videos div.video_preview h3.title,
div#the_content div.c_video_m div.video_preview h3.title {
	padding-bottom: 2px;
}
div#the_content div.c_other_videos div.current_featured_video {
	padding-bottom: 12px;
}
#slider {}
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider li{
	overflow:hidden;
	float: left;
	display: inline;
}
	/* extend */
div#the_content div a.previous,
div#the_content div a.next {
	position: absolute;
	height: 20px;
	width: 20px;
	top: 70%;
	_top: 60%;
	text-indent: -50000px;
	-moz-outline: none;
}

div#the_content div.c_video a.next {
	background: transparent url('../img/shared/arrow_carousel_dk_r.gif') center center no-repeat;
	right: 0;
}
div#the_content div.c_video a.previous {
	background: transparent url('../img/shared/arrow_carousel_dk_l.gif') center center no-repeat;
	left: 0;
	_left: -23px;
}

/* add-this */

div#the_content div.col_main p.c_add_this {
/*	padding-top: 2px;
	margin-bottom: -2px;
*/
	line-height: 1em;
	padding-top: 2px;
}
div#the_content div.col_main p.c_add_this img.icon {
	display: inline;
}

/* images as titles */

#container_gutter .hdr_replace {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	line-height: 2em;
}
#hdr_featured_events {
	background-image: url('../img/events/title_featured_events.jpg');
	width: 174px;
}
#hdr_upcoming_events {
	/*background-image: url('../img/events/title_upcoming.gif');*/
	width: 185px;
}
#hdr_featured_videos {
	background-image: url('../img/news/title_featured_videos.gif');
	width: 150px;
}
#hdr_college_gallery {
	background-image: url('../img/news/title_college_photo_gallery.gif');
	width: 230px;
}
#hdr_recent_podcasts {
	background-image: url('../img/news/title_recent_podcasts.gif');
	height: 34px;
}
#hdr_get_social {
	background-image: url('../img/news/title_get_social.gif');
	height: 34px;
}
#hdr_photo_gallery {
	background-image: url('../img/shared/title_photo_gallery_dk.gif');
}
#hdr_photo_galleries {
	background-image: url('../img/galleries/photo/title_photo_galleries.gif');
	width: 143px;
}
#hdr_visit_college {
	background-image: url('../img/admission/title_visit_dk.png');
}
#hdr_what_it_means {
	background-image: url('../img/giving/title_what_it_means.gif');
}
#hdr_video_mod {
	background-image: url('../img/joint/title_vid_module.gif');
}
#hdr_browse_archives {
	background-image: url('../img/news/browse_archives_title.gif');
}
#hdr_event_calendar {
	background-image: url('../img/events/title_calendar_dk.gif');
}
#hdr_featured_blog {
	background-image: url('../img/news/featured_blog.gif');
}
#hdr_latest_news {
	background-image: url('../img/news/title_latest_news_dk.png');
}
#hdr_browse_archives {
	background-image: url('../img/news/title_browse_news.png');
}



/* article */
div#the_content div.c_articles_list div.head {
	border-top: 0;
}
div#the_content div.c_articles_list .article {
	padding: 22px 0 24px 0;
	border-top: 1px solid #c3c3c3;
	display: block;
}

	/* meta row */
div#the_content div.c_articles_list .article ul.meta {
	border-width: 1px 0;
	border-color: #ddd;
	border-style: solid;
	display: block;
}
div#the_content div.c_articles_list ul.meta li {
	padding: 6px 0;
	float: left;
	margin-right: 1.5em;
}
div#the_content div.c_articles_list ul.meta li.comments {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}
	/* meta tags */
div#container_gutter div#the_content div.c_articles_list li.article p.break {
	padding-top: 1em;
}
div#the_content div.c_articles_list li.head {
	border-top: 0;
}

	/* image on left */
div#the_content div.c_articles_list div.img_on_left {
	padding-left: 170px;
}

	/* horizontal alternative */
div#the_content ul.c_h_list li.article {
	float: left;
	padding: 0;
	border-top: 0;
}
div#the_content ul.c_h_list li.mid {
	border: 1px solid #bbb;
	border-width: 0 1px;
}

	/* sidebar */
div#the_content div.col_sub .article p.content_body,
div#the_content div.col_sub .article p.meta {
	padding-bottom: 0;
}


/* --------------------------------------------------
	_main col (middle)
-------------------------------------------------- */

/* bounded box */

div#the_content div.c_main_box {
	border: 1px solid #dfdfdf;
	background-color: #f8f8f8;
	padding: 24px 36px 72px 36px;
}
div#the_content div.c_main_box h1 {
	padding-top: 0;
	padding-bottom: 16px;
}
div#the_content div.c_main_box h2 {
	font-size: 16px;
	color: #5b000a;
	padding-bottom: 16px;
}

/* tiger-striped list */

div#the_content ul.c_main_stripes {
	margin-top: 24px;
}
div#the_content ul.c_main_stripes li {
	display: block;
	font-size: 12px;
	line-height: 20px;
	padding: 8px 20px;
	color: #414141;
}
div#the_content ul.c_main_stripes .big {
	font-size: 16px;
}
div#the_content ul.c_main_stripes p.big {
	padding-top: 8px;
	padding-bottom: 24px;
}
div#the_content ul.c_main_stripes li span.big {
	padding-right: 4px;
}
div#the_content ul.c_main_stripes li span.big {
	font-weight: bold;
	color: #000;
}
div#the_content ul.c_main_stripes li.gray {
	background-color: #f2f2f2;
}

/* accordion */

div#the_content div.c_accordion {
	padding: 0;
	width: 415px;
}
div#the_content div.c_accordion div.title {
	padding: 36px 6px 12px 2px;
}
div.c_accordion div.title h2.bg_replace {
	background-color: #fff;
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 80%;
}
div.c_accordion div.title a.show_all {
	color: #686868;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	border-bottom: 0;
}
div#the_content div.c_accordion ul.blades {

}
div#the_content div.c_accordion li.blade {
	padding-bottom: 6px;
}
div#the_content div.c_accordion li.blade div.header {
	border: 1px solid #f8b932;
	padding: 2px;
	background-color: #fff;
}
div.c_accordion div.clearfix h3.left,
div.c_accordion div.clearfix h2.left { /* TODO make more global */
	overflow: hidden;
}
div.c_accordion div.clearfix a.right,
div.c_accordion div.clearfix div.right { /* show all, arrow */
	margin-right: 0 !important;
	text-align: right;
}
div#the_content div.c_accordion div.header div.inner {
	padding: 0 24px 0 18px;
	height: 41px;
	background: #f8b932 url('../img/shared/accordion_bg.gif') 0 0 repeat-x;
	color: #fff;
	cursor: pointer !important;
}
div#the_content div.c_accordion div.header a,
div#the_content div.c_accordion div.header h3 {
	line-height: 41px;
}
div#the_content div.c_accordion div.header h3 {
	font-size: 18px;
}
div#the_content div.c_accordion div.arrow {
	width: 15px;
	height: 41px;
	background: transparent url('../img/shared/accordion_arrow_down.gif') 0 center no-repeat;
	text-indent: 9999em;
}
div#the_content div.c_accordion li.blade_opened div.arrow {
	background-image: url('../img/shared/accordion_arrow_up.gif') !important;
}
div#the_content div.c_accordion ul.content {
	padding: 8px 0 12px 0;
}
div#the_content div.c_accordion ul.content li {
	line-height: 22px;
	height: 22px;
	padding-left: 22px;
	padding-bottom: 0;
}
div#the_content div.c_accordion ul.content li a {
	font: 12px/24px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	display: block;
	height: 24px;
	overflow: hidden; /* linked lists are just titles, shouldn't go over 400px */
}

/* pagination */

div#container_gutter div#the_content ul.c_pagination {
	float: right;
	margin: 1em 0;
	border: 0;
}
ul.c_pagination li {
	font: 10px/15px Arial, Helvetica, sans-serif;
	float: left;
	margin: 0 1px;
	padding: 0;
}
ul.c_pagination li, ul.c_pagination a {
	display: block;
	cursor: pointer;
}
div#container div#container_gutter div#the_content ul.c_pagination a {
	border: 1px solid #c3c3c3;
	padding: 1px 6px;
	line-height: 15px;
}
div#container div#container_gutter div#the_content ul.c_pagination a.current,
div#container div#container_gutter div#the_content ul.c_pagination a:hover {
	border: 1px solid #a60000;
	background: #a60000;
	color: white;
}
div#container div#container_gutter div#the_content ul.c_pagination li.pointer {
	padding: 1px;
	color: #a60000;
	margin-right: .5em;
}
ul.c_pagination li.break {
	padding: 0 .25em;
}
	/* extensions */
div#container_gutter div#the_content .clearfix ul.c_pagination {
	margin-top: 0;
}


/* mini-tabs */

ul.c_mini_tabs {
	position: absolute;
	top: -33px;
	margin-left: 4px;
}
ul.c_mini_tabs li {
	float: left;
	text-align: center;
	font: 10px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	margin-right: 1px;
}
ul.c_mini_tabs li, ul.c_mini_tabs a, ul.c_mini_tabs span {
	display: block;
}
ul.c_mini_tabs li span {
	padding: 0 20px;
	line-height: 33px;
}
ul.c_mini_tabs li a:link, ul.c_mini_tabs li a:visited {
	background: transparent url('../img/shared/mini_tabs_off_r.gif') 100% 0 no-repeat;
	color: white;
}
ul.c_mini_tabs li a:hover, ul.c_mini_tabs li a.current {
	background: transparent url('../img/shared/mini_tabs_on_r.gif') 100% 0 no-repeat;
}
ul.c_mini_tabs a:link span, ul.c_mini_tabs a:visited span {
	background: transparent url('../img/shared/mini_tabs_off_l.gif') 0 0 no-repeat;
	color: #fff;
}
ul.c_mini_tabs a:hover span, ul.c_mini_tabs a.current span {
	background: transparent url('../img/shared/mini_tabs_on_l.gif') 0 0 no-repeat;
	color: #777;
}


/* detailed article */

div#the_content div.col_main div.c_full_article {
	overflow: visible;
}


/* photo gallery grid */

div.c_photo_gallery div.title {
	padding: 12px 36px 8px 0;
}
div.c_photo_gallery div.title h2#hdr_college_gallery {
	margin-top: -6px;
}
div.c_photo_gallery div.gallery_wrap {
	float: left;
	width:	201px;
	margin: 0 24px 36px 0;
}
div.c_photo_gallery div.gallery_wrap img {
	display: block;
	margin-bottom: 12px;
}
div.c_photo_gallery div.gallery_extend .gallery {
	background: transparent url('../img/news/gallery_extend_lt.png') 0 0 repeat-y;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='/assets/img/news/gallery_extend_lt.png');
}
div.c_photo_gallery div.gallery_top {
	background: transparent url('../img/news/gallery_top_lt.png') 0 bottom no-repeat;
	height: 7px;
	_height: 3px;
	_float: left;
	_margin-bottom: -7px;
	width: 201px;
	display: block;
}
div.c_photo_gallery div.gallery_bottom {
	background: transparent url('../img/news/gallery_bottom_lt.png') 0 100% no-repeat;
	height: 7px;
	_height: 3px;
	width: 201px;
	display: block;
}
div.c_photo_gallery div.gallery {
	min-height: 167px;
	height: auto !important;
	height: 167px;
	padding: 11px 18px 9px 18px;
}
div.c_photo_gallery div.gallery img {
	border: 1px solid #ccc;
}
div#container div#container_gutter div#the_content div.c_photo_gallery div.gallery h3.title {
	font-size: 12px;
	line-height: 14px;
}
div.c_photo_gallery div.gallery a {
	position: relative;
}
	/* extensions */
div.c_photo_gallery div.row div.gallery_wrap {
	margin: 18px 12px ;
}
div.c_photo_gallery div.current div.gallery_extend .gallery {
	background-image: url('../img/news/gallery_extend_dk.png');
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='/assets/img/news/gallery_extend_dk.png');
}
div.c_photo_gallery div.current div.gallery_top {
	background-image: url('../img/news/gallery_top_dk.png');
}
div.c_photo_gallery div.current div.gallery_bottom {
	background-image: url('../img/news/gallery_bottom_dk.png');
}
div.c_photo_gallery div.current div.gallery img {
	border-color: #262626;
}

div.c_flash_gallery {
	margin-bottom: 32px;
	background: #111;
	padding: 15px;
}
div.c_flash_gallery h2 {
	color: #ebebeb;
	font: normal 18px/24px Georgia,'Palatino','Century Schoolbook',serif;
	padding-bottom: 10px;
}
div.c_flash_gallery div.gallery_container {
	height: 415px;
}


/* video gallery page */

div.c_video_galleries {
	width: 682px;
	padding-left: 35px;
	position: relative;
	margin-top: 36px;
	margin-bottom: 24px;
}
div.c_video_galleries div.head {
	background: transparent url('../img/galleries/video/gallery_top.png') 0 0 no-repeat;
	position: relative;
	width: 682px;
	height: 3px;
	top: -3px;
	margin-bottom: -3px;
	_margin-left: -9px;
	_margin-bottom: -14px;

}
div.c_video_galleries div.foot {
	background: transparent url('../img/galleries/video/gallery_bottom.png') 0 100% no-repeat;
	width: 682px;
	height: 3px;
	position: relative;
	bottom: -3px;
	margin-top: -3px;
	_margin-left: -9px;
}

/* video gallery grid */

div.c_video_gallery {
	background: transparent url('../img/galleries/video/gallery_extend.gif') 0 0 repeat-y;
	padding: 22px 2px 10px 10px;
	overflow: hidden;
}
div.c_video_gallery div.gallery_inner {
	padding: 0 0 0 17px;
	height: 515px !important;
	overflow: auto;
	position: relative;
	width: 96.5%;
}
div.c_video_gallery div.gallery_inner div.preview {
	background: #e7e7e7 url('../img/galleries/video/preview_bottom_lg_lt.gif') 0 100% no-repeat;
	width: 150px;
	margin: 0 6px 6px 0;
	height: 160px;
	overflow: hidden;
	float: left;
}
div.c_video_gallery div.preview div.preview_inner {
	background: transparent url('../img/galleries/video/preview_top_lg_lt.gif') 0 0 no-repeat;
	padding: 10px 10px 16px 9px;
	position: relative;
}
div.c_video_gallery div.preview_inner img {
	border: 1px solid #ccc;
}
div.c_video_gallery div.preview_inner div.content {
	padding-left: 6px;
	padding-right: 6px;
}
div#container div#container_gutter div#the_content div.c_video_gallery div.preview_inner h3.title {
	font-size: 12px;
	line-height: 14px;
	padding-top: .5em;
}
	/* extensions */
div.c_video_gallery div.gallery_inner div.current {
	background-image: url('../img/galleries/video/preview_bottom_lg_dk.gif');
	background-color: #3b3b3b;
}
div.c_video_gallery div.current div.preview_inner {
	background-image: url('../img/galleries/video/preview_top_lg_dk.gif');
}
div.c_video_gallery div.current div.preview_inner img {
	border-color: #262626;
}

/* full video player */

div.c_video_full {
	background: #111;
	color: #aaa;
	padding: 19px;
}
div.c_video_full div.current_desc {
	padding: 18px 24px 8px 24px;
}
div#the_content div.c_video_full div.current_desc h2 span.meta {
	color: #6d6d6d;
	font: 16px Arial, Helvetica, sans-serif;
}
div.c_video_full div.current_desc p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #c3c3c3;
}
div#container div#container_gutter div#the_content .inverted p.director {
	color: #565656;
}

/* --------------------------------------------------
	_sub col (right, sometimes doesn't exist)
-------------------------------------------------- */

/* general side component */

div.c_sub_basic {
	padding: 24px 0 28px 24px;
	border-color: #c3c3c3;
	border-style: solid;
	border-width: 1px 0 0 0;
}
div.c_sub_basic dl,
div.c_sub_basic li,
div.c_sub_basic p,
div.c_sub_basic p a,
div.c_sub_basic span {
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}
div.c_sub_basic li {
	padding: 3px 0;
}
div#the_content div.col_sub div.c_sub_basic p {
	padding-top: 4px;
}
div.c_sub_basic dd,
div.c_sub_basic p {
	padding-bottom: 12px;
}
div#the_content div.col_sub div.c_sub_basic p.line {
	padding-top: 0;
	padding-bottom: 6px;
}
div#container div#container_gutter div#the_content div.c_sub_basic p.content_body small {
	font-family: Georgia, 'Palatino', 'Century Schoolbook', serif;
	color: #6d6d6d;
}
div.c_sub_basic ul {
	padding-bottom: 8px;
}
div.c_sub_basic li a {
	display: block;
	color: #414141; /* reset */
}
div.c_sub_basic li p a {
/*
	display: -moz-inline-stack;
	display: inline-block;
*/
	display: inline;
}
div#the_content div.col_sub div.c_sub_basic h3.p {
	font-size: 14px;
	line-height: 22px;
}
	/* section title */
div#container_gutter div#the_content div.c_sub_basic h3.link {
	color: #6d6d6d;
	font-size: 14px;
}
div#container_gutter div#the_content div.c_sub_basic h3.link a {
	display: inline;
	border-bottom: 1px none transparent;
}
div#container_gutter div#the_content div.c_sub_basic h3 a:hover {
	border-bottom: 1px dotted #a60000;
}
	/* extension */
div.c_sub_only,
div.c_sub_first {
	padding-top: 0;
	border-top: 0;
}
div.c_sub_only,
div.c_sub_last {
	padding-bottom: 12px;
}
	/* extension */
div.c_sub_basic p.list {
	line-height: 24px;
}
div.c_sub_basic ul.detail li {
	padding: 6px 0;
}

/* ruled list */

div#the_content div.c_ruled_list {
	padding: 0;
	border-top: 0;
}
div#the_content div.c_ruled_list h3 {
	padding-left: 24px;
	position: relative;
}
div#the_content div.c_ruled_list ul {
	border-top: 1px solid #dfdfdf;
	padding-bottom: 8px;
}
div#the_content div.c_ruled_list li {
	/*border-bottom: 1px solid #dfdfdf;*/
	padding: 10px 24px;
	display: block;
	line-height: 15px;
}
div#the_content div.c_ruled_list div.rbox_body {
	min-height: 1px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 12px;
}
	/* extensions */
div#the_content div.c_ruled_list ul.col {
	float: left;
}
div#the_content div.c_sub_basic div.c_ruled_list li {
	padding-left: 0;
	padding-right: 0;
}
div#container div#container_gutter div#the_content div.c_ruled_list li.head {
	border-top: 0;
	padding-top: 0;
}
div#container div#container_gutter div#the_content div.c_ruled_list li.foot {
	border-bottom: 0;
	padding-bottom: 0;
}

/* list with red arrows */

div#the_content div.c_arrow_list h3.big {
	color: #7a000e !important;
	padding: 18px 24px;
	position: relative;
}

div#the_content div.c_arrow_list li {
	padding-left: 55px;
	background: #fff url('../img/shared/arrow.gif') 24px center no-repeat;
	padding-top: 0;
	padding-bottom: 0;
}
div#the_content div.c_sub_basic div.c_arrow_list li {
	background-position: 4px center;
	padding-left: 35px;
	padding-right: 4px;
}
div#the_content div.c_arrow_list li a, div#the_content div.c_arrow_list li.no_anchor {
	display: block;
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	padding-top: 8px;
	padding-bottom: 12px;
	border-bottom: 0;
	color: #414141;
	_padding-top: 18px;
	_padding-bottom: 8px;
}

div#container_gutter div#the_content div.c_arrow_list li a:hover {
	color: #a60000;
	border-bottom: 0;
}

/* events list */

div#the_content div.c_events_list li {
	background: white url('../img/shared/cal_icon.gif') 0 5px no-repeat;
	padding-left: 30px;
	padding-bottom: 18px;
}
div#the_content div.c_events_list {
	padding-bottom: 0;
}

/* calendar */

div#the_content div.c_mini_cal {
	width: 260px;
	padding-left: 22px;
}
div#the_content div.c_mini_cal h3.big {
	background: white url('../img/shared/cal_icon.gif') 0 0 no-repeat;
	padding-left: 30px;
	padding-bottom: 20px;
}
div#the_content div.c_mini_cal h3.add {
	background: white url('../img/shared/cal_icon_add.gif') 0 0 no-repeat;
	padding-left: 30px;
	padding-bottom: 20px;
}
div#the_content div.c_mini_cal div.cal_heading {
	padding: 0 8px;
}
div#the_content div.c_mini_cal div.cal_heading div.month {
	border-bottom: 1px solid #ccc;
	color: black;
	text-align: center;
	font: 15px/44px "Lucida Grande", "Lucida", Helvetica, sans-serif;
	position: relative;
}
div#the_content div.c_mini_cal div.cal_heading div.month a.img {
	position: absolute;
	line-height: 12px;
	top: 15px;
	_top: 5px;
}
div#the_content div.c_mini_cal a.previous {
	left: 0;
	_left: -92px;
}
div#the_content div.c_mini_cal a.next {
	right: 0;
	_right: 6px;
}
div#the_content div.c_mini_cal div.cal_extend {
	background: url('../img/events/cal_extend.jpg') 0 0 repeat-y;
}
div#the_content div.c_mini_cal div.cal_top {
	background: url('../img/events/cal_top.jpg') 0 0 no-repeat;
	padding: 3px 3px 0 3px;
	zoom: 1;
}
div#the_content div.c_mini_cal div.cal_bottom {
	background: url('../img/events/cal_bottom.jpg') 0 100% no-repeat;
	padding-bottom: 3px;
}
div#the_content div.c_mini_cal div#browse_events {
	width: 280px;
}
div#the_content div.c_mini_cal div#browse_events div.gutter {
	padding: 0 0 0 21px;
}
div#the_content div.c_mini_cal div.days_abbrv div {
	float: left;
	text-transform: uppercase;
	font-size: 8px;
	width: 33px;
	text-align: center;
	margin-right: 2px;
	line-height: 26px;
}
div#the_content div.c_mini_cal div.col_gutter {
	padding: 0 0 15px 5px;
}
div#the_content div.c_mini_cal div.day {
	background-color: #eee;
	color: #444;
	float: left;
	width: 33px;
	height: 33px;
	position: relative;
	margin: 0 2px 2px 0;
}
div#the_content div.c_mini_cal div.day a {
	display: block;
	width: 33px;
	height: 33px;
	border-bottom: 0;
	color: #2b2b2b;
}
div#the_content div.c_mini_cal div.current_day {
	background-color: #d40505;
	color: white;
}
div#the_content div.c_mini_cal div.current_day a {
	color: white;
}
div#the_content div.c_mini_cal div.day span.number {
	position: absolute;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	top: 2px;
	right: 4px;
}

/* thumb gallery */

div#the_content div.c_sub_gallery li img {
	border: 1px solid #b6b6b6;
}

/* video gallery */

div#the_content div.c_sub_gallery ul.inverted li img {
	border-color: #262626;
	background-color: #fff;
	padding: 4px;
	margin-bottom: 8px;
}
div#the_content div.c_sub_gallery ul.inverted li {
	background-color: #484646;
	margin-bottom: 2px;
	padding: 18px 24px 14px 24px;
}
div#the_content div.c_sub_gallery ul.inverted li a span {
	color: #fff;
	border-color: #fff;
}
div#the_content div.c_sub_gallery ul.inverted li a:hover span {
	border-color: transparent;
}
