a {
    color: #0848AC;
    text-decoration: none;
}
a:hover, a:focus {
    text-decoration: underline;
}
/* Global Styles: */

body {
    margin: 0;
	margin-top: 30px;
    padding: 0;
    border: 0;
    width: 100%;
    background: #F8F8F8;
    font-size: 14pt;
    line-height: 125%;
    font-family: sans-serif;
    min-width: 1000px;
	position: relative;
}
a:active {
    color: #F8A800;
}
h1, h2, h3 {
    font-weight: normal;
    line-height: 100%;
}
h1 {
    font-size: 200%;
}
h2 {
    font-size: 150%;
	font-weight: bold;
}
h3 {
    font-size: 100%;
	margin: 0.3em 0.3em 0.3px 1px;
}
pt{
	margin-left:20px;
	line-height:3;
	color:rgb(0, 0, 155);
}

.title-small {
  margin-top: 18px;
  margin-bottom: 20px;
	font-size: 18px;
  font-weight: bold;
  font-family:  Arial, sans-serif;	/* font-weight: bold; */
	color: #000;
}
.title-large {
	font-size: 20px;
  margin-bottom: 10px;
  font-family:  Arial, sans-serif;
  font-weight: bold;
	color: #000;
}
.caption {
	font-size: 16px;
	font-family:  Arial, sans-serif;
  margin-bottom: 3px;
}
.content {
	font-size: 16px;
	font-family:  Arial, sans-serif;
  margin-bottom: 5px;
	text-align: justify;
}
.author {
  font-size: 16px;
  font-style:oblique
  font-family:  Arial, sans-serif;
  text-align: justify;
  margin-bottom: 1px;
}
table {
    width: 100%;
}
img {
    border: 0;
    vertical-align: bottom;
	max-width: 100%;
}
li{  /* List item is used for publications */
    margin: 0.5em 0px; 
}

/* Header Styles Settings: */

#header {
    clear: both;
    float: left;
    width: 100%;
    border-bottom: 1px solid #DCDCDC;
}
#header h1{
    margin: 0.6em 0px 0.4em 0.6em;
}
#header h2{
    margin: 0px 0px 0.6em 0.8em;
}
#header img{
    float: left;
    height: 16em;
    margin: 1.2em 1.2em 0.2em 1.2em;
}

/* Bread Crum Styles Settings: */

#breadcrum{
    clear: both;
    float: left;
    width: 100%;
    border-bottom: 1px solid #DCDCDC;
}
#breadcrum p{
    margin: 0.4em 1.2em;
    float: left;
    color: #303030;
}
    
/* Three Column Layout */
/* Inspired by this design of M.T.Taylor: 
   http://matthewjamestaylor.com/blog/perfect-3-column.htm
*/

div.container1 {
    position: relative;    
    clear: both;
    float: left;
    width: 100%;            
    overflow: hidden;       
    background: #F7F9F9;        /* right column background colour */
}
div.container2 {
    float: left;
    width: 100%;            
    position: relative;
}
div.col1, div.col2 {
    float: left;
    position: relative;
    padding:  0 0 1em 0;     /* padding at the bottom */
    overflow: hidden;
}
div.container2 {
    right: 30%;            /* width of the right column */
    background: #F7F9F9;   /* center column background colour */
}

div.col1 {
    width: 60%;            /* width of the center column - 2*padding */
    left: 50%;            /* 100% + padding */
}
div.col2 {
    width: 28%;            /* width of the left column - 2*padding */
    left: 33%;             /* (width of the right column) + 3*padding */
}


/* Major Heading Styles: */

h1.welcome{
    margin: 0.6em 0.3em 0px 0px;
    float: left;
}

div.col2 h2 {
    border-bottom: 0.6px solid grey;
} 

div.col1 h2{
    border-bottom: 0.6px solid grey;
}

div.col1 h3{
    background: #FDFEFE;
    border: 0.1px solid #C0C0C0;
}


/* CV Download Module: */

div.cv a{
    display: block;
    color: #000000;
    background: #D0E0F0;
    border: 1px solid #A0B0C0;
    margin: 0.6em 0px;
    padding: 0.4em 0.4em;
    text-decoration: none;
    font-size: 150%;
    line-height: 100%;
}
div.cv a:hover, div.cv a:focus{
    background: #B0A0C0;
}
div.cv a:active{
    background: #B0A0C0;
}

/* Import Into bibtex Styles: */
a.bibtex{
    color: #8888CC;
}

a.bibtex:active {
    color: #F8A800;
}

/* Photography Display Styles: */

div.photography img{
    width: 95%;
    margin: 0.5em 0px;
}
div.photography p{
    text-align: center; 
}    

div.fineprint p{
    font-size: 80%;
    line-height: 125%;
    color: #303030;
    text-align: center;
}

/* Footer Styles: */
#footer {
    clear: both;
    float: left;
    width: 100%;
    border-top: 1px solid #DCDCDC;
}
#footer{
    font-size: 80%;
    line-height: 125%;
    color: #303030;
}

@media screen and (max-device-width: 480px) { 
#divMain{ 
float: none; 
width:auto; 
} 
#divSidebar { 
display:none; 
} 
} 
