/* 
 * PRINT.CSS
 *
 * Styles for print display. The ALLMEDIA style sheet 
 * has styles that are set prior to these styles.
 *
 * Brian Abbott
 * Hayden Planetarium
 * September 2008
 *
 * $Id: print.css 2 2009-04-02 19:13:27Z markb $
 */


/* PAGE FORMATTING
============================================================*/
body {
    font: 10pt "Times New Roman", "TimesNR", Times, serif;
    line-height: 1.5;
    color: #000000;
    background: #FFF;
    width: auto;
}

#page {
    width: 95%;
}

#main {
    width: auto;
}


/* TOP HEADER ITEMS (LOGO, LOGIN MENU, SEARCH BOX)
============================================================*/

/* THE LEFT LOGO BOX */
#header-left {
    float: left;
    height: 50px;
    width: 100px;
}

#header-middle {
    display: none;
}

#header-right {
    display: none;
}


/* HEADER IMAGE, SITE NAME AND SLOGAN
============================================================*/
#header {
    float: right;
    width: auto;
    height: 50px;
}
#header h1#site-name {
    margin: 0;
    padding-left: 10px;
}

#site-name {
    font-size: 2em;
    font-variant: small-caps;
    letter-spacing: 0.1em;
    line-height: 1;
}

#site-name a:link,
#site-name a:visited,
#site-slogan a:link,
#site-slogan a:visited {
    color: #000;
    text-decoration: none;
}

#site-slogan {
    font-size: 1em;
    font-style: italic;
    color: #CCC;
    float: right;
    margin-right: 10px;
}


/* PAGE BOXES
============================================================*/
#container {
    clear: both;
    border-top: 2px solid #000;
    padding-bottom: 40px;
}


/* PAGE CONTENT BLOCKS
============================================================*/
#main {
    width: auto;
    margin: 0;
}


/* PRIMARY MENU
============================================================*/
#primary {
    display: none;
}


/* SIDEBARS
============================================================*/
#sidebar-left, 
#sidebar-right {
    display: none;
}


/* FOOTER
============================================================*/

#footer ul { 
    display: none; 
}



/* ALL PAGE STYLES
#################################################################*/
h1#pagetitle {
    color: #000;
    border-bottom: 1px solid #666;
}


/* LINK STYLES */
a {
    text-decoration: underline;
    color: blue;
}



h1, h2, h3,
h4, h5, h6 {
    page-break-after: avoid;
}
ul, ol, dl {
    page-break-before: avoid;
}

.medialeft, .mediaright {
    border: 1px solid #000;
}
.medialeft img, .mediaright img {
    border: 1px solid #000;
}

.featurebox {
    background-color: #FFFFFF;
}


/* TABLES
============================================================*/
.hilite {
    background-color: #FFF;
}

th, td {
    border: 1px solid #CCC;
}



/* BLOG PAGES
#################################################################*/
.blogref {
    color: #000;
}


/* TAXONOMY & TAGS
#################################################################*/
.terms.terms-inline {
    color: #000;
}
