@charset "utf-8";
/*******************************************************************************************
		MIT OpenCourseWare
		https://ocw.mit.edu/
	
		base.css - styles common to all pages
		v1.1
		updated 31 October 2013
********************************************************************************************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	font-size: 62.5%;	/* adjusts base font to 10px, allows rescaling by one-tenth per point (12px=1.2em, 16px=1.6em, 8px=0.8em and so on) */
	font-family: arial, helvetica, sans-serif;

}

body {
	min-height: 100%;
	min-width: 960px;	
	margin: 0 auto;
	font-size: 1.2em;

}


@font-face {
	font-family: TitilliumText22LLight;
    src: url(../webfonts/TitilliumText22L002-webfont.eot);
    src: url(../webfonts/TitilliumText22L002-webfont.eot?#iefix) format("embedded-opentype"),
         url(../webfonts/TitilliumText22L002-webfont.woff) format("woff"),
         url(../webfonts/TitilliumText22L002-webfont.ttf) format("truetype"),
         url(../webfonts/TitilliumText22L002-webfont.svg#TitilliumText22LLight) format("svg");
    font-weight: normal;
    font-style: normal;
}


@font-face {
	font-family: TitilliumText22LRegular;		/* Titillium Regular */
    src: url(../webfonts/TitilliumText22L003-webfont.eot);
    src: url(../webfonts/TitilliumText22L003-webfont.eot?#iefix) format("embedded-opentype"),
         url(../webfonts/TitilliumText22L003-webfont.woff) format("woff"),
         url(../webfonts/TitilliumText22L003-webfont.ttf) format("truetype"),
         url(../webfonts/TitilliumText22L003-webfont.svg#TitilliumText22LRegular) format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: TitilliumText22LBold;		/* Titillium Bold */
    src: url(../webfonts/TitilliumText22L005-webfont.eot);
    src: url(../webfonts/TitilliumText22L005-webfont.eot?#iefix) format("embedded-opentype"),
         url(../webfonts/TitilliumText22L005-webfont.woff) format("woff"),
         url(../webfonts/TitilliumText22L005-webfont.ttf) format("truetype"),
         url(../webfonts/TitilliumText22L005-webfont.svg#TitilliumText22LBold) format("svg");
    font-weight: normal;
    font-style: normal;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

a img {
	border: 0;
}

p {
	margin-bottom: 10px;
	color: #333;
}

p.zero {					/* use for content FCK forces into an unwanted paragraph */
	margin-bottom: 0px;
}

a,
a:visited {
	color: #b30838;
	text-decoration: none;
}

a:active,
a:hover {
	color: #ff9000;
	text-decoration: underline;
}

#global_inner ul,
#course_inner_section ul {
	margin-bottom: 1em;
}

#global_inner ul li {
/*	margin-left: 195px;			Not sure why I made this. Now causing trouble, so
	margin-bottom: 1em;			disabling until I figure out what it was for */
}

#course_inner_section li ul,
#course_inner_section li ol {
	margin-bottom: 10px;
}

/* base chevron bullet styles */

ul.chevron {
	margin-top: 3px;
	margin-left: 8px;
}

ul.chevron li {
	font-size: 1em;
	margin-left: 2px;
	margin-bottom: 0;
	line-height: 1.2em;
	list-style-type: none;
	text-indent: -0.9em;
}

ul.chevron li:before {
	content: '»';
	display: inline;
	color: #b30838;
	margin-right: 4px;
	margin-left: 30px;
	top: -2px;
	position: relative;
}


ul.chevron li a,
ul.chevron li a:visited {
	text-decoration: none;
	color: #b30838;
}

ul.chevron li a:active,
ul.chevron li a:hover {
	text-decoration: underline;
	color: #b30838;
}

/* end base bullet styles */


#top {
	width: 100%;
	background-image:url(../images/bg_top.png);
	background-repeat: repeat-x;
	background-position: top left;
}

#center_home {
	background-image:url(../images/bg_center.png);
	background-repeat: repeat-y;
	background-position: top center;
}

#center_chp,
#center_media {
	background-image:url(../images/bg_center2.png);
	background-repeat: repeat-y;
	background-position: top center;
}

#center_global {
	background-image:url(../images/bg_center3.png);
	background-repeat: repeat-y;
	background-position: top center;
}

