/*
*
* CSS Reset
*
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, input, textarea,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%;
   font: inherit;
   vertical-align: baseline;
   -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
   display: block;
}
ol, ul {
   list-style: none;
}
blockquote, q {
   quotes: none;
   margin-left:50px;
   font-style: italic;
   
}
blockquote:before, blockquote:after,
q:before, q:after {
   content: '';
   content: none;
}


body{
   font-family:"OpenSans","DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
   padding:30px;
   font-size:24px;
   font-weight:500;
   line-height:1.5em;
   color:#222;
}


strong{
   font-weight:700;
}

pre{
   margin-bottom:50px;
   font-family: monospace;
   font-size:20px;
}

pre p{
   white-space: pre-wrap;
   font-family:"OpenSans","DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
}

hr{
   border:1px dashed #777;
}

a{
   text-decoration:none;
   outline:none;
   color: #5e70ff; 
   font-weight:bold;  
}

a:hover{
   text-decoration:underline;   
}
a img{
   outline:none;
}


ul{
   margin-bottom:2.4em;
}

li a{
   display:block;
   margin-bottom:16px;
}

li a.indent{
   padding-left:16px;
}

li a.inline{
   display:inline;
   margin-bottom:0;
}




article{
   margin-bottom:2em;
}

section{
   margin-bottom:2em;
}


p{
   line-height:1.5em;
   margin-bottom:1.2em;
   font-size:24px;
   max-width:50em;
   font-weight:500;
}

p.last{
   margin-bottom:30px;
}

h1,h2,h3,h4,h5,h6{   
   font-weight:700;
   line-height:1.2em;
}

h1,h2,h3,h4{
   text-transform:uppercase;   
   margin-bottom:30px;
}

h5,h6{
   margin-bottom:.3em;
}

h1{
   font-size:50px;   
}
h2{
   font-size:40px;
}
h3{
   font-size:27px;
}
h4{
   font-size:24px;
}
h5{
   font-size:24px;
}
h6{
   font-size:24px;
}

.warning{
   font-weight:bold;
   color:#880000;
}

.clear{
   clear:both;
}

.center{
   text-align:center;
   text-wrap:balance;
}

.right{
   text-align:right;
}


.nobtm{
   margin-bottom:0;
}

.main{
   margin:0 auto;
   max-width:1070px;
   position:relative;
   z-index:20;
   /*background:#ffeecc;
   padding:20px;*/
   /*border:2px solid white;*/
   padding:10 150px;
   
}
