/*
#
# Medical Informatics - CSS
# http://www.mtu.edu/medical-informatics/
#
*/

/* new addition as of sep 19 2013 */

#oldmain div.heading_link {
float: right;
margin-top: -62px;
margin-right: 30px;
}

body {
background: black url(../images/interdisciplinary/medical/background.jpg) 50% 0 no-repeat;
}

#footerhelper {
	margin-bottom: 0;
}

div.title h1, div.title p {
color: white;
line-height: 41px;
padding-top: 1px;
}

div.title a {
color: white;
}

div.title {
background: black url(../images/interdisciplinary/medical/header-bg.png) 309px 0px no-repeat;
padding-top: 0;
padding-bottom: 0;
margin-bottom: 0;
height: 41px;
line-height: 41px;
border: 0;
}

#breadcrumbs {
	background: #fbf8ee;
	margin: 0 auto;
	padding-top: 5px;
}

#oldmain {
	background: #FBF8EE;
	margin-bottom: 0;
	padding-top: 40px;
	padding-bottom: 20px;
}
	#breadcrumbs + #oldmain {
		padding-top: 20px;
	}

#leftnav a.rollover {
	margin: 0 0 20px;
}


.preview {
border-top-right-radius: 13px;
border-top-left-radius: 13px;
border-bottom-right-radius: 13px;
border-bottom-left-radius: 13px;
-moz-border-radius: 13px; 
box-shadow: 0 0 15px #888; 
-webkit-box-shadow: 0 0 10px #888; 
-moz-box-shadow: 0 0 10px #888; 
-o-box-shadow: 0 0 10px #888;
border-radius: 13px;
-o-border-radius: 13px;
-webkit-border-radius: 13px;
}

body.layout-rightsidebar #content {
float: left;
width: 450px;
}

#right_sidebar {
float: right;
margin-bottom: 20px;
width: 235px;
margin-right: 10px;
}

/* Overwriting */
/*#header, #bottomnav_color, #credit { background: #797779 url(../images/header-footer/charcoal.png) repeat-x left bottom; }
#header {
	background-image: -moz-linear-gradient(#797779, #808080 45%, #636362);
	background-image: -ms-linear-gradient(#797779, #808080 45%, #636362);
	background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#797779), color-stop(0.45, #808080), to(#636362));
	background-image: -webkit-linear-gradient(#797779, #808080 45%, #636362);
	background-image: -o-linear-gradient(#797779, #808080 45%, #636362);
	background-image: linear-gradient(#797779, #808080 45%, #636362);
	margin-bottom: 38px;
}
#header:after {
	display: none;
}
*/

#leftnav + #container {
	float: right;
	width: 720px;
	padding: 44px 10px 0 0px;
}

#banner_image img, #banner_image #player * {
	max-width: 710px;
}


#banner_image img, #content #sub_banner img.img, .home-image img {
width: 100%;
border-top-right-radius: 13px;
border-top-left-radius: 13px;
border-bottom-right-radius: 13px;
border-bottom-left-radius: 13px;
-webkit-border-radius: 13px;
-moz-border-radius: 13px;
border-radius: 13px;
-o-border-radius: 13px;
-webkit-box-shadow: #888 0px 0px 5px;
box-shadow: #888 0px 0px 5px;
-moz-box-shadow: #888 0px 0px 5px;
-o-box-shadow: #888 0px 0px 5px;

}

/* Mediazone */
#full-banner {
	margin: 0 auto;
	width: 960px;
}
#full-banner .mtuslideshow .text {
	background: none;
	padding: 18px 27px;
	top: 0;
	width: 906px;
}
#full-banner h2 {
	background: none;
	color: #96b9ec;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#full-banner p {
	color: #fff;
	font-size: 24px;
	margin: 0;
	text-transform: uppercase;
}
#full-banner span.action {
	background: url(../images/interdisciplinary/medical/mediazone-nav-bg.png) no-repeat top right;
	color: #000;
	display: block;
	font-size: 16px;
	line-height: 1;
	padding: 12px 12px 12px 20px;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 138px;
}
#full-banner span.action:after {
	content: url(../images/interdisciplinary/medical/mediazone-action-arrow.png);
	margin-left: 5px;
	vertical-align: top;
}
#full-banner .mtuslideshow {
	background: url(../images/interdisciplinary/medical/mediazone-nav-bg.png) no-repeat bottom right;
}
#full-banner .item img {
	-moz-border-radius: 12px 12px 0 0;
	-webkit-border-radius: 12px 12px 0 0;
	border-radius: 12px 12px 0 0;
	display: block;
}
#full-banner .navigator {
	background: url(../images/interdisciplinary/medical/mediazone-nav-bg.png) no-repeat;
	padding: 12px 10px 12px 25px;
	right: 170px;
	width: 160px;
}
#full-banner .navigator a { background-image: url(../images/interdisciplinary/medical/mediazone-nav-dots.png); }
#full-banner .navigator a.prev { background-position: 0 0; }
#full-banner .navigator a.next { background-position: -32px 0; }
#full-banner .navigator a.goto { background-position: -16px 0; }
#full-banner .navigator a.prev:hover { background-position: 0 -16px; }
#full-banner .navigator a.next:hover { background-position: -32px -16px; }
#full-banner .navigator a.goto:hover, #full-banner .navigator a.active { background-position: -16px -16px; }