@charset "utf-8";
/*
Theme Name: CoE
Theme URI: http://coe.umich.edu/
Author: Michigan Creative
Author URI: http://creative.umich.edu/
Description: Custom theme for Michigan Engineering
Version: 1.0

 * Built on the Whiteboard Framework
 * http://whiteboardframework.com
 */

/*
 * The Whiteboard Framework is licensed under the GPL license.
 * Feel free to use the Whiteboard Framework for commercial and non-commercial ventures.
 * We require a link in the CSS file and request a link on the website
*/

/*
List of divs in Whiteboard
Note that this list does not include the dynamically generated ids and classes, such as the body classes, the post ids, etc
*/

/*testing git in sublime*/

html {

}

body {
	position:relative;
    background: url("images/mainPageBg.png") repeat-x scroll 0 0 #3375AE;
}

body, html {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

/* Don't seem to need this anymore
body.admin-bar {
	margin-top: 28px !important;
}
*/

#main {
	margin:0;
	padding:0;
	background: url("images/topContentBg.jpg") repeat-x scroll 0 84px transparent;
	min-width: 1050px;	
	height: auto !important;
	min-height: 100% !important;
	position: relative;
	overflow: hidden;
}

#header .container {
	overflow: visible;
}

header {


}
	nav {
		
	}
	nav.primary {
		background-color:#FF3;
	}
	nav.footer {
		
	}
	#widget-header {
		
	}
	#widget-alert {
		
	}

#container {
	padding-bottom: 22px;
	min-width: 1050px;
}

#combined {
	background: transparent;
	float: left;
	width: 850px;
}

#content {
	float:left;
	background-color:#FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    margin-top: 0;
	padding: 0px;
	-moz-box-shadow: 0 0 6px #102A58;
	-webkit-box-shadow: 0 0 6px #102A58;
	box-shadow: 0 0 6px #102A58;
	
	
   
	
}

.inner-shadow {
	-moz-box-shadow: inset 0 0 20px #d2d4da;
	-webkit-box-shadow: inset 0 0 20px #d2d4da;
	box-shadow: inset 0 0 20px #d2d4da;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
	
}

	article {
		 
	}
		.featured-thumbnail {
			
		}
		.post-content {
			
		}
			.pagination {
				
			}
	.post-meta {
		
	}
	.post-navigation {
		
	}

#post-meta {
	margin: 10px -20px;
	padding: 5px 16px;
	overflow: hidden;
}

/** Temporary removal of author display on posts **/
p#post-author {
	display: none;
}

#comments {
	clear: both;
}
	li.comment {
		list-style: none;
	}
		.odd {
			
		}
		.even {
			
		}
		.author-comment {
			
		}
		.comment-text {
			
		}
		.comment-meta {
			font-style: italic;
		}
			a.comment-edit-link {
				font-style: normal;
			}
			p.gravatar {
				display: none;
			}
		.waiting-for-approval {
			
		}
	#trackbacks {
		
	}
		li.trackback {
			
		}
	p#no-comments {
		
	}
	#comments-form {
		
	}
		#respond {
			
		}
		.cancel-comment-reply {
			
		}

.page {
	-height:100%;
	position:relative;
}

.page ul, .page ol,
#container ul {
	line-height: 1.5em;
}

	#page-content {
		
	}
	#page-meta {
		
	}

.post {
	
}
	.postContent {
		
	}
	.post-excerpt {
		overflow: hidden;	
	}

	.post h1 {
		line-height: 32px !important;
		margin-top: 5px;
		margin-bottom: 10px;
	}

a.read-more, .more-link {
        display: block;
	clear: both;
        text-align: right;
        font-size: 12px;
        line-height: 1.6em;
	margin: 0 20px 0 0;
	padding: 5px 0;
}

/* Remove excess padding from links inside paragraphs */
p a.read-more,
p a.more-link{
	margin: 0;
	padding: 0;
}

a.post-edit-link { /* Hide "Edit this entry" link */
	display: none;
}

nav.oldernewer {
	
}
p.oldernewer { /* this version used on page of posts templates */
	margin-bottom: 10px !important;
}

	.older {
		float: left;
	}
	.newer {
		float: right;
	}

.search {
	
}

