@charset "utf-8"; 
/*******************************************************************************************
	Alepoc
		http://alepoc.com/
	
		css - redesign style for tertiary pages
		
		20 October, 2013
********************************************************************************************

/* CHP and Course Section styles */

#left {
	float: left;
	width: 720px;
	margin-right: 28px;
}

#breadcrumb {
	min-width: 955px;
	margin-right: 30px;
	margin-top: 15px;
	float: left;
}

#breadcrumb_chp,
#breadcrumb_media {
	width: 720px;
	margin-top: 15px;
	float: left;
}

#breadcrumb p,
#breadcrumb_chp p,
#breadcrumb_media p,
#breadcrumb_global p {
	font-size: 0.9em;
	float: right;
	color: #333;
}

#breadcrumb p a,
#breadcrumb p a:visited,
#breadcrumb_chp p a,
#breadcrumb_chp p a:visited,
#breadcrumb_media p a,
#breadcrumb_media p a:visited,
#breadcrumb_global p a,
#breadcrumb_global p a:visited {
	color: #b30838;
	text-decoration: none;
}

#breadcrumb p a:hover,
#breadcrumb p a:active,
#breadcrumb_chp p a:hover,
#breadcrumb_chp p a:active,
#breadcrumb_media p a:hover,
#breadcrumb_media p a:active,
#breadcrumb_global p a:hover,
#breadcrumb_global p a:active {
	color: #b30838;
	text-decoration: underline;
}

#course_title,
#media_title {
	width: 720px;
	border-bottom: 1px solid #e4e5e0;
	float: left;	
}

#course_wrapper {
	float: left;
	min-width: 720px;
	margin-top: 15px;
	/* margin-right: 30px; */
}

/* course left-nav styles */
#tertiary_nav {
	width: 155px;
	float: left;
	margin-right: 20px;
	margin-bottom: 50px;	
}

#tertiary_nav ul {
	list-style-type: none;
	margin: 0;
}

#tertiary_nav li {
	padding: 15px 15px 15px 0;
	border-bottom: 1px solid #e4e5e0;
	margin: 0;
	width: 100%;
}

#tertiary_nav li a,
#tertiary_nav li a:visited {
	font-family: TitilliumText22LBold, Verdana;
	color: #666;
	font-size: 1.2em;
	text-decoration: none;
	text-transform: uppercase;
	margin: inherit;
	padding: inherit;
	width: 125px;
}


#tertiary_nav li a:hover,
#tertiary_nav li a:active,
#tertiary_nav li.selected a,
#tertiary_nav li.selected a:visited
#tertiary_nav .tlp_links ul li.selected a {
	color: #b30838;
}

.tlp_links {
	max-width: 125px;
}


/* Chrome/Safari-only left-nav text width fix */
@media screen and (-webkit-min-device-pixel-ratio:0) {
 
	#tertiary_nav ul li a,
	#tertiary_nav ul li a:visited,
	#tertiary_nav ul li.selected a,
	#tertiary_nav ul li.selected a:visited {
		width: 135px;
		display: block;
		padding: 0;
	}
	
	#tertiary_nav ul li a img {
		width: 10px;
	}

}


#tertiary_nav li.selected {
	background-image: url("../images/bg_course-nav_current.html");
	background-repeat: no-repeat;
	background-position: center left;
}

#tertiary_nav ul .tlp_links .expandCollapseTrans { 
    position:absolute;
	left: -12px;
	top: 3px;
}

/* CHP image, icaption, basic info column, and social icons */

#course_inner_chp {
	width: 545px;
	float: left;
	min-height: 350px;
}

#chpImage {
	 min-width: 340px;
	 float: left;
}

#chpImage .image {
	 min-width: 320px;
	 margin-right: 10px;
	 margin-bottom: 10px;
	 float: left;
}

#chpImage .icaption {
	 width: 320px;
	 margin-right: 20px;
}

#chpImage .icaption p,
p.icaption {
	color: #666;
	font-size: 0.9em;
	margin-top: 5px;
}

#tertiary_info {
	float: right;
	min-width: 203px;
	width: 203px;
}

