/* --------------------------------------------------------------------------------------------- */
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,
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;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}

html{font-size:100%;}
body,textarea{font:1em/1.4em Helvetica, "Helvetica Neue", Arial, sans-serif; color:#333;}
a:focus{outline:1px dotted}
a{color: #333;text-decoration: underline;}
a:focus,a:hover {color: #378cdd;}
p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  font-weight: 300;
}
strong {
  font-weight: 600;
}
li{margin-bottom:0.6em;}
h1{font-size:2.4em;}
h2{font-size:1.9em; margin-top: 3em;}
h3{font-size:1.6em; margin-top: 3em;}
h4{font-size:1.4em; margin-top: 3em;}
h5{font-size:1.2em; font-weight: 600; margin-top: 3em;}
h6{font-size:1.0em; font-weight: 600; margin-top: 3em;}
ol{list-style:decimal;}
ul{list-style:disc;}
ol,ul,blockquote,dd {padding-left: 4em;}
th,td{padding: 0.5em 1em;}
fieldset{border: 1px solid #ccc;padding: 1em;}
legend{padding: 0 2px;}
textarea{padding: 0.5em;}
dt{padding: 0.5em 0;}
th{background-color: #f5f5f5;}
hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0;}
img{display: block;}

/* classes */
img.left{float:left;margin:0 1em 0 0;}
img.right{float:right;margin:0 0 0 1em;}
table.layout{border: none;}
table.layout td{text-align:left;vertical-align:top;border:0;margin:0;padding:0;}
input{margin:2px;padding:3px 5px;border-top:1px solid #828261; border-left:1px solid #828261; border-bottom:1px solid #c1c19b; border-right:1px solid #c1c19b;}
input.checkbox{border:none;padding:0px;margin:0px;width:auto;}

/* clearfix */
.clearfix:after{content:" "; display:block;clear:both;visibility:hidden;line-height:0;height:0}
.clearfix{display:inline-block}
html[xmlns] .clearfix{display:block}
* html .clearfix{height:1%}

/* Main layout
--------------------------------------------------------------------------------------------- */
body {
  background-color: #fdfdfd;
}
.main,
.header {
  max-width: 960px;
  margin: 0 auto;
}
.main img {
  border: 1px solid #fdfdfd;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;  
}
small {
  font-size: 65%;
}
code {
  background-color: #F2F2F2;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
code strong {
  color: #E24143;
}
h2 {
  padding-top: 1em;
  border-top: 1px dashed #ccc;
  font-weight: bold;
  color: #333;
}
.header {
  padding-top: 2.4em;
  overflow: auto;
}
.header-c {
  border-bottom: 1px solid #f1f1f1;  
  background-color: #fff;
}
.header h1 {
  margin-bottom: 0;
}
.header h3 {
  color: #ccc;
  font-size: 1.2em;
  margin-top: 1.5em;
}
h2#description {
  margin-top: 1em;
}
.description li ul {
  margin-top: 1em;
}

.footer {
  margin-bottom: 3em;
}
.footer a:hover {
  color: #378cdd;
}
.credits,
.credits a {
  color: #ccc;
}
.img-list p {
  margin-top: 2.5em;
  margin-bottom: 0.5em;
}
img.border {
  border-right: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.toc {
  padding-top: 2em;
}
.toc p {
  margin: 0;
  padding: 0;
}
.toc a{color: #378cdd;text-decoration: underline;}
.toc a:focus,.toc a:hover {color: #333;}

.presets a {
  text-decoration: none;
}