.author {
	
}
#recent-author-posts {
	
}
#recent-author-comments {
	
}

#error404 {
	
}

#sidebar {
	
}
	#widget-sidebar {
		
	}
		#sidebar-search {
			
		}
		#sidebar-nav {
			
		}
		#sidebar-archives {
			
		}
		#sidebar-meta {
			
		}
		.widget {
			
		}	

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


#left-sidebar {
	float:left;
	padding-right:50px;	
	padding-left: 0;
	width: 260px;
}

#right-sidebar {
	float:left;
	padding-right:30px;	
	width:200px;
	margin-left:30px;
}

.gap { /* This is used to push the footer down and maintain a space */
	width: 100%;
	height: 20px;
}

#footer {
	background-color:#0f2856;
	border-bottom:thin;
	border-bottom-color:#0d203a;
	clear:both;
	bottom: 0;
	height: 22px;
	min-width: 1050px;
	margin-bottom: -2px; /* eliminate space below footer - rleggett*/
}

#footer img {
	margin-right:10px;
	margin-top:0;
	margin-bottom:0;	
}
	#widget-footer {
		
	}
	#footer-nav {
		
	}
	
.no-results {
	
}

.outerShadow {
box-shadow:0px 0px 4px rgb(0, 0, 0);
}

.none { /* this class is used to hid the skip to content link at the beginning of the document for accessibility */
	display: none;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.aligncenter {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}

/* Always remember to compress your live stylesheet and keep an uncompressed backup */

/*Custom*/


/*---Fonts---*/

@font-face {
    font-family: "FontSiteSansRoman";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/FontSiteSans-Roman-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/FontSiteSans-Roman-webfont.ttf") format("truetype"), url("fonts/FontSiteSans-Roman-webfont.svg#FontSiteSansRoman") format("svg");
}
@font-face {
    font-family: "FontSiteSansItalic";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/FontSiteSans-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/FontSiteSans-Italic-webfont.woff") format("woff"), url("fonts/FontSiteSans-Italic-webfont.ttf") format("truetype"), url("fonts/FontSiteSans-Italic-webfont.svg#FontSiteSansItalic") format("svg");
}
@font-face {
    font-family: "FontSiteSansLight";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/FontSiteSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/FontSiteSans-Light-webfont.woff") format("woff"), url("fonts/FontSiteSans-Light-webfont.ttf") format("truetype"), url("fonts/FontSiteSans-Light-webfont.svg#FontSiteSansLight") format("svg");
}
@font-face {
    font-family: "FontSiteSansBold";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/FontSiteSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/FontSiteSans-Bold-webfont.ttf") format("truetype"), url("fonts/FontSiteSans-Bold-webfont.svg#FontSiteSansBold") format("svg");
}
@font-face {
    font-family: "FontSiteSansCondensed";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/FontSiteSans-Cond-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/FontSiteSans-Cond-webfont.ttf") format("truetype"), url("fonts/FontSiteSans-Cond-webfont.svg#FontSiteSansCondensed") format("svg");
}
@font-face {
    font-family: "FontSiteSansBoldCondensed";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/FontSiteSans-BoldCd-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/FontSiteSans-BoldCd-webfont.woff") format("woff"), url("fonts/FontSiteSans-BoldCd-webfont.ttf") format("truetype"), url("fonts/FontSiteSans-BoldCd-webfont.svg#FontSiteSansBoldCondensed") format("svg");
}



#m-logo {
	z-index:9999;
	position:absolute;
	left:30px;
	top:8px;
}

#m-logo-print {
	display:none;	
}

#engineering-logo {
	display:none;
	z-index:9999;
	position:absolute;
	left:77px;
	top:7px;
}

#top-bar {
	background: url("images/headerTopBar.png") repeat-x scroll 0 0 	transparent;
    box-shadow: 0 0 10px 4px #8F8F8F;
    -width: 900px;
}

#unit-name {
	height: 31px;
	width: 425px;
}

#unit-name a {
    height: 22px;
    left: 100px;
    position: absolute;
    top: 26px;
    z-index:9999;  
}



/*---Ribbon-Nav and Fly-out ---*/

#ribbon-nav {
	padding-left:255px;
	height:24px;
	color:#FFF;
	font-size:10px;
	text-transform:uppercase;
	background: url("images/subsiteHeaderTopBar.png") no-repeat scroll 0 0 transparent;
	font-family: Helvetica, Arial, sans-serif;
}

