
/* blue side/background color */
body {
	background-color: #274C77;
	margin: 0px;
}

#container{
	background-color: #8B8C89;
	width: 606px;
	margin: auto;
	/*margin-bottom: 0;
	padding-bottom: 0;
	margin-left: -10px;*/
}

/* top header and "homepage of" text */
#header{
	height:60px;
	/*padding: 10px;*/
	margin-top: 20px;	
	margin-bottom: 10px;
	text-align: center;
	color: #e7ecef;
}

#header h4{
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

/*Robert Ryan McCune header*/
#header h1{
	margin-top: 0px;
	color: #e7ecef;
}

/* does nothing i can see*/
#nav-bar{
	background-color: green;
}

/*color of navbar*/
#nav-bar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #6096BA;
}

#nav-bar li {
	float: left;
	margin-left: 15px;
}

#nav-bar li a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 26px;
	text-decoration: none;
}

/*color of navbar item when hovered over*/
#nav-bar li a:hover {
	background-color: #111;
}

#nav-bar  .active {
	background-color: #04AA6D;
}

/* image borders */
#bio-photo img {
	border: 5px solid #274C77;
	margin-left: 20px;
	float: left;
}

/* length of main content*/
#container-main {
	/*height: 280px;*/
	padding-bottom: 10px;
}

/* Position, location, and description text */
#main-text {
	background-color: white;
	/*color: #e7ecef;*/
	font-size: 16px;
	color: black;
	padding-left: 195px;
	padding-right: 10px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 20px;
}

/** About **/

#about-main {
	background-color: white;
	font-size: 16px;
	color: black;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 20px;
	padding-right: 15px;
}

#about-main p{
	padding-right: 15px;
	padding-top: 4px;
	padding-left: 0px;
	margin-top: 4px;
	margin-bottom: 25px;
	text-align: justify;
}

#about-main h1 {
	padding-top: 20px;
}

#lake-fig{
	float: right;
	align: center;
}

#lake-fig img {
	border: 5px solid #274C77;
	margin-right: 0px;
	padding-right: 0px;
	margin-left: 0px;
	padding-left: 0px;
	margin-top:-4px;
}

#lake-cap {
	font-size: 9px;
	text-align: center;
}

#dome-fig{
	float: left;
	align: center;
	/*margin-top: -7px;*/
}

#dome-fig img {
	border: 5px solid #274C77;
	margin-left: 5px;
	margin-right: 15px;
	margin-top: -5px;
}

#dome-cap{
	text-align: center;
	margin-left: -8px;
	font-size: 9px;
}

#cpp-fig{
	float: right;
	align: center;
	margin-top: -14px;
}

#cpp-fig img {
	border: 5px solid #274C77;
	margin-left: 5px;
	margin-right: 15px;
}

#cpp-cap{
	text-align: center;
	margin-left: -8px;
	font-size: 9px;
}

#marathon-fig{
	float: left;
	align: center;
	margin-top: -2px;
}

#marathon-fig img {
	border: 5px solid #274C77;
	margin-left: 5px;
	margin-right: 15px;
}

#marathon-cap{
	text-align: center;
	margin-left: -8px;
	font-size: 9px;
}

#citations{
	font-size: 11px;
}

/**   Main Page **/

#main-text h3 {
	margin:0;
	padding:0;
}

#main-text h2 {
	margin-bottom:0px;
	padding-top: 4px;
}

/* email link */
#main-text a {
	color: #274C77;
}

#main-text p {
	padding-right: 15px;
	padding-top: 4px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: justify;
}

#main-text img {
	margin: 0px;
	margin-top: 5px;
	padding-top: 3px;
	padding-left: 5px;
	margin-bottom: -3px;
	/*padding: 0px;*/
}

/*#main-text h2 {
	padding: 0px;
	margin: 0px;
}*/

#footer {
	color: #e7ecef;
	text-align: center;
	margin: 0;
	margin-top: -12;
	padding: 0;
	font-size: 12;
}

#footer a {
	color: #e7ecef;
	text-decoration:none
}

/** Code **/

#code-main {
	background-color: white;
	font-size: 16px;
	color: black;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 20px;
	padding-right: 15px;
}

#code-main h1 {
	padding-top: 20px;
}

#github-panel {
	float: right;
	margin-top: 30px;
	margin-right: 10px;
	text-align: center;
}

#github-panel h2{
	margin-bottom: 5px;
}

#github-link{
	background-color: #6096BA;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 20px;
	padding-left: 12px;
	text-decoration: none;
	color: white;
}

