@charset "utf-8";

/* Tex Gyre Heros */
@font-face
{
	font-family: TexGyreHeros;
	src: url("fonts/texgyreheros-regular.otf");
	font-style: normal;
    font-weight: normal;
}
@font-face
{
	font-family: TexGyreHeros;
	src: url("fonts/texgyreheros-italic.otf");
	font-style: italic;
    font-weight: normal;
}
@font-face
{
	font-family: TexGyreHeros;
	src: url("fonts/texgyreheros-bold.otf");
	font-style: normal;
    font-weight: bold;
}
@font-face
{
	font-family: TexGyreHeros;
	src: url("fonts/texgyreheros-bolditalic.otf");
	font-style: italic;
    font-weight: bold;
}
/* Tex Gyre Pagella */
@font-face
{
	font-family: TexGyrePagella;
	src: url("fonts/texgyrepagella-regular.otf");
	font-style: normal;
    font-weight: normal;
}
@font-face
{
	font-family: TexGyrePagella;
	src: url("fonts/texgyrepagella-italic.otf");
	font-style: italic;
    font-weight: normal;
}
@font-face
{
	font-family: TexGyrePagella;
	src: url("fonts/texgyrepagella-bold.otf");
	font-style: normal;
    font-weight: bold;
}
@font-face
{
	font-family: TexGyrePagella;
	src: url("fonts/texgyrepagella-bolditalic.otf");
	font-style: italic;
    font-weight: bold;
}
/* Deja Vu Sans */
@font-face
{
	font-family: DejaVuSans;
	src: url("fonts/dejavu-font-ttf-2.33/DejaVuSans.ttf");
	font-style: normal;
    font-weight: normal;
}
@font-face
{
	font-family: DejaVuSans;
	src: url("fonts/dejavu-font-ttf-2.33/DejaVuSans-Oblique.ttf");
	font-style: italic;
    font-weight: normal;
}
@font-face
{
	font-family: DejaVuSans;
	src: url("fonts/dejavu-font-ttf-2.33/DejaVuSans-Bold.ttf");
	font-style: normal;
    font-weight: bold;
}
@font-face
{
	font-family: DejaVuSans;
	src: url("fonts/dejavu-font-ttf-2.33/DejaVuSans-BoldOblique.ttf");
	font-style: italic;
    font-weight: bold;
}
@font-face
{
	font-family: DejaVuSans;
	src: url("fonts/dejavu-font-ttf-2.33/DejaVuSans-ExtraLight.ttf");
	font-style: normal;
    font-weight: 200;
}
/* Deja Vu Sans Condensed */
@font-face
{
	font-family: DejaVuSansCondensed;
	src: url("fonts/dejavu-font-ttf-2.33/DejaVuSansCondensed.ttf");
	font-style: normal;
    font-weight: normal;
}
@font-face
{
	font-family: DejaVuSansCondensed;
	src: url("fonts/dejavu-font-ttf-2.33/DejaVuSansCondensed-Oblique.ttf");
	font-style: italic;
    font-weight: normal;
}
@font-face
{
	font-family: DejaVuSansCondensed;
	src: url("fonts/dejavu-font-ttf-2.33/DejaVuSansCondensed-Bold.ttf");
	font-style: normal;
    font-weight: bold;
}
@font-face
{
	font-family: DejaVuSansCondensed;
	src: url("fonts/dejavu-font-ttf-2.33/DejaVuSansCondensed-BoldOblique.ttf");
	font-style: italic;
    font-weight: bold;
}

body
{
	background-color: #5a690c;
	background-image: url("deco/background.jpg");
	background-position: center top;
	background-attachment: fixed;
	background-repeat: repeat;
	font-family: DejaVuSans, sans-serif;
	font-size:14px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	line-height: 147%;
	text-rendering: optimizeLegibility;
}

table
{
	padding: 5px;
	border: solid;
	border-width: 0px;
}

td.left
{
	padding: 4px;
	padding-left: 0px;
	padding-right: 10px;
	width:286px;
}

td.right
{
	padding: 4px;
	padding-right: 0px;
	padding-left: 10px;
	width:286px;
}

a:link
{
	color: #222d4a;
	text-decoration: none;
}