#ribbon-nav nav, #ribbon-nav .flyout-control {
	display: inline-block;
}

#ribbon-nav-menu-container, #ribbon-nav .flyout-control {
	position: relative;
	
}

#ribbon-nav-menu-container ul {
	list-style-type:none;
	margin:0;
	padding:0;
} 

#ribbon-nav-menu-container ul li {
	display:inline;
	padding-left:2px;
	padding-right:5px;
	border-right: solid 1px #C0D4EB;
	font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
}

#ribbon-nav-menu-container ul li a {
	color:#C0D4EB;
	font-weight:bold;
	text-decoration:none;
}

#ribbon-nav-menu-container ul li a:hover {
	color:#eac92b;
	font-weight:bold;	
}


#ribbon-nav-menu-container ul li:last-child {
	border-right: none;
}

.flyout-control {
	margin-left: -1px;
	margin-top: 1px;
}
.flyout-control li {
	display: inline-block;
	list-style-type: none;
	cursor: pointer;
}

.flyout-control .open {
	background: url(images/nav-right-arrow.png) no-repeat scroll right center transparent;
	padding-right: 8px;
}

.flyout-control .close {
	background: url(images/nav-left-arrow.png) no-repeat scroll left center transparent;
	padding-left: 8px;
	margin-left: 3px;
}



/* ---BREADCRUMBS--- */

#breadcrumbs {
    height: 24px;
    -width: 900px;
	padding-left:32px;
	background-color:#2c4f8d;
	font: 12px/24px FontSiteSansRoman,arial,sans-serif;
	color:#fff;
	border-bottom:2px;
	border-bottom-color:#FFF;
	border-bottom-style:solid;
	font-weight: bold;
}
.lt-ie8 #breadcrumbs {
    position: absolute;
    top: 85px;
}

#breadcrumbs a {
    color: #FFFFFF;
    font: 12px/24px FontSiteSansRoman,arial,sans-serif;
    padding: 0 3px;
}

#breadcrumbs a:visited {
    color: #FFFFFF;
}


#breadcrumbs a:hover, #breadcrumbs a:focus {
    color: #FDB827;
}



/* ---Search--- */

#search {
	background: url("images/utilityNavBg.png") no-repeat scroll 0 0 transparent;
    height: 95px;
    position: absolute;
    right: 16px;
    top: -1px;
    width: 230px;
    z-index: 10;
}

#search input {
	font-family: Arial, sans-serif;
	font-size: 10px;
}

#screen-reader-text {
	color:#FFF;
	font-size:10px;
	text-transform:uppercase;	
}


#searchLabel {
	color: #FFFFFF;
    display: block;
    font: 10px arial,sans-serif;
    text-transform: uppercase;
	position:absolute;
	bottom:41px;
	left:15px;
}

#content #searchLabel {
	color: inherit;
}

#search hr {
	display: none; height: 1px;
    border: 0; border-top: 1px solid #114581;
    margin: 1em 0; padding: 0;
	margin-top:33px;	
}

#q {
	/**/position:absolute;
	bottom:14px;
	left:12px;
	min-width:195px;
	height:12px;
	
}


.btn {
	display:none;	
}



/*--- GOLDBAR ---*/

#goldbar-nav {
	background: url("images/navMainBar.png") repeat-x scroll 0 0 transparent;
    height: 29px;
    min-width: 900px;
    width: 100%;
	
}

#goldbar-nav a {
	color: #212A55;
    font: 16px/27px FontSiteSansCondensed,arial,sans-serif;
    padding: 0 9px;
    z-index: 10;
}

#goldbar-nav a:hover {
	text-decoration:none;
}

#goldbar-nav nav {
	margin-right: 241px;
}


#goldbar-nav ul {
	list-style-type:none;
	padding:0;
	height: 29px;
    margin: 0 auto;
} 


#goldbar-nav ul.parent {
	z-index: 2;
	position: relative;
	text-overflow: clip;
	white-space: nowrap;
	text-align: center;
}

#goldbar-nav li {
	display:inline;
	padding-left:10px;
	padding: 0;
	margin-left: 10px !important;
}