#center {
	/* placeholder - impacts the content area of all pages not specifically addressed by the previous few styles */
}

#bottom {
	background-image:url(../images/bg_bottom.png);
	background-repeat: repeat-x;
	background-position: top left;
}

.logo {
	margin: 25px 0;
} 

/* header and footer div dimensions */

#banner {
	min-height: 98px;
}

#subscribe {
	height: 98px;
	min-width: 472px;
}

#subscribe .module {
	height: 39px;
	width: 430px;
	float: right;
	border-top: #000 solid 3px;
	background-color: #3a3a3a;
	background-image: url(../images/bg_social.png);
	background-repeat: repeat;
	background-position: top left;
	-webkit-border-radius: 0 0 14px 14px;					/* Saf3-4, iOS 1-3.2, Android ≤1.6 */
	border-radius: 0 0 14px 14px;							/* Opera 10.5, IE9, Saf5, Chrome, FF4+, iOS 4, Android 2.1+ */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-shadow: 2px 2px 0px 0px #000; 				/* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	box-shadow: 2px 2px 0px 0px #000; 						/* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}

table.social,
table.search {
	margin: 0 0 0 11px;
	padding: 0;
	color: #fff;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
	border-collapse: collapse;
}

table.search {
	float: right;
	margin: 5px 0 0 11px;
	margin: 6px 0 0 11px\9;		/* IE-only fix */
}


/* Chrome/Safari-only mega-menu fix */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	
	table.search {
		margin: 6px 0 0 11px;
	}

}


table.social td.text {
	padding-right: 5px;
}

table.search td.text2 {
	text-align: right;
	padding-left: 6px;
}

table.social td.black,
table.search td.black {
	background-color: #000;
	margin: 0;
	padding: 0;
	cellpadding: 0;
	cellspacing: 0;
}

.greytext {
	color: #fff;
	background-color: #000;
	margin-left: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

.emailField {
	width: 161px;
}

.searchField {
	width: 155px;
}

.sub_button,
.but {
	margin-left: -2px;
	margin-right: 2px;
	display: block;
}

p.helplinks {
	float: right;
	margin: 6px 12px 0 0;
	color: #fff;
	font-size: 1.0em;
}
p.helplinks a,
p.helplinks a:visited,
table.search a,
table.search a:visited {
	color: #fff;
	text-decoration: underline;
}

p.helplinks a:active,
p.helplinks a:hover,
table.search a:active,
table.search a:hover {
	text-decoration: underline;
}

select.transLang {
	width: 185px;
	margin-top: 6px;
	border: 1px solid #333;
}

#mega {
	height: 44px;
	height: 45px\9;				/* IE-only fix */
}

#search {
	height: 44px;
	height: 45px\9;				/* IE-only fix */
	min-width: 315px;
}

/* Chrome/Safari-only mega-menu fix */
@media screen and (-webkit-min-device-pixel-ratio:0) {

    #mega {
		height: 45px;
	}
	
	#search {
		height: 45px;
	}
	
}

#footer #foot-c1,
#footer #foot-c2,
#footer #foot-c3,
#footer #foot-c4,
#footer #foot-c5 {
	min-height: 255px;
	margin-top: 35px;
}

#foot-c5 p.accent {
	color: #999;
	font-size: 1.0em;
	width: 300px;
	margin-top: 10px;
	line-height: 2.0em;
}

ul.foot-bullet {
	margin-top: 3px;
	margin-left: 8px;
}

ul.foot-bullet li {
	font-size: 0.9em;
	margin-left: 2px;
	margin-bottom: 0;
	line-height: 1.6em;
	list-style-type: none;
	text-indent: -0.9em;
}

ul.foot-bullet li:before {
	content: '»';
	display: inline;
	color: #b30838;
	margin-right: 4px;
	top: -2px;
	position: relative;
}


ul.foot-bullet li a,
ul.foot-bullet li a:visited {
	text-decoration: none;
	color: #b30838;
}

