/* tibgeeks-main.css
 * Standards-based style sheet for tibetangeeks.com
 * -> 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.)
 * HISTORY:
 *   19 mar 2007 jw - modified for tibetangeeks site.
 */

/* -----------------------------------------------------------
   *** { Standard Stuff - for all pages and page parts: *** 
   ----------------------------------------------------------- */

body {
  font-family: verdana, arial, helvetica, sans-serif;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  /* wanted: grey
  background-color: #eeeeee;
  */
  background-color: #ffffff;
}

/* { Links: */
a:link, a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a[name] {
  text-decoration: none;
}
a[name]:hover {
  text-decoration: none;
}

/* { external links */
span.outlink:after, a.outlink:after {
  margin-right: 6px;
  content: ' ' url(/images/buttons/outlink.png);
}
/* { pdf links */
span.pdflink:after, a.pdflink:after {
  margin-right: 6px;
  content: ' ' url(/images/icons/pdf.gif);
}
/* { footnote links */
span.ftnlink:after, a.ftnlink:after {
  margin-right: 6px;
  content: ' ' url(/images/icons/pdf.gif);
}


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

/* no longer used (making sureP)
div#page {
  width:            800px;
  background-color: #ffffff;
  display: table;
}
*/

/* page width: 750px
   sidebar width: 126px
   content width: 620px
*/ 

/* -----------------
   --- { Header:
   ----------------- */
div#pageHead {
  width:       858px;
  height:      70px;
  margin: 4px auto;
  text-align: center; 
  background-color: #ffffff;
}

div#pageHead div#logo {
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  margin:   0;
  padding:  0;
  text-align: center;
  float: left; 
  width: 128px; 
  height: 72px;
  background-color: #0000cc;
}
div#pageHead div#logo a {
  text-decoration: none;
}
div#pageHead div#logo a img {
  border: 0;
}

div#pageHead div#header {
  position: relative;
  height: 70px;
  width: 728px; 
  height: 72px;
  margin-left: 130px;
  background-color: #0000cc;
}
div#pageHead div#header-words {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/images/logos/logo-tibetangeeks-words.jpg);
  background-repeat: no-repeat;
  background-position: 5px 5px;
  height: 70px;
  width: 300px; 
}
div#pageHead div#header-search {
  position: absolute;
  bottom: 14px;
  right: 12px;
}
div#pageHead div#header-search #hfi {
  border: none !important;
}
div#pageHead div#header h1 {
  display: none;
}

/* -----------------
   --- { The nav/content area:
   ----------------- */
/* holds sidbar, meta nav, content. */
table#pageContent {
  background-color: #ffffff;
  width:    856px;
  margin:   0px auto;
  vertical-align: top;
}


/* -----------------
   --- { Sidebar navigation:
   ----------------- */
td#pageNav {
  font-size:        90%;
  width:            126px;
  padding:          0;
  background-color: #eeeeee;
  -moz-border-radius-topleft: 6px;
}
td#pageNav h3 {
  cursor: help;
}
td#pageNav h3#navlinks {
  display: none;
}

td#pageNav ul {
  list-style: none;
  margin:   0;
  padding:  0;
  width:    126px;
  border-top: 4px solid #ccc;
  -moz-border-radius-topleft: 6px;
}
td#pageNav ul#sec-downloads {
  border-bottom: 5px solid #ccc;
}
td#pageNav ul li {
  margin:   0;
  padding:  0;
  position: relative;
}

/* pop-out menus */
td#pageNav ul li ul.subsec {
  font-size: 85%;
  list-style: none;
  position: absolute;
  top: 0;
  left: 122px;
  display: none;
  border: none;
  border-left: 2px solid #ccc;
  background-color: #eeeeee;
}
td#pageNav ul#sec-tech li ul.subsec {
}
td#pageNav ul#sec-resource li ul.subsec {
}
/* make them display: */
td#pageNav ul li:hover ul.subsec {
  display: block;
  border-bottom: 2px solid #ccc;
}