#tertiary_info h3 {
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	/* margin-bottom: -2px; */
}

#tertiary_info h3.divide {
	/* border-top: 1px solid #E4E5E0; */
	padding-top: 1px;
}

#tertiary_info h3.divide2 {
	/* border-top: 1px solid #E4E5E0; */
	padding-top: 1px;
	margin-top: 50px;
}

#tertiary_info p {
	color: #333;
	font-size: 1.0em;
	font-weight: normal;
	margin-bottom: 14px;
}

#tertiary_info p.ins {
	margin-bottom: 8px;
}


#tertiary_info p.cite {
	background-color: #b30838;
	border: 1px solid #333;
	color: #fff;
	font-size: 0.8em;
	text-transform: uppercase;
	padding: 2px 5px;
	margin-top: 2px;
	width: 98px;
}

#tertiary_info p.cite a,
#tertiary_info p.cite a:visited {
	color: #fff;
	text-decoration: none;
}

/* Social Icons */
.social-icons {
    list-style-type: none;
    margin: 7px 30px 30px 0;
    min-width: 543px;
    padding: 10px 0;
    position: relative;
}
.social-icons li {
    float: left;
    position: relative; 
    margin-right: 4px;
}
 
.social-icons li.tweet-like {
	position: relative; 
	left: 20px;
}

.social-icons li.googleplus-like {
	position: relative; 
    left: 10px;
}

.social-icons li.stumbleupon {
	position: relative; 
}

.social-icons li.reddit {
	position: relative; 
	right: -25px;
    margin: 0;
}

/* CHP tab styles */
#course_tabs {
	min-height: 300px;
	width: 547px;
	margin-bottom: 30px;
	/* margin-right: 30px; */
}

ul#tabs { 
	list-style-type: none;
	margin: 19px 0 0 0;
	margin: 19px 0 -1px 0\9;		/* IE-only fix */
	padding: 0 0 5px 0;
	position: relative;
	width: 547px;
}


/* Chrome/Safari-only CHP tab border fix */
@media screen and (-webkit-min-device-pixel-ratio:0) {
 
 	ul#tabs {
		margin: 19px 0 -1px 0;
	}

}


ul#tabs li { 
	display: inline-block;
	font-family: TitilliumText22LBold, Verdana;
	font-size: 1.3em;
	font-weight: 100;
	width: 136.5px;
	height: 39px;
	margin-bottom: 5px;
	margin-bottom: 4px\9;		/* IE-only fix */
	margin-right: -3px;
	text-align: center;
	border-top: 1px solid #c9c3ba;
}


/* Chrome/Safari-only CHP tab border fix */
@media screen and (-webkit-min-device-pixel-ratio:0) {
 
	ul#tabs li {
		margin-bottom: 3px;
	}

}


ul#tabs li a { 
	color: #a09b95;
	padding: 6px 15px 7px 15px;
	padding: 6px 15px 5px 15px\9;			/* IE-only fix */
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #c9c3ba;
	border-right: 1px solid #c9c3ba;
/*	background-color: #ffffff; */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f3efeb)); /* Saf4+, Chrome */
	background: -webkit-linear-gradient(top, #ffffff, #f3efeb); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background:    -moz-linear-gradient(top, #ffffff, #f3efeb); /* FF3.6+ */
	background: 	-ms-linear-gradient(#FFFFFF, #F3EFEB); /* IE 8 */
	background:      -o-linear-gradient(top, #ffffff, #f3efeb); /* Opera 11.10+ */
	background:         linear-gradient(to bottom, #ffffff, #f3efeb); /* IE9+ */
	-pie-background: 	linear-gradient(#FFFFFF, #F3EFEB); /* IE 6-7 via CSS3Pie */
	behavior: url("http://ocw5.mit.edu/styles/pie/PIE.php");
}
 
/* Chrome/Safari-only mega-menu fix */
@media screen and (-webkit-min-device-pixel-ratio:0) {

	ul#tabs li a {
		padding 6px 15px 4px 15px;
	}

}

 
ul#tabs li a:hover {
	color: #b30838;
}

ul#tabs li a.selected {
	color: #b30838;
	border-bottom: 1px solid #fff;
	background-color: #fff;
	background: none;
	-pie-background: none;
	behavior: url("http://ocw5.mit.edu/styles/pie/PIE.php");
}

ul#tabs li.first a {
	border-left: 1px solid #c9c3ba;	
}

