/**
 * Theme Name: Maryville University Multimedia
 * Theme URI: 
 * Description: 
 * Author: Maryville University Interactive Media Group
 * Author URI: http://blogs.maryville.edu/interactivemediagroup/
 * Version: 1.0
 */

@import url('reset.css');
 
/********************************************
General Styles
********************************************/

body {
	background:#000;
	color:#fff;
	font-family: Arial, sans-serif;
	font-size:12px;
}
a {
	color:#fff;
	text-decoration:none;
}

h1, h5 {
	font-size:40px;
	font-weight:normal;
	text-transform:uppercase;
	font-family: Arial, sans-serif;
	color:#fff;
	text-shadow:1px 1px 1px #000;
	word-spacing:10px;
	line-height: 40px;
	padding: 10px 5px 0px 0px;
}
h1 span, h5 {
	font-size:18px;
	color:#c08763;
	font-family:Georgia, serif;
	font-style:italic;
	text-transform:none;
	word-spacing:0px;
	white-space: nowrap;
}
h2 {
	font-family:Georgia, serif;
	padding: 5px 10px 5px 5px;
	font-size:14px;
}
h2 .submenu {
	padding:0px;
	float:left;
}


/********************************************
Site Sections
********************************************/

.header {
	/*height:117px;*/
	line-height:24px;
	z-index:4;
	float:left;
	width:100%;
	margin:0px 0px 30px 10px;
	font-size:40px;
	text-align:center;
}
.header a {
	padding:5px 10px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#ddd;
	text-align:right;
}
.header a:hover {
	color:#fff;
}
.header a span {
	font-weight:bold;
}
.header span.right_ab {
	position:absolute;
	right:4px;
}

.submenu {
	float:left;
	width:100%;
	background-color:#cd1140;
	padding:15px;
	font-size:18px;
	text-align:center;
	text-transform:uppercase;
}
.submenu ul li {
	border-right:2px solid white;
	margin-right:16px;
}
.submenu ul li .firstlink {
	padding-left:20px;
	border-left:2px solid white;
}

.submenu ul li .lastlink {
	margin-right:0px;
}

#subnav-categories li {
	display: inline;
	list-style-type:none;
	padding-right:20px;

}

.am-wrapper {
	float:left;
	position:relative;
	overflow:hidden;
}
.am-wrapper img {
	position:absolute;
	outline:none;
}


.loadmore {
	display:none;
	width:700px;
	line-height:30px;
	text-transform:uppercase;
	background:#333;
	float:right;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	cursor:pointer;
	text-shadow:1px 1px 1px #000;
}
.loadmore:hover {
	background:#000;
}




/********************************************
Reusable Styles
********************************************/

pre {
	padding:15px;
	white-space:pre-wrap;
}

.inner {
	padding:10px;
	background:transparent url(images/black.png) repeat top left;
}


.left {
	float:left;
}

.clr {
	clear:both;
}

/********************************************
Styles Related to Feature that shows up on click
********************************************/

#showcase-Container {
	
	display: none;
	float:left;
	width:100%;
	margin: 20px auto;
	padding: 20px;
	background-color: #333333;

}

#showcase-Container .featureContent {
	position: relative;
	width: 845px;
	margin: 20px auto;
	display: block;
}

.feature-content-container {
	width: 100%;
	float:left;
}

.feature-content-container img {
	max-width: 840px;
}

.feature-title {
	font-size:30px;
	font-family: Arial, sans-serif;
}

.edit-link {
	float: right;
	font-size: 12px;
	padding-right: 20px;
}


#showcase-Container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#showcase-Container object {
	margin-bottom: -7px;
}

.closeBtn {
	position: absolute;
	cursor: pointer;
	right: 0px;
	top: 0px;
	width: 20px;
	height: 20px;
	background-image: url(images/btn-close.png);
}


/********************************************
Styles For video container
********************************************/
.videoContainer {
	float: left;
}

.video-description-container {
	margin-left: 580px;
	font-family: Arial, sans-serif;
	font-size:18px;
}


/********************************************
For custom parts - overlays
********************************************/

.montage-content-container {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.montage-content-container.disabled {
	cursor: default;
}
.montage-content-container .popup {
	position: absolute;
	bottom: 2px;
	left: 0;
	right:2px;
	
}
.montage-content-container .popup .preview-strip {
	float: left;
	width: 100%;
	height: 30px;
	background-image: url(images/arrow.png);
		background-position: 4px 3px;
	background-repeat: no-repeat;
	background-position:center;
}
.montage-content-container .popup .instructions {
	float: left;
	width: 100px;
	height: 28px;
	padding-top: 6px;
	visibility: hidden;
	font-size: 1.1em;
	font-style: italic;
	color: #ffffff;
	text-align:center;
}
.montage-content-container .popup .contentcontainer {
	float: left;
	display:none;
}
.montage-content-container .popup .contentcontainer h2 {
	background-color: transparent;
	border: none;
	font-size: 1.6em;
	line-height: 1.5em;
	padding: 10px;
	margin-bottom: 0px;
	font-weight:bold;
	color: white;
}
.montage-content-container .popup .contentcontainer p {
	padding: 0px 10px 10px 10px;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #ffffff;
}


.montage-content-container .popup.category {
	bottom: 0px;
}
.montage-content-container .popup.category .contentcontainer {
	background-image: url(images/bg-black-transparent-50.png);
	background-position: 0px 1px;
	background-repeat: repeat;
}
.montage-content-container .popup.category .contentcontainer .categorytext {
	padding: 4px 0px 0px 8px;
	font-family: Georgia, Times, serif;
	font-size: 1.1em;
	line-height: 1.5em;
	font-style: italic;
	color: #cdcdcd;
}

.montage-content-container.classes:hover .popup.category .contentcontainer .categorytext, .montage-content-container.classes:hover .popup.category .contentcontainer .categorytext strong, {
 color: #ffffff;
}

/* Alumni */

.montage-content-container.alumni .popup .preview-strip {
	background-color: #704965;

}
.montage-content-container.alumni .popup .instructions {
	background-color: #704965;
}
.montage-content-container.alumni .popup .contentcontainer {
	background-color: #513549;
	height:100%;
	width:100%;
}


/* Student Life */

.montage-content-container.student-life .popup .preview-strip {
	background-color: #cd1140;

}
.montage-content-container.student-life .popup .instructions {
	background-color: #cd1140;
}
.montage-content-container.student-life .popup .contentcontainer {
	background-color: #cd1140;
	height:100%;
	width:100%;
}

/* Academics */

.montage-content-container.academics .popup .contentcontainer h2 {
	color: white;
}
.montage-content-container.academics .popup .preview-strip {
	background-color: #666666;

}
.montage-content-container.academics .popup .instructions {
	background-color: #666666;
}
.montage-content-container.academics .popup .contentcontainer {
	background-color: #666666;
	height:100%;
	width:100%;
}

/* Faculty */

.montage-content-container.faculty .popup .preview-strip {
	background-color: #9a9999;

}
.montage-content-container.faculty .popup .instructions {
	background-color: #9a9999;
}
.montage-content-container.faculty .popup .contentcontainer {
	background-color: #9a9999;
	height:100%;
	width:100%;
}


/* Athletics */

.montage-content-container.athletics .popup .preview-strip {
	background-color: #a8052e;

}
.montage-content-container.athletics .popup .instructions {
	background-color: #a8052e;
}
.montage-content-container.athletics .popup .contentcontainer {
	background-color: #a8052e;
	height:100%;
	width:100%;
}

.back-to-maryville {

}