td#pageNav a:link, td#pageNav a:visited {
  color:            #000000;
  text-decoration:  none;
  padding:          3px 6px 3px 10px;
  display:          block;
  border-top: 1px solid #ccc;
  /* this one is to keep the menu from "jumping" on hover below */
  border-bottom: 1px solid #eee;  
}
td#pageNav a:hover {
  color:            #990000;
  text-decoration:  none;
  border-top:    1px solid #cc0000;
  border-bottom: 1px solid #cc0000;
}

/* { "you are here" for main nav */
body#news-index  a#link-news, 
body#geek-index  a#link-geek, 
body#tech-index  a#link-tech, 
body#using-index a#link-using, 
body#dnld-index  a#link-dnld, 
body#books-index a#link-books, 
body#learn-index a#link-learn, 
body#job-index   a#link-job { 
  color:            #990000;
  text-decoration:  none;
  font-weight:      bold;
  font-size:        100%;
  padding:          5px 0px 7px 10px;
  display:          block;
  border-top:    1px solid #cccccc;
  border-bottom:    1px solid #cccccc;
  background-color: #ffffcc;
  background-image: url(/images/bullets/nav-here.gif);
  background-repeat: no-repeat;
  background-position: right;
  cursor: text;
}
/* { "you are in this section" for main nav: */
body#geek-page a#link-geek, 
body#forum-index a#link-forum, 
body#lbry-index a#link-books, 
body#lbry-page a#link-books, 
body#tech-page a#link-tech, 
body#using-page a#link-using { 
  color:            #990000;
  text-decoration:  none;
  font-weight:      normal;
  font-size:        100%;
  padding:          5px 0px 7px 10px;
  display:          block;
  border-top:    1px solid #cccccc;
  border-bottom:    1px solid #cccccc;
  background-color: #ffffcc;
} 
/* } end "you are in this section" for main nav. */

/* { "you are in this section" for sub nav: */
body#news-page a#link-news, 
body#geek-page.thegeeks a#link-thegeeks, 
body#geek-page.thehistory a#link-thehistory, 
body#geek-page.theorgs a#link-theorgs, 
body#geek-page.thebiz a#link-thebiz, 
body#forum-page a#link-forum, 
body#chat-page a#link-chat, 
body#wiki-page a#link-wiki, 
body#rvws-page a#link-rvws, 
body#tech-page.bodyig a#link-bodyig, 
body#tech-page.db a#link-db, 
body#tech-page.film a#link-film, 
body#tech-page.gaming a#link-gaming, 
body#tech-page.graph a#link-graph, 
body#tech-page.linux a#link-linux, 
body#tech-page.mac a#link-mac, 
body#tech-page.network a#link-network, 
body#tech-page.prog a#link-prog, 
body#tech-page.cms a#link-cms, 
body#tech-page.webdev a#link-webdev, 
body#tech-page.websrv a#link-websrv, 
body#tech-page.words a#link-words, 
body#using-page.cybact a#link-cybact, 
body#using-page.email a#link-email, 
body#using-page.imptnc a#link-imptnc, 
body#using-page.infowar a#link-infowar, 
body#using-page.sec a#link-sec, 
body#using-page.wpd a#link-wpd, 
body#soft-page a#link-soft, 
body#dnld-page a#link-dnld, 
body#lbry-index  a#link-lbry, 
body#lbry-page   a#link-lbry-books, 
body#res-page a#link-res, 
body#learn-page a#link-learn, 
body#sol-page a#link-sol, 
body#vol-page a#link-vol, 
body#job-page a#link-job { 
/* body#need-page a#link-need {   NO USE */
  color:            #990000;
  text-decoration:  none;
  font-weight:      bold;
  font-size:        100%;
  padding:          5px 0px 7px 10px;
  display:          block;
  border-top:    1px solid #cccccc;
  border-bottom:    1px solid #cccccc;
  background-image: url(/images/bullets/nav-here.gif);
  background-repeat: no-repeat;
  background-position: right;
}
/* } end "you are in this section" for sub nav. */

body#all {
  /* all the others. does nothing */
}


/* "you are here" for meta nav */
body#home a#link-home, 
body#about a#link-about, 
body#ctct a#link-ctct, 
body#gstbk a#link-gstbk { 
  font-weight: bold;
  cursor: text;
}

