/* tchrd-tibetan.css 
 * This is the stylesheet for tchrd.org/tibetan/ section *ONLY*
 * It is set for MSIE as default.
 *  It is loaded *AFTER* the main tchrd stylesheet.
 * NOTES:
 * Classes may contain only the characters A-Z, a-z, 0-9, hyphens,
 *   and Unicode 161-255.  
 HISTORY:
   13 apr 2006 jw - Built for tibetan section of tchrd;
   17 jul 2005 jw - Changed to new stylesheet organisation;
                    updated for new tchrd design.
   10 jun 2003 jw - text color by word for MSIE, cleaned up a bit.
   21 dec 2001 jw - in development for tchrd.org website.
*/


/* ============================================
   ===== { Generic, for all pages: =====
   ============================================ */
/* all pages, and "first-level" - main site section pages */


body { 
  font-family: "TCRC Youtso", "TCRC Youtsoweb", "Monlam ouchan 1", "Monlam ouchan 2", "Monlam ouchan 3", "Monlam ouchan 4";
}

/* javascript popups only */
body.popup {
  font-family: "TCRC Youtso", "TCRC Youtsoweb", "Monlam ouchan 1", "Monlam ouchan 2", "Monlam ouchan 3", "Monlam ouchan 4";
  margin:      20px 20px 0px 20px;
}

/* Define font family and size: we have to predefine for all tags.
*  It should inherit from BODY, but so far no browser does it right.
*/
p, li, dt, dd, td, th, h1, h2, h3, h4, h5, div, blockquote {
  font-family: "TCRC Youtso", "TCRC Youtsoweb", "Monlam ouchan 1", "Monlam ouchan 2", "Monlam ouchan 3", "Monlam ouchan 4";
}


.date {
  font-size: 80%;
}

.english {
  font-size:    50%;
  font-family:  verdana, helvetica, arial, lucida, sans-serif;
}


/* -----------------
   --- { The usual:
   ----------------- */
p, li, dt, dd, td, th {
  font-size:     140%;
  line-height: 110%;
}

ul li {
  margin-top:  .2ex;
}



/* -----------------
   --- { Headers:
   ----------------- */
h1 {
  font-size:     180%;
}
h1.head_thirdlevel {
  font-size:     160%;
}
*.inheader {
  font-size:    70%;
  padding-left: 1em;
}

p.pagenav {
  font-size:    70%;
}

h2 {
  font-size:     180%;
}

h3 {
  font-size:     165%;
}
h3.date_header {
  font-size:     80%;
}

h4 {
  font-size:     150%;
}
h4.headline {
  font-size:     90%;
}

h5 {
  font-size:     80%;
}


/* -----------------
   --- { Links:
   ----------------- */

/* { For "go/read" buttons ONLY */
a.go {
  font-size:       130%;
  font-family:  TCRC Youtsoweb, TCRC Youtso;

}


/* ===========================================
   ===== { Page parts: =====
   =========================================== */

/*  { For top navigation ONLY */
/* first row */
td.navbar {
  font-size:  110%;
  line-height: 100%;
  padding:   0ex 0px .2ex 0px;
  margin-top:  0ex;
}

td.navbar div.lang {
  float: left;
  padding-top: 0px;
  margin-top: 0px;
  font-family: "TCRC Youtsoweb", "TCRC Youtso";
}
td.navbar div.sec {
  float: right; 
  padding-top: 0px;
  margin-top: 0px;
  
}
td.navbar div.lang a, td.navbar div.sec a {
  padding-top: 0px;
  margin-top: 0px;
}


/* second row (on second-level pages) */
td.navbar2 {
  font-size:  80%;
  padding:   .5ex 0px .5ex 0px;
  font-family: "TCRC Youtsoweb", "TCRC Youtso";
}

/*  { For sidebar ONLY */
td.sidebar {
  width: 20%; 
}
div.sidebar-nav {
  font-size:     90%;
}

div.sidebar-nav a.subnav {
  font-size:    80%;
  margin-left:  2em;
  padding: 0ex 0em 0ex 0em;
}
div.sidebar-nav span.subnav-youarehere {
  font-size:   80%;
  padding: 0ex 0em 0ex 0em;
  margin-left: 2em;
}
div.sidebar-nav span.youarehere {
}