a:visited
{
	color: #222d4a;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.section:hover
{
	text-decoration: none;
}

a:active
{
	color: #000000;
}
 
div.page
{
	position: relative;
	width: 900px;
	margin:0 auto;
	padding-top: 10px;
	background-image: url("deco/page-background.png");
}

div.sidemenu
{
	position: absolute;
	left: 40px;
	width: 197px;
	background-image: url("deco/green-plant.png");
	background-repeat: no-repeat;
	padding: 15px;
	padding-left:20px;
	padding-right:1px;
	/*padding-top: 6em;*/
	padding-top:265px;
}

div.rightcol
{
	position: relative;
	left: 262px;
	width: 552px;
	min-height: 50em;
	padding: 20px;
	padding-left: 25px;
	padding-right: 35px;
}

div.header
{
	position: relative;
	width: 900px;
	height: 40px;
	margin:0 auto;
	background-image: url("deco/header-background.png");
	background-repeat: no-repeat;
	background-position: bottom;
}

div.footer
{
	position: relative;
	clear: both;
	width: 900px;
	margin:0 auto;
	text-align: center;
	background-image: url("deco/footer-background.png");
	background-repeat: no-repeat;
	padding-top: 5px;
	margin-bottom: 40px;
}

div.inpagefooter
{
	width: 900px;
	text-align:center;
	font-size: smaller;
	margin:0px;
	padding-bottom: 25px;
}

a.footer
{
	color: #160035;
}

div.db
{
	margin-bottom: 2em;
	margin-top: 1em;
	padding: 4px;
	/*background-color: #f0f0f0;*/
	border-style: solid;
	border-color: #c0c0f0;
	border-width: 0px;
	/*border-radius: 5px;*/
}

div.dbdate
{
	float: right;
	margin-left: 2em;
}

div.yearseparator
{
	width:552px;
	height:1px;
	background-color: #000000;
	margin-top:0px;
	margin-bottom:-1px;
}

img
{
	border: 0;
}

.entryicon
{
	vertical-align: text-top;
	float: left;
	border: 0;
	padding: 0;
	margin: 0;
	padding-bottom: 6px;
}

div.entryicon
{
	vertical-align: text-top;
	float: left;
	border: 0;
	padding: 0;
	margin: 0;
	width: 46px;
}

img.db
{
	vertical-align: text-top;
	margin: 0;
	border: 0;
}



table.db
{
	vertical-align: text-top;
	margin: 0;
	border: 0;
	border-collapse:collapse;
	border-spacing:0;
}

td.db
{
	margin:0;
	padding:0;
}

img.tabledb
{
	margin:0;
	padding:0;
	border: 0;
	display:block;
}


img.index
{
	vertical-align: text-top;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

p.db
{
	/*margin-top: -0.4em;
	margin-bottom: -0.4em;*/
	margin:0px;
	padding:0px;
	/*padding-left: 0px;
	padding-right: 0px;
	padding-top: 3.6px;
	padding-bottom: 3.6px;*/
}

p
{
	margin-top: 1.0em;
	margin-bottom: 1.0em;
}

p.videolegend
{
	margin-top: 0.3em;
	margin-bottom: 2.2em;
}

p.activechapter
{
	margin-top: 0.9em;
	margin-bottom: 0.9em;
	/*font-family: TexGyrePagella, serif;
	font-size: 20px;*/
	font-weight: bold;
	/*font-feature-settings: "smcp" 1;
	-moz-font-feature-settings: "smcp=1";*/
}

p.inactivechapter
{
	margin-top: 0.9em;
	margin-bottom: 0.9em;
	font-weight: bold;
	/*font-family: TexGyrePagella, serif;
	font-size: 20px;*/
	/*font-feature-settings: "smcp" 1;
	-moz-font-feature-settings: "smcp=1";*/
}

p.activesection
{
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	margin-left: 0em;
	/*background-color: #eeeeee;*/
	/*font-feature-settings: "smcp" 1;
	-moz-font-feature-settings: "smcp=1";*/
}

p.inactivesection
{
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	margin-left: 1.4em;
	/*font-feature-settings: "smcp" 1;
	-moz-font-feature-settings: "smcp=1";	*/
}

/*.containingbox p { margin-top: 0; }*/

h1
{
	text-align: left;
	font-size: 26px;
	/*font-variant: small-caps;*/
	/*font-feature-settings: "smcp" 1;
	-moz-font-feature-settings: "smcp=1";*/
	/*font-family: TexGyrePagella, serif;*/
	margin-top: 2em;
	margin-bottom: 2.5em;
}

h2
{
	font-size: 20px;
	/*font-variant: small-caps;*/
	/*font-feature-settings: "smcp" 1;
	-moz-font-feature-settings: "smcp=1";*/
	/*font-family: TexGyrePagella, serif;*/
	padding-top: 2em;
}

dt
{
	margin-bottom: 3px;
}

dl
{
	padding-bottom: 10px;
}

.dbentrytitle
{
	margin: 0;
	padding: 0;
	font-weight: bold;
}