#github-link a{
	/*color: white;
	text-decoration: none;*/
}

#github-link img{
	vertical-align: middle;
}

#pbc {
	text-align: justify;
	padding-right: 50px;
}


#pbc img{
	float:right;
	padding-left: 30px;
	padding-top: 20px;
	margin-right: -17px;
}

/*
#btwn-pic figure{
	float:right;
	margin-right: -55px;
}

#btwn-pic figcaption {
	float:right;
	vertical-align: bottom;	
}
*/
#disclaimer {
	font-size: 11px;
	margin-right: 155px;
}

#ws {
	text-align: justify;
	padding-right: 50px;
}

#ws img{
	float:right;
	padding-left: 30px;
	padding-top: 15px;
}

#tlav {
	text-align: justify;
	padding-right: 50px;
}

#tlav img{
	float:right;
	padding-left: 30px;
	padding-top: 5px;
}
/** Contact **/

#contact-main {
	/*background-color: #e7ecef;*/
	background-color: #8B8C89;
	font-size: 16px;
	color: black;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 20px;
	padding-right: 15px;
	padding-bottom: 10px;
	position: relative;
}

#contact-main h1 {
	padding-top: 20px;
}

#contact-main img{
	margin-top: 20px;
	padding-top: 0px;
	margin-left: -20px;
	background-color: color: #e7ecef;
}

#contact-main a{
	position: absolute;
	top: 70px;
	right: 40px;
	color: white;
	text-decoration: none;
	font-size: 18px;
}

/** Publications **/

#pubs-main {
	background-color: white;
	font-size: 16px;
	color: black;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 20px;
	padding-right: 15px;
	
}

#pubs-main h1 {
	padding-top: 20px;
}

#pub-entry-2  {
	margin-bottom: 0px;
	padding-bottom: 25px;
}

#scholar-panel {
	float: right;
	margin-top: 60px;
	margin-right: 60px;
	text-align: center;
}

#scholar-panel h2{
	margin-bottom: 5px;
}

/*#scholar-link {
	font-size: 22px;
	margin: 20px;
	margin-top: 60px;
	padding: 20px;
	padding-left: 13px;
	background-color: #6096BA;
	width: 200px;
	height: 40px;
}*/

#scholar-link{
	background-color: #6096BA;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 20px;
	padding-left: 12px;
	text-decoration: none;
	color: white;
}

#scholar-link a{
	/*color: white;
	text-decoration: none;*/
}

#scholar-link img{
	vertical-align: middle;
}

/** Resume **/

#resume-main {
	background-color: white;
	font-size: 16px;
	color: black;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 20px;
	padding-right: 15px;
	
}

#resume-main h1 {
	padding-top: 20px;
}

#linkedin-panel {
	float: right;
	margin-top: 50px;
	margin-right: 60px;
	text-align: center;
}

#linked-panel h2{
	margin-bottom: 14px;
}

/*#scholar-link {
	font-size: 22px;
	margin: 20px;
	margin-top: 60px;
	padding: 20px;
	padding-left: 13px;
	background-color: #6096BA;
	width: 200px;
	height: 40px;
}*/

#linkedin-link{
	background-color: #6096BA;
	margin-top:-17px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 20px;
	padding-left: 12px;
	text-decoration: none;
	color: white;
	vertical-align: center;
}

#resume_download {
	margin-bottom: 8px;
}

#linkedin-link img{
	vertical-align: middle;
}

/*
#libadge{
	float: right;
	margin-top: 20px;
	margin-right: -35px;
	padding-right: 0px;
	margin-left: 10px;
}
*/

#sectionjump {
	padding-left: 20px;
	padding-bottom: 10px;
}

#download_desc {
	padding-left: 20px;
	padding-bottom: 10px;
}

#resume-main ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#education_header {
	margin-top: -20px;
	padding-top: 0px;
}

#entry  {
	margin-bottom: 0px;
	padding-bottom: 25px;
	padding-left: 20px;
}

#company {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16;
}

#school {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16;
}

#position {
	font-weight: bold;
}

#degree {
	font-weight: bold;
}

#location {
	/*font-style: italic;*/
}

#dates {
	font-style: italic;
}

#major {
	font-weight: bold;
	margin: 0px;
	margin-left: 20px;
	padding: 0px;
}

#description {
	margin-left: 0px;
	padding-left: 40px;
	padding-right: 30px;
	text-align: justify;
}

#accomplishments {
	text-align: justify;
	padding-right: 30px;
}
