/* tibetanf-main.css
 * Standards-based stylesheet for the tibetanfilmfest.com website.
 * -> This is loaded *first*, before special stylesheets
 * NOTES:
 * Classes may contain only the characters A-Z, a-z, 0-9, hyphens,
 *   and Unicode 161-255.  (No underscores, darn it.)
 * Clickable image border color - 'a' tag here doesn't seem
 *   to do it; have to have 'body link=' in each page.
 * HISTORY:
 *  15 mar 2007 - modified for new design.
  /* color: #ffa177; */ /* salmon */
  /* color: #808a7c; */ /* grey-green */
 */

/* -----------------------------------------------------------
   *** { Standard Stuff - for all pages: ***
   ----------------------------------------------------------- */
body {
  font-family: verdana, arial, helvetica, lucida, sans-serif;
  padding: 0;
  margin: 0;
} 

body.photo {
  background: #ffffff; 
  background-image: url('/images/page/silk3.jpg');
  color:      #0033cc;
  font-family: verdana, helvetica, arial, sans-serif;
  margin:      20px 0px 0px 0px; 
}

/* We shouldn't have to redefine generic font stuff, but sometimes
   we lose font styles after complicated formatting.
  Also,  body styles do not carry into tables: */
p, h1, h2, h3, h4, h5, td, th, ul, ol, dl {
  font-family: verdana, helvetica, arial, sans-serif;
}
p, td, th, li, dt, dd {
  line-height: 1.5;
}

h2 {
  color: #ef3e00; /* dark orange */
  font-size:   120%;
  text-align:  center;
  padding: 4px 0;
  margin: 0;
  line-height: 120%;
}
h2.lead {
  font-size: 90%;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
h2 a {
  color:       #ef3e00 !important;
}

h3 {
  font-size: 110%;
  /* color: #ef3e00; */ /* dark orange */
  color: #cc0033; /* dark maroon */
}
h4 {
  font-size: 70%;
}

span.inheader {
  font-size:        85%;
  color:            #c3cacc;
  padding-bottom:   4px;
}

ul li {
  margin-top:       .3em;
  margin-left:      -1em;
  padding-left:      0em;
  list-style-type:  disc;
  list-style-image: url(/images/bullets/bullit.gif);
  line-height:      1.1em;
}
ul ul li {
  list-style-type:  disc;
  list-style-image: none;
}

ol li {
  margin-top:      .3em;
  margin-left:     -0em;
  line-height:     1.1em;
}


a:link { 
  text-decoration: none; 
  color: #ef3e00; /* dark orange */
} 
a:link:hover { 
  text-decoration: underline; 
} 

a.outlink {
   background:   transparent url(/images/bullets/outlink.gif) no-repeat scroll right center;
  padding-right: 13px;
}

/* -----------------------------------------------------------
   *** { Page parts: sidebar, content, header, footer. 
   ----------------------------------------------------------- */

div#page {
  padding: 0;
  padding-top: 4px;
  width: 960px;
  margin: auto;
}

div#header {
  color: #cc0000; 
  text-align: center;
  margin-top: 0;
  padding-bottom: 0ex; 
  width:  960px;
  height:  80px;
  background-image: url(/images/page/header.jpg);
  position: relative;
}
div#header > a {
  text-decoration: none;
  width: 480px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
}
body#page-home div#header a {
  cursor: text;
}
div#header ul {
  float: right;
  list-style: none;
  margin: 0;
  position: absolute;
  bottom: 8px;
  right: 20px;
}
div#header ul > li {
  float: right;
  display: inline;
  margin: 0;
  margin-right: 1em;
}
div#header ul > li > a {
  padding: 2px 8px;
  color: #ef3e00;
  font-size: 110%;
  text-shadow: #fff 1px 0 0;
  -moz-border-radius: 4px;
}
div#header ul > li > a:hover {
  color: #f3e00;
  background-color: #ffffdf; /* light yellow */
}