/* subsection of section link */
div.subsec {
  margin-left: 2em;
}
#sectionLinks a.subsec:link, #sectionLinks a.subsec:visited {
  font-size:        80%;
  padding:          0px 0px 0px 0px;
  margin-left:      3em;
  margin-bottom:    5px;
  display:          block;
  border-top:       0;
}
div.subsec a:hover {
  font-weight:      bold;
  color:            #3300cc;
  background-color: #ffffff;
  text-decoration:  none;
}

#sectionImage {
  margin:           0px;
  padding:          0px;
  text-align:       center;
  background-color: #dddddd;
}

div#times {
  padding: 8px 10px 4px 6px;
}
td#pageNav div#times a {
  font-size: 90%;
  color: #006600;
  background-color: #ccff99;
  padding: 8px;
  border: none;
  border-top: 1px solid #e7ffef;
  border-left: 1px solid #e7ffef;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 3px 3px 4px #000000;
  -webkit-box-shadow: 3px 3px 4px #000000;
  box-shadow: 3px 3px 4px #000000;
}
div#search,
div#searchwords {
  font-size: 80% !important;
  background-color: #cccccc;
  width: 120px;
  margin: auto;
  padding: 2px 4px 8px 4px;
  text-align: center;
  border-top: 8px solid #eeeeee;
  border-bottom: 8px solid #eeeeee;
}
body#dnld-index h3 a {  /* "in this dir" links */
  color: #390;
  font-size: 70%;
  float: right;
  font-weight: normal;
  margin-right: 1em;
  margin-top: 6px;
}
body#dnld-index h3 a:before {
  content: '[';
}
body#dnld-index h3 a:after {
  content: ']';
}
div#itr h3, 
div#jobs h3, 
div#resources h3, 
div#search h3, 
div#searchwords h3 { 
  display: block;
  font-size: 90%;
  color:  green;
  margin: 2px 0;
}
div#searchwords p {
  margin: 0;
}
div#searchwords a {
  display: inline !important;
  border: none !important;
  padding: 0 !important;
}

div#search div.button-search {
  text-align: center;
}
div#search p.note {
  font-size: 80%; 
  color: green; 
  margin-top: .5ex;
}
div#search div.button-search input.button-search {
  text-align: center;
  width: 46px;
  height: 14px;
  border-right: 3px solid #808a7c;
  border-bottom: 3px solid #808a7c;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomright: 6px;
  padding: 4px;
  background-color: #ffffff;
}

div#sticker {
  text-align: center;
  padding: 4px 0;
  margin: 0;
  border: 0;
  background-color: #ffffff;
  border-top: 1px solid #ff0000;
  border-left: 1px solid #ff0000;
  border-bottom: 3px solid #cc0000;
  border-right: 3px solid #cc0000;
  -moz-border-radius: 10px;
}
div#sticker a:link, 
div#sticker a:visited, 
div#sticker a:hover, 
div#sticker a:active {
  border: 0;
  text-decoration: none;
  padding: 0;
}
div#sticker img {
  border: 0;
}

div#jobs, 
div#resources {
  display: block;
  padding-top: 10px;
}
div#itr h3, 
div#jobs h3, 
div#resources h3 {
  color: #cc0000;
  padding-left: 6px;
}
div#jobs ul, 
div#resources ul, 
div#jobs li, 
div#resources li, 
div#jobs a, 
div#resources a {
  border: 0;
}
div#itr ul, 
div#jobs ul, 
div#resources ul { 
  border-top: 2px solid #ffff66;
  border-bottom: 2px solid #ffff66;
}
div#itr li, 
div#jobs li, 
div#resources li { 
  font-size: 80%;
}

td#pageNav div#adsense {
  display: table;
  width: 120px;
  margin: auto;
  margin-top: 2ex;
  /* can't control font size - javascript
    font-size: 90%;
  */
}

/* { Internet Traffice Report update */
td#pageNav div#itr {
  display: table;
  width: 120px;
  margin: auto;
  margin-top: 2ex;
  padding: 0;
}
/* wups, it inherits link style */
td#pageNav div#itr>a,
td#pageNav div#itr>a:visited, 
td#pageNav div#itr>a:hover {
  display: inline;
  margin:  0;
  padding: 0;
  border: none;
}
td#pageNav div#itr img {
  margin: 0;
  padding: 0;
  border: none;
}

