/* CAS Custom Layouts */
table tr {
	border-top: 1px solid #D7D7D7;
}

table td {
	padding-left: 8px;
	padding-right: 8px;
}

table tr:last-child {
	border-bottom: 1px solid #D7D7D7;
}

.stl-timeline{
	height: 850px;
}

.read-more {
	text-decoration:none;
}

.homepage-news-story:last-child {
border-bottom:0;
}

h2.highlighted {
	background-color: #888;
	color: #f4f4f4;
	padding: 10px;
	font-weight: normal;
	letter-spacing: -1px;
}

.alignleft { float: left; }

.alignRight { float: right; }

#cas-top-slider-container {
	/*
	position: relative;
	top: 0px;
	width: 100%;
	color: #333;
	border-top: 5px solid rgba(0,0,0,.25);
	*/
}
	#cas-top-slider-container h2 a {
		color: #666;
		font-weight: 600;
		text-decoration: none;
		font-size: 14px;
		line-height: 14px;
		text-align: center;
		padding: 0px 0px 5px 0px;
		float: right;
		width: 220px;
    background-image: url("../images/cas-tab-bg.png");
	}


#cas-top-slider-panel {
	display: none;
	background-color: #eee;
	padding-bottom: 10px;
}

#cas-top-slider-panel h2 {
	font-size: 18px;
	text-transform: uppercase;
	width: 100%;
	border-bottom: 1px solid #ccc;
	line-height: 18px;
	margin-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#cwru-links-container {
	color: #666;
	font-weight: 600;
	text-decoration: none;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	padding: 0px 0px 5px 0px;
	float: right;
	width: 220px;
	margin-top: 5px;
}
	#cwru-links-container a {
		font-family: 'Titillium Web';
		font-weight: 600;
		font-size: 16px;
		color: #fff;
		margin-right: 10px;
	}

.background-mixin {
	/*background-image: url("../images/logo-for-bg.png");*/
	background-repeat: no-repeat;
	background-position: bottom right;
}

