/* grid nav layout --------------------------------------------------------------------- */

body{
    font: x-small Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;

    padding-top: 1em;
    padding-bottom: 1em;
    color: #ffffff;
    border: none;
}

#content_node, #banner_node{
    display: none;
}

/* top ----------------------------------------------------------------------------------------- */

.vertical_spacer{
    font-size: 1em;
}

.layout_body{
    width: 95%;
}

.layout_row{
   vertical-align: top;
}

/* grid pane and content area ---------------------------------------------------------------------- */

.cells{
    width: 45%;
}

.cell{
    table-layout: fixed;
    width: 12em;
    height: 12em;
    margin: 0.2em;
}

.cell td{
    font-size: large;
    text-align: center;
    vertical-align: middle;
}

.cell img{
    width: 100%;
    max-height: 80px;		/* why doesn't em work here? */
    border: none; /* otherwise nesting inside anchor draws border */
}

/*  */

.content_box{
    margin: 0.2em;
    width: 100%;
}

/* cell links ----------------------------------------------------------------------------------------- */

/* hovere is defined in skin section */

a{
    text-decoration: none;
}

a:visited{
}

a:hover{
}

a:active{
}

.cell :hover{
}


/* layout in content area ---------------------------------------------------------------------------- */

#content_pane .picture img{
    width: 45em;
    margin-bottom: 1em;
}

.film_spec{
    display: block;
    margin-bottom: 1em;
}

.film_credit{
    display: block;
    margin-bottom: 1em;
}

.film_cast{
    display: block;
    margin-bottom: 1em;
}

.film_synopsis{
    display: block;
    margin-bottom: 1em;
}

.film_screenings{
    display: block;
    margin-bottom: 1em;
}

.statement{
    display: block;
    margin-bottom: 1em;
}

.video{
    display: block;
    margin-bottom: 1em;
}

.item{
    display: block;
    margin-bottom: 1em;
}

.heading{
    display: block;
    font-weight: bold;
    margin-top: 2em;
    margin-bottom: 1em;
}

/*  */

.album_spec{
    display: block;
    margin-bottom: 1em;
}

.album_synopsis{
    display: block;
    margin-bottom: 1em;
}

/*  */

.paper_abstract{
    display: block;
    margin-bottom: 1em;
}

.paper_reference{
    display: block;
    margin-bottom: 1em;
}

.paper_reference .ptitle{
    font-size: x-small;
}

.paper_reference .author{
    font-size: x-small;
}

.paper_reference .reference{
    font-size: x-small;
}

.paper_reference .document{
    font-size: x-small;
}

.bib_header{
    font-size: normal;
    font-weight: bold;
    margin-bottom: 1em;
}

.citation{
    font-size: normal;
    margin-bottom: 1em;
}

.patent{
    font-size: small;
    font-style: italic;
    margin-bottom: 1em;
}

/*  */

.tags{
    display: none;
}

.sortable{
    margin-top: 1em;
    margin-bottom: 1em;
}

/*  ---------------------------------------------------------------------------- */

