/* $Id: typography.css,v 1.1.2.5 2009/02/21 16:43:16 na Exp $ */

/**
 * You may not need to edit this file!
 * If you really want to override default layout and style
 * you can add your style in the "custom.css" file
 * then activate it in the theme settings page.
 * (/admin/build/themes/settings/hermit)
 */

body {
  font: 0.625em/1.6 Comic Sans MS, cursive,GillSans, Calibri, Trebuchet, "Helvetica Neue", Helvetica, FreeSans, "Nimbus Sans L", "Microsoft Sans Serif", "Arial Unicode MS", Arial, "Liberation Sans", Thonburi, Kinnari, Garuda, Loma, Waree, "Lucida Grande", Tahoma, sans-serif;
}

 /**
 * BIDI for right to left language
 */
*[dir="rtl"] {
  direction: rtl;
  unicode-bidi: embed;
}

/**
 * Thai Language: 
 * ?????????????????????????????????????????????????????? Latin ????
 * ???????????????????? ?????????????? Unicode ?????????????
 * ?????????????????????????????????? ?????????????????
 * ???????????????????????????????????????
 * ????????????????????? ???????????????????????????????????
 * ??????????????????????????? ???????????????????????????????
 * ????? IE ?????????????? property ??? [lang|="th"]
 */
/*
 *[lang ="th"] body {
  font-family: GillSans, Calibri, Trebuchet, "Helvetica Neue", Helvetica, FreeSans, "Nimbus Sans L", "Microsoft Sans Serif", "Arial Unicode MS", Arial, "Liberation Sans", Thonburi, Kinnari, Garuda, Loma, Waree, "Lucida Grande", Tahoma, sans-serif;
}
*/
/**
 * MacOS 10.5 ???????????????????? Thonburi ????????? ????????????????? Ayuthaya ???
 * MacOS 10.5 cannot display Thai Thonburi Bold so use Ayuthaya (monospace) instead
 */
h1, h2, h3, h4, h5, h6,
*[lang ="th"] strong,
*[lang ="th"] #blocks td.region {
  font-family: Comic Sans MS, Comic Sans MS5, cursive,GillSans, Calibri, Trebuchet, "Helvetica Neue", Helvetica, FreeSans, "Nimbus Sans L", "Microsoft Sans Serif", "Arial Unicode MS", Arial, "Liberation Sans", Ayuthaya, Kinnari, Garuda, Loma, Waree, "Lucida Grande", Tahoma, sans-serif;
  font-weight: bold;
}

/* Heading */
h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.2em;
}

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

/* Generic Elements */
input, select {
  font-size: 1em;
}

textarea {
  font-size: 1.2em;
}

code, pre {
  font-family: Ayuthaya, Monaco, Courier, "Courier New", "Andale Mono", monospace;
}

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

/* theme elements/properties */
#main-content,
.sidebar {
  font-size: 1.2em;
}

#main-content table,
#main-content fieldset {
  font-size: 10px;
}