/**
 *
 * PRINT-DEFAULT
 *
 * Default Mashery print style. Hide the header, navigation, and footer. For the pages with sidebar navigation, hide that as well.
 *
 * @TODO: Print style for Dashboard areas
 *
 */

    body {
        color: #000;
        font-size: 11pt;
        font-family: arial, helvetica, sans-serif;
        margin: 0; /* Modern browsers have set margins, anything more will be added to it */
        padding: 0;
    }
    
    table td,
    table th {
        border: 1px solid #000;
    }
    
    div#page,
    div#content {
        color: #000;
        background: transparent;
     	width: auto;
    	border: 0;
    	margin: 0;
    	padding: 0;
    	float: none !important;
    }
    
    div#main {
        width: 70%;
        border: 0;
        margin: 0;
        padding: 0;
    }
    
    .no_sub div#main,
    body.page-docs div#main  {
        width: 100%;
    }

    div#sub {
        width: 26%;
        border: 0;
        margin: 0;
        padding: 0;
    }
    
    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,
    body.page-docs div#sub {
        display: none;
    }
    
    body#page-page div#sub {
        display: auto;
    }
    
    p,
    li {
        line-height: 1.4;
    }
    
    p {
        margin-bottom: 1.2em;
    }
    
    /* Make links appear like links, but softer and bolder. */
    a:link, a:visited {
    	color: #009fda;
    	background: transparent;
    	font-weight: bold;
    	text-decoration: none;
    }
    
    /* Also include the URL in parenthesis */
    p a:link:after, p a:visited:after,
    li a:link:after, li a:visited:after {
       content: " (" attr(href) ") ";
       font-size: 90%;
    }
    
    /* Make metadata slightly lighter and bold */
    div.section-meta {
        font-size: 90%;
    }
    
    div.section-tags h3 {
        margin: 0;
    }
    
    div.section-tags ul,
    div.section-tags li {
        margin: 0;
    }
    
    div.section-tags a {
        font-size: 90%;
        font-weight: normal;
    }
    
        div.section-tags a:after {
            content: "";
        }

    div#footer {
        clear: both;
        overflow: hidden;
    }
    
/* END PRINT DEFAULT */

/* Whitepages.com overrides */

.page-docs div.comments,
.page-blog div.comments,
.page-wiki div.comments,
.section-meta,
.section-tags {
    display: none;
}

h1
{
    color: #4e0b7d;
    font-family:  arial, helvetica, verdana, sans-serif;
    font-weight: bold;
}
h2
{
    color: #009fda;
    font-family:  arial, helvetica, verdana, sans-serif;
    font-weight: bold;
}
.bodytext
{
    color: #000000;
    font-family:  arial, helvetica, verdana, sans-serif;
    font-weight: normal;
}
/* END of WhitePages.com overrides */