/* { site navigation: */
div#site-nav {
  font-size: 80%;
  position: relative;
  margin-top: 4px;
  border-top: 1px dotted #cc0000;
  border-bottom: 1px dotted #cc0000;
  background-color: #ffffcf;
}
#site-nav h3 {
  display: none;
}
#site-nav > ul {
  padding: 5px 0;
  margin:  0;
  margin-left: 100px;  
  font-weight: bold;
  position: relative;
}
#site-nav > ul > li {
  list-style: none;
  margin: 0;
  display: inline;
  position: relative;
}
#site-nav > ul > li > a {
  padding: 1px 1em;
  margin-right: 0em;
  letter-spacing: .2em;
  text-shadow: 0 1px 0 #fff; 
  /*
  border: 1px solid #778;
  */
  text-decoration: none;
}
#site-nav ul li a:link {
  color: #448;
}
#site-nav ul li a:visited {
  color: #667;
}
#site-nav ul li a:link:hover, #site-nav ul li a:visited:hover {
  color: #ffff66;
  background-color: #cc3333;
  border-color: #227;
}
/* { navigation: you are here - index page of site section */
body#index-about #site-nav ul li a#lnk-about, 
body#index-about #site-nav ul li a#lnk-about:hover, 
body#index-awards #site-nav ul li a#lnk-awards, 
body#index-awards #site-nav ul li a#lnk-awards:hover, 
body#index-articles #site-nav ul li a#lnk-articles, 
body#index-articles #site-nav ul li a#lnk-articles:hover, 
body#index-contact #site-nav ul li a#lnk-contact, 
body#index-contact #site-nav ul li a#lnk-contact:hover, 
body#index-filmmakers #site-nav ul li a#lnk-filmmakers, 
body#index-filmmakers #site-nav ul li a#lnk-filmmakers:hover, 
body#index-films #site-nav ul li a#lnk-films, 
body#index-films #site-nav ul li a#lnk-films:hover, 
body#index-history #site-nav ul li a#lnk-event, 
body#index-history #site-nav ul li a#lnk-event:hover { 
  color: #cc3333;
  font-size: 120%;
  cursor: text;
}
/* { navigation: you are *in* here - content pages of site section */
body#page-about #site-nav ul li a#lnk-about, 
body#page-about #site-nav ul li a#lnk-about:hover, 
body#page-awards #site-nav ul li a#lnk-awards, 
body#page-awards #site-nav ul li a#lnk-awards:hover, 
body#page-articles #site-nav ul li a#lnk-articles, 
body#page-articles #site-nav ul li a#lnk-articles:hover, 
body#page-contact #site-nav ul li a#lnk-contact, 
body#page-contact #site-nav ul li a#lnk-contact:hover, 
body#page-filmmakers #site-nav ul li a#lnk-filmmakers, 
body#page-filmmakers #site-nav ul li a#lnk-filmmakers:hover, 
body#page-films #site-nav ul li a#lnk-films, 
body#page-films #site-nav ul li a#lnk-films:hover, 
body#page-history #site-nav ul li a#lnk-event, 
body#page-history #site-nav ul li a#lnk-event:hover {
  color: #cc3333;
  font-size: 100%;
  cursor: pointer;
}

/* { submenus: */
div#site-nav ul li ul {
  display: none;
  list-style: none;
  width: 90px;
  background-color: #ffffff;
}
div#site-nav ul li:hover > ul { 
  display: block; 
  position: absolute;
  top: 18px;
  left: 0;
  padding: 0;
  padding-top: 4px;
  margin: 0;
  text-align: left;
  z-index: 20;
  border-bottom: 1px solid #cc0000;
  border-top: 0;
}
div#site-nav ul li:hover > ul li { 
  padding-bottom: 20px;
  display: block;
  margin: 0;
  padding: 5px;
  padding-top: 8px;
  border-top: 1px solid #000000;
  border-left: 1px solid #cc0000;
  border-right: 1px solid #cc0000;
}
div#site-nav ul li:hover > ul li:first-child { 
  padding-top: 5px;
}
div#site-nav ul li:hover > ul li a { 
  color: #cc0000;
  padding-left: 16px;
  padding-right: 0;
  width: 100%;
}
div#site-nav ul li:hover > ul li a:hover { 
  background-color:  #ffcccc;
}
div#site-nav > ul > li.one {
  font-size: 110%;
  margin-right: 1em;
}
div#site-nav > ul > li.three {
  margin-left: 20px;
}
div#site-nav > ul > li.three a {  /* make it look like a button */
  font-size:   80%;
  padding: 3px 8px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -border-radius: 4px;
  background-color: #ff7c4f;
  background: -moz-linear-gradient(top,  #ff7c4f, #ffbc9f);     /* dark to light orange */
  background: -webkit-gradient(linear, left top, left bottom,  from(#ff7c4f), to(#ffbc9f));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7c4f', endColorstr='#ffbc9f');
  -moz-box-shadow: inset -1px -1px 5px #ccc; 
  -webkit-box-shadow: inset -1px -1px 5px #ccc; 
  -box-shadow: inset -1px -1px 5px #ccc; 
}
/* } submenus. */



/* { page content only */
div#content {
  padding: 1ex 0 1ex 0;
  background-color: #ffffff;
  text-align: left;
}

/* { footer */
div#footer {
  margin-top: 2ex;
}
p.footer-copy {
  text-align: center;
  border-top: 1px solid #cc0000;
  padding-top: 1ex;
  font-size: 40%; 
}

p.last-updated {
  padding-top:   .3em;
  padding-right: .5em;
  text-align:    right;
}

p.subheader {
  padding-top: 1em;
  font-style: italic;
  font-weight: bold;
}

p.footer-copy {
  font-size:   .8em;
  font-weight: bold;
  text-align:  center;
}
p.footer-copy-popup {
  font-size:   .8em;
  font-weight: bold;
  text-align:  center;
  padding:     0px 0px 4px 0px;
}

p.trans-links {
  font-size:   .9em;
  text-align:  center;
}