#goldbar-nav ul.parent > li {
	margin: 1px 0;
	max-width: 196px;
	overflow: hidden;
	text-overflow: clip;
	white-space: nowrap;
}

#goldbar-nav ul li {
	display: inline-block;
	vertical-align: top;
}

#goldbar-nav ul li a {
	padding: 0 4px;
	max-width: 180px;
	overflow: hidden;
	text-overflow: clip;
	text-wrap: nowrap;
}

#goldbar-nav ul li ul.sub-menu {
	display: none;
	height: auto;
	text-align: left;
}

#goldbar-nav ul.parent > li:hover, #goldbar-nav ul.parent > li.current_page_item {
	box-shadow: 0 0 7px #444 inset;
	background: #2c4f90;
	height:26px;
}

#goldbar-nav ul li:hover a {
	color: #eac92b;
}

#goldbar-nav ul li.jsHover:hover {
	box-shadow: 0 0 7px #444 inset;
	background: #2c4f90;
	height:64px;
}

#goldbar-nav ul li.jsHover a {
	margin: 0 4px;
}

#goldbar-nav ul li.jsHover:hover a,
#goldbar-nav ul.parent > li.current_page_ancestor a,
#goldbar-nav ul.parent > li.current_page_item a {
	background: #2c4f90;
	color: #eac92b;
	position: relative;
	display: inline-block;
	z-index: 10;
}

/* I don't think this is needed, not sure why it was added.
#goldbar-nav ul.parent > li.current_page_item a:after {
	background: none repeat scroll 0 0 #2C4F90;
    bottom: -5px;
    color: #eac92b;
    content: " ";
    display: block;
    height: 10px;
    left: 3px;
    position: absolute;
    width: 94%;
}
*/

 #goldbar-nav ul.parent > li.current_page_item a {
 	height: 28px;
 }

#goldbar-nav ul li.jsHover:hover a {
	height: 64px;

}

#goldbar-nav ul li:hover ul.sub-menu {
	display: block;
	position: absolute;
	padding: 20px;
	background: #2c4f90;
	min-width: 300px;
	margin-left: -20px;
	top: 55px;
	box-shadow: 0 0 7px #444 inset;
}

#goldbar-nav ul li:hover ul.sub-menu li {
	display: list-item;
	font-size: 12px;
}

#goldbar-nav ul li:hover ul.sub-menu li a {
    position: inherit;
	color: #fff;
	height: auto;
    max-width: 270px;
    white-space: normal;
	font: 14px/18px arial,sans-serif;
}

#goldbar-nav ul li ul.sub-menu li a:hover {
	color: #eac92b;
}

#goldbar-nav ul li:hover ul.sub-menu li ul {
	display: none;
}



/*---Sub headers---*/

#subheaders {
	list-style-type:none;
	width: 700px;
	margin: 0px 10px 8px;
	padding: 0px;
	min-height: 27px;
	overflow: hidden;
	font-weight: normal;
	color: rgb(33, 42, 85);
	
}

#subheaders ul {
	
	padding-left:5px;
	padding-right:5px;
	width:490px;
	/*background: url("images/subNavBar.png") repeat scroll left top transparent;*/
}

.two-col #subheaders ul {
	width:700px;
}

#subheaders li {
	display:inline-block;
	padding-right:9px;
	font-family: Helvetica,Arial,sans-serif;
}

#subheaders li a:hover {
	margin-top:10px;
	margin-bottom:10px;
	color: rgb(165, 108, 23);
	background: url("images/goldPxlarrow.png") no-repeat scroll right center transparent;
}

#subheaders li a {
	text-decoration: none;
	letter-spacing:0px;
	font-weight: normal;
	color: rgb(89, 127, 160);
	font-size: 14px;
	padding-right: 6px;
	background: url("images/ltbluePxlarrow.png") no-repeat scroll right center transparent;
	padding: 0px 6px 0px 0px;
}

#subheaders h1 {
	margin-top: 5px;
	line-height:32px;
}


/*--- TWO-COLUMN PAGES  //  #combined.two-col   ---*/

#combined.two-col {
	width: 720px;
}

.two-col #content {
	width: 720px;
}

.two-col #subheaders .post-date {
	color :#0b5595;
	font-size: 14px;
	display:none;
}

