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

/* 'Default' theme */

* { margin: 0; padding: 0; }

html {
overflow-y: scroll;
}

body {
margin: 0;
padding-bottom: 35px;
text-align: center;
font-size: 62.5%;
line-height: 1.0;
background: #f1f1f1 url("../img/bg-body.gif") repeat-x;
}

/* FONTS */

body, #contactform .submit {
font-family: "Open Sans", Tahoma, sans-serif;
}

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

pre {
font-family: Consolas, Monaco, monospace;
}

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

/* FONT SIZES */

#wrap {
font-size: 1.7em;
}

h1 {
font-size: 2.4em;
}

#image h1 {
font-size: 2.0em;
}

h2 {
font-size: 1.8em;
}

h3 {
font-size: 1.6em;
}

h4 {
font-size: 1.4em;
}

h5, h6 {
font-size: 1.2em;
}

#content p#banner,
#image p#banner {
font-size: 0.85em;
}

#content p, #image p {
font-size: 1.0em;
}

#content p.caption {
font-size: 1.0em;
}

#content p.meta {
font-size: 0.75em;
}

#content ul {
font-size: 1.0em;
}

#search {
font-size: 0.85em;
}

#menu {
font-size: 0.9em;
}

#extra {
font-size: 0.9em;
}

#footer {
font-size: 0.75em;
}

pre {
font-size: 14px;
}

label {
font-size: 1.0em;
}

input[type=text],
input[type=password],
textarea,
.submit {
font-size: 0.9em;
}

/* LAYOUT */

@media screen and (min-width: 978px) {

  #wrap {
  position: relative;
  width: 960px;
  margin: 0 auto;
  }

  #getnav {
  display: none;
  }

  #content {
  float: left;
  display: inline;
  }

  #content.narrow {
  width: 640px;
  min-height: 450px;
  padding: 50px 0 24px 50px;
  }

  #content.wide {
  width: 800px;
  min-height: 358px;
  padding: 50px 80px 24px 80px;
  }

  #image {
  width: 860px;
  min-height: 454px;
  padding: 50px 0 20px 50px;
  text-align: left;
  }

  #content p#banner.posnarrow,
  #image p#banner {
  left: 50px;
  color:#A6DD33;
  }

  #content p#banner.poswide {
  left: 80px;
  }

}

@media screen and (max-width: 977px) {

  #wrap {
  width: 100%;
  margin: 0;
  }

  #getnav {
  position: absolute;
  display: block;
  top: 48px; right: 14px;
  width: 50px; height: 21px;
  background: url("../img/menu-icon.png") 100% 0 no-repeat;
  opacity: 1;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  text-align: right;
  }

  #getnav:hover {
  opacity: 0.4;
  }

  #getnav a {
  display: block;
  width: 50px; height: 21px;
  opacity: 0;
  }

  #content.narrow {
  width: 640px;
  margin: 0 auto -1px auto;
  padding: 50px 0 24px 0;
  min-height: 358px;
  border-bottom: 1px solid #ddd;
  }

  #content.wide {
  width: auto;
  min-height: 358px;
  margin: 0 auto -1px auto;
  padding: 50px 10px 24px 10px;
  max-width: 800px;
  }

  #image {
  max-width: 860px;
  margin: 0 auto;
  min-height: 454px;
  padding: 50px 10px 20px 10px;
  text-align: left;
  }

  #content p#banner.posnarrow,
  #image p#banner {
  left: 10px;
  }

  #content p#banner.poswide {
  left: 10px;
  }

}

#content p#banner,
#image p#banner {
position: absolute;
top: 12px;
margin: 0;
}

#search {
position: absolute;
top: 6px;
right: 0;
text-align: left;
}

#menu {
/* No styles */
}

#extra {
/* No styles */
}

