/* $Id: typo.css,v 1.0.0.0 2011/04/07 14:51:55 huuduc Exp $ */


/*	Basic Typography & Colors 
---------------------------------------------------------------------------	*/

/* The following font family declarations are based on the Microsoft core
* web fonts which are common fonts available on most computer systems. The
* Bitstream Vera fonts are commonly available on Linux systems where the MS
* fonts are less common.
*
* A user's web browser will look at the comma-separated list and will
* attempt to use each font in turn until it finds one that is available
* on the user's computer. The final "generic" font (sans-serif or serif)
* hints at what type of font to use if the web browser doesn't find any
* of the fonts in the list.

	font-family: "Times New Roman", Times, Georgia, "Bitstream Vera Serif", serif;
	font-family: "Droid Serif", Times, "Times New Roman", Georgia, "Bitstream Vera Serif", serif;
	font-family: Georgia, "Times New Roman", "Bitstream Vera Serif", serif;

	font-family: Verdana, Tahoma, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-family: Helvetica, Arial, "Bitstream Vera Sans", sans-serif;
	font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;

	font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;

@import url(http://fonts.googleapis.com/css?family=Maven+Pro);
*/
/*@import url(http://fonts.googleapis.com/css?family=Dosis:500);
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
body, caption, th, td, input, textarea, select, option, legend, fieldset {
	font-family: 'Open Sans', sans-serif;
}
body {
	font-size: 16px;
	font-weight: 400;     
	line-height: 1.5;
	color: #000000;
}
.node-type-page #main-content{
	font-size: 18px;
}

a,
a:link,
a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {

}

td {
	vertical-align: top;
	padding: 5px;
}

sup, sub {
  font-size: 70%;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

p {
	margin: 0.6em 0 1.2em;
}

p.rteindent1 {
	text-indent: 2em;
}

p.rteindent2 {
	text-indent: 4em;
}

p.rteindent3 {
	text-indent: 6em;
}

table {
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}

ol, ul {
    margin: 0.5em 0 1em;
}

ol li, ul li {
    padding: 0 0 0.3em;
}

ol li {
	list-style: decimal inside none;
	margin-left: 3em;
}
 
ul li {
	list-style: square inside none;
	margin-left: 2em;
}

h1 {
	font-size: 1.5em;
	margin-bottom: 0.6em;
}

h2 {
    font: bold 14px/22px;
	margin-bottom: 0.6em;
}

h3 {
    font-size: 1.2em;
	margin-bottom: 0.6em;
}

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

legend {
	font-size: 1.2em;
    margin-bottom: 0.6em;
	font-weight: bold;
}

hr {
    background-color: #CCCCCC;
    border: 0 none;
    height: 1px;
}
