/* Stylesheet for BLUE Theme */
body {
	padding-top: 49px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 15px;
    color: #999999;
    line-height: 1.7;
}
body a, body a:hover {
	color: #0096db;
}
body .textwidget p {
	color: #999;	
}
.navbar-inverse {
    background-color: #2c3d44;
    border-color: #2c3d44;
}

.img-portfolio {
    border: 3px solid #fff;
}

.jumbotron {
	/*background-image: url('../images/jumbotron_bg_blue.jpg');*/
}
a.btn.btn-default {
	background-color: #0096DB;
}
a.btn.btn-default:hover {
	background: #007abc !important;
}

/* Content */
h1.page-header-title {
    color: #a19981;
    font-weight: 600;
}
.entry-content em {
    color: #999;
}
.entry-content em a{
    color: #0096db;
}

.entry-content a em{
	color: #0096db;
}

:target:before {
	content:"";
	display:block;
	height:150px; /* fixed header height*/
	margin:-100px 0 0; /* negative fixed header height */
}
/* Widgets */
h3.widget-title, h3.widget-title a, h3.widget-title a:hover {
    color: #2c3d44;
}
.widget-sidebar ul.social li a {
	color: #999999 !important;
}
.widget-sidebar ul.social li a {
	background: #eee !important;
}
.widget-sidebar ul.social li a:hover {
	background: #0096db !important;
	color: #fff !important;
}
.widget_mit_social_widget h3.widget-title {
    font-weight: 700;
    font-size: inherit;
    color: inherit;
    font-family: inherit;
    display: inline-block;
    border: 0;
    margin: 0;
}

/* Widget: Media Highlights */
.widget_mit_media_highlights_widget h3 {
	font-weight: 300;
	font-size: 30px;
	color: #2c3d44;
}
.widget_mit_media_highlights_widget h4 {
	font-weight: 400;
	font-size: 19px; 
	line-height: 28px;
	color: #0096db;
	text-align: center;
}
.widget_mit_media_highlights_widget a:hover h4 {
	text-decoration: underline;
}
.widget_mit_media_highlights_widget p {
	font-weight: 400;
	font-size: 15px;
	color: #999999;
	line-height: 26px;
	text-align: center;
}
.widget_mit_media_highlights_widget div.arrow {
	text-align: center;
}
.widget_mit_media_highlights_widget div.arrow a {
	font-size: 35px;
	color: #0096db;
}
.widget_mit_media_highlights_widget div.arrow a:hover {
	color: #007abc;
	cursor: pointer;
}

/* Widget: Featured Research */
.widget_mit_faculty_featured_research .wpb_wrapper {
	line-height: 26px;
	font-weight: 400;
	font-size: 15px;
	color: #999999;

}
.widget_mit_faculty_featured_research a {
	color: #0096db
}

.entry-content ul:not(.nav-tabs) li:before {
	color: #0096db;
}
/* Tabs widget */
.entry-content .nav-tabs > li > a:hover {
	background-color: transparent;
	border: 0;
	color:#2c3d44;
	border-bottom: 2px solid #0096db;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border: 0;
	border-bottom: 2px solid #0096db;
	font-weight: bold;
	color:#2c3d44;
}