.two-col .author {
	text-align: right;
	font-style: italic;
	color: #0b5595;
	font-size: 14px;
	line-height: 16px;
}

.two-col .author-name {
	font-weight: bold;
}

.two-col #subheaders {
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

.two-col #subheaders .addthis_toolbox {
	padding-top:5px;
}


/*--- THREE-COLUMN PAGES  //  #combined.three-col   ---*/

#combined.three-col #container {
	width: 1000px;
}

#combined.three-col {
	width: 740px;
	float:left;
}

#combined.three-col #content {
	width: 480px;	
}

.three-col #content table {
    width: 100% !important;
}

#combined.three-col #subheaders .addthis_toolbox {
	padding-top:5px;	
}


/* HOME PAGE */

.home #content .inner-shadow {
	padding: 0;
	float: left;
	width: 100%;
}

.home #content .page {
	padding: 25px 20px 15px 20px;
	
	margin-bottom: 20px;
}


.home #content h1 {
	font-weight: normal;
	font: 28px FontSiteSansLight,arial,sans-serif;
	line-height: 1.25;
	margin-bottom: 0;
}

.home #content h2.subtitle {
	font-family: Helvetica, Arial, sans-serif;
	color: #222;
	font-size: 12px;
	line-height: 1.25;
	margin: 0;
	padding: 0;
}

.home #right-sidebar {
	width: 200px;
}

#combined.home #photo-theater {
	margin-top: 20px;
	width: 630px;
}

#combined.home #photo-theater .featured-thumbnail {
	width: 630px;
	height: 320px;
	overflow: hidden;
	box-shadow: 0 0 7px #444;
}

#combined.home #photo-theater .photo-caption {
	padding: 10px 0;
}

#combined.home #photo-theater .photo-caption h2 {
	font-size: 18px;
	font-weight: bold;
	color: #0f2856;
	line-height: 30px;
}

#combined.home #photo-theater .photo-caption p {
	font-size: 12px;
	line-height: 16px;
}

#combined.home .bx-viewport h3, #combined.home .bx-viewport p {
	padding-top: 5px;
}

#home-links {
	padding: 20px;
	float: left;
	border-top: 1px solid #bdc2c9;
}


#home-links h2 {
	font-size: 18px;
	line-height: 1.25;
	margin-bottom: 9px;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

#home-links .home-link {
	width: 210px;
	float: left;
	padding-top: 5px;
}

#home-links .home-link h3 {
	background-image: url(images/arrow-orange.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 10px;
	font-size: 15px;
	line-height: 1.25;
    margin-top: 10px;
	margin-bottom: 10px;
	padding-top:0px;
}

#home-links .home-link h3 a:hover {
	color: #3375ae;
    text-decoration: none;
}

#home-links .home-link p {
    padding-top: 0;
    padding-bottom: 0;
    padding: 0 0 0 22px;
	margin: 5px 0 7px 0;
	line-height: 1.25;
}

#home-links .home-link.even {
	margin-right: 20px;
}

#home-links .home-link.odd {
	
}



/* CONTENT WELL */

#content, #content h1, #content h2, #content h3, #content h4, #content ol, #content ul {
	font-family: Helvetica, Arial, sans-serif;
}

#content hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em -20px !important;
}

#combined h1, #content h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #212a55;
	letter-spacing:-1px;
	/*line-height:32px;*/
}

#content h2 {
	font-weight: bold;
	font-size: 19px;
	line-height: 1.25;
	color: #212a55;
	padding-top: 20px;
	padding-bottom: 5px;
	letter-spacing: -0.2px;
}

#content h2:first-of-type:nth-child(1), #content h3:first-of-type:nth-child(1) {
	padding-top: 0;
}

#content p {
	color: #0e4270;
	font-size: 12px;
	line-height: 1.6em;
	margin: 0 20px 0 0;
	padding: 5px 0;
}

#content h3 {
	color: #212a55;
	font-weight: bold;
	font-size: 18px;	
	padding-top: 10px;
	padding-bottom: 5px;
	letter-spacing: -0.2px;
}	
	
#content h1 a, #content h2 a, #content h3 a, #content h4 a {
	color: inherit;
}
	
#content h4 {
	color: #0b5595;
	font-style: italic;
	font-size: 14px;
}