div.sidebar-extras {
  font-size:  80%;
  margin-top: 2ex;
  padding:    1ex .2em 0ex .2em;
  width:      95%;
}

/*  { For footer server-side includes ONLY */
p.footer {
  font-size:   60%;
}


.footer1 {
  font-size:       .6em;
}
.footer2 {
  font-size:       .5em;
}

.footer_here {
  font-size:       .8em;
}


/*  { For content ONLY */
td.content {
  font-size:  110%;
  padding: 4ex 1em 1ex 1em;
  line-height: 160%;
  letter-spacing: .01ex;
}


td.content ul li {
  font-size: 130%;
  padding-top: 0ex;
  text-align: left;
}

td.content ul dl dt {
  font-size: 100%;
  text-align: left;
}

body.third-level td.content p {
  line-height: 130%;
  text-align: left; 
}
body.third-level h2 {
  text-align: left; 
}



/* { for "back to ... " links ONLY  */
p.backto {
  font-size:        .7em;
  padding:          .1em 0em .1em 1em;
  margin:           3em 0 1em 0;
}
p.backto_top {
  font-size:        .7em;
  padding:          .1em 0em .1em 1em;
  margin:           0 0 0 0;
  line-height:      1em;
}


/* for link to 'top' ONLY */
span.toplink {
  font-size:   .8em;
}


/* ============================================
   ===== { Site Sections: =====
   ============================================ */

dd.news_desc {
    font-size:  .8em;
}

/* { press release section: */
dd.pr_desc {
  font-size:    1em;
  line-height: 1.2em;
  padding-top:  .5em;
}


/* -----------------
   --- { Photos section:
   ----------------- */

/* the top alphabetical index */
div.photo-index {
  font-family: verdana, helvetica, arial, lucida, sans-serif;
}
div.photo-index span {
  font-size:       100%;
  padding: 0ex .5em 0ex .5em;
}

/* the photos */
div.photo-caption {
  font-size: 90%;
  font-weight: normal;
}

h2.prisoner {
  font-size: 150%;
}


/* -----------------
   --- { HRupdates:
   ----------------- */

/*  hrupdates main index page: */
span.hrupdate-years {
  font-size:    110%;
  line-height:  5ex;
  padding:      1ex 2ex 1ex 2ex;
}
/*  hrupdates listings: */
dl.hrupdate-index {
  line-height:  1.1em;
}
dt.hrupdate-month {
  line-height:  1.2em;
}
dd.hrupdate-item {
  line-height:  1em;
}

dt.hrupdate-month span.pdflink, dd.hrupdate-item span.pdflink {
  font-size: 40%;
  font-family: verdana, helvetica, arial, lucida, sans-serif;
}

dd.hrupdate-item-header {
  font-size:     1.2em;
  margin-top:    .3em;
  line-height:  1.3em;
}
dd.hrupdate-subitem {
  line-height:  1em;
  padding-left: 1em;
}

/*  hrupdates items: */

h4.hrupdate_subheader {
  font-size:     .8em;
  margin-bottom: -.5em;
}
p.hrupdate_intro_para {
  font-style:   normal;
}
p.hrupdate_emphasis_para {
  font-style:   normal;
}


/* ============================================
   ===== { Special stuff: =====
   ============================================ */

p.book-cover-caption {
  font-size: 100%;
  line-height: 70%;
}
p.book-cover-caption span.year {

}
p.book-cover-caption span.pdf {
  font-size: 40%;
  font-family: verdana, helvetica, arial, lucida, sans-serif;
  
}

p.pdf-caption {
  font-size: 140%;
  line-height: 70%;
}

p.pdf-caption span.pdf {
  font-size: 40%;
  font-family: verdana, helvetica, arial, lucida, sans-serif;
  
}

span.sep {
  font-size:    50%;
  font-family: verdana, helvetica, arial, lucida, sans-serif;
  font-weight: bold;
}
span.pdflink {
  font-family: verdana, helvetica, arial, lucida, sans-serif;
  font-size: 50%;
}

div.article {
  padding:   0px 20px 5px 0px;
  text-align: left;
}

.back {
  font-size:       .9em;
}


/* ============================================
   ===== { Generic Physical Styles  =====
   ============================================ */
.smaller {
  font-size:       .7em;
}


/* EOF */
