
/*! basics.css */

/* ... Classes ...
-----------------------------------------------*/
.invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block {
  overflow: hidden;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.image_container a,
.image_container img {
  display: block;
}

/* ... Classes ... END
-----------------------------------------------*/



/* ... Reset ...
-----------------------------------------------*/
:focus {
  outline: none;
}
header,
footer,
nav,
section,
aside,
article,
figure,
figcaption {
  display: block;
  margin:0;
}
img {
  max-width: 100%;
  height: auto;
}
pre,
code,
kbd,
samp,
var,
tt {
  font-family: Arial, Helvetica, sans-serif;
}
ul,
ol,
dl {
   margin: 0 0 1em 1em;
}
ul {
  list-style-type: disc;
  padding-left: .2em;
  margin: 2em 0 2em 0;
}
ul ul {
  list-style-type: circle;
  margin-bottom: 0;
}
ul ul ul {
  list-style-type: square;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style-type: lower-latin;
  margin-bottom: 0;
}
li {
	margin-top:10px;
	margin-bottom: 10px;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 0 1em .8em;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
table {
  border-collapse: collapse;
}
th,
td {
  padding: .5em;
  text-align: left;
  vertical-align: top;
}
p {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 0 1em;
  font-size: 0.85em;
  line-height: 1.4em;
}
/* ... Reset ... END
-----------------------------------------------*/