#content blockquote, #content .quote {
	color: #3375ae;
	font-family: Arial, sans-serif;
	font-style: italic;
	font-size: 20px;
	margin: 1em;
	border: 0;
	text-align: center;
}

#content blockquote p {
	color: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: inherit;
	margin: 0;
	padding: 0;
}

#content .attribution {
	color: #212a55;
	font-family: Arial, sans-serif;
	font-style: italic;
	font-size: 12px;
	margin: 0 20px 1em 20px;
	padding: 0 20px;
	text-align: right;
}

#content table {
	width: 100%;
}

#content table, #content table thead, #content table tbody {
	border-collapse: collapse;
	border-spacing: 0;
}

#content table td, #content table th {
	padding: 4px 6px;
	font-size: 12px;
	line-height: 1.25;
	border: 1px solid #fff;
}

#content table thead td, #content table th {
	background: #375d9f;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#375d9f), to(#304e82));
	color: #fff;
	font: 14px/16px FontSiteSansRoman,arial,sans-serif;
}

#content table tr.odd {
	background: #cedef2;
}

#content table tr.even {
	background: #b0cdeb;
}

th.tablesorter-header {
	cursor: pointer;
}

th.tablesorter-header div.tablesorter-header-inner {
	background: url(tablesorter/sortable.png) right center no-repeat;
}

th.tablesorter-headerDesc div.tablesorter-header-inner {
	background: url(tablesorter/sortdescending.png) right center no-repeat !important;
}

th.tablesorter-headerAsc div.tablesorter-header-inner {
	background: url(tablesorter/sortascending.png) right center no-repeat !important;
}

#content a {
	color: #7d4d0e;
	text-decoration: none;
	font-family: 'Arial Bold', Arial, sans-serif;
	font-weight: bold;
}

#content a:active {
	color: #a36714;
	text-decoration: underline;
}

#content a:hover, #content ol a:hover, #content ul a:hover {
	color: #a36714;
	text-decoration: underline;
}

#content ol, #content ul {
	font-size: 12px;
	color: #0e4270;
}

.post-content .wp-caption {
	max-width: 100%;
}

.post-content img.size-oversize {
	margin: 10px 0;
}

.three-col .post-content img.size-oversize {
	max-width: 480px;
	margin-left: -20px;
	float: none;
}

.two-col .post-content img.size-oversize {
	max-width: 720px;
	margin: 10px 0 10px -20px;
	float: none;
}

/*** Style for Page of Posts Templates ***/

.post_excerpt {
	padding: 5px 10px 0 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.post_excerpt h3 {
	padding-bottom: 0px !important;
}

/*** Styles for Faculty pages ***/

.people {
	font-size: 10pt;
	clear: both;
	margin: 20px 0px;
}
.people img {
	margin: 0px 10px 20px 10px;
}
.people em {
}

.people .links {
}
.people span.description {
	display: block;
	float: left;
	width: 450px;
	line-height: 14pt;
	padding-bottom: 20px;
}
.people span.name {
	display: block;
	font-size: 14pt;
}
#content .people hr, #content #people hr {
	clear: both;
	margin: 20px 0px !important;
}

/*--- Homepage: list of posts ---*/
.posts {
	margin-top: 20px;
}

/*---SIDEBARS--*/


/* --- Site Message ---*/

#site-message {
	color:#254483;
	text-align: left;
	padding: 15px 6px 10px 15px;;
	max-width: 205px;
}

#site-message .small-text {
	font-size:14px;	
	line-height: 16px;
}

#site-message .big-text {;
	font-size:18px;	
	line-height: 18px;
	margin-top: 5px;
}

#site-message img {
	max-width: 205px;
	height: auto;
	margin: 5px 0;
}


#left-sidebar .widget-area {
box-shadow: 0 0 0 0;
}

