﻿/*   General stylesheet for the WRAP website     */
/*  April 2008                                   */
/*  Used for all pages                           */
/*                                               */

/*  body background.                             */
body {
 background-color: #bcbcbc;	
}


/*  article listings                             */
.article {margin-left: 50px;
         }

.arthead {font-weight: bold;
          color: #080870;
         }

.artbody {font-style: italic;
         }

.artquote {font-family: Arial, Helvetica, sans-serif;
           font-weight: normal;
           font-style: normal;
           font-size: 10pt;
          }

.audio_wendy {font-family: Arial, Helvetica, sans-serif;
                   font-weight: normal;
                   font-style: normal;
                   font-size: 10pt;
                   color: #080870;
                  }

.audio_other {font-family: Arial, Helvetica, sans-serif;
              font-weight: normal;
              font-style: normal;
              font-size: 8pt;
             }

.title_translation {font-size: smaller;
                   }

.headline {text-align: center;
          }
          

.quote_about {text-align: center;
             }


.quote_about_cite {text-align: center;
                  }

.quote_intro {text-align: right;
             }

/* filmography listing                           */
.work_list {margin-left: 50px;
            font-size: larger;
           }

/* movie scene transcript                         */
.scene_describe {font-size: larger;
                 text-align: left;
                }
.scene_dialogue {font-size: larger;
                 text-align: center;
                }
.scene_credits {text-align: center;
               }

/*  interview transcripts                         */
.chat_setup {font-weight: normal;
             font-style: normal;
             text-align: center;
            }
.chat_explain {font-weight: normal;
               font-style: italic;
               color: black;
              }
.chat_other {font-weight: bold;
             font-style: normal;
            }
.chat_wendy {font-weight: bold;
             font-style: normal;
            }
.chat_words_other {font-weight: normal;
                   font-style: normal;
                  }
.chat_words_wendy {font-family: Arial, Helvetica, sans-serif;
                   font-weight: normal;
                   font-style: normal;
                   font-size: 10pt;
                   color: #080870;
                  }

/*  pix pages details                              */
.pix_id {font-family: Arial, Helvetica, sans-serif;
         font-weight: normal;
         font-style: normal;
         font-size: 10pt;
        }
.pix_title {font-style: italic;
           }
.pix_describe {font-style: normal;
              }
.pixhs_anchor_even {font-family: Arial, Helvetica, sans-serif;
                    font-weight: normal;
                    font-style: normal;
                    font-size: 10pt;
                    text-align: left;
                   }
.pixhs_anchor_odd {font-family: Arial, Helvetica, sans-serif;
                   font-weight: normal;
                   font-style: normal;
                   font-size: 10pt;
                   text-align: right;
                  }
.pixhs_describe_even {font-style: normal;
                      text-align: right;
                     }
.pixhs_describe_odd {font-style: normal;
                     text-align: left;
                    }

.pixbf_pix {font-family: Arial, Helvetica, sans-serif;
            font-weight: normal;
            font-style: normal;
            font-size: 10pt;
            text-align: center;
           }

.pixbf_describe {font-style: normal;
                 text-align: center;
                }

/* make sure no borders around images           */
img {border:0px;
    }

/*  general dropcap definition                  */
.firstcap {color: #080870;
           font-size: 48px;
           font-weight: normal;
	   line-height: 80%;
          }

/*  general rule for centered images and blocks  */
.center_it {
     text-align: center;
           }

/*  for indented paragraphs                       */
/*  IE can't handle multiple class selectors,     */
/*  so make it general (instead of p-tied), so    */
/*  can be applied via a DIV.                     */
.indent_medium {
     margin-left: 10%;
     margin-right: 10%;
     text-align: left;
               }
   
/*  for the footer nav bar                        */
.bottom_nav {
     text-align: center;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 8pt;
     font-weight: normal;
            }
.bottom_nav_feet {
     font-size: 12pt;
     font-weight: bold;
                 }

/*  credit line                                    */
.credit {font-style: italic;
        }

/* page drill-down trail                           */
.trail {font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
        font-weight: normal;
        color: #080870;
       }


/* horizontal bar for bottom of each page           */
.fancy {color: #080870;
        background-color: #080870;
        width: 80%;
        height: 3px;
        margin-left: auto;
        margin-right: auto;
        }

/* short rule for use on archive pages              */
.arc_rule {width: 150px;
           margin-left: 0;
           }

/* short rule for use on art page                   */
.art_rule {width: 150px;
           margin-left: auto;
           margin-right: auto;
           }

/* short rule for use on gallery pages              */
.pic_rule {width: 150px;
           margin-left: auto;
           margin-right: auto;
           }

/* long rule for use on TV detail pages             */
.tv_rule {width: 100%;
           margin-left: auto;
           margin-right: auto;
           }

/* rule for use on article pages                    */
.article_rule {width: 50%;
               margin-left: auto;
               margin-right: auto;
              }

/* rule for use on music page                       */
.music_rule {width: 50%;
               margin-left: auto;
               margin-right: auto;
              }

/* rule for use on quote pages                       */
.quote_rule {width: 50%;
               margin-left: auto;
               margin-right: auto;
              }

/* rule for use on biography page                   */
.bio_rule {width: 50%;
               margin-left: auto;
               margin-right: auto;
              }

/* rule for bibliography page	                    */
.biblio_rule {width: 70%;
              margin-left: auto;
              margin-right: auto;
             }


/*  header index on the about page                  */
.about_index {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 10pt;
             }

/*  word search page styles                         */
.wordsearch_title {
        font-family: Verdana, sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 12pt;
        text-align: center;
                  }
.wordsearch_data {
        font-weight: normal;
        font-style: normal;
        font-size: 14pt;
                 }
            
/* following are how links appear when visited,
hovered-over, un-visited, and activated              */
/*
a:visited {font-family: Arial, Helvetica, sans-serif;
           font-style: normal;
           line-height: normal;
           color: #9900FF;
           text-decoration: none
          }
a:hover {font-family: Arial, Helvetica, sans-serif;
         font-style: normal;
         line-height: normal;
         font-weight: normal;
         color: #0000FF;
         text-decoration: none
        }
a:link {font-family: Arial, Helvetica, sans-serif;
        font-style: normal;
        line-height: normal;
        font-variant: normal;
        color: #006600;
        text-decoration: underline
       }
a:active {font-family: Arial, Helvetica, sans-serif;
          font-style: normal;
          line-height: normal;
          color: #CC0000;
          text-decoration: none;
          font-variant: normal
         }
*/