@charset "utf-8";
/* CSS Document */
html {
	text-align: left;
	text-indent: 0px;
	background-color: #FFFEFB;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	white-space: normal;
	letter-spacing: normal;
	word-spacing: normal;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: normal;
	font-size: 120%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

header, section, footer, aside, nav, article, figure { display: block; min-width: 240px; max-width: 750px; margin: 10px auto; }


h1 { font-size: 180%; margin: 20px 0px 00px 0px; line-height: 160%; text-align: left; padding-right: 5px; color: #191919; }
h2 { font-size: 125%; font-variant: small-caps; margin: 40px 0px 10px 0px; line-height: 180%; text-align: left; padding-right: 5px; color: #222; }

body {
  font-size: 120%; line-height: 165%; color: #444444; text-align: justify;
}
body, h1, h2, h3, h4, h5, h6 {
  font-size-adjust: 0.5;
}

.body1 {
	font-size: 105%;
	margin: 10px 0px 10px 0px;
	line-height: 165%;
	color: #444444;
}

.series { clear: right; font-size: 100%; margin: 20px 0px 10px 0px; line-height: 130%; text-align: center; }
.date { font-size: 90%; margin: 0px 0px 10px 0px; line-height: 130%; text-align: center; }
.url  { font-size: 70%; margin: 0px 0px 60px 0px; line-height: 110%; text-align: center; }
.author { font-size: 150%; margin: 40px 0px 20px 0px; line-height: 150%; text-align: right; color: #555555; }
.aff { font-size: 130%; font-style: italic; margin: -20px 0px 60px 0px; line-height: 145%; text-align: right; }
.subtitle {font-size: 90%; line-height: 120%;}
.epigraph { clear: left; line-height: 135%; font-size: 95%; margin: 10px 0 0 200px; }
.dedication { clear: left; line-height: 130%; font-size: 95%; margin: 40px 0 0 180px; font-style: italic;}
.epigraph-author { clear: left; line-height: 130%; font-size: 90%; margin: 20px 0px 20px 200px; text-align: right;}
.division { font-size: 150%; text-align: center; }
.highlight { font-size: 120%; text-align: center; }
p.clear {
    clear: both;
}

blockquote { font-size: 95%; line-height: 150%; margin: 1em 2.5em; }
.blockquote { text-align: justify; text-indent: 0px; margin: 0em 1em; }
.verse { clear: left; font-size: 95%; margin: 0px 0 20 75px; }
.verse2{ clear: left; font-size: 95%; margin: 0px 0 0 0px; text-indent: -45px; padding-left: 45px; }
.verse3{ clear: left; font-size: 95%; margin: 25px 0 0 0px; text-indent: -45px; padding-left: 45px; }
.endnotes { font-size: 90%; line-height: 130%; margin: 50px 0px 10px 0px;  text-indent: -45px; padding-left: 45px; }
.endnoteref { font-size: 75%; vertical-align:top; }

.copyright {
	margin: 0px 0px 15px 0px;
	line-height: 150%;
	text-align: right;
	font-size: 120%;
	bottom: 15%;
}

ul.none { list-style-type: none; font-size: 95%; line-height: 150%}
ul { list-style-type: square; font-size: 95%; line-height: 150%}
ol { list-style-type: decimal; font-size: 95%; line-height: 150%}
li { padding-left: 15px; }

footer { font-size: 75%; text-align: center; padding-top: 35px; }
aside {font-size: 90%; }

img { display:block; height: auto; max-width: 100%; }
.image { clear: left; padding: 0.5em; margin: 0.25em; float: right; display: block }
.image-centered { clear: left; font-size: 90%; text-align: center; margin-left: auto; margin-right: auto; }
.image_left { padding: 0.5em; margin: 0.25em; float: left; max-width: 49%;}
.image_right { padding: 0.5em; margin: 0.25em; float: right; max-width: 49%;}
figure { margin: 0; display: block; }
figcaption { text-align: center; font-size: 90%; }
.figcredit { text-align: right; font-size: 85%; margin: -5px 20px 00px 0px;}

table , th, td {
	border-width: 0;
	border-collapse: separate;
	border-spacing: 2px;
	font-size: 1em;
	padding-right: 15px;
	text-align: left;
	vertical-align: bottom;
	width:100%;
}

/*.Image { clear: left; font-size: 90%; text-align: center; float: right; padding: 0em 1em; }*/
/*@media only screen and (max-device-width: 480px) {*/
/*#logo { background-image: url(ijcs_small.gif); height: 40px;}*/
@media \0screen {
 img { width: auto; /* for ie 8 */ }
 }


/*Edits by Ethan*/

/*specific cell table alignment for donelson lecture*/
#donelson-table-1 td:last-child, #donelson-table-2 td:last-child, #donelson-table-2 td:nth-last-child(2) {
	text-align:right;
}

/*specific cell table alignment for murray lecture*/
#murray-table-1 td:last-child, #murray-table-1 td:nth-last-child(2), #murray-table-1 td:nth-last-child(3) {
	text-align:center;
}

#murray-table-2 td:last-child {
	text-align:center;
}

#murray-table-3 td:last-child, #murray-table-3 td:first-child {
	text-align:left;
	width:50%;
}

#frank-table-1 td:last-child, #frank-table-1 td:first-child {
	text-align:left;
	width:50%;
}
#frank-table-2 td:last-child, #frank-table-2 td:first-child {
	text-align:left;
	vertical-align:top;
	width:50%;
}

/*experimenting with figures for Van Allen*/
#van_allen-explorer img{
height:auto;
width:auto;
}

#van_allen-explorer figcaption{
font-size:75%;
line-height:110%;
}

#van_allen-explorer{
height:auto;
width:auto;
border-style: solid;
padding:10px 10px 10px 10px;
display:none;
}

#american-satellite{
float:left;
height:auto;
width:350px;
margin: 5px 5px 5px 5px;
}
#explorer-model{
float:left;
height:auto;
width:350px;
margin: 5px 5px 5px 5px;
}

#fixedHeader{
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:150px;
	color:#CCC;
	background:#333333;
	padding:30px;
}

#fixedHeader a{
color:white;
}

#fixedHeader h2{
color:#ccc;
}

#vanAllenHeadRight{
	float:right;
	position:relative;
	margin-right:50px;
	top:-65px;
}

/*following edits should be global and added to original css

article{
margin-top:250px;
}
*/


#index-list a:link, a:visited {
	line-height:.2em;
	color: #4f4f4f;
}
#index-list a:hover {
	color: #E3CA00
}