#left-sidebar .widget-area h3,
#sidebar-menu h3{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	width: 197px;
	display: inline-block;	
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	-o-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
	color: #273d67;
	font-size:18px;
	line-height: 1.25;
	display:block;
	padding: 9px 10px 9px 18px;
	background: #ffbd32 url(http://www.engin.umich.edu/++resource++umich_images/sideNavFirstBg.png) left bottom repeat-x;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffbd32), to(#c79427));
	background-image: -webkit-linear-gradient(top, #ffbd32, #c79427);
	background-image: -moz-linear-gradient(top, #ffbd32, #c79427);
	background-image: -ms-linear-gradient(top, #ffbd32, #c79427);
	background-image: -o-linear-gradient(top, #ffbd32, #c79427);
	background-image: linear-gradient(top, #ffbd32, #c79427);
}

#left-sidebar .widget-area h3 a,
#sidebar-menu h3 a{
	color: #273d67;
	text-decoration:none;
}

#left-sidebar .widget-area h3 a:hover,
#sidebar-menu h3 a:hover {
	color: #273d67;
	text-decoration:none;
}

#contact-person {
	background-color: #000 !important;
	width: 225px;
	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	-o-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
	min-height: 225px;
	position: relative;
	/*margin-top:1px;*/
	border-top: 1px solid #fff;
}

/* Trick to extend black background to bottom of caption */
#contact-person:after {
	content: '';
	display: table;
	clear: both;
}

#contact-caption {
	float: left;
	position: relative;
	margin-top: 165px;
	bottom: 0;
	width: 100%;
	min-height: 45px;
	padding: 8px 0;
	font-size: 11px;
	color: #fff;
	border-radius: inherit;
	background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 1), rgba(103, 104, 105, .8));
	background-image: -moz-linear-gradient(45deg, rgba(0, 0, 0, 1), rgba(103, 104, 105, .8));
	background-image: -o-linear-gradient(45deg, rgba(0, 0, 0, 1), rgba(103, 104, 105, .8));
	background-image: -ms-linear-gradient(45deg, rgba(0, 0, 0, 1), rgba(103, 104, 105, .8));
	background-image: linear-gradient(45deg, rgba(0, 0, 0, 1), rgba(103, 104, 105, .8));
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF000000, endColorstr=#99676869, GradientType=1); /* IE 6/7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF000000, endColorstr=#99676869, GradientType=1)"; /* IE8 */
	background-size: 100%;
}

#contact-caption .name {
	margin: 2px 0;
}

#contact-caption .jobtitle {
	margin: 3px 0 9px 0;
}

#contact-caption .name, #contact-caption .jobtitle {
	text-transform: uppercase;
}

#contact-person .name .label {
	color: #FEBD32;
	font-weight: bold;
}

#contact-caption p {
	line-height: 1.25em;
	padding: 0 6px;
}

#contact-caption .department {
	margin: 3px 0;
}

#contact-person .email {
	overflow: hidden;
	word-wrap: break-word;
	width: 210px;
	margin-top: 9px;
}

#contact-person .email a {
	color: #fff;
}

#contact-person .email a:hover {
	text-decoration: underline;
	color: #FEBD32;
}

#caption-bottom {
	width: 225px;
}

#caption-bottom p.phone {
	padding-left: 4px !important;
}

#caption-left, #caption-right {
	vertical-align: bottom;
	width: 100px;
	font-size: 12px;
}

#caption-left {

}

#caption-right {

}

#caption-right p {
	vertical-align: bottom;
	height: 100%;
	text-align: right;
}


#right-sidebar .widget-sidebar {
	margin-bottom: 10px;
}



/*---RIGHT SIDEBAR---*/

#right-sidebar .promoNews li {
	line-height: 1.0em;
}

#right-sidebar p {
	line-height: 1.2em;
}

/*---FOOTER--*/

footer {
	width: 100%;
	min-width: 990px;
	background: #00274c;
	height: 90px;
	z-index: 15;
	position: relative;
	bottom: 0;
	font: 12px FontSiteSansRoman,arial,sans-serif;
	line-height: 18px;
	color: #fff;
	text-transform: uppercase;
	border-top: #0b5595 5px solid;
	margin-bottom: -2px;
}

footer div.left {
	position: absolute;
	left: 0;
}

footer .left img {
	height: 85px;
	margin-left: 3px;
	width: auto;
}

footer .left span.left {
		position: absolute;
		left: 88px;
		top: 8px;
		min-width: 585px;
}

footer span.safety {
	color: #ffcb0b;
}

footer div.right {
	position: absolute;
	right: 0;
	top: 10px;
	min-width: 300px;
}

