/**
 *
 * URBANMAPPING PRINT STYLESHEET
 *
 * Print stylesheet, only applies to printing.
 *
 */
    
    div#header,
    div#footer ul,
    div#local,
    div#nav,
    div#user-nav,
    div#user-menu,
    div#content-header,
    a.rss,
    a.create-new,
    a.create-new,
    div.comments form,
    div.section-menu,
    div.section-meta,
    div.section-tags,
    .page-docs div.comments {
        display: none;
    }
    
    body#page-page div#sub,
    body#page-docs div#sub {
        display: auto;
    }
    
    p,
    li {
        line-height: 1.4;
    }
    
    p {
        margin-bottom: 1.2em;
    }

    body {
        font-size: 11pt;
    }
    
    div#page,
    div#content {
       color: #000;
       background: transparent;
       width: auto;
       border: 0;
       margin: 0;
       padding: 0;
       float: none !important;
    }
    
    h1 {
        font-size: 14pt;
    }
    
    h2 {
        font-size: 12pt;
    }
    
    a.active {
        font-weight: bold;
        color: #000;
    }
    
    .no_sub div#main {
        width: 100%;
    }
    
    div#main {
        width: 70%;
        float: right;
    }
    
    div#sub {
        font-size: 8pt;
        width: 26%;
        float: left;
        overflow: hidden;
    }
    
    div#sub ul {
        margin-left: 0;
        padding-left: 0;
    }
    
    div#sub ul li {
        list-style: none;
        margin-left: 0;
    }
    
    div#sub ul li li {
        margin-left: .4em;
    }
    
    pre {
        overflow: visible;
    }
    
    div#footer {
        clear: both;
        overflow: hidden;
    }
    
/* END URBANMAPPING PRINT STYLESHEET */