/* -----------------
   --- { Content:
   ----------------- */

/* the meta nav bar */
td#nav-meta {
  color: #ffffff;
  text-align: right;
  font-size: 90%;
  height: 1ex;
  padding: 2px 0 2px 4px;
  background-color: #990000;
  position: relative;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
}
td#nav-meta div {
  position: relative;
}
td#nav-meta span a {
  color: #ffffff;
  text-decoration: none;
  padding: 0 3px 0 3px;
}
td#nav-meta span#sayit {
  float: left; 
  font-size: 90%;
}
td#nav-meta span#links {
  background-color: #fff280;
  /*
  position: absolute;
  top: 0;
  right: 0;
  */
  float: right;
  padding-left: 4px;
  padding-right: 6px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-bottomleft: 8px;
}
td#nav-meta span#links a {
  color: #cc0000;
}


/* {{ the actual content area: */
td#content {
  line-height: 1.4;
  padding-bottom: 4ex;
  font-family: Georgia,Century,Times,serif;
  font-size:  120%;
}
/*
td#content dt, 
td#content dd, 
td#content li, 
td#content p {
*/
td#content div#quicklinks, 
td#content div.wrapper {
  margin: 0 40px;
}
td#content div.wrapper.nrw {
  margin: 0 60px;
}
td#content div#quicklinks span {
  color: #339900; /* green */
  font-weight: bold;
}
td#content div#quicklinks a {
  padding: 2px 4px;
  font-size: 90%;
}

/* lists */
td#content ul {
  list-style-image: url(/images/bullets/bullet.gif);
  list-style-type: disc;
  margin:          0;
  padding:         0;
}
body#page-home td#content ul {
  list-style-image: url(/images/bullets/bullet2.gif);
}
td#content li {
  margin-top:  2ex;
  margin-left: 2em;
}
body#page-home td#content li {
  margin-left: 1em;
}
td#content li:first-child {
  margin-top: .5ex;
}
td#content ul li ul li {
  font-size: 100%;
  padding-top: 0;
  margin-top: .5ex;
  list-style-type: circle;
  list-style-image: none;
}
td#content p.before-compact {
  margin-bottom: 0;
}
td#content ul.compact {
  list-style-image: url(/images/bullets/bullet-compact.gif);
  margin-left: 2em;
}
td#content ul.compact li {
  margin-top:  .3ex;
}
td#content ul.compact li:first-child {
  margin-top:  0;
}

td#content dt {
  margin-top:  .7ex;
  padding:     0px 0px 0px 0px;
}
td#content dt:first-child {
  margin-top:  0;
}
td#content dd {
  margin-top:  .5ex;
  padding:     0px 0px 0px 0px;
}

td#content blockquote {
  margin:     0px 0px 0px 15px;
  padding:    0px 0px 0px 15px;
}
td#content blockquote span.attrib {
  margin-left: 2em;
  display: block;
}
td#content blockquote span.attrib:before {
  content: '\2014 ';
}
/* for using with quotes app: */
td#content blockquote.header {
  padding: 0 16px;
  width: 400px;
  float: right;
  background-color: #dfe2ff;
  border: 1px dashed #cccccc;
}


/* { headers: */
td#content h1, td#content h2, td#content h3 {
}

/* no borders on links inside other tags */
td#content a img,
td#content h1 a,
td#content h2 a,
td#content h3 a,
td#content h4 a,
td#content h5 a {
  border: none;
  text-decoration: none;
}

td#content h1 {
  font-size:  150%;
  padding:    5px 0px 5px 0px;
}
/* { h2 - page subject header: */
td#content h2 {
  font-family: verdana, arial, helvetica, sans-serif;
  color: #339900; /* green */
  font-size:  125%;
  margin-top: 0;
  padding:    10px;
  border-bottom: 1px solid #cc0000;
  background-color: #ffffcc;
}
td#content h2>a {
  font-size: 80%;
  color: #999966;
  margin-left: .5em;
}
/*
td#content h2 a:first-child {
  font-size: 120%;
  color: #3399cc;
}
*/
td#content h2>a:before {
  content: '\21d2\00a0';
  color: #000000;
  font-weight: normal;
}
td#content h2 a:first-child:before {
  content: '';
}
/* } End h2 - page subject header. */

