@import url(http://fonts.googleapis.com/css?family=PT+Serif:400,700&subset=latin,cyrillic);

body, h1.title {
    font-family: 'PT Serif', serif;
}

body {
/*    font-size: 16px; */
    line-height: 1.4em;
}

#content {
    width: 960px;
    margin: 0 auto;
}

#publications table {
/*    width: 80%; */
}

#publications table td {
    background: none;
    border: none;
    padding-bottom: 0.8em;
}

#flickr_badge_uber_wrapper td {
    /* margin: 0 auto; */

    background-color: white;
    border: none;
}

#flickr_badge_uber_wrapper, #flickr_badge_wrapper {
    border-collapse: separate !important;
}
td.flickr_badge_image {
    border: none;
}

/* #preamble .header hr { */
#kdvp {
    border: none;
    width: 100%;
    height: 90px;
    background-image: url('../img/kdvp2.jpg');
    background-position: center;
    background-repeat: no-repeat;
}

#content ul li {
/*    margin-bottom: 0.2em;*/
}

blockquote {
    text-align: right;
    line-height: 0.57em;
    opacity: 0.8;
    margin: 0;
    font-size: 14px;
    /* margin-right: 20px; */
}

blockquote .author {
    font-style: italic;    
    padding-right: 0.2em;
}

blockquote .author a {
    color: inherit;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