@media screen and (min-width: 978px) {

  #search {
  width: 235px;
  }

  /* Menu */
  .side {
  margin: 0 0 0 725px;
  padding: 101px 0 20px 0; /* 100+1 for entasis */
  width: 190px;
  }

  .bottom {
  display: inline;
  float: left;
  padding: 20px 0 30px 80px;
  width: 65%;
  }

  /* #extra */
  .normal {
  margin: 0 0 20px 725px;
  padding: 0 0 10px 0;
  width: 190px;
  }

  .option {
  float: right;
  width: 190px;
  }

}

@media screen and (max-width: 977px) {

  #search {
  width: 210px;
  }

  /* Menu */
  .side,
  .bottom {
  display: inline;
  float: left;
  padding: 20px 0 30px 10px;
  width: 65%;
  }

  /* #extra */
  .normal,
  .option {
  display: inline;
  float: right;
  width: 190px;
  }

}

#footer {
display: block;
clear: both;
padding: 20px 0 70px 0;
}

/* HEADINGS */

h1, h2, h3, h4, h5, h6 {
line-height: 1.1;
}

h1 {
text-shadow: 1px 2px 3px #ccc;
}

h2, h3, h4 {
text-shadow: 1px 1px 2px #ccc;
}

h1 {
margin: 0 0 20px 0;
padding-bottom: 6px;
font-weight: 600;
letter-spacing: -2px;
color: #5E00BB;
}

h1 i {
color: #bbb;
font-style: italic;
}

h1 span {
color: #bbb;
}

#image h1 {
margin: 10px 0 0 0;
padding-left: 10px;
text-align: center;
color: #999;
font-family: "Times New Roman", Tahoma, sans-serif;
font-size: 1.8em;
font-weight: normal;
text-shadow: 1px 1px 2px #ccc;
letter-spacing: 12px;
text-transform: uppercase;
}

h2, h3 {
margin: 20px 0 0 0;
padding-bottom: 4px;
font-weight: 400;
letter-spacing: -1px;
color: #333;
}

h4, h5, h6 {
margin: 15px 0 0 0;
font-weight: 400;
letter-spacing: -1px;
color: #333;
}

h4#comment {
margin-bottom: 6px;
}

/* LOOKS */

#wrap {
text-align: left;
background: #fff url("../img/bg-wrap.gif") repeat-x;
background-position: 0 0;
-webkit-box-shadow: 0 0 5em rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 5em rgba(0, 0, 0, 0.1);
box-shadow: 0 0 5em rgba(0, 0, 0, 0.1);
}

#wrap.wrap-img {
background: #fff url("../img/bg-wrap-img.gif") repeat-x;
}

#content.wide {
border-bottom: 1px solid #ddd;
}

#content p, #image p {
margin: 6px 0 0 0;
line-height: 1.4;
text-align:justify;
}

#content p#banner,
#image p#banner {
color: #999;
font-weight: normal;
line-height: 1.0;
}

#content p.caption {
clear: both;
margin-bottom: 12px;
padding: 6px 6px;
border: 1px solid #ddd;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 0 8px 5px #f9f9f9;
-moz-box-shadow: inset 0 0 8px 5px #f9f9f9;
box-shadow: inset 0 0 8px 5px #f9f9f9;
text-align: center;
color: #999;
line-height: 1.4;
}

#content p.meta {
clear: both;
margin: 20px 0 0 0;
color: #999;
}

#content ul {
clear: left;
margin-left: 25px;
padding: 5px 0 0 0;
list-style-type: square;
list-style-position: outside;
line-height: 1.4;
}

#content ol {
clear: left;
margin-left: 25px;
padding: 5px 0 0 0;
line-height: 1.4;
}

#content li {
padding: 1px 0 0 0;
}

#content ul.listing {
margin: 30px 0;
list-style-type: none;
border-top: 1px dotted #ddd;
}

#content ul.listing li {
padding: 2px 20px 5px 20px;
border-bottom: 1px dotted #ddd;
}

#content ul.listing li span {
color: #999;
}

