/* style_print.css
 * Style Sheet for Christoph's Web Thingy (in its print version).
 * 
 * Feel free to use the techniques you see in here for your own website.
 */


/* The main stuff. Body, container and the like. */


#container {
}

/* The header area. */

#header {
    background: #ffffff;
    text-align: right;
    width: 100%;
}

#header #heading1 {
    color: #797979;
    font: bold 35px Verdana, sans-serif;
    margin: 0px 35px 0px 0px;
}

#header #heading2 {
    color: #797979;
    font: bold 25px Verdana, sans-serif;
    margin: 0px 35px 50px 0px;
}

#header .language {
    display: none;
}

/* The navigation bar. */

#navigation {
    display: none;
}

/* The sidebar. */

#sidebar {
    display: none;
}

/* The main content area. */

#content {
    background: #ffffff;
    color: #000000;
    padding: 30px 35px;
}

#content a:link {
    color: #000000;
    text-decoration: none;
}

#content a:visited {
    color: #000000;
    text-decoration: none;
}

#content a:active {
    color: #000000;
    text-decoration: none;
}

#content a:hover {
    color: #000000;
    text-decoration: none;
}

#content h1 {
    border-bottom: 1px dotted #797979;
    color: #000000;
    font: 30px Georgia, Times New Roman, times;
    margin: 25px 0px 15px 0px;
}

#content h2 {
    color: #91956b;
    font: 20px Georgia, Times New Roman, times;
    margin: 20px 0px 5px 0px;
}

#content h3 {
    color: #797979;
    font: 18px Georgia, Times New Roman, times;
    margin: 15px 0px 5px 45px;
}

#content p {
    font: 12px/150% Verdana, sans-serif;
    margin: 0px 0px 10px 45px;
}

#content p.abstract {
    font: italic 12px/150% Verdana, sans-serif;
    margin: 0px 0px 10px 0px;
}

#content p.date {
    color: #797979;
    font: 12px Georgia, Times New Roman, times;
    margin: 0px 0px -20px 0px;
}

#content ul {
    font: 12px/150% Verdana, sans-serif;
    list-style: url(./img/bullet_level1.gif);
    margin-left: 40px;
    padding-left: 40px;
}

#content ul ul {
    font: 12px/150% Verdana, sans-serif;
    list-style: url(./img/bullet_level2.gif);
    margin-left: 15px;
    padding-left: 15px;
}

#content ol {
    font: 12px/150% Verdana, sans-serif;
    list-style: decimal;
    margin-left: 40px;
    padding-left: 40px;
}

#content ol ol {
    font: 12px/150% Verdana, sans-serif;
    list-style: lower-alpha;
    margin-left: 15px;
    padding-left: 15px;
}

#content code {
    border: 1px solid #797979;
    display: block;
    margin: 0px 10px 10px 60px;
    padding: 5px;
}

#content blockquote {
    font: 12px/150% Verdana, sans-serif;
    margin: 0px 0px 30px 65px;
}

#content img {
    border: 1px solid #797979;
}

#content .image {
    font: 10px/150% Verdana, sans-serif;
    margin: 0px 10px 10px 60px;
    text-align: left;
}

#content hr {
    background: #fff url(./img/hr.jpg) no-repeat left bottom;
    border: 0 none;
    height: 1px;
    margin: 8px 150px 8px 45px;
}

#content form {
    margin: 0px 0px 10px 45px;
}


/* Article and project descriptions. */

p.article {
    
}

p.article .title {
    font-size: small;
    font-weight: bold;
}

p.article .date {
    font-size: x-small;
}


/* New items. */

p.news {
    
}

p.news .date {
    font-size: x-small;
}


/* The copyright statement at the bottom of the page. */

#copyright {
    color: #797979;
    font: 8px Verdana, sans-serif;
    text-align: center;
}

/* Miscellaneous stuff. */

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

.hide {
    display: none;
}
