/* 'Standalone' CSS: all the rules required for max-width: 640px */

/* [last update 11.00 Dec 03 2018] */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i);

* { margin: 0; padding: 0; }

body {
margin: 10px;
padding-bottom: 20px;
background: #fff;
font-size: 100%;
}

#wrap {
width: 100%;
color: #000;
text-align: left;
font-family: "Open Sans";
font-size: 1.0em;
line-height: 1.6;
}

/* #getnav hidden in normal stylesheet */

#getnav {
display: block;
margin-bottom: 1.0em;
padding: 0 0 0.6em 0;
border-bottom: 1px solid #ddd;
font-size: 1.2em;
font-weight: 600;
text-align: center;
}

#getnav a {
color: #000;
padding-bottom: 1px;
border-bottom: 1px dotted #000;
text-transform: lowercase;
}

#getnav a:hover {
color: #666;
}

#getnav a:before {
content: "";
}

#getnav a:after {
content: "";
}

/* End #getnav */

/*
#content {
min-height: 0;
}
*/

/* -------------------------------------------------- */
/* General text styles */

h1, h2, h3, h4, h5, h6 {
font-family: "Open Sans";
}

h1 {
margin: 0.65em 0 0.25em 0;
font-size: 2.1em;
line-height: 1.2;
letter-spacing: -2px;
font-weight: 600;
text-shadow: 1px 1px 3px #ccc;
}

h1 i, h1 span {
color: #777;
font-style: normal;
}

h2, h3 {
margin: 1.0em 0 0 0;
font-size: 1.5em;
line-height: 1.2;
letter-spacing: -1px;
}

h4, h5, h6 {
margin: 1.0em 0 0 0;
font-size: 1.2em;
line-height: 1.2;
}

p strong, p b, ul strong, ul b {
font-weight: 600;
}

p {
margin: 1.0em 0 1.0em 0;
font-size: 1.1em;
}

p.caption {
margin: -0.5em auto 1.0em auto;
padding: 0 10px 0.5em 10px;
width: 75%;
text-align: center;
font-size: 1.1em;
font-weight: 600;
color: #777;
border-bottom: 1px solid #777;
}

#content p.meta {
font-size: 0.95em;
color: #999;
}

ul, ol {
margin: 0.75em 0 0.75em 0;
list-style-position: inside;
}

li {
margin-left: 0.25em;
padding: 0.15em 0;
}

.listing {
margin-top: 0.75em;
list-style-type: none;
border-top: 1px solid #ebebeb;
}

.listing li {
margin-left: 0;
padding: 0.5em 0;
border-bottom: 1px solid #ebebeb;
}

/* End general text styles */

/* -------------------------------------------------- */
/* Box related */

#search {
margin: 1.5em auto 1.5em auto;
width: auto;
text-align: center;
}

div.box,
div.bg {
display: block;
margin: 1.0em 0;
padding: 0.1em 1.0em 0.2em 1.0em;
border-radius: 15px;
}

div.box {
color: #777;
background: #fff;
border: 1px solid #ddd;
}

div.bg {
color: #555;
background: #f4f4f4;
border: 1px solid #f4f4f4;
}

#menu {
display: block;
padding-top: 0.2em;
padding-bottom: 0.25em;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
text-align: center;
}

#extra {
display: block;
margin: 1.0em 0;
text-align: left;
font-size: 1.0em;
}

#menu ul,
#extra ul {
list-style-type: none;
line-height: 1.2;
text-transform: capitalize;
}

#menu ul {
margin: 1.0em auto 1.0em auto;
text-align: center;
font-size: 1.25em;
}

#menu li,
#extra li {
display: block;
}

#menu li {
padding: 0.25em 0.25em;
}

#menu strong {
font-weight: normal;
}

#extra li {
padding: 0.25em 0;
}

#comments {
color: #777;
}