/* -----------------------------------------------------------
   *** { Site sections: 
   ----------------------------------------------------------- */

p.media-index {
  font-size: 90%;
}
p.media-index a {
  font-weight: bold;
}
p.media-index a {
  font-weight: bold;
}
p.media-url {
  font-size: 90%;
}

span.media-published {
  font-size:   90%;
  margin-top:  6px;
  line-height: 1.1em;
}
span.dateline {
  color:     #808a7c;
  font-size: 90%;
}
span.dateline:after {
  content: ' \2014';
}

p.published-in {
  font-size: 90%;
  border-top: 1px solid #666;
}


/* articles */
ul.article-list li {
  padding-top: 1ex;
}
ul.article-list li a {
  font-style: normal;
}
ul.article-list li span.byline {
}
span.index-dateline {
  font-size: 90%;
  margin-top: 1ex;
  display: block;
}


/* -----------------------------------------------------------
   *** { Special pages 
   ----------------------------------------------------------- */

/* { article page: */
body#page-articles img {
  padding: 12px;
  padding-right: 0;
  float: right;
  border: none;
}
/* { historyindex page: */
body#index-history div#content ul {
  margin-left: 100px;
}
body#index-history div#content ul li {
  margin-top: 20px;
  font-weight: bold;
}
body#index-history div#content ul li dl {
  margin-left: 20px;
  font-weight: normal;
}


/* { filmmaker index page: */
body#page-filmmakers table {
  width: 400px;
  margin: auto;
}

/* the image */
body#page-filmmakers table td.left {
  text-align:  right;
  padding: 0;
  padding-top:  2em;
  width:  100px;
  max-width:  100px;
}
/* the text */
body#page-filmmakers table td.right {
  text-align:  left;
  padding:     2ex 1em 0em 1em;
}
body#page-filmmakers table td.right em {
  display:    block;
  font-style: italic;
}
  
/* { filmmaker individual page */
td.filmmaker-page-left {
  text-align:  right;
  padding:     0em 1em 1em 2em;
}
td.filmmaker-page-right {
  text-align:  left;
  padding:     1.5em 2em 1em 1em;
}


/* *** { Photos and photo pages: */

h1.photo-pages {
  font-family: chancery, cursive;
  font-size:   1.3em;
  text-align:  center;
  color:       #66ccff;
  margin-top:  0em;
}

img.photo {
  border:   1px solid #cccccc;
}

table.photo-right {
  margin:           0px 0px 10px 10px;
}
table.photo-left {
  margin:           0px 10px 10px 0px;
}
table.photo-center {
  margin:           10px 10px 10px 10px;
}
p.photo-caption {
  font-weight: bold;
  font-size:  90%;
  margin-top: 0px;
}
p.photo-caption-marquee {
  font-size:   110%;
  font-weight: bold;
  color:       #ffffff;
  padding-top:    2px;
  padding-bottom: 4px;
  margin-top:  0px;
}
p.photo-caption-marquee a {
  color:       #ffffff;
}
p.photo-caption-marquee a:link:hover {
  color:       #ffffff;
  font-size:   110%;
}
p.photo-caption-marquee a:visited {
  color:       #000000;
}

/* { photos on article pages: */
div.photo {
  width: 390px;
  padding: 10px 10px 20px 10px;
  margin-bottom: 20px;
  background-color: #fafafa;
}
div.photo img {
  width: 370px;
  height: 246px;
  margin: auto;
}
div.photo.alignright {
  float: right;
  margin-left: 20px;
}
div.photo.alignleft {
  float: left;
  margin-right: 20px;
}
p.caption {
  text-align: left;
  width: 350px;
  margin: auto;
}
p.caption span.credit {
  font-size: 90%;
}
p.caption span.credit:before {
  content: ' [';
}
p.caption span.credit:after {
  content: ']';
}
div.hp-photo {
}
img.hp-photo {
  width: 260px;
  height: 173px;
  margin: auto;
  border: none;
}
/* } photos on article pages. */

/* { film summaries */
div.summary dl.smry-articles {
  clear: both;
}
div.summary dl.smry-articles dd {
  margin-top: .5ex;
}
div.summary dl.smry-clips dd {
  width: 230px;
  float: left;
}
div.summary dl.smry-clips dd a {
  display: block;
}
div.summaries div.summary {
  clear: both;
  margin-top: 2ex;
  padding-top: .5ex;
  border-top: 1px solid #cc0000;
  padding-bottom: 1ex;
  margin-bottom: 1ex;
  clear: both;
}
div.summaries div.summary img {
  margin: 0ex 1em 20px 0em;
  float: left;
  width: 120px;
  height: 160px;
}
div.summaries div.summary h4 {
  color: #000000;
  font-size: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}
div.summaries div.summary p {
  margin-top: 0;
  padding-top: 0;
  
}


/* -----------------------------------------------------------
   *** { Special stuff - on any page 
   ----------------------------------------------------------- */

span.more {
  font-size: 90%;
}
span.more:before {
  content: '... ';
}



/* EOF */

