@charset "UTF-8";
/* CSS Document */

body {
    font-family: georgia,serif;
    font-size: medium;
} 

A:link {background: none; color: #C33833; text-decoration: none; cursor: pointer;}
A:visited {background: none; color: #C33833; text-decoration: none; cursor: pointer;}
A:hover {background: none; color: #C33833; text-decoration: none; cursor: pointer;}
A:active { background: none; color: #C33833; background: none; cursor: pointer;}

.global {
width: 900px;
height: 100%;
margin-left: auto;
margin-right: auto;
background: white;
}

.global TD {
vertical-align: top;
}

.colleft {
width: 250px;
color: inherit;
font: normal 14px georgia,serif;
border-right: 1px dotted dimgray;
}

.colright {
width: 600px;
padding: 10px 20px 20px 20px;
background: transparent;
color: inherit;
text-align: justify;
font: normal 14px georgia,serif;
}

p {
font: normal 14px
}

/*
 * Global resets
 *
 * Update the foundational and global aspects of the page.
 */

html {
    font-family: "PT Sans", Helvetica, Arial, sans-serif;
}
@media (min-width: 48em) {
    html {
        font-size: 16px;
    }
}
@media (min-width: 58em) {
    html {
        font-size: 20px;
    }
}


/*
 * Sidebar
 *
 * Flexible banner for housing site name, intro, and "footer" content. Starts
 * out above content in mobile and later moves to the side with wider viewports.
 */

.sidebar {
    text-align: center;
    padding: 2rem 1rem;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, .5);
}
@media (min-width: 48em) {
    .sidebar {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 18rem;
        text-align: left;
    }
}

/* Sidebar links */
.sidebar a {
    color: #fff;
}

/* About section */
.sidebar-about h1 {
    color: #fff;
    margin-top: 0;
    font-family: "Abril Fatface", serif;
    font-size: 3.25rem;
}

/* Sidebar nav */
.sidebar-nav {
    margin-bottom: 1rem;
}
.sidebar-nav-item {
    display: block;
    line-height: 1.75;
}
a.sidebar-nav-item:hover,
a.sidebar-nav-item:focus {
    text-decoration: underline;
}
.sidebar-nav-item.active {
    font-weight: bold;
}

.nav-button {
    background-color: #C33833; /* Green */
    border: none;
    color: white;
    padding: 5px 0;
    width: 130px;
    text-align: center;
    text-decoration: none;
    /*display: inline-block;*/
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    font-family: Arial, Serif;
}

.nav-button:hover {
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.24), 0 5px 5px 0 rgba(0,0,0,0.19);
}

.news-year {
    vertical-align: top;
}

.tn-img {
    max-width: 128px;
    max-height: 128px;
}

.title {
    font-weight: bold;
}

.me {
    /* color:#BFA35A; 
    font-weight: bold; */
    color: #000000;
    font-weight: 800;
    #font-style: italic;
}

.pub a {
    font-family: Arial, serif;
    font-weight: bold;
    padding: 0.2em 0.3em;
    border: solid black ;
    border-width: 3px;
    border-radius: 5px;
    background-color: #white;
    /*border-style: solid;*/
    /*border-color: black;*/
    /*border-width: medium;*/
}

.link {
    padding-top: 0.5em;
}

.journal {
}

.journal-title {
    font-style: italic;
}

.journal-year {
}

.author {

}

.link a:link {color: #C33833; text-decoration: none; cursor: pointer;}
.link a:visited {color: #C33833; text-decoration: none; cursor: pointer;}
.link a:hover {color: #C33833; text-decoration: none; cursor: pointer;}
.link a:active { color: #C33833; background: none; cursor: pointer;}

/* Sticky sidebar
 *
 * Add the `sidebar-sticky` class to the sidebar's container to affix it the
 * contents to the bottom of the sidebar in tablets and up.
 */

@media (min-width: 48em) {
    .sidebar-sticky {
        position: absolute;
        right:  1rem;
        bottom: 1rem;
        left:   1rem;
    }
}


/* Container
 *
 * Align the contents of the site above the proper threshold with some margin-fu
 * with a 25%-wide `.sidebar`.
 */

.content {
    padding-top:    4rem;
    padding-bottom: 4rem;
}

@media (min-width: 48em) {
    .content {
        max-width: 38rem;
        margin-left: 20rem;
        margin-right: 2rem;
    }
}

@media (min-width: 64em) {
    .content {
        margin-left: 22rem;
        margin-right: 4rem;
    }
}