/* CSS FOR RESPONSIVE DESIGN */
/* With many thanks to Ethan Marcotte's great ideas */

.section:after,
ul.nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of reset */

/* FONTS */

@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/open-sans-fontfacekit/OpenSans-Regular-webfont.eot');
    src: url('fonts/open-sans-fontfacekit/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/open-sans-fontfacekit/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/open-sans-fontfacekit/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/open-sans-fontfacekit/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansItalic';
    src: url('fonts/open-sans-fontfacekit/OpenSans-Italic-webfont.eot');
    src: url('fonts/open-sans-fontfacekit/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/open-sans-fontfacekit/OpenSans-Italic-webfont.woff') format('woff'),
         url('fonts/open-sans-fontfacekit/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('fonts/open-sans-fontfacekit/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansSemibold';
    src: url('fonts/open-sans-fontfacekit/OpenSans-Semibold-webfont.eot');
    src: url('fonts/open-sans-fontfacekit/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/open-sans-fontfacekit/OpenSans-Semibold-webfont.woff') format('woff'),
         url('fonts/open-sans-fontfacekit/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('fonts/open-sans-fontfacekit/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansSemiboldItalic';
    src: url('fonts/open-sans-fontfacekit/OpenSans-SemiboldItalic-webfont.eot');
    src: url('fonts/open-sans-fontfacekit/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/open-sans-fontfacekit/OpenSans-SemiboldItalic-webfont.woff') format('woff'),
         url('fonts/open-sans-fontfacekit/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'),
         url('fonts/open-sans-fontfacekit/OpenSans-SemiboldItalic-webfont.svg#OpenSansSemiboldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'YanoneKaffeesatzRegular';
    src: url('fonts/Yanone-Kaffeesatz-fontfacekit/YanoneKaffeesatz-Regular-webfont.eot');
    src: url('fonts/Yanone-Kaffeesatz-fontfacekit/YanoneKaffeesatz-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Yanone-Kaffeesatz-fontfacekit/YanoneKaffeesatz-Regular-webfont.woff') format('woff'),
         url('fonts/Yanone-Kaffeesatz-fontfacekit/YanoneKaffeesatz-Regular-webfont.ttf') format('truetype'),
         url('fonts/Yanone-Kaffeesatz-fontfacekit/YanoneKaffeesatz-Regular-webfont.svg#YanoneKaffeesatzRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* End of fonts */

body {
	background: #f3f3f3;
	color: #222;
	color: rgba(0, 0, 0, 0.82);
	font: 1em/1.5em "OpenSansRegular", Arial, sans-serif;
	-moz-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	-webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	-webkit-text-size-adjust: none;
}
body strong {
    font-family: "OpenSansSemibold", Arial, Helvetica, sans-serif;
}
body em {
	font-family: "OpenSansItalic", Arial, Helvetica, sans-serif;
}
body strong em {
	font-family: "OpenSansSemiboldItalic", Arial, Helvetica, sans-serif;
}
a {
	color: #990000;
	text-decoration: none;
	-moz-transition: 0.15s color linear;
	-webkit-transition: 0.15s color linear;
	transition: 0.15s color linear;
}
a:hover, a:focus {
	color: #DD0000;
	outline: none;
	text-decoration: underline;
}
#skiptocontent a {
    font-size: 0.75em;
    font-style: italic;
    position:absolute;
    top:20px;
    right:5%;
    background: transparent;
    padding:1px 2px;
    margin-right:0px;
    border:1px dashed #ccc;
    color:#283C85 !important;
}
#skiptocontent a:hover,
#skiptocontent a:active,
#skiptocontent a:focus {
    background-color:#ffffcc;
}
#page {
	background: url("images/torn_page.gif") repeat-x;
	padding: 0.25em 0 2em;
}
.inner {
	margin: 0 auto;
	width: 93.75%;		/* 960px / 1024px */
	max-width: 1200px;
}
img {
	max-width: 100%;
}
.mast {
	float: left;
	width: 29.7917%;	/* 286px (was 306px) / 960px (was 31.875%) */
}
.mast p#EL {
    font-weight: 500;
    font-style: normal;
    font-size: 3.2em;
    line-height: 1em;
    color: #cc0000; 
    text-shadow: 2px 1px 1px #DDD;
}
.mast p#EL span.expert {
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: bold;
    font-size: 0.875em;
}
.mast p#EL span.learners {
	font-family: YanoneKaffeesatzRegular, Arial, Helvetica, sans-serif;
	font-size: 1.125em;
	text-transform: uppercase;
}
.mast p#EL a {
	padding-top: 46px;
	height: 130px;
	display: block;
	text-align: center;
    position:relative;
    z-index:1;
}
.mast p#EL a:before {
    content:"";
    position:absolute;
    z-index:-1;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:url("images/lightbulb.png") no-repeat 50% 100%;
    opacity: 0.4;
}
.mast p#EL a:focus, .mast p#EL a:hover {
	text-decoration: none;
	color: #283C85;	
    text-shadow: 1px 1px 3px #9999ff; /* was #cc0000 */
}
.mast p#EL a:hover:before {
    background:url("images/lightbulb_red.png") no-repeat 50% 100%;
	opacity: 0.7;
}

