/* File name:	lang.en.css
   Description:	English Cascading StyleSheets
   Date:	2005-03-01
   Author:	imacat <imacat@pristine.com.tw>
   Copyright:	Copyright (C) 2005 Pristine Communications */

/* General settings */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
}

html>body {
	line-height: 1.1em;
	}


h1, h2, h3, h4, h5, h6, caption, dt {
    /*font-family: "Times New Roman", serif;*/
    /*font-weight: bolder;*/
    font-family: "Times New Roman", serif;
    color: #7c7c7c;
}

h1 {
	font-size: 2.0em;
	color: #7c7c7c;
}

p {
    /*text-indent: 0.5in;*/
}

q {
    quotes: '"' '"' "'" "'";
}

ol > li {
    list-style: decimal;
}

/* header and footer */
.header div div div, .footer div div div {
    padding: 0.3em 0 0 0;
}

/* navigation area */
.nav h2 {
    font-family: Arial, Helvetica, sans-serif;
}

/* Content in other languages */
p:lang(zh-tw), p:lang(zh-cn) {
    text-indent: 2em;
}

/* language switching */
.langs {
    position: absolute;
    right: 0.5em;
    top: 96px;
    font-size: 0.833em;
    /*padding: 0.1em 0 0 0;*/
    border: 0 solid red;
}
.langs a:link, .langs a:visited, .langs a:active {
    background-color: transparent;
    color: #006699;
}
.langs a:hover {
    background-color: transparent;
     color: #004BD3;
    text-decoration: underline;
}
.langs span {
    margin: 0 0.5em;
}