ul.foot-bullet li a:active,
ul.foot-bullet li a:hover {
	text-decoration: underline;
	color: #b30838;
}

#footer #foot-copy,
#footer #foot-support {
	min-height: 140px;
}

#footer #foot-c5,
#footer #foot-support {
	margin-left: 2px;
	border-left: thin solid #d5c9ba;
	padding-left: 20px;
}

/* header styles */

h2.global {
	font-family: TitilliumText22LBold, Verdana;
	color: #b30838;
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: 200;
	letter-spacing: 0.5px;
}

h2.subhead {
	font-size: 1.2em;
	font-family: arial, helvetica, sans-serif; 
	color: #000;
	font-weight: bold;
	margin-bottom: 5px;
}

h3.subsubhead {
	font-size: 1.1em;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	color: #000;
	font-style: italic;
	margin-bottom: 5px;
}

h4.footer,
h4.dept_link {
	font-family: TitilliumText22LBold, Verdana;
	color: #363636;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: 200;
	letter-spacing: 0.5px;
}

p.callout {
	color: #b30838;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
} 

.pullquote {
	float: left;
	width: 132px;
	border-right: 1px solid #d5c9ba;
	padding-right: 12px;
	padding-bottom: 12px;
	margin: 3px 12px 10px 0;
	line-height: 1.6em;
}

.pullquote p {
	font-size: 1.2em;
	color: #aaa;
	margin: 0;
}
.pullquote p.quote {
	text-indent: 2.2em;
	padding-top: 4px;
	background-image: URL(../images/quote_open.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.pullquote p.sig {
	font-family: TitilliumText22LRegular, Verdana;
	font-weight: 500;
	font-size: 1.0em;
	color: #777;
	text-align: right;
	text-transform: uppercase;
	padding-top: 30px;
	margin-top: -12px;
	margin-bottom: 0;
	background-image: URL(../images/quote_close.png);
	background-repeat: no-repeat;
	background-position: top right;
}

.pullquote p.stat {
	font-size: 5em;
	letter-spacing: 1px;
	color: #b30838;
	font-family: TitilliumText22LBold, Verdana;
	font-weight: normal;
	margin: 0 0 -15px 0;
}

.pullquote p.sig2 {
	font-family: TitilliumText22LRegular, Verdana;
	font-weight: 500;
	font-size: 1.0em;
	color: #777;
	text-align: right;
	text-transform: uppercase;
	margin-bottom: 0;
	background-repeat: no-repeat;
	background-position: top right;
}

p.red,
p.red a,
p.red a:visited {
	color: #b30838;
	font-size: 1.0em;
	text-decoration: none;
}

p.red a:active,
p.red a:hover {
	color: #ff9000;
	text-decoration: underline;
}

p.red span.bullet {
	font-size: 1.2em;
}

p.shift1 {
	position: relative;
	top: -19px;
	left: 506px;
	width: 150px;
	margin-bottom: 0;
}

#foot-copy {
	border-top: thin solid #d5c9ba;
	padding-top: 15px;
	width: 550px;
}

#foot-copy a img {
	margin-right: 34px;
	margin-bottom: -10px;
}

p.copyright {
	color: #7b706b;
	font-size: 0.9em;
}


/* Course List styles */

h3.deptTitle {
	font-size: 1.2em;
	margin-top: 25px;
	border-bottom: 1px solid #E4E5E0;
	min-width: 50px;
}

.courseList {
	background-color: #fff;
	margin: 0 0 15px 0;
	padding: 0 30px 0 0;
	cellpadding: 0;
	cellspacing: 0;	
	border: none;
	border-collapse: collapse;
	width: 690px;
	max-width: 690px;
}

.courseList th {
	background-color: #fff;
	font-size: 1.1em;
	padding: 6px;
	text-align: left;
	padding-left: 7px;
}

th.MCNcol {
	min-width: 80px;
	width: 80px;
}

th.CTcol {
	min-width: 480px;
	width: 480px;
}

th.CTcol2 {
	min-width: 430px;
	max-width: 520px;
}

th.LVcol {
	min-width: 120px;
	width: 120px;
}

p.top {
	margin-top: -11px;
	margin-left: 6px;
	font-size: 0.9em;
}