#footer {
display: block;
width: 100%;
height: auto;
margin: 0.5em auto 0 auto;
padding: 1.0em 0 5.0em 0;
font-size: 0.8em;
text-align: center;
color: #ccc;
background: #555 url("../img/bg-footer.png") no-repeat;
background-position: center bottom;
/* x-value y-value blur spread color */
-webkit-box-shadow: 0 700px 0 700px #555;
-moz-box-shadow: 0 700px 0 700px #555;
box-shadow: 0 700px 0 700px #555;
}

#footer p {
margin-right: auto;
margin-left: auto;
width: 80%;
text-align: center;
}

/* End box related */

/* -------------------------------------------------- */
/* Misc */

hr {
margin: 1.0em auto 0 auto;
padding-bottom: 1px;
height: 0;
width: 100%;
background: #fff;
border: none;
border-top: 1px solid #ddd;
}

div.video {
display: block;
margin: 1.2em auto 1.2em auto;
text-align: center;
}

video {
max-width: 100% !important;
height: auto !important;
background: #ebebeb;
}

iframe {
height: auto;
border: none;
background: #ebebeb;
}

.iframe-wrapper {
clear: both;
position: relative;
overflow: hidden;
padding-top: 56.25%;
margin: 1.0em 0 1.0em 0;
}

.responsive {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}

span, .response {
color: #7fa729;
}

img { /* All images */
display: block;
float: none;
max-width: 100%;
height: auto;
margin: 1.0em auto;
padding: 0;
vertical-align: bottom;
border: none;
box-shadow: none;
}

pre {
margin: 1.0em 0 1.0em 0;
padding: 1.0em 0;
font: 1.0em 'Courier New', Courier, Fixed;
font-weight: 600;
color: #606;
background: #fff;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
line-height: 1.6em;
width: auto;
word-break: break-all;
white-space: pre-wrap;
white-space: -moz-pre-wrap !important;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
}

/* End misc */

/* -------------------------------------------------- */
/* Forms */

form.commentform,
form.contactform {
padding: 1.0em 4px 1.35em 4px;
margin: 1.0em auto 0 auto;
text-align: center;
background: #ebebeb;
border-radius: 0.5em;
}

.zap {
display: none;
}

input[type=text],
input[type=password] {
display: block;
background: #fff;
border: 1px solid #ddd;
border-radius: 0.25em;
font-size: 1.0em;
}

input[type=text] {
margin: 0.5em auto 0 auto;
padding: 0.5em 5px;
width: 95%;
}

input[type=password] {
margin: 0.5em 0 0 0;
padding: 0.5em 4px;
width: 200px;
}

input.zap {
display: none;
}

#search input[type=search] {
display: block;
margin: auto;
padding: 0.75em 1.2em;
width: 50%;
color: #000;
background: #fdffe4;
border: 1px solid #dee47e;
border-radius: 2.0em;
text-align: left;
font-size: 1.0em;
}

textarea {
margin: 1.0em 0 0 0;
padding: 0.5em 5px;
width: 95%;
height: 10.0em;
font-size: 1.0em;
background: #fafafa;
border: 1px solid #ddd;
border-radius: 0.25em;
}

.submit {
margin: 0.5em 0 0 0;
padding: 0.5em 1.5em;
color: #ff0099;
background-color: #fff;
border: 1px solid #bbb;
border-radius: 0.5em;
font-size: 1.2em;
}

.submit:hover {
color: #000;
}

#search-submit {
display: none;
}

/* End forms */

/* -------------------------------------------------- */
/* Links */

a {
color: #ff0099;
text-decoration: none;
}

a:hover {
color: #000;
}

a img {
border: none;
}

#menu li a {
color: #666;
}

#menu li.admin a {
color: #ff0099;
}

#menu li a:hover {
color: #000;
}

#footer a {
padding-bottom: 2px;
color: #fff;
border-bottom: 1px dotted #999;
}

#footer a:hover {
color: #ccc;
}

/* End links */