ul.nav {
	border-top: 1px solid #888583;
	margin: 1.8em auto 0;
	width: 64.379%;
}
ul.nav li {
	font: bold 1.063em/1.2 "Book Antiqua", "Palatino Linotype", Georgia, serif;
	display: block;
	text-align: center;
	letter-spacing: 0.1em;
	padding: 1em 0.5em 1em;
	margin-bottom: -1em;
	text-transform: uppercase;
}
ul.nav a:hover, ul.nav a:focus {
	text-decoration: underline;
}
ul.nav span {
	font: normal 0.75em Baskerville, Garamond, Palatino, "Palatino Linotype", "Hoefler Text", "Times New Roman", serif;
	letter-spacing: 0.05em;
}
ul.nav ul li {
	font: 0.813em/1.1em "OpenSansRegular", Arial, sans-serif;
	text-transform: none;
	padding: 0.7em 0.5em;
	border-top: none;
}

p.modDate {
	margin-left: 0.5em;
	font-size: 0.813em;
	font-style: italic;
}
.likeButton {
	margin-top: 1em;
	margin-left: 0.5em;
}
iframe.indent {
	margin-left: 1.5em;
}

.intro,
.main,
footer {
	float: right;
	width: 68.0208%;	/* 653px (was 633px) / 960px  (was 65.9375%) */
}
.intro {
	margin-bottom: 1.2em;
}
#main {
	margin-top: 46px;
}
.intro div {
	line-height: 1.4;
}
#main h1 {
	font: italic 2.2em/1.2em "Times New Roman", Times, serif;
	color: #283C85;
	margin-top: -8px;
	padding-top: 0px;
	margin-bottom: 0.25em;
    text-shadow: 2px 1px 1px #DDD;
}
#main h1.index { margin-top: 0px; }
#main h1.index em { padding-right: 0.12em; }
#main h2 {
	color: #333;
	font: normal 1.875em YanoneKaffeesatzRegular, "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 2px;
	margin-top: 1em;
	margin-bottom: 0.3em;
}
#main h2.first {
	margin-top: 0.75em;
}
#main h3 {
	color: #283C85;
	font: italic 1.1em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0.75em;
	margin-bottom: 0.4em;
}
#main h4 { font-weight: bold; }
#main p {
	margin-bottom: 0.5em;
}
#main a { text-decoration: underline; }
.figure {
	float: left;
	line-height: 1.1;
	margin: 0 3.317535545023696682% 1.5em 0;			/* 21px / 633px */
	text-align: center;
	width: 31.121642969984202211%;				/* 197px / 633px */
	letter-spacing: 0.05em;
}
.figure4 {
	float: left;
	line-height: 1.1;
	margin: 0 3.317535545023696682% 1.5em 0;			/* 21px / 633px */
	text-align: center;
	width: 22.43285939968404%;				/* 142px / 633px */
	letter-spacing: 0em;
}
.figure4 a p.figcaption {
	font-size: 0.875em;
}
a h2.figcaption {
	font-size: 1em;
    margin: 7px 0 6px;
    font-weight: bold;
}
a h3.figcaptionTag {
	color: #222;
    font-size: 0.75em;
    line-height: 1.3em;
    margin-top: 4px;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}
a:hover h3.figcaptionTag, a:focus h3.figcaptionTag {
    color: #555;
}
.figure img, .figure4 img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	display: block;
	margin: 0 auto 0.8em;
	padding: 5px;
	background-color: #f1f1f1;
}
.figure a:focus img, .figure a:hover img, .figure4 a:focus img, .figure4 a:hover img {
	background-color: #fdfdfd;
}
li#go_fig {
	margin-right: 0;
}
footer {
	font-size: 0.75em;
	text-align: center;
	padding: 20px 0 20px;
	margin-top: 10px;
	border-top: 1px solid #999;
}
footer p {
	margin-bottom: 0.5em;
}