#cas-top-bar {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 5px;
	background-color: #09143a;
	border-top: 10px solid rgba(0,0,0,.33);
	border-top: 6px solid #eee;
	height: 80px;
}
	
	#cas-top-bar img#cwruCASLogo {
		margin-top: -5px;
	}
	


	
	#cas-top-bar .search-area {
		float: right;
		margin-top: 5px;
		position: relative;
		color: #fff;
	}
		#cas-top-bar .search-area input {
			padding: 0px 5px;
			font-size: 12px;
			height: 20px;
			width: 162px;
			margin: 0px;
			border: none;
			box-shadow: none;
		}
			#cas-top-bar .search-area input:focus {
				border: none;
				box-shadow: none;
			}
	
		#cas-top-bar .search-area img {
			width: 20px;
			height: 20px;
			margin: 0px;
			margin-top: 0px;
			margin-right: 5px;
		}
	
		#cas-top-bar .btn {
			padding-left: 5px;
			padding-right: 5px;
			padding-top: 0px;
			padding-bottom: 0px;
			height: 20px;
		}
	
		#cas-top-bar ul.dropdown-menu {
			position: absolute;
			width: 250px;
			left: -230px;
		}
	
		#cas-top-bar ul.dropdown-menu li a {
			text-align: right;
			font-size: 13px;
		}
		#cas-top-bar {
	
		}
	
		#cas-top-bar .headerFeatures {
			margin-top: -20px;
		}
		
		#cas-top-bar h1.topBarDepartmentName {
			font-weight: 500;
			display: inline;
			position: relative;
			top: 15px;
			left: 15px;
			color: #fff;
		}
		
		#cas-top-bar .cwruSearch {
	
		}
		#cas-top-bar img {
			margin-top: 6px;
		}
		#cas-top-bar #cas-top-bar-tabs {
			font-family: 'Titillium Web';
			font-size: 18px;
			font-weight: 300;
			text-align: right;
			position: relative;
			top: 4px;
			width: 100%;
			height: 25px;
		}
		
		#cas-top-bar #cas-top-bar-tabs #cwru-tabs {
			background-color: rgba(0,0,0,.50);
			display: inline;
			padding-right: 10px;
			padding-left: 10px;
			font-size: 18px;
		}
			#cas-top-bar #cas-top-bar-tabs #cwru-tabs a {
				color: #fff;
				text-decoration: none;
			}
			#cas-top-bar #cas-top-bar-tabs #cwru-tabs ul#cwru-tabs-dropdown {
				position: absolute;
				left: 0px;
			}
				#cas-top-bar #cas-top-bar-tabs #cwru-tabs ul#cwru-tabs-dropdown a {
					text-align: left;
					font-size: 16px;
					color: #000;
				}
					#cas-top-bar #cas-top-bar-tabs #cwru-tabs ul#cwru-tabs-dropdown a:hover {
						color: #fff;
					}

		#cas-top-bar #cas-top-bar-tabs .college-tab {
			background-color: #eee;
			padding-left: 10px;
			padding-right: 10px;
			display: inline;
		}
		#cas-top-bar #cas-top-bar-tabs #search-tab {
			color: #fff;
			display: inline;
			margin-left: 5px;
			font-size: 16px;
		}

	
	#cas-top-bar #top-bar-search-slider {
		width: 505px;
		background-color: rgb(44,70,95);
		position: relative;
		float: right;
		top: -57px;
		right: 20px;
		color: #fff;
		margin: 0px;
		padding: 0px;
		height: 70px;
		display: none;
		border-top: 2px solid #eee;
		border-left: 2px solid #eee;
		border-right: 2px solid #eee;
		border-bottom: 2px solid #eee;
	}	
		#cas-top-bar #top-bar-search-slider form {
			float: right;
			margin-top: 15px;
			margin-right: 5px;
		}
			#cas-top-bar #top-bar-search-slider form input {
				border: none;
				margin: 0px;
				font-size: 20px;
				height: 32px;
				text-align: right;
				font-family: "Titillium Web", Arial, Helvetica, sans-serif;
			}
			#cas-top-bar #top-bar-search-slider form button {
				border: none;
				margin: 0px;
				padding: 10px;
				background-color: #eee;
				font-family: "Titillium Web", Arial, Helvetica, sans-serif;
			}
				#cas-top-bar #top-bar-search-slider form button:active {
					border: none;
					margin: 0px;
					padding: 10px;
					color: #eee;
					background-color: #aaa;
				}
	
	

#cas-mobile-top-bar {
	width: 100%;
	background-color: #09143a;
	padding-top: 15px;
	padding-bottom: 10px;
}
	#cas-mobile-top-bar h1 {
		font-weight: 300;
		position: relative;
		top: 8px;
		font-size: 32px;
		color: #fff;
		line-height: 32px;
		margin-bottom: 10px;
		margin-top: 5px;
	}
	#cas-mobile-top-bar .mobile-button {
		float: right;
		display: inline;
		position: relative;
		top: -2px;
		margin-left: 20px;
		background-color: rgba(0,0,0,.25);
		padding: 5px;
	}
	#cas-mobile-top-bar .mobile-button img {
		width: 25px;
		height: 25px;
	}

#cas-mobile-menu-slider-toggle {
	font-size: 22px;
	background-color: #eee;
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}
	
#cas-mobile-department-menu {
	border: none;
}
	#cas-mobile-department-menu-accordian {
		display: none;
	}
	#cas-mobile-department-menu .accordion-heading {
		background-color: #626262;
		font-family: 'Titillium Web', Arial;
		font-weight: 300;
		font-size: 20px;
	}
		#cas-mobile-department-menu .accordion-heading a {
			color: #fff;
			padding-left: 0px;
		}
	#cas-mobile-department-menu .accordion-group {
		border: none;
	}
	#cas-mobile-depatment-menu .accordion-body {

	}