ul#tabs li.last a {
	border-right: 1px solid #c9c3ba;
}

div.tabContent {
	border: 1px solid #c9c3ba;
	padding: 15px;
	margin-top: 2px;	/* -4px; */
	background-color: #fff;
	height: 250px;
	max-width: 514px;
	overflow-x: hidden;
	overflow-y: auto;
}

div.tabContent.hide {
	display: none;
}

.tabContent ul li {
	margin-left: 30px;	
}


/* CHP RSI styles */
#right {
	float: left;
	width: 182px;
	margin-left: 20px;
	margin-bottom: 15px;
}

img.donate {
	margin: 15px 0;
}

img.ad {
	margin-bottom: 15px;
}

h3.ad_notice {
	padding-bottom: 10px;
}

h3.ad_notice a,
h3.ad_notice a:visited {
	font-family: TitilliumText22LBold, Verdana;
	color: #a49786;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.0em;
	font-weight: 200;
	letter-spacing: 0.5px;
}

h3.ad_notice a:active,
h3.ad_notice a:hover {
	color: #b30838;
	text-decoration: underline;
}

/* Course section page styles */

#left_section {
	 float: left;
	 width: 955px;
}

#section_title {
	width: 955px;
	margin-right: 30px;
	border-bottom: 1px solid #e4e5e0;
	float: left;
}

#course_wrapper_section {
	float: left;
	min-width: 955px;
	margin-top: 15px;
}

#course_inner_section {
	width: 785px;
	float: left;
	padding-bottom: 25px;
}


/* Changes For Video Popup */

#video_popup_fade {
    background: none repeat scroll 0 0 #000000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.popup_block {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0 solid #DDDDDD;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 20px #000000;
    display: none;
    float: left;
    font-size: 1.2em;
    left: 50%;
    padding: 30px 25px 25px 30px;
    position: fixed;
    top: 50%;
    width: 540px;
    z-index: 99999;
}
 
img.video_popup_btn_close{
    float: right;
    height: 20px;
    margin: -22px -19px 0 0;
    width: 20px;
	left: 0px;
	top: 3px;
}
 
.pop_margin_link {
    margin: 0;
    padding-left: 10px;
}


.pop_margin_title {
    font-size: 0.6em;
    margin-bottom: 3px;
    margin-top: -15px;
}

a.poplink {
    font-size: 0.75em;
    text-decoration: none;
} 

a.poplink:hover,
a.poplink:active {
	text-decoration: underline;
}


/* Hide/Reveal Question Styles - copied from scholar2.css */

 
div.toggle1, div.toggle2, div.toggle3, div.toggle4, div.toggle5, 
div.toggle6, div.toggle7, div.toggle8, div.toggle9, div.toggle10 {
	margin-left: 35px;
	width: 490px;
}

div.reveal1, div.reveal2, div.reveal3, div.reveal4, div.reveal5, 
div.reveal6, div.reveal7, div.reveal8, div.reveal9, div.reveal10 {
	margin-left: 35px;
}

span.reveal_link {
	color: #680a12;
	text-decoration: underline;
	font-style: italic;
	cursor: pointer;
}


/* MATHJAX Styles */

pre.matlab {
	font-family: Courier, monospace;
	margin-left: 3em; /* only indent when in a block, not inline */
}

code.matlab {
	font-family: Courier, monospace;
	font-size: 1.1em; /* inline, the font size needs a boost*/
}

.keystroke {
	padding-right: .2em;
	padding-left: .1em;
	background-color: #CCCCCC;
	border: .2em outset #999999;
	font-family: Arial,Helvetica,sans-serif;
}

pre {
	font-size: 1.2em;
	margin-bottom: 10px;
}

code {
	font-size: 1.2em;
}