div.box {
display: block;
clear: left;
margin: 15px 0 15px 0;
padding: 8px 18px 16px 18px;
background: #fff;
border: 1px solid #ddd;
text-align: justify;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
-webkit-box-shadow: inset 0 0 30px 5px #f9f9f9;
-moz-box-shadow: inset 0 0 30px 5px #f9f9f9;
box-shadow: inset 0 0 30px 5px #f9f9f9;
}

div.bg {
overflow: auto;
margin: 15px 0 15px 0;
padding: 8px 18px 16px 18px;
color: #666;
background: #ebeff8;
border: none;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}

#comments {
clear: both;
display: block;
margin-top: 20px;
line-height: 1.0;
color: #666;
border-top: 1px solid #ddd;
}

#comments p {
margin-top: 6px;
}

#search {
line-height: 1.0;
background: #444;
border: none;
}

#menu {
line-height: 1.2;
}

@media screen and (max-width: 977px) {

  #menu {
  border-top: 1px solid #ddd;
  }

}

#menu ul {
list-style-type: none;
text-transform: capitalize;
}

@media screen and (min-width: 978px) {

  /* Narrow content menu */
  #menu.side li {
  border-bottom: 1px solid #ddd;
  }

}

@media screen and (max-width: 977px) {

  /* Narrow content menu */
  #menu.side li {
  display: inline;
  line-height: 2.7;
  }

}

/* Wide content menu */
#menu.bottom li {
display: inline;
line-height: 2.7;
}

#extra {
line-height: 1.2;
}

@media screen and (max-width: 977px) {

  #extra {
  border-top: 1px solid #ddd;
  }

}

#footer {
text-align: center;
color: #999;
background: #f7f7f7 url("../img/bg-footer.gif") no-repeat;
background-position: center 70%;
/* x-value y-value blur spread color */
-webkit-box-shadow: 0 30px 20px -20px #d2d2d2;
-moz-box-shadow: 0 30px 20px -20px #d2d2d2;
box-shadow: 0 30px 20px -20px #d2d2d2;
}

#footer p {
margin-bottom: 10px;
}

/* FORMS */

#content form,
#image form {
margin-bottom: 10px;
}

#pw {
margin-top: 50px;
}

label {
line-height: 1.5;
}

input,
textarea {
font-family: "Open Sans", Tahoma, sans-serif;
font-size: inherit;
}

#content input[type=text],
input[type=password],
textarea {
border: 1px solid #ddd;
}

#content input[type=text],
input[type=password] {
margin: 4px 6px 4px 0;
padding: 5px 4px;
width: 240px;
}

#search input[type=text] {
padding: 3px 2px 3px 8px;
height: 19px;
color: #80ae1d;
background: none;
border: none;
font-size: inherit;
}

@media screen and (min-width: 978px) {

  #search input[type=text] {
  width: 225px;
  }

}

@media screen and (max-width: 977px) {

  #search input[type=text] {
  width: 200px;
  }

}

textarea {
margin-top: 5px;
overflow: auto;
}

.narrowtext {
width: 630px;
padding: 4px;
}

@media screen and (min-width: 978px) {

  .widetext {
  width: 790px;
  padding: 4px;
  }

}

@media screen and (max-width: 977px) {

  .widetext {
  width: 98%;
  padding: 4px 6px 4px 4px;
  }

}

.submit {
margin: 8px 0 0 0;
padding: 7px 17px 7px 16px;
color: #5E00BB;
background-color: #fff;
border: 1px solid #bbb;
-webkit-transition: -webkit-box-shadow 0.3s linear;
-webkit-box-shadow: inset 0 0 8px 5px #f7f7f7;
-moz-box-shadow: inset 0 0 8px 5px #f7f7f7;
box-shadow: inset 0 0 8px 5px #f7f7f7;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.submit:hover {
color: #000;
-webkit-box-shadow: 0px 0px 15px #ccc;
-moz-box-shadow: 0px 0px 15px #ccc;
box-shadow: 0px 0px 15px #ccc;
cursor: pointer;
}

