/* $id$ */

body {
  font: 0.75em/1.7 "Helvetica Neue", Helvetica, FreeSans, "Nimbus Sans L", "Arial Unicode MS", "Microsoft Sans Serif", Arial, "Liberation Sans", Thonburi, Kinnari, Garuda, Loma, Waree, "Lucida Grande", Tahoma, sans-serif;
}

/**
 * Thai Language
 */
 /*
 *[lang|="th"] {
  font-family: "Helvetica Neue", Helvetica, FreeSans, "Nimbus Sans L", "Arial Unicode MS", "Microsoft Sans Serif", Arial, "Liberation Sans", Thonburi, Kinnari, Garuda, Loma, Waree, "Lucida Grande", Tahoma, sans-serif;
}
*/
/**
 * MacOS 10.5 cannot display Thai Thonburi Bold so use Ayuthaya (monospace) instead
 */
strong {
  font-family: "Helvetica Neue", Helvetica, FreeSans, "Nimbus Sans L", "Arial Unicode MS", Arial, "Liberation Sans", Kinnari, Garuda, Loma, Waree, Ayuthaya, "Lucida Grande", Tahoma, sans-serif;
  font-weight: bold;
  letter-spacing: -0.25px;
}

 /**
 * Arabic Language
 */
/*
*[lang|="ar"] {
  direction: rtl;
  font-family: "Arabic Transparent";
  font-size: 1.1em;
}
*/

/* Sans-serif family */
h1, h2, h3, h4, h5, h6,
#primary-menu ul li a,
#main h1.title,
#main h2.title a,
#sidebar, #footer,
#main #comments .box h2 {
  font-family: 'Trebuchet MS', 'Helvetica Neue', Helvetica, Arial, Geneva, Verdana, Freesans,  'Liberation Sans', Ayuthaya, Garuda, Loma, Waree, 'Lucida Grande', Tahoma, Freesans, sans-serif;
}

/* Serif family */
blockquote, blockquote strong,
#site-name a, #mission {
  font-family: Georgia, 'Times New Roman', Times, Century, Freeserif, Kinnari, Norasi, Ayuthaya, Tahoma, serif;
}






h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.2em;
}

h4, h5, h6 {
  font-size: 1em;
}

code {
  font: 0.9em/1.7 Ayuthaya, Monaco, Courier, "Courier New", "Andale Mono", monospace;
}

blockquote {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6em;
  font-style: italic;
}


/* Site Name and Slogan */
#site-name a {
  font-weight: normal;
  font-size: 72px;
  line-height: 90px;
  letter-spacing: -1.5px;
  text-decoration: none;
}

/* Header Primary Links */
#primary-menu ul li a {
  font-weight: bold;
  font-size: 15px; 
  line-height: 35px;
  text-decoration: none;
}

/* Main Content and Node */
#mission {
  font-weight: normal;
  font-size: 1.2em;
  line-height: 1.6em;
  font-style: italic;
}

h1.title {
  font-weight: normal;
  font-size: 30px;
  line-height: 40px;
}

h2.title a {
  font-size: 22px;
  text-decoration: none;
}

/* Sidebar */
.sidebar {
  font-size: 0.95em;
}

.sidebar h2.block-title {
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2em;
}