td#content h3 {
  clear: both;
  font-family: verdana, arial, helvetica, sans-serif;
  color: #339900; /* green */
  font-size: 110%;
  padding: 5px 0px 2px 0px;
  background-color: #ccff99;
  padding-left: 1em;
  text-transform: lowercase;
}
td#content a.totop {
  font-size: 130%;
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-left: .5em;
}
td#content h3 a.totop {
  float: right;
  margin-right: 1em;
}

td#content h4 {
  clear: both;
  font-size: 90%;
  color: #339900; /* green */
  margin-bottom: .5ex;
}
td#content h4+p {
  margin-top: 0;
}
td#content h4>a {
  text-decoration: underline;
}
td#content h5 {
  margin-bottom: 0;
}
/* }} the actual content area. */
/* -----------------
   --- } Content.
   ----------------- */



/* -----------------
   --- { Footer:
   ----------------- */
td#siteInfo {
  color:       #666666;
  background-color: #ffffcc;
  font-size:   80%;
  border-top:  1px solid #cccccc;
  padding-bottom: 1ex;
}
td#siteInfo p {
  width: 720px;
  margin: 1ex auto;
}
td#siteInfo div#gfc_widget_65999 p {
  width: 270px;
  text-align: center;
}

td#siteInfo p#credits {
  text-align: center; 
  padding-bottom: 1ex;
}
td#siteInfo span#rev {
  float: left;
}
td#siteInfo span#copyright {
  float: right;
}
td#siteInfo a {
  text-decoration: none;
}
td#siteInfo span.youarehere {
  font-weight:      bold;
}


/* ===============================================
   ===== { Special stuff - on special pages: =====
   =============================================== */

/* news, resources pages */
body#job-index span.title,
body#job span.title,
body#news-index span.title,
body#news span.title,
body#res-index span.title,
body#res span.title, 
body#tech-index span.title,
body#tech span.title {
  display: block;
  font-weight: bold;
}
body#job-index span.dateline,
body#job span.dateline,
body#news-index span.dateline,
body#news span.dateline,
body#res-index span.dateline, 
body#res span.dateline, 
body#tech-index span.dateline, 
body#tech span.dateline {
  font-size: 90%;
}
body#job-index span.link,
body#job span.link,
body#news-index span.link,
body#news span.link,
body#res-index span.link,
body#res span.link,
body#tech-index span.link,
body#tech span.link {
  display: block;
}

span.url {
  display: block;
  font-size: 90%;
  padding-top: .5ex;
}
/* Add these in if you want different style:
body#job-index span.url,
body#job span.url,
body#news-index span.url,
body#news span.url,
body#res-index span.url,
body#res span.url,
body#tech-index span.url,
body#tech span.url {
*/

span.loc {
  display: block;
}
/* Add these in if you want different style:
body#job-index span.loc,
body#job span.loc,
body#news-index span.loc,
body#news span.loc,
body#res-index span.loc,
body#res span.loc,
body#tech-index span.loc,
body#tech span.loc {
  display: inline;
}
*/

span.desc {
  display: block;
}
/* Add these in if you want different style:
body#job-index span.desc,
body#job span.desc,
body#news-index span.desc,
body#news span.desc,
body#res-index span.desc,
body#res span.desc, 
body#tech-index span.desc,
body#tech span.desc {
  display: inline;
}
*/


/* { *** page-specific styles: */

/* needs index page */
body#need-index dl {
  margin-bottom: 3ex;
}
body#need-index h4 {
  border-top: 1px solid #000000;
}



/* solutions index page */
body#sol-index span.more {
  display: block;
}
body#sol-index #content ul {
  width: 400px;
}
body#sol-index #content ul li:first-line {
  font-weight: bold;
}
body#sol-index #content ul li ul li:first-line {
  font-weight: normal;
}

/* volunteer index page */
body#vol-index div.jobs {
  width: 30em;
  margin-left: 3em;
}
body#vol-index div.jobs dl dt {
  font-weight: bold;
}