#mobile-nav-search {
	margin-top: 15px;
}

#cas-large-feature-rotator {
	width: 100%;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}
	#cas-large-feature-rotator img.single {
		width: 100%;
	}

	#cas-large-feature-rotator .container {

	}
		#cas-large-feature-rotator .container img {
			z-index: 1;
		}
		#cas-large-feature-rotator .container .carousel {
			margin-bottom: 0px;
		}
		#cas-large-feature-rotator .container .feature-role-menu {
			position: absolute;
			width: 100%;
			height: 285px;
		}
			#cas-large-feature-rotator .container .feature-role-menu ul {
				position: absolute;
				left: 640px;
				top: 149px;
				width: 300px;
				height: 130px;
				background-color: rgba(0,0,0,.75);
				z-index: 5;
				list-style: none;
				margin: 0px;
			}
				#cas-large-feature-rotator .container .feature-role-menu ul li {
					width: 100%;
					padding-top: 7px;
					padding-bottom: 5px;
					border-bottom: 1px solid #ddd;
				}
					#cas-large-feature-rotator .container .feature-role-menu ul li a {
						width: 100%;
						text-decoration: none;
						padding-left: 15px;
						text-transform: uppercase;
						font-size: 18px;
						color: #eee;
						letter-spacing: -1px;
					}
				#cas-large-feature-rotator .container .feature-role-menu ul li:hover {
						background-color: #fff;
					}
					#cas-large-feature-rotator .container .feature-role-menu ul li:hover a {
						color: #000;
					}
				#cas-large-feature-rotator .container .feature-role-menu ul li.last {
					border-bottom: 0px;
				}

#cas-small-feature {
	margin-top: 3px;
	width: 100%;
	background-color: #626262;
	padding-top: 15px;
	padding-bottom: 15px;
}
	#cas-small-feature .departmentName {
		color: #fff;
		font-size: 32px;
		text-shadow: 1px 1px #333;
		line-height: 32px;
	}

#cas-department-menu {
	width: 100%;
	background-color: #eee;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}


#cas-breadcrumbs {
	width: 100%;
	font-weight: normal;
	color: #999;
	font-size: 14px;
	margin-bottom: 12px;
	margin-top: 12px;
}

#cas-breadcrumbs a {
	color: #09143a;
	text-decoration: underline;
}

#cas-breadcrumbs .arrow {
	color: #aaa;
}

#cas-footer {
	width: 100%;
	background-color: #eee;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border-top: 3px solid #aaa;
	color: #626262;
	padding-top: 20px;
	padding-bottom: 20px;
}
	#cas-footer h1 {
		font-size: 24px;
		margin-top: 10px;
		margin-bottom: 10px;
		color: #626262;
		font-weight: 200;
		line-height: 24px;
	}

	#cas-footer p.contact-info {
		font-size: 13px;
		font-weight: 200;
	}
		#cas-footer p.contact-info a {
			font-size: 13px;
			border-bottom: 1px dotted #626262;
			color: #626262;
			text-decoration: none;
			font-weight: 200;
		}

	#cas-footer h2 {
		font-size: 18px;
		color: #626262;
		line-height: 27px;
		text-transform: uppercase;
		border-bottom: 1px solid #626262;
		margin-bottom: 10px;
	}

	#cas-footer .connect {
 		min-height: 100px;
	}

h1.headline {
	color: #333;
	font-weight: 600;
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 15px;
}

h2.facultySubhead {
	color: #333;
	font-size: 18px;
	line-height: 18px;
	text-shadow: 1px 1px #ddd;
	margin-bottom: 20px;
}

h2.section-head {
	color: #333;
	font-size: 24px;
	width: 100%;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}


::selection {
	background-color: #1d496b;
	color: #fff;
}
::-moz-selection {
	background-color: #1d496b;
	text-shadow: 1px 1px #000;
	color: #fff;
}


