/* SCHEDULE OF EVENTS */

#schedule {
	margin-top:5em;
}
#schedule td.space_above {height:15px;}
#schedule .schedule_row {
	padding-top:2.5px;
	padding-bottom:2.5px;
	padding-left:30px;
	text-indent:-25px;
}

#schedule td.indent {width:30px;}

#schedule .categorized {
	padding-left:30px;
}

#schedule .space_above {
	height:30px;
}
#schedule .space_below {
	height:90px;
}

#schedule .session_header_cell {
	border-bottom:1px solid rgba(0,0,0,0.5);
	position:relative;
}

#schedule .session_title {
	display:inline;
	position:absolute;
}

#schedule .session_number {
	font-family:"Cinzel", sans-serif;
	font-weight:normal;
	font-size:1.2em;
	font-weight:600;
	padding:5px 10px;
	margin-right:15px;
	position:relative;
	top:-30px;left:0;
	background-color:#fff;
	background-image: linear-gradient(to top, #ccc, #eee);
	border:1px solid #aaa;
	color:#666;
	width:150px;
	text-align:center;
	display:inline-block;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	white-space:nowrap;
}

#schedule .session_name {
	font-family:"Poiret One";
	font-size:24pt;
	font-weight:bold;
	line-height:40px;
	color:var(--accent-color);
	position:absolute;
	bottom:35px; left:175px;
	width:400px;
}
#schedule .doors_open, #schedule .session_date {
	position:absolute;
	text-align:right;
	font-size:0.9em;
	font-weight:bold;
}
#schedule .doors_open {top:2.5px;right:0;}	
#schedule .session_date {top:-25px;right:0;}

#schedule .schedule_cat {
	font-family:var(--font-headline);
	font-weight:bold;
	padding:15px 0 10px 0;
}
#schedule .schedule_time {
	width:0;
	white-space:nowrap;
	padding:5px 30px;
}
#schedule ul {
	padding:10px 0 10px 0;
	margin:0;
}
#schedule li {
	text-indent:0;
}
#schedule td.schedule_row {
	font-size:0.9em;
}

@media(max-width:767px) {
	#schedule td.space_above {
		height:80px;
	}
	#schedule .doors_open {
		width:100%;
		top:35px; left:0;
	}
	#schedule .session_date {
		width:100%;
		top:10px; left:0;
	}
	#schedule .session_title {
		display:flex;
		flex-direction:row;
		justify-content:space-between;
		width:100%;
	}
	#schedule .session_name {
		position:absolute;
		right:0; left:auto;
		text-align:right;
	}
}

/* NEWS PAGE */

#news {
	min-height:600px;
	padding: 0 15px;
}
#news table {
	width:100%;
	margin-bottom:2em;
	clear:both;
	min-height:200px;
}
#news table:last-child {margin-bottom:60px;}
#news td {padding:0 0 20px 0; position:relative;}
#news .photoContainer {
	width:200px; height:200px;
	overflow:hidden;
	border:1px solid #666;
	position:absolute;
	left:0; top:0;
}
#news .photoContainer img {
	width:100%; height:100%;
	object-fit:cover;
}
#news .news-header {
	padding-left:240px;
}
#news .subject {
	color:var(--accent-color);
	font-family:"Poiret One",sans-serif;
	font-size:24pt;
	font-weight:bold;
	border-bottom:1px solid #aaa;
	padding-bottom:10px;
}
#news .author, #news .date, #news .time {
	display:inline-block;
	font-size:12pt;
	font-style:italic;
	color:#666;
	margin-bottom:30px;
}
#news .author {margin-right:30px;}
#news .date {margin-right:10px;}
#news .tdText {
	position:relative;
	padding-left:240px;
}

/* ENTRY FORMS */

.entryforms ul {
	list-style-type:none;
	margin:0; padding:0;
}
.entryforms li {
	padding:5px 0;
	display:block;
	display:flex;
	flex-direction:row;
	align-items:center;
}
.entryforms li:before {
	content:"";
	background-image:url("/co/images/acrobat-gold.jpg");
	background-size:100% 100%;
	display:inline-block;
	width:30px; height:30px;
	border-radius:3px;
	margin-right:10px;
	filter:brightness(150%);
}
.entryforms.docPW li:before {
	background-image:url("/co/images/lock.png");
	filter:brightness(100%);
	position:relative;
	top:-2.5px;
}