/* CSS Document */
/* filename: testing.css */

/* make ALL font sizes the same to begin with */
* {
	font-size: 1em;
	font-weight: normal;
	font-family: Courier New, Verdana, Monaco, sans-serif;
}
a {
	color: black;
}
p {
	margin: 0 0;
}

/* specialized fonts & shapes */
/* .tibFont, .tibFont * {
	font-family: "Jomolhari";
  background-color:;
	font-size: 1.2em;
} */
.IPAfont, .IPAfont * {
  background-color: #CCFFFF;
}	
.geographicShapes	 {
	font-family: "Apple Symbols","Courier New","serif"	;
}
/* navLinks */
div.navLinks {
	text-align: center;
}


/* introTop table */
table.introTop {
	background-color: #BBBBBB;
	margin-bottom: 15px;
}
table.introTop td.topCol2 {
	width: 416px;
}
table.introTop td.topCol1 div {
	background-color: #FF9966;
	padding: 13px 13px;
	margin-right: 10px;
	margin-left: 10px;
}
table.introTop td.topCol1 {
	vertical-align: top;
}	
table.introTop p.lesson {
	text-align: center;
	font-size: 1.3em;
}
div.imgHeader {
	background-color: #FF9966;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}
div.imgHeader a {
 border-width: 0px;
}

/* meat of the page */
body {
	background-image: url(http://www.tibetanportal.com/backgrounds/canvasLlinen.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}

#container {
	background-color: white;
	padding: 8px 8px;
	width: 700px;
	margin: auto;
	border: 2px solid black;
}

embed, object {
	width: 100%;
}

table {
	width: 100%;
	margin: auto;
	border: 1px solid black;
	padding: 8px 8px;
}
img {
	display: block;
	margin: auto;
	border: none;	
}

/* audio links as buttons  */

table a {
	text-decoration: none;
}
table a:hover {
	background-color: black;
	color: white;
}

/* 

table a {
	text-decoration: none;
	border-style: solid;
	border-width: 2px;
	padding-right: 3px;
	padding-left: 3px;
}

	div.terms table a {
		border-color: #CCFFCC;
	}
	div.pronFocus table a {
		border-color: #cccc99;
	}
	div.grammar table a {
		border-color: #CCFFFF;
	}
	div.practice table a {
		border-color: #FFCCFF;
	}

div.terms table a:hover, div.pronFocus table a:hover, div.grammar table a:hover, div.practice table a:hover {
	background-color: #FEF3F8;
	border-bottom-color: #333333;
	border-right-color: #333333;
	border-top-color: #999999;
	border-left-color: #999999;
}*/


/* opening photo to each lesson */
.imgHeader {
	width: 400px;
	display: block;
	border: 1px solid black;
	margin: auto;
}
.imgCaption {
	font-style: italic;
	margin-left: 1em;
	margin-right: 1em;
	font-size: .8em;
	font-weight: bold;	
}

/* terms, pronFocus */
table.shortTerms {
	background-color: #FF9900;
}

div.pronFocus, div.terms {
	width: 90%;
}

div.pronFocus h2, div.terms h2, div.grammar h2, div.practice h2 {
	text-align: center;
	font-size: 1.2em;
}
	div.practice p.practiceSubject {
		text-align: center;
	}
	div.glossary {
		background-color: #CC99FF;
		}
	table.practiceTable td.practiceCol1 {
		vertical-align: top;
		width: 33%;
	}
table {
	table-layout: fixed;
	border-collapse: collapse;
}
div.terms {
	background-color: #CCFFCC;
	margin: auto;
}
				div.pronFocus {
					background-color: #CCCC99;
					margin: auto;
				}
div.terms .col1, div.pronFocus .col1 {
	text-align: right;
	width: 50%;
	padding-right: .8em;
}
div.terms .col2, div.pronFocus .col2 {
	padding-left: .8em;
	text-align: left;
}
tr.header th {
	background-color: #FFFF99;
}


/* pronFocus */
div.pronFocus {
	background-color: #CCCC99;
}
/* grammar */
div.grammar {
	background-color: #CCFFFF;
}
div.grammar table tr th {
	text-align: left;
}
/* practice */
div.practice {
	background-color: #FFCCFF;
}

div.practice td.practiceCol2 p {
	padding-left: 8px;
	padding-right: 8px;
	border-bottom: 1px dotted black;
}



/* playAudioLink */
td.playAudio a {
	font-size: .7em;
	text-decoration: underline;
}
td.playAudio {
	text-align: right;
}
