@charset "utf-8";
/* CSS Document */

@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");
}

@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: 500;
	src: url("Roboto-Medium.ttf"); 
}

@font-face {
	font-family: 'Roboto';
	font-weight: 700;
	font-style: normal;
	src: url("Roboto-Bold.ttf");
}

@font-face {
	font-family: 'Roboto';
	font-weight: 900;
	font-style: normal;
	src: url("Roboto-Black.ttf");
}

@font-face {
	font-family: 'RobotoCondensed';
	font-weight:300;
	font-style:italic; 
	src: url("RobotoCondensed-Light.ttf"); 
}

@font-face {
	font-family: 'RobotoCondensed'; 
	font-weight:300; 
	font-style:italic; 
	src: url("RobotoCondensed-LightItalic.ttf"); 
}
@font-face { 
	font-family: 'RobotoCondensed'; 
	font-weight:400; 
	src: url("RobotoCondensed-Regular.ttf"); 
}

@font-face {
	font-family: 'RobotoCondensed';
	font-weight:600;
	src: url("RobotoCondensed-Bold.ttf"); 
}

body {
	font-family: Roboto, Arial, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	font-weight: 400;
	color:#333;
	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;
	letter-spacing: 0px;
	color: #558;
}

strong {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: 0.5px;
	color: #000;
}

.icon {
	width: 24px;
	height: 24px;
	vertical-align: bottom;
}

b {
	font-family: Roboto, Arial, Helvetica, sans-serif;
   font-weight: 700;
   letter-spacing: 0.5px;
   color: #000;
}

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;
	margin-left: 0em;
}
  
ul li::before {
	/*content: "\25CF";*/
	font-family: Icons;
	font-weight: 600;
	content: "\25AA"; 
	color: #F70B1B;
	display: inline-block;
	width: 1em;
	margin-left: -1.0em;
	margin-top: 6px;
	margin-right: 0em;
	font-size: 1.25rem;
}

ul ul li::before {
/*	content: "\25CF";*/
	content: "\25AA"; 
	font-family: Icons;
	font-weight: 600;
	color:  #66D;
	font-weight: bold;
	width: 1em;
	margin-left: -1em;
	margin-top: 6px;
	margin-right: 0em;
	font-size: 1rem;
}
li {
	position: relative;
}

ol.list-style-bold {
	font-weight: bold;
}
ol.list-style-bold > li {
	font-weight: normal;
}

a:link
{
	color: #08c;/* #d50000;*/
	text-decoration:none;
	font-weight: 700;
	letter-spacing: 1px;
}

a:hover
{
	color: #0BF;/* #ff0000;*/
	text-decoration: underline;
}

a:visited
{
	color: #048; /* #900000;  #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;
	letter-spacing: 2px;
	margin-top: 50px;
	margin-bottom: 15px;
    /*color: #D32F2F;*/
	color: #000;
}

h2 {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-weight: 900;
	letter-spacing: 2px;
	margin-top: 40px;
	margin-bottom: 15px;
/*	color: #444;*/
	color: #000;
}

h3 {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-weight: 900;
	letter-spacing: 2px;
	margin-top: 30px;
	color: #000;
}

h4 {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: 2px;
  margin-top: 30px;
  text-transform: uppercase;
  color: #000;
}



.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 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;
}

.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;
}

/*.friday {
	color:#22D;
	background-color: #F8F8F8;
	box-shadow: 0px 0.5px 4px #888;
	font-weight: 500;
	letter-spacing: 0.5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	margin-left: 3px;
	margin-right: 3px;
	border-radius: 3px;
}*/
.friday {
	background-color:#66D;
	color: #FFF;
	border-radius: 3px;
	/*box-shadow: 0px 0.5px 4px #888;*/
	font-weight: 900;
	font-family: Roboto;
	letter-spacing: 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	margin-left: 3px;
	margin-right: 3px;
	white-space: nowrap;
}

code {
	background-color: #DDD;
	box-shadow: 0px 0.5px 4px #777;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	margin-left: 3px;
	margin-right: 3px;
	border-radius: 3px;
	letter-spacing: 1px;
	color: #000;
	font-family: Consolas, monospace;
}

.subtitle {
	font-size: 80%;
	font-weight: 700;
	color: #888;
	letter-spacing: 1px;
}

abstract {
	max-width: 40em;
	line-height: 170%;
	text-align: justify;
}

figure {
	text-align: center;
	padding: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-family: RobotoLight;
	letter-spacing: 1px;
}

figure strong {
	font-family: RobotoMedium;
	font-weight: normal;
	letter-spacing: 0px;
}

figure img {
	width: 80%;
	margin-bottom: 10px;
	border-width: 2px;
	border-color: #eee;
	border-style: solid;
	padding: 30px;
}

figcaption {
	font-family: "Roboto";
	font-weight: 400;
	color: #333;
}

figcaption em, figcaption i {
	font-family: "Roboto";
	font-weight: 400;
	font-style: italic;
}

figcaption strong {
	font-family: "Roboto";
	font-weight: 700;
}

.bigbox {
	border-radius: 10px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 30px;
	border-width: 2px;
	border-color: #999;
	border-style: dashed;
	margin-bottom: 30px;
}

.smallbox {
	border-radius: 3px;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #f8f8f8;
	border-width: 1px;
	border-color: #ddd;
	border-style: solid;
	margin-bottom: 10px;
}