/* ======================================================================

    Linkscape.print.css

    SEOmoz.org
    timothy@seomoz.org
    (c) 2008, All Rights Reserved.

    Stylesheet prepared by Timothy Christensen
    Version: 9-17-08

 ======================================================================== */

/*----------------------------------------------------------------------- 
    Chrome
 ------------------------------------------------------------------------ */

#page-top, #banner, #main-nav, #pro-toolbar-wrap,
#slogan, #icon, #tagline,
#ls-nav-wrap, #ls-help-link,
#url-csv, #domain-csv, #url-page, #domain-page,
#run-report, #run-another,
#footer,
.ls-sub-nav, .tab, .search-line, .filter-list,
.wait, .loader {
    display: none;
}


/*----------------------------------------------------------------------- 
    Standard Styles
 ------------------------------------------------------------------------ */

body {
    margin: 0;
}


/*----------------------------------------------------------------------- 
    Dashboard
 ------------------------------------------------------------------------ */

#dashboard h3 {
    clear: left;
    margin-top: 1.5em;
}


/*----------------------------------------------------------------------- 
    Metrics
 ------------------------------------------------------------------------ */

.metrics .span-5, .metrics .span-6 {
    float: left;
}

.metrics .span-6 {
    clear: left;
}

.metrics h4 {
    margin: 0;
    width: 15em;
}

.metrics ul {
    margin: 0;
    padding: 0;
}


/*----------------------------------------------------------------------- 
    Links
 ------------------------------------------------------------------------ */

ul#links {
    list-style: none;
}

#links h3 a img {
    display: none;
}

.image-block {
    display: none;
}

.metrics-line h6 {
    font-size: 1.0em;
    margin-bottom: 0;
}

.metrics-line ul {
    margin-top: 0;
}


/*----------------------------------------------------------------------- 
    Anchor Text
 ------------------------------------------------------------------------ */

#url-anchors table, #domain-anchors table, .anchors-tab table {
    font-size: 10px;
}

#url-anchors th, #domain-anchors th, .anchors-tab th {
    text-align: left;
}

.num { width: 5%; }
.text { width: 35%; }
.unique-links { width: 13%; }
.unique-domains { width: 15%; }
.mr-passed { width: 32%; }


/*----------------------------------------------------------------------- 
    Basic Comparison Report
 ------------------------------------------------------------------------ */

.comparison_table {
    font-size: 10px;
}

.comparison_table th {
    text-align: left;
}

.key img {
    display: none;
}


/*----------------------------------------------------------------------- 
    Advanced Comparison Report
 ------------------------------------------------------------------------ */

#url-metrics table, #domain-metrics table {
    font-size: 10px;
}

#url-metrics table th, #domain-metrics table th {
    text-align: left;
}

.column_labels {
    margin-left: 80px;
}

.column_labels div {
    border-left: 1px solid #DDD;
    float: left;
    font-size: 0.75em;
    height: 27px;
    padding: 3px 5px 0;
    text-align: center;
    text-transform: uppercase;
    width: 80px;
}
    
.legend {
    clear: both;
}

div.v1 { color: #28837a; }
div.v2 { color: #402642; }
div.v3 { color: #954f40; }
div.v4 { color: #3f752d; }
div.v5 { color: #d59939; }

