/* PRINT */
/* PRINT */
/* PRINT */

/* General styles */
body {
    font-family:'Garamond', serif;
    font-weight:400;
    margin:0;
}

strong {
    font-weight:700;
}

h1 {
    font-size:65px;
    margin:0;
}

h2, h3, h4, h5, h6 {
    margin-top:0px;
    font-weight:bold;
    page-break-after:avoid;
}

h2 {
    font-size:41px;
    margin:20px 0 5px 0;
    font-weight:normal;
}

h4 {
    margin-bottom: 0;
}

a {
    text-decoration:none;
}

a:link, a:visited {
    color:black;
}

ul {
    margin-top: 0;
    /* page-break-inside: avoid; causes other problems */
}


/* Header */
.header {
    display:block;
    overflow:hidden;
}

.header .left {
    float:left;
    font-weight:bold;
    width:50%;
}

.header .left h2 {
    font-size:20px;
}

.header h2 {
    margin:0;
}

.header .right {
    float:right;
    text-align:right;
    margin-top:15px;
    font-weight:bold;
    font-size:18px;
}

.container {
    width:940px;
    margin:0 auto;
    display:block;
    overflow:hidden;
}

.content {
}

.nav {
    display: none;
}

.company {
    margin-bottom:20px;
    border-bottom:1px dotted #dcdcdc;
}

/* Page-specific styles */
#open-source dt {
    margin-top:15px;
    font-weight:bold;
    page-break-after:avoid;
}
#open-source dd {
    margin-bottom:5px;
}

#presentations dt {
    margin-top:15px;
    font-weight:bold;
    page-break-after:avoid;
}

#presentations dd:before {
    content:"\2022\20";
    font-size:11px;
}