/* geeks biz page */
body#geek-page span.name {
  font-weight: bold;
  color: green;
}
body#geek-page span.desc {
  font-size: 90%;
  padding: 0 1em;
}
body#geek-page span.desc:before {
  content: '\21d2\2002 ';
  color: orange;
}


/* =============================================
   ===== {{ Special stuff - on all pages: =====
   ============================================= */

/* for 'on this page' links in page header: */
td#content h2 span.pagenav {
  font-size: 70%;
  font-weight: normal;
  display: block;
  margin-left: 1em;
}
td#content h2 span.pagenav a {
  color: #0000cc;
  margin-left: .75em;
  font-weight: normal;
  font-size: 90%;
}
/*
td#content h2 span.pagenav:before {
  content: '\2193';
}
*/
td#content h2 span.pagenav a:after {
  content: ' \2193';
}

/* for 'in this section' page navigation links in section header: */
td#content h3 span.pagenav {
  font-size: 70%;
  font-weight: normal;
  display: block
}
td#content h3 span.pagenav a {
  color: #0000cc;
  margin-left: .5em;
}
td#content h3 span.pagenav:before { 
  content: '\2193';
}
/* for simple 'in section ' link in section header: */
td#content h3 span.inheader {
  color:       #339900; /* green */
  font-size:   80%;
  font-weight: normal;
  margin-left: 2em;
}
td#content h3 span.inheader a:before {
  content: '[';
}
td#content h3 span.inheader a:after {
  content: ']';
}
/* } headers. */

/* for 'in this section' links later in the page: */
p.pagenav {
  text-align: center;
}
p.pagenav:before, 
p.pagenav:after {
  content: '\2193';
}
p.pagenav a {
  margin-left: 4px;
  margin-right: 4px;
}

/* { for 'read more' links */
td#content span.more {
  white-space: nowrap;
  font-size: 90%;
}
td#content span.more:before {
  content: '... [ ';
}
td#content span.more:after {
  content: ' ]';
}
td#content span.more a {
  display: inline;
}


p#clustrmap {
  width: 170px;
  margin: auto;
}


/* We could do 
 *   div.photo {
 * for the definitions for all photos, and then
 *   div.photo[align=left] {
 *   div.photo[align=right] {
 * for the float and margin for left and right,
 * but MSIE totally ignores the align=left in the html
 * when this definition is in the stylesheet. 
 * Other browsers will do The Right Thing,
 *  but we have to define each separately and
 *  duplicate code because of MSIE.
 */
span.img {
  margin: 1ex 10px 6px 10px;
  text-align: center;
}
span.img-left {
  float: left;
  margin-right: 2em;
}
span.img-right {
  float: right;
  margin-left: 2em;
}
/* this one needs to be enclosed in a 'div align="center"' */
span.img-center {
}

span.img p {
  color: #408000;
  font-weight: normal;
  font-size: 80%;
  margin-top: 0ex;
  margin-bottom: 0ex;
  width: 300px;
}
span.img p.caption {
  text-align: left;
}
span.img p.credit {
  text-align: right;
}


/* for "new" items */
li.new {
}
span.new, 
span.ondate, 
span.updated {
  display: block;
  font-size: 60%;
  background-repeat: no-repeat;
  font-family: verdana, helvetica, arial, sans-serif;
}
span.new {
  background-image: url(/images/bullets/new.gif);
  padding-left: 30px;
}
span.updated {
  background-image: url(/images/bullets/updated.png);
  padding-left: 50px;
}


/* { for displaying code: */
pre {
  display: table;
  background-color: #eeeeee;
  padding: 5px;
}

/* { for using at end of a div, to force clearing of following div */
div.clearall {
  clear: both;
}
*.smaller { /* anywhere we want text a little smaller */
  font-size: 80%;
}
b.nice {
  color: #006600;
}
/* =============================================
   ===== }} Special stuff - on all pages. =====
   ============================================= */

