/*
	Shaun Mahony: http://www.personal.psu.edu/sam77/
*/

body {
	font-family: arial,sans-serif;
	font-size:10pt;
	font-weight:normal;
	overflow: auto;
}

a {
	text-decoration: none;
	color:          #385792;
}
a:hover {
	color:	#6F9CCE;
}

h1 { 
   font-size: 200% 
   font-weight: bold;
   display: inline;
}

h2 { 
   font-size: 150% 
   font-weight: bold;
   display: inline;
}
h3 { 
   font-size: 110% 
   font-weight: bold;
   display: inline;
}

table { font-size: 100% }

.titletext {
    color:#111;
    font-size:30pt;
    font-weight:normal;
    text-align : left;
    padding: 10px 0px;
}

.container700 {
	max-width: 700px;
	min-width: 400px;
	margin:0 auto;
	text-align: left;
	border-style:solid;
	border-width:2px;
	border-color:#333;
	background:#FFF;
	padding: 0px 30px 0px 30px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 10px 10px 30px #333333;
	-moz-box-shadow: 10px 10px 30px #333333;
}

.content {
	margin-left:0px;
	padding: 30px 0px 0px 0px;
}

.narrow-content {
	margin-left:0px;
	padding: 30px 30px 0px 0px;
}

.picture-border {
	border: 2px solid rgb(51, 51, 51);
	margin-left: 5px;
	float: right;
}


#section-links {
	float: left; 
	width: 150px;
	background:#FFF;
    	text-align:  left;
/*    border-right:   1px solid #aac; */
}

#section-links div.sectionContainer {
    padding:        0px; 
}

#section-links div.section {
    padding:        0;
}

#section-links div.selected {
    /*font-weight: bold;*/
}

#affiliation-info {
    font-size:  90%;
    padding-bottom: 10px;
    line-height: 1.5em;
}
#contact-info {
    font-size:  90%;
    padding-bottom: 10px;	
    line-height: 1.5em;
}
#contact-text {
    padding: 10px;
}
#contact-image {
    padding: 0px;	
}

.bottom {
    font-size:  90%;
    color: #CCC;
    padding-bottom: 10px;
    padding-top: 30px;	
    text-align: center;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.photo {
	margin-left: 0px;
}

.paper-container
{
	border-collapse: collapse;
        padding-bottom: 15px;	 
}

.paper-container td {
	vertical-align: top;
}

.paper-container .author {
	color: gray;
}

.paper-container .journal {
	/*font-style: italic;*/
	/*font-weight:bold;*/
}

.paper-container .paper-image {
	width: 100px;
	height: 70px;
	border: 2px solid rgb(51, 51, 51);	
	margin-right: 5px;
}

.software-image {
	border: 0px;
	padding: 4px;
	width: 10em;
}

/* Menu style */
#Menu {
  text-align: right;
  /*width: auto;*/
  padding-bottom: 4px;
  border-bottom: 1px solid #000;
  padding-top: 4px;
  border-top: 1px solid #000;
  }

#Menu ul {
  margin: 0;
  padding: 0 0;
}

#Menu li {
  margin: 0;
  padding: 0; 
  display: inline;
  list-style-type: none;
  }

#Menu a:link, #Menu a:visited {
  font-size: 90%;
  line-height: 1.4em;
  margin: 0 10px 4px 0px;
  text-decoration: none;
  color: #999;
  }

#Menu a.active:link, #Menu a.active:visited, #Menu a:hover {
  border-bottom: 4px solid #555;
  padding-bottom: 2px;
  background: #fff;
  color: #555;
  /* IE5 doesn't allow us to put a border
     under the link, so use an underline.. */
  text-decoration: underline;
  voice-family: "\"}\""; 
  voice-family:inherit;
  /* ...and don't underline the link in 
     other browsers */
  text-decoration: none;
  }

/*Small mobile devices*/
@media only screen and (max-device-width: 480px) {
    #Menu{ 
	text-align: left;
    }
/*    .container700{
	width: 400px;
    }
*/
}