@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Roboto';
	font-weight: 400;
	font-style: normal;
	src: url("Roboto-Regular.ttf");
}

@font-face {
	font-family: 'Roboto';
	font-weight: 400;
	font-style: italic;
	src: url("Roboto-Italic.ttf");
}

@font-face {
	font-family: 'Roboto';
	font-weight: 700;
	font-style: normal;
	src: url("Roboto-Bold.ttf");
}

/*
@font-face {
	font-family: 'RobotoSlab';
	font-weight: 400;
	font-style: normal;
	src: url("RobotoSlab-Regular.ttf");
}

@font-face {
	font-family: 'RobotoSlab';
	font-weight: 700;
	font-style: normal;
	src: url("RobotoSlab-Bold.ttf");
}
*/

@font-face {
	font-family: 'Roboto';
	font-weight: 300;
	font-style: normal;
	src: url("Roboto-Light.ttf");
}

@font-face {
	font-family: 'Roboto';
	font-weight: 300;
	font-style: italic;
	src: url("Roboto-LightItalic.ttf");
}

body {
	background-color: #FFF;
	color:#000000;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	width: 80%;
	min-width: 800px;
	margin-left: auto;
	margin-right: auto;
	max-width: 50em;
	margin-bottom: 30em;
}

.light {
	font-weight: 300;
	letter-spacing: 0px;
}

.time {
	font-weight: 300;
	font-style: italic;
	letter-spacing: 0px;
	color: #558;
}

.icon {
	width: 24px;
	height: 24px;
	vertical-align: bottom;
}

b {
	font-family: Roboto, Arial, Helvetica, sans-serif;
   font-weight: 700;
}

p {
	max-width: 50em;
	line-height: 170%;
}

i {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-style: italic;
}

ul {
	list-style: none; 
	max-width: 50em;
	line-height: 170%;
	margin-bottom: 6px;
}
  
ul li::before {
	content: "\25CF";
	color: #800;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	margin-top: 6px;
}

ul ul li::before {
	content: "\25CF";
	color: #D66;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	margin-top: 6px;
}

a:link
{
	color: #08c;
	text-decoration:none;
}

a:hover
{
	color: #00A3F5;
	text-decoration: underline;
}

a:visited
{
	color: #08c;/*#634;*/
}

td {
	padding: 10px;
	max-width: 30em;
}

strong {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-weight: 700;
}

h1 {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-weight: 300;
	margin-bottom: 40px;
    font-size: 300%;
	color: #000;
	text-align: center;
}

h2 {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-weight: 700;
	margin-top: 35px;
	margin-bottom: 7px;
	color: #C22;
	letter-spacing: 2px;
}

h3 {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-weight: 700;
	margin-top: 25px;
	margin-bottom: 7px;
	color: #228;
	letter-spacing: 2px;
}

.dark {
	color: #555;
	text-transform: uppercase;
}


/*.box {
	background:#FDFDFD;
	border-spacing: 5px;
	border-radius: 5px;
	box-shadow:    0px 4px 8px #CCC;
   	border-style: solid;
	border-color: #DDD;
	border-width: 1px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
}*/

.box {
	background:#FFF;
	border-spacing: 10px;
	box-shadow:    0px 2px 6px #555;
    padding-left: 45px;
	padding-right: 45px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.box-optional {
	background:#FFF;
	border-spacing: 10px;
	box-shadow:    0px 2px 6px #555;
    padding-left: 45px;
	padding-right: 45px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #656565;
}

.box h2 {
	margin-top: 0px;
}

.box h3 {
	margin-top: 0px;
	color: #000;
}

.box ul {
	list-style: none; 
	max-width: 50em;
	line-height: 170%;
	margin-bottom: 0px;
}
  
.box ul li::before {
	content: "\25CF";
	color: #333;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	margin-top: 0px;
}

.box ul ul li::before {
	content: "\25CF";
	color: #666;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	margin-top: 0px;
}

.box + .box {
	margin-top: 15px;
}

.box-optional h2 {
	margin-top: 0px;
}

.box-optional h3 {
	margin-top: 0px;
	color: #656565;
}

.box-optional ul {
	list-style: none; 
	max-width: 50em;
	line-height: 170%;
	margin-bottom: 0px;
}
  
.box-optional ul li::before {
	content: "\25CF";
	color: #333;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	margin-top: 0px;
}

.box-optional ul ul li::before {
	content: "\25CF";
	color: #666;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	margin-top: 0px;
}

.disclaimer-top {
	width: 100%;
	color:#B33;
	background-color: #F8F8F8;  
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
	border-style: solid;
	border-color: #D22;
	border-width: 3px;
}

.disclaimer-top p {
	margin: 0px;
}

.disclaimer-top strong {
	color: #611;
}

code {
	background-color: #DDD;
	padding: 3px;
	border-radius: 3px;
	letter-spacing: 1px;
}

.subtitle {
	font-size: 80%;
	font-weight: 700;
	color: #888;
	letter-spacing: 1px;
}

abstract {
	max-width: 40em;
	line-height: 170%;
	text-align: justify;
}

.vsection {
	margin-right:1.0em;
	margin-top: 1em;
	margin-bottom: 0.5em;
	padding: 1em;
	border-style: solid;
	border-color: #CCC;
	border-width: 1px;
	/*border-bottom: 1px solid #CCC;*/
}

.download {
	margin-right: 1.0em;
	display: inline-block;
	background-color: #F8F8F8;
	padding-left: 0.75em;
	padding-right: 0.75em;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	border-style: solid;
	border-width: 1px;
	border-color: #CCC;
	margin-top: 0em;
	margin-bottom: 0em;
}

.box-optional .download {
	/*background-color: #DDD;*/
	border-color: #BBB;
	color: #555;
}

.download-spacer {
	margin-top: 5px;
}

.next-vid-space {
	margin-top: 5px;
}

.vsect-spacer {
	margin-bottom: 10px;
}

.le-logo {
	float:right;
	float:top;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-top: 0px;
	padding: 0px;
}

.layout-tab {
	border: none;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

.layout-td {
	border: none;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

.layout-tr {
	border: none;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

.notification {
	border-radius: 10px;
	padding: 10px;
	border-style: solid;
	border-width: 3px;
	border-color: #D22;
	color: #800;
	line-height: 170%;
}

.notification strong, .notification i {
	color: #000;
}