img.top {
	border: 1px solid #000;
	margin-bottom: -1px;
}

td.topLink {
	border-bottom: 1px solid #E4E5E0;
}

.courseList td {
	padding: 5px 8px;
}

.courseList tr.odd {
	background-color: #f3f0eb;
}

.courseList tr.even {
	background-color: #fff;
}

.courseList tr.preview {
	background-color: #ffcc66;
}

.courseList td a,
.courseList td a:visited {
	color: #b30838;
}

.courseList td a:hover,
.courseList td a:active {
	color: #ff9000;
}


/* Left-nav TLP expander styles */

.mO {
	color:#000;
	font-weight:normal;
	padding-left: 0px;		/* was 10px */
	background:transparent url(../images/bg_plus.gif) 0px 5px no-repeat; /* 1st # was 0 */
	margin:5px 0;
}

.mC {
	color:#000;
	font-weight:normal;
	padding-left: 0px;		/* was 10px */
	background:transparent url(../images/bg_minus.gif) 0px 5px no-repeat; /* 1st # was 0 */
	margin:5px 0;
}

.tlp_links a {
	font-size:.74em;
	position:relative;
	right: -11px;
	padding:2px 0;
	/* display:block; */
	color:#000;
	text-decoration:none;
	margin-bottom: -2px;
}

.tlp_links .expandCollapseTrans,
.nav_links .expandCollapseTrans {
	position:absolute;
	left: -12px;
	top: 3px;
}

.tlp_links ul {
	display:none;
	margin-bottom:5px;
	list-style:none;
	padding:0;
}

.tlp_links li {
	color:#000;
	font-size:0.7em;
	font-weight:normal;
	padding-left:10px;
	margin-left: 6px;
	/* background:transparent url(../images/black-arrow.gif) 2px 8px no-repeat; */
	/* background-position:2px 4px; */
}

#course_nav .tlp_links ul li a:link,
#course_nav .tlp_links ul li a:visited {
	_margin:0;
	display:block;
	color:#666666;
	text-decoration:none;
	width:130px;
	padding: 7px 0px;
	border: none;
}

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

#course_nav .tlp_links ul li {
	padding: 0;
	border: none;
}

.tlp_links ul.selected{ 
	position:static;
	left:0px;
	display:block;
	background:transparent;
}
.btn_close {
			position: relative;
			left: 440px;
			top: 30px;
}

/* cite this course popup styles */

.citeHome {
    background-color: #E5E0DB;
	height: auto;
    margin: 0;
    padding: 0;
    text-align: left;
}

.citeHome .citeInner {
    background-color: #E5E0DB;
    float: left;
    margin: 10px;
    width: 510px;
}

.citeHome .citeInner p {
    float: left;
    margin: 10px;
	padding: 10px;
	background-color: #fff;
}


/* Table Styles (Consolidated)
================================ */

.maintabletemplate {
	margin-bottom: 10px;
}

.maintabletemplate table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #999;
	empty-cells: show;
	width: 100%;
	margin-top: 11px;
	font-size: 0.92em;
}

table.tablewidth1,
table.tablewidth100,
.maintabletemplate table.tablewidth1,
.maintabletemplate table.tablewidth100 {
	width: 100%;
}

table.tablewidth2,
table.tablewidth75,
.maintabletemplate table.tablewidth2,
.maintabletemplate table.tablewidth75 {
	width: 75%;
}

table.tablewidth3,
table.tablewidth50,
.maintabletemplate table.tablewidth3,
.maintabletemplate table.tablewidth50 {
	width:50%;
}

table.tablewidth4,
table.tablewidth25,
.maintabletemplate table.tablewidth4,
.maintabletemplate table.tablewidth25 {
	width:25%;
}

.maintabletemplate th {
	border:	1px solid #49423F;					/* safety: all lines were #999; */
	font-size: 1em;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	background-color: #7F6E6A;				/* safety: pre-redesign color: #727266; */
	color: #fff;
	text-transform: uppercase;
	padding: 8px;
	text-align: left;
}
	