section.quicknav {
	width: 80%;
	margin: 2.5em auto 1em;
	border: 1px solid #ddd;
	border-bottom: none;
	padding: 0px 10px;
}
#main section.quicknav h2 {
	color: #888;
	text-decoration: none;
	font-size: 1em;
	margin-bottom: 1em;
}
section.quicknav ol {
	margin-left: 0em;
}
section.quicknav ol li { 
	list-style-type: none;
}
.center { text-align: center; }
.leftFloat { float: left; margin-right: 15px; }
.rightFloat { float: right; margin-left: 12px; }
.category { 
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 0.875em;
	font-style: italic;
}
article { margin-bottom: 1.5em; }
dt { font-weight: bold; }
dd { margin-left: 2em; }
abbr {
    color: #555;
    font-weight: bold;
    border-bottom: 1px dotted black;
    cursor: help;
}
span.dfnTerm {
    color: #555;
    font-weight: bold;
    border-bottom: 1px dotted black;
    cursor: help;
}
figure {
	border: 1px solid #aaa;
	padding: 5px;
	margin-top: 0.7em;
	margin-bottom: 1em;
	background-color: #fefefe;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	max-width: 100%;
}
figcaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	text-align: center;
}
p.figImg {
	text-align: center;
	margin-bottom: 0em;	
}
#main ul {
	list-style-type: square;
	margin-left: 2em;
	margin-bottom: 0.5em;
}
#main ol {
	list-style-type: decimal;
	margin-left: 2em;
	margin-bottom: 0.5em;
}
#main ul ul, #main ol ol, #main ul ol, #main ol ul { 
	margin-bottom: 0px;
}
blockquote {
	margin: 1em 2em;
	border-left: 1px dashed #999;
	padding-left: 1em; 
	font-size: 0.938em;
}
cite {
	font-style: italic;
}
.returnLink {
	margin-top: 1em;
	font-style: italic;
	font-size: 0.813em;
}
.byline { margin-top: -0.5em; margin-left: 1em; }
.byline i { font-style: italic; }
.byline b { font: normal 1.1em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; padding-left: 5px; }
#main .byline b a { text-decoration: none; }
#main .byline b a:focus, #main .byline b a:hover { text-decoration: underline; }
.attnBox {
    margin: 2em;
    border: 1px solid #990000;
    padding: 1em 1em 1em 3em;
    color: #143c55;
    font-size: 0.938em;
    background-color: #fbfbfb;
    line-height: 1.4em;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
}
.attnBox:before {
    color: #990000;
    content: "!";
    font-size: 3em;
    font-style: normal;
    left: 0.3em;
    position: absolute;
    top: 0.4em;
    text-align: center;
}
.noteBox {
    margin: 2em;
    border: 1px solid #143c55;
    padding: 1em 1em 1em 6em;
    color: #143c55;
    background-color: #EEE;
    line-height: 1.4em;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}
.noteBox:before {
    color: #143c55;
    content: "Note";
    font-size: 2em;
    font-style: normal;
    left: 0.3em;
    position: absolute;
    top: 0.65em;
    text-align: center;
}
table.full { 
	width: 98%; 
	table-layout: fixed; 
	margin-bottom: 1em; 
}
table.four th, table.four td { width: 24%; }
table.three th, table.three td { width: 33%; }
table.two th, table.two td { width: 49%; }
table.info {
	margin: 1em;
	border: 1px solid black;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
table.info thead { color: white; background-color: #283C85; }
table.info tbody { color: black; background-color: #fdfdfd; }
table.info th, table.info td {
	border: 1px solid #bbb;
	padding: 3px 5px;
	width: 50%;
}
th { font-weight: bold; text-shadow: none; }
th.left { text-align: left; }
blockquote.pullquote {
	padding:12px 4px;
	margin: 5px 15px 8px 0;
	float:left;
	width:30%;
	text-align: center;
	border-top:3px solid #283C85;
	border-bottom:3px solid #283C85;
	border-left:0;
	border-right:0;
    background:#fefefe;
}
blockquote.pullquote.right {
	margin: 5px 0 8px 15px;
	float:right;
}
blockquote.pullquote p {
	margin:0 !important;
	font: italic bold 1.2em/1.5em Arial, Helvetica, sans-serif;
	color: #283C85;
    text-shadow: 1px 1px 0px #DDD;
}
.clear { clear: both; }


/* FOR DISPLAYS NO LARGER THAN 600px */
@media (max-width: 600px) {
	/* 633px grid (88x6 col, 21x5 gut; 88+21+88+21+88+21+88+21+88+21+88) */
	.inner {
		position: relative;
	}
	.mast,
	.intro,
	.main,
	footer {
		float: none;
		width: auto;
	}
	.mast p#EL a:before, .mast p#EL a:hover:before {
		background: none;
	}
	.mast p#EL a {
		margin-top: 1em;
		padding-top: 0px;
	}
	ul.nav {
		border-top: none;
		margin: 0 auto;
		width: 100%;
	}
	ul.nav a,
	ul.nav i {
		font: 12px Helvetica, Arial, sans-serif;
		letter-spacing: 0;
	}
	ul.nav a:hover,
	ul.nav a:focus {
		background-position: 0 100%;
	}
	li.first a {
		border-top: none;
		padding-top: 1em;
	}
	ul.nav li.last {
		margin-right: 0;
	}
	.intro {
		margin-top: 0;
	}
	#main h1.index {
		font-size: 1.75em;
	}
	#main h1 {
		margin-top: 0px;
	}
}
