/*
 *  CSS for www.diameter.si abstract pages
 *  M. Divjak / 2013-12-02 / 2017-04-17
 */

/*  Elements *************************************************/
head, title, meta, link {
    display: none;
}
body, div, h1, h2, p, ul {
    display: block;
}
li {
    display: list-item;
}
span, cite, em, q, a, img {
    display: inline;
}

/*  Page blocks **********************************************/
body {
    margin: 0; border: 0; padding: 0;
    text-align: left;
    text-indent: 0;
    line-height: 140%;
    font-family: "DejaVu Serif", "STIXGeneral", "Times New Roman", Times, serif; 
    font-size: small;
    font-weight: normal;
    font-style: normal;
    color: black;    
    background-color: #FFFFF0;
}
div {
}
div.header {
    margin-top: 1em;
    margin-bottom: 0.5em;
    padding-bottom: 0.2em;
    border-bottom: 0.1ex solid gray;
    font-family: "DejaVu Sans", Arial, Helvetica, sans-serif; 
}
div.footer {
    margin-top: 1em;
    margin-bottom: 0.5em;
    padding-top: 0.2em;
    border-top: 0.1ex solid gray;
    font-family: "DejaVu Sans", Arial, Helvetica, sans-serif; 
}
div.kernel {
    margin-left: 25%;
    margin-right: 1%;
}

/*  Headers ***********************************************/
h1 {
    margin-top: 1.0em;
    margin-bottom: 0.5em;
    line-height: 120%;
    font-family: "DejaVu Sans", Arial, Helvetica, sans-serif; 
    font-size: large;
    font-style: normal;
    font-weight: bold;
}
h2 {
    margin-top: 1.0em;
    margin-bottom: 0.0em;
    font-family: "DejaVu Sans", Arial, Helvetica, sans-serif; 
    font-size: small;
    font-weight: bold;
}

/*  Paragraphs ***********************************************/
p {    
    margin: 0; border: 0; padding: 0;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
div.header p {
    margin: 0;
    margin-left: 0.5em;
    font-style: normal;
    text-align: left;
    color: gray;
}
div.footer p {
    margin: 0;
    margin-left: 0.5em;
    font-style: normal;
    text-align: left;
    color: gray;
}
p.author {    
    margin-bottom: 0em;
    font-style: italic;
    font-size: small;
}
p.publication {
}
p.fulltext {
    font-weight: bold;
    font-family: "DejaVu Sans", Arial, Helvetica, sans-serif; 
}
p.sidenote {
    float: left;
    clear: left;
    text-align: right;
    margin: 0 0 0 -32%;
    width: 28%;
    line-height: 140%;
/*    font-size: x-small; */
    font-size: smaller; 
    font-family: "DejaVu Sans", Arial, Helvetica, sans-serif; 
}


/*  Lists ****************************************************/
ul {
    margin: 0; border: 0; padding: 0;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 10%;
    list-style: square outside;
}
li {
    margin: 0; border: 0; padding: 0;
}
ul.affiliation {
    margin-top: 0.0em;
    margin-left: 5%;
    font-size: small;
    line-height: 120%;
    list-style: none;
    font-family: "DejaVu Serif", "STIXGeneral", "Times New Roman", Times, serif; 
}
ul.affiliation li {
/*    font-size: x-small; */
    font-size: smaller;
    text-indent: -5%;
}

/*  Inlines **************************************************/
span {
    margin: 0; border: 0; padding: 0;
}
span.h {
    font-weight: bold;
    font-family: "DejaVu Sans", Arial, Helvetica, sans-serif; 
}
cite {
    text-decoration: none;
    font-variant: small-caps;
}
em {
    font-style: italic;
}
q:before {
    content: "\201C";
}
q:after {
    content: "\201D";
}


/*  Links ****************************************************/
a[href]:link {
    color: #105CB6; 
    text-decoration: underline; 
}
a[href]:visited {
    color: #105CB6;
    text-decoration: underline;
}
a[href]:active {
    color: #B22222;
    text-decoration: underline;
}
a[href]:hover {
    color: #B22222;
    text-decoration: underline;
}
 
/* end */