.maintabletemplate table tr td,
.maintabletemplate table tr.row td,
.maintabletemplate table tr.alt-row td, 
.maintabletemplate table tr.gray-row td,
.maintabletemplate table tr.white-row td {
	border: 1px solid #49423F;
	padding: 8px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333333;
}

.maintabletemplate table tr td.alt-row,
.maintabletemplate table tr td.white-row {
	background-color: #fff;
}

.maintabletemplate table tr.row td,
.maintabletemplate table tr.gray-row td{
	background-color: #E5E0DB;				/* safety: pre-redesign color: #e2e1d9; */
}

.maintabletemplate,
.maintabletemplate p {
	margin-top: 0.5em;
	margin-bottom: 1em;
}

.maintabletemplate ul li,
.maintabletemplate ol li {
	margin: 0 5px 0 15px;
	padding: 0;
}

.maintabletemplate ul.nobullet {
	list-style-type: none;
}


/* General list styles */

ul,
ol {
	margin: 10px 0 10px 25px;
}

li {
	font-size: 1em;
	margin-bottom: 4px;
	color: #333;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin-left: 25px;
}


/* Legacy sidebar container */

.module {
	margin: 0 0 17px;
	overflow: hidden;
	width: 180px;
}


/* Course Champion styles */

.champ_ext {
border:#b41f24 2px solid;
width:175px;
clear:both;
margin-bottom:0;
}

.champ_int {
border:#fff 1px solid;
background-color:#4a4c45;
font-family:Verdana;
color:#fff;
padding:4px;
}

.champ_int p.cp1 {
font-weight:bold;
color: #fff;
padding-top:5px;
padding-bottom:17px;
margin-left:14px;
}

.champ_int p.cp3 {
font-size:0.8em;
margin-bottom:0;
padding-top:5px;
padding-bottom:10px;
margin-left:14px;
}

div#right .module .champ_int a:link, div#right .module .champ_int a:visited, div#right .module .champ_int a:hover {
color:#fff !important;
text-decoration:underline;
}

.champ_int p.cp2, .champ_int p.cp2 a:link, .champ_int p.cp2 a:visited, .champ_int p.cp2 a:hover {
font-weight:bold;
padding-bottom:14px;
margin-left:8px;
color:#FFF !important;
}

.champ_int p.cp3, .champ_int p.cp3 a:link, .champ_int p.cp3 a:visited, .champ_int p.cp3 a:hover {
font-weight:normal;
padding-bottom:14px;
margin-left:8px;
color:#FFF !important;
}


/* Google Ads styles */

div#google_ads
{
	clear:both;
}

.messaging,
.messaging a,
.messaging a:hover,
.messaging a:visited {
	color:#333;
	padding-top: 8px;
	padding-bottom:4px;
	text-align:center;
	text-transform:uppercase;
}

.messaging {
	font-size:0.78em;
}

.messaging a,
.messaging a:hover,
.messaging a:visited {
	font-size: 1em;
}

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


	/* ad slot A - image credit margin styles - used when campaign or ad has a photo credit */

div#google_ads_div_HOME_SLOT_A span {
	font-size:0.6em;
	padding-left:110px;
	width:300px;
	color:#000;
	line-height:2.5em;
	margin-top:-5px;
	padding-top:-5px;
}

div#google_ads_div_HOME_SLOT_A .paddingContent {
	font-size:0.92em;
	margin-left:25px;
}

div#google_ads_div_HOME_SLOT_B .messaging a:link,
div#google_ads_div_HOME_SLOT_B .messaging a:visited,
div#google_ads_div_HOME_SLOT_B .messaging a:hover {
	color:#666;
	text-decoration:none;
}

div#google_ads_div_HOME_SLOT_B a img {
	padding-left:26px;
}

div#google_ads_div_TERMS_SLOT_A a img,
div#google_ads_div_DHP_SLOT_A a img,
div#google_ads_div_RSRC_SLOT_A a img,
div#google_ads_div_DONATE_SLOT_A a img,
div#google_ads_div_ABOUT_SLOT_A a img,
div#google_ads_div_COURSE_SLOT_A a img,
div#google_ads_div_HELP_SLOT_A a img,
div#google_ads_div_CHP_SLOT_A a img, 
div#google_ads_div_CHP_SLOT_A_DL a img, 
div#google_ads_div_RHP_SLOT_A a img, 
div#google_ads_div_RHP_SLOT_A_DL a img {
	padding-bottom:5px;
}