#search-submit {
display: none;
}

#content .response p {
margin-top: 6px;
color: #80ae1d;
}

/* IMAGES */

img,
iframe {
vertical-align: bottom;
}

#content p img,
iframe {
clear: both;
margin: 16px auto 16px auto;
display: block;
max-width: 100%;
height: auto;
}

#content img.left {
float: left;
display: inline;
margin: 6px 20px 6px 0;
}

#content img.border,
iframe.border {
background: #fff;
padding: 19px;
border: 1px solid #ccc;
/* x-value y-value blur spread color */
-webkit-box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.3);
box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.3);
}

a img {
border: none;
}

#image img {
display: block;
margin: 10px auto;
background: #fff;
padding: 19px;
border: 1px solid #ccc;
/* x-value y-value blur spread color */
-webkit-box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.3);
box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.3);
}

/* Maximum width: 800px, with border: 760px */

@media screen and (min-width: 978px) {

  #image img {
  max-width: 800px; /* No border */
  }

  #content img.border,
  iframe.border {
  max-width: 760px;
  }

}

@media screen and (max-width: 977px) {

  #content img.border,
  iframe.border,
  #image img {
  max-width: 93%;
  }

}

/* LINKS */

a {
color: #5E00BB;
text-decoration: none;
}

#banner a {
color: #fff;
}

#banner a:hover {
color: #999;
}

#menu strong {
color: #000;
font-weight: 400;
}

@media screen and (min-width: 978px) {

  /* Menu */
  .side a,
  .side strong {
  display: block;
  padding: 6px 8px;
  }

  #menu.side a {
  color: #999;
  }

}

@media screen and (max-width: 977px) {

  /* Menu */
  .side a,
  .side strong {
  display: inline-block;
  height: 20px;
  margin: 6px 6px 0 0;
  padding: 7px 12px 6px 12px;
  border: 1px solid;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  vertical-align: top;
  line-height: 1.2em;
  }

  #menu.side a {
  color: #ff0099;
  border: 1px solid #ddd;
  }

  .side a:hover,
  .side strong {
  border: 1px solid #aaa;
  }

}

/* Menu */
.bottom a,
.bottom strong {
display: inline-block;
height: 20px;
margin: 6px 6px 0 0;
padding: 7px 12px 6px 12px;
border: 1px solid;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
vertical-align: top;
line-height: 1.2em;
}

#menu.bottom a {
color: #ff0099;
border: 1px solid #ddd;
}

.bottom a:hover,
.bottom strong {
border: 1px solid #aaa;
}

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

#footer p a {
color: #999;
}

a:hover,
#menu a:hover,
#menu li.admin a:hover,
#footer p a:hover {
color: #000;
text-decoration: none;
}

/* MISC */

span {
color: #80ae1d;
}

hr {
clear: both;
display: block;
margin: 15px auto 10px auto;
padding-bottom: 1px;
height: 0;
width: 100%;
background: #fff;
border: none;
border-top: 1px solid #ddd;
}

blockquote {
margin: 15px 15px 15px 12px;
padding: 0 0 0 12px;
border-left: 4px solid #ddd;
color: #666;
}

del {
color: #666;
}

/* CODE */

pre {
margin: 10px 0 12px 0;
padding: 6px 0;
line-height: 1.4;
color: #609;
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;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}

pre b {
font-weight: normal;
color: #80ae1d;
}

pre em {
font-style: normal;
color: #066;
}

/* TABLE */

#content table {
margin: 10px auto 0 auto;
border-spacing: 0;
border: none;
border-collapse: collapse;
text-align: center;
}

#content table td {
padding: 5px;
border: none;
}

#content table img {
float: none;
margin: 0 auto;
padding: 15px;
border: 1px solid #ddd;
text-align: center;
}

#content table a {
border: none;
}

li.cursor a:hover {
cursor: pointer;
}

.zap {
display: none;
}