footer .right span.right {
	position: relative;
	right: 13px;
	top: 55px;
}

footer a {
	color: #fff;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

/* --- OLD FOOTER--- */

/*#footer .container {
	display: block;
	padding-top: 0;
	padding-bottom: 0;
	border: 0;
	background: transparent;
}

#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #A2C0E4;
	padding-top: 3px;
}

#footer a, #footer a:visited, #footer a:active, #footer a:hover {
	color: #A2C0E4;
}

#footer .copyright {
	float: left;
	padding-left: 25px;
}

#footer .wordmark {
	float: right;
	padding-right: 25px;
}

#footer .loginlogout {
	text-align: center;
	margin-bottom: -17px;
}*/

/*---SLIDER IMAGES---*/

.bx-viewport ul li h3:before {
    content: "\00a0";
}

.bx-viewport ul li p:before {
    content: "\00a0";
}

.list-div {
	display: inline-block;
	width: 165px;
	height: 320px;
	vertical-align: top;
}

/*---STYLE FOR CONTENT SPECIFIC COPYING : SEE TICKET 78373--*/

.list-div:nth-child(4n+1) {
	clear: left;
}

.list-div .profile a {
	text-decoration: none;
}

.list-div .profile a img {
	width: 140px;
	box-shadow: 0 0 10px #888;
}

.list-div .profile .bold-profile {
	line-height: 22px !important;
	font-size: 14px !important;
	font-weight: bold;
	margin: 0 !important;
	padding: 0 !important;
}

.list-div .profile .i-profile {
	line-height: 15px !important;
	font-size: 11px !important;
	font-style: italic;
	margin: 0 !important;
	padding: 0 !important;
}

.list-div .profile .email {
	line-height: 19px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.list-div .profile .phone {
	line-height: 19px !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* Style for caption links in in-content sliders - as requested by MDP site */

#tss-lightbox-content p.slider-description-big {
	text-align: center;
}

#tss-lightbox-content .slider-description-big a {
	font-size: 2em;
	color: #212a55;
	font-weight: bold;
}

#tss-lightbox-content .slider-description-big a:hover {
	color: #3375ae;
}

/* Styles for pop-out video in freeform widget */

div.widget-lightbox-video {
	color: white;
	height: 35px;
	width: 190px;
	padding: 5px;
	position: relative;
	top: 160px;
	border-radius: 0 0 6px 6px;
	left: 0;
	background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 1), rgba(103, 104, 108, .8));
	background-image: linear-gradient(45deg, rgba(0, 0, 0, 1), rgba(103, 104, 108, .8));
}

p.widget-lightbox-video-caption {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 5px;
}

img.widget-lightbox-video-image {
	height: 160px;
	width: 200px;
	border-radius: 6px;
	box-shadow: 3px 3px 3px #222233;
}

/** Profile styles **/

.small-profile {
	margin-top: 15px;
	margin-bottom: 15px;
}

.grid-profiles .small-profile {
	height: 300px;
}

.profile-info {
	width: 72%;
	float: right;
	text-align: left;
	margin-bottom: 15px;
}

.grid-profiles .profile-info p {
    margin: 0 !important;
}

/*.list-profiles .profile-info p {
	line-height: 1em !important;
}*/

.grid-profiles .profile-name {
	font-weight: bold;
}

.list-profiles .profile-info p.profile-websites {
	line-height: 1.5em !important;
}

.profile-photo {
	width: 25%;
	max-width: 150px;
	float: left;
}

.type-profile .profile-photo {
	padding-bottom: 15px;
}

.profile-longdesc {
	clear: both;
}

.list-profiles p.profile-shortdesc {
	line-height: 1.6em !important;
}

.list-profiles p.profile-link {
	display: none;
}

.grid-profiles .small-profile {
	float: left;
	width: 140px;
	padding: 15px;
        word-wrap: break-word;
}

.grid-profiles .small-profile .profile-photo {
	float: none;
	width: 100%;
}

.grid-profiles .small-profile .profile-info {
	float: none;
	width: 100%;
}

.grid-profiles .profile-shortdesc {
	display: none;
}

.grid-profiles p {
	padding-bottom: 0 !important;
}

.grid-profiles p.department {
	font-size: 11px !important;
	line-height: 1.4em;
}