div#google_ads_div_TERMS_SLOT_A span,
div#google_ads_div_DHP_SLOT_A span,
div#google_ads_div_RSRC_SLOT_A span,
div#google_ads_div_DONATE_SLOT_A span,
div#google_ads_div_ABOUT_SLOT_A span,
div#google_ads_div_COURSE_SLOT_A span,
div#google_ads_div_HELP_SLOT_A span,
div#google_ads_div_CHP_SLOT_A span, 
div#google_ads_div_CHP_SLOT_A_DL span, 
div#google_ads_div_RHP_SLOT_A span,
div#google_ads_div_RHP_SLOT_A_DL span{
	font-size:0.5em;
	width:180px;
	color:#000;
	/* IE-only photo credit adjust */
	margin-top:-13px;
	padding-top:-13px;
}

div#google_ads_div_CHP_SLOT_A, 
div#google_ads_div_CHP_SLOT_A_DL, 
div#google_ads_div_RHP_SLOT_A, 
div#google_ads_div_RHP_SLOT_A_DL {
	padding-bottom:6px;
	margin-bottom:6px;
}

div#google_ads_div_RHP_SLOT_A {
	margin-top: 20px;
}

div#google_ads_div_TERMS_SLOT_A span a,
div#google_ads_div_DHP_SLOT_A span a,
div#google_ads_div_RSRC_SLOT_A span a,
div#google_ads_div_DONATE_SLOT_A span a,
div#google_ads_div_ABOUT_SLOT_A span a,
div#google_ads_div_COURSE_SLOT_A span a,
div#google_ads_div_HELP_SLOT_A span a,
div#google_ads_div_CHP_SLOT_A span a, 
div#google_ads_div_CHP_SLOT_A_DL span a, 
div#google_ads_div_RHP_SLOT_A span a, 
div#google_ads_div_RHP_SLOT_A_DL span a {
	color:#680a12;
	text-decoration:underline;
}

div#google_ads_div_DHP_SLOT_C a img,
div#google_ads_div_COURSE_SLOT_C a img,
div#google_ads_div_ABOUT_SLOT_C a img,
div#google_ads_div_RSRC_SLOT_C a img, 
div#google_ads_div_RSRC_SLOT_C_DL a img {

	margin-left:10px;
}

/* Class added for fixing the postion of google-ads on MCL */
.MITxadsContainer{
      position: relative;
	  left: 775px; 
	  top: -20px; 
	  width: 200px;
}

.MITxads{   
   width: 180px;
   height: 160px;
}

/* END Google ad styles */


.courseNotification {
    background-color: #AFD0EB;
    padding: 5px;
    text-align: center;
}

.nobr {
white-space:nowrap;
}


/* Educator Styles - "Teaching This Course" pages */

.edunotice {
	border-bottom: 1px solid #e4e5e0;
	padding: 10px 20px;
	margin: 10px 0px;
	background-color: #f3f3f3;
}

.edunotice h2.subhead {
	border-bottom: none;
}

.pullquote.right {
	float: right;
	border-right: 0;
	border-left: 1px solid #d5c9ba;
	padding-right: 0;
	padding-left: 12px;
	margin: 3px 0 10px 12px;
}

.pullquote.rightvideo {
	float: right;
	border-right: 0;
	border-left: 1px solid #d5c9ba;
	padding-right: 0;
	padding-left: 12px;
	margin: -350px 0 10px 12px;
	width: 220px;
}


/* MIT Press button, 13sep2013 */
img.mitpress {
	width: 86px;
	height: 12px;
	border: 0;
	vertical-align: middle;
}

/* sponsors logo classes in footer */
.sponsors_google_ads_even {
    float: left;
    clear: none;	
	margin-bottom: 15px;
	margin-top: 15px;
}

.sponsors_google_ads_odd {
    float: right;
    clear: none;
	margin-bottom: 15px;
	margin-top: 15px;
}

/* next */