.events-sidebar {
	color: #333;
}
.event-container:nth-child(2n+1) {
	background-color: #eee;
}
.event-container {
		padding-left: 8px;
		padding-right: 8px;
		padding-top: 10px;
		padding-bottom: 10px;
		clear: both;
		line-height: 19px;
		font-family: Arial;
		color: #333;
		min-height: 40px;


	}
		.event-container .eventDate {
			float: left;
			width: 30px;
			text-align: right;
			margin-right: 15px;


		}
		.event-container .eventDate .month {
			text-transform: uppercase;
			color: #122c50;
			font-size: 19px;
			letter-spacing: -1px;
		}
		.event-container .eventDate .day {
			text-transform: uppercase;
			color: #666;
			font-size: 19px;
			letter-spacing: -1px;
		}
		.event-container .eventDate .dayTrail {
			text-transform: uppercase;
			color: #666;
			font-size: 14px;
			letter-spacing: -1px;
		}

		.event-container .eventBody {
			display: block;
 			min-height: 35px;
 			font-size: 14px;


		}


@media (max-width: 767px) {
	#cas-top-bar,
	#cas-large-feature-rotator,
	#cas-small-feature,
	#cas-footer,
	#cas-top-slider-container,
	#cas-department-menu,
	#cas-mobile-department-menu .accordion-heading,
	#cas-mobile-department-menu .accordion-inner,
	#cas-mobile-top-bar,
	#cas-mobile-menu-slider-toggle 
	{
		margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
		padding-right: 20px;
	}
}



/* Homepage */

.homepage-news-story {
	margin-top: 10px;
	border-bottom: 1px solid #ddd;
}
	.homepage-news-story img {
		margin-right: 10px;
		margin-bottom: 10px;
		float: left;
		/*border: 2px solid #ddd;*/
	}
	.homepage-news-story h3, .single-news-story h3 {
		margin-top: 10px;
		margin-bottom: 10px;
	}

.affix{
  position: fixed;
  top: 20px;
	width: inherit
}

#homepage-highlights {

}
	#homepage-highlights .homepage-highlight {
		color: #333;
		border-bottom: 1px solid #ddd;
	}
		#homepage-highlights .homepage-highlight h2 {
			color: #333;
			font-size: 18px;
			font-weight: 600;
		}
		#homepage-highlights .homepage-highlight p {

		}
	#homepage-highlights .homepage-highlight:last-child {
		color: #333;
		border-bottom: none;
	}

a.social-badge {
	width: 50px;
	height: 45px;
	margin-right: 10px;
	display: block;
	float: left;
	background-color: #999;
	margin-bottom: 10px;
	color: #fff;
	font-size: 42px;
	text-align: center;
	padding-top: 5px;
}
	a.social-badge:hover {
		background-color: rgb(44,70,95);
		text-decoration: none;
	}




img.wp-post-image, img.attachment-thumbnail, img.attachment-medium, img.attachment-large {
	margin-right: 10px;
	margin-bottom: 10px;
}

form.cas-contact-form label {
	font-weight: bold;
	font-family: 'Titillium Web';
	font-size: 16px;
}

/* SINGLE NEWS PAGE */

.single-news-story {
	margin-top: 10px;
}

/* LEFT NAVIGATION */


#cas-left-navigation li.current_page_item {
	/*background-color: #09143a;*/
}
	#cas-left-navigation li.current_page_item a {
		border-left: 3px solid #09143a;
	}
	#cas-left-navigation ul.children li {
		border: none;
	}
	
	#cas-left-navigation li.current_page_item ul li a {
		border: none;
	}



/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
    float: none;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
    float: none;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
    float: none;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
    float:none;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


.artsdepthome {
	background-color: #f2f2f2;
	color: #0A304E;
	float:left;
	margin-right:10px;
	padding: 0 10px;
}