/* { for link lists: */
span.title {
  font-weight:    bold;
  display:         block;
}
span.title-tops {
  font-weight:    bold;
  display:         block;
  border: 1px dashed #cccccc;
}
span.desc {
  padding:    .5ex 1em 0ex 2em;
  font-size:      95%;
  display:        block;
}
span.fileinfo {
  font-size: 85%;
  display:        block;
}
span.fileinfo:before {
  content: '[';
}
span.fileinfo:after {
  content: ']';
}
span.link {
  padding-top:    0px;
  font-size:      1em;
  display:        block;
}
span.other {
  width:      60%;
  padding:    .5ex 1em 0ex 2em;
  font-size:      85%;
  display:        block;
}
span.date {
  width:      60%;
  padding:    .5ex 1em 0ex 2em;
  font-size:      85%;
  display:        block;
}
/* } end link lists. */


/* { for geeks lists: */
div#bsns,
div#geeks,
div#orgs {
  margin: auto;
  display: table;
}
div#bsns ul {
}
div#geeks ul, 
div#orgs ul {
  width: 47%;
  float: left;
  margin: 0;
  padding: 0;
}
div#geeks ul.two,
div#orgs ul.two {
  margin-left: 2em;
}
div#bsns ul li span.name { 
  color: #009900;
  font-weight: bold;
}
div#geeks ul li span.name,
div#orgs ul li span.name {
  color: #990000;
  font-weight: bold;
}
div#geeks ul li span.name s { 
  color: #cccccc;
  text-decoration: none;
  font-weight: normal;
}
div#geeks ul li span.role {
  display: block;
  font-size: 90%;
}
div#geeks ul li span.os {
  display: block;
  font-size: 80%;
}
div#geeks ul li span.org {
  color: #808a7c;
  font-weight: bold;
}
div#geeks ul li span.url {
  display: block;
  font-size: 85%;
}
div#orgs ul li span.desc {
  color: #808a7c;
}
div#geeks ul.list li>a,
div#orgs ul.list li>a {
  display: block;
}
span.more {
  font-size: 90%;
}
/* } end geeks lists. */

span.bo {
  font-size: 130%;
}
div#geeks span.bo {
  font-size: 100%;
}

ul.booklist {
  list-style-image: none !important;
  list-style-type: none !important;
}
ul.booklist li {
  clear: both; 
  margin-top: 3ex !important;
}
ul.booklist li:first-line {
  font-size: 110%;
}
img.bkcvr {
  float:   left;
  width:   60px;
  margin-right: 20px;
}
body#lbry-page img.bkcvr {
  width:  180px;
  height: 208px;
  margin-bottom: 40px;
}
ul.booklist.online li {
  margin-top: 4ex !important;
}
ul.booklist li.coming {
  color: grey;
}
ul.booklist li.coming span.copies:after {
  content: ' (coming)';
}
ul.booklist li.notyet {
  /* display: none; */
}
ul.booklist.online img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
ul.booklist span.title, 
ul.booklist span.author, 
ul.booklist span.published, 
ul.booklist span.link, 
ul.booklist span.year, 
ul.booklist span.copies, 
ul.booklist span.buyit {
  display: block;
}
ul.booklist span.title {
  font-style: italic;
}
ul.booklist span.published, 
ul.booklist span.link, 
ul.booklist span.year, 
ul.booklist span.copies, 
ul.booklist span.buyit {
  font-size: 90%;
}
ul.booklist span.copies:before {
  content: 'Copies at DCL: '
}


div.xtra-content {
  width: 240px;
  float: right;
  font-size: 80%;
  margin-left: 20px;
}
div.xtra-content h3 {
  background-color: #ffffff !important;
  padding: 0 !important;
}
div#twitter-wrapper {
  width: 250px;
  float: right;
}
div.twitter-feed { 
  width: 260px;
  -moz-border-radius: 8px;
  background-color: #ccc;
}
div.twtr-widget { /* from feed javascript */
  width: 250px;
  margin: auto;
  margin-top: 8px;
}
div.twtr-hd { /* from feed javascript */
  padding-top: 0;
}
/* { colorbox popup: */
div#popup h3 {
  color: green;
}
div#cboxOverlay {
  background-color: #c2efc2 !important;
}
div#cboxClose {
  font-size: 80%;
  color: #fff;
  padding: 4px;
  background-color: #78ef77;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -khtml-border-radius: 4px !important;
  -border-radius: 4px !important;
}
/* } colorbox popup. */
/* e o f */

