﻿body {
  background: linear-gradient(to bottom, #d6d6d6 0, #f7f7f7 100px, #fff 100%) no-repeat;
  min-height: 100%;
  padding-top: 30px;
  margin: 0;
  font-family: Lato;
  color: #404040;
}
body #head {
  padding-top: 24px;
}
body #logo {
  width: 37px;
  height: 37px;
}
body #page {
  text-align: left;
  width: 900px;
  margin: 0 auto;
}
body #page #content {
  padding: 14px 0;
  clear: both;
}
body #page #menu {
  position: relative;
  z-index: 100;
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
}
footer {
  border-top: 1px solid #E8E8E8;
  font-size: 13px;
  color: #9E9EA6;
  margin-top: 16px;
}
footer a {
  color: inherit;
  text-decoration: none;
}
footer #footer {
  margin: 0 auto;
  width: 900px;
  padding-top: 10px;
  padding-bottom: 10px;
}
footer #footer span {
  display: inline-block;
  width: 222px;
}
h1 {
  font-size: 22px;
  background-color: rgba(255, 165, 0, 0.2);
  border-left: 8px orange solid;
  border-right: 8px orange solid;
  margin: 8px;
  padding: 12px 20px 8px 20px;
  color: #666;
}
h1 a {
  float: right;
}
h1 a img {
  width: 24px;
  height: 24px;
}
.medaillon {
  display: inline-block;
  width: 430px;
  padding-top: 16px;
  font-size: 17px;
  line-height: 1.62em;
  vertical-align: top;
}
.medaillon:nth-child(2n) {
  margin-left: 35px;
}
.medaillon h4 {
  -moz-transition: color linear 0.5s;
  -o-transition: color linear 0.5s;
  -webkit-transition: color linear 0.5s;
  transition: color linear 0.5s;
  font-weight: bold;
  font-size: 20px;
  margin: 0;
  color: black;
}
.medaillon .learnmore {
  float: right;
}
.medaillon:hover .theme1 {
  color: orange;
}
.medaillon:hover .theme2 {
  color: orangeRed;
}
.medaillon:hover .theme3 {
  color: crimson;
}
.medaillon:hover .theme4 {
  color: maroon;
}
a {
  color: #3aa3e3;
}
.newscontainer {
  width: 880px;
  margin: 0 auto;
  background-color: orange;
  color: white;
  padding: 6px;
  margin-top: 16px;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
.newscontainer ul {
  display: none;
}
.newscontainer .header {
  display: none;
}
.newscontainer:hover {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.screenshotpanel {
  position: relative;
  color: white;
}
.screenshotpanel .changelog {
  background-color: orange;
  position: absolute;
  left: 0;
  margin: -334px 10px 0 10px;
  top: 334px;
  width: 880px;
  height: 334px;
}
.screenshotpanel .changelogbutton {
  height: 24px;
  cursor: pointer;
  padding: 4px 4px 4px 10px;
}
.screenshotpanel table {
  background-color: orange;
  position: relative;
  width: 880px;
  margin: 0 auto;
}
.screenshotpanel table td {
  border: 0 transparent solid;
  width: 220px;
}
.screenshotpanel table td img {
  border: none;
}
.comments {
  margin-top: 64px;
}
.comments .comment {
  margin: 4px 0;
  border-left: 4px orange solid;
  background-color: #eee;
  padding: 6px;
}
.comments .comment h5 {
  margin: 0;
}
.comments .comment h5 a {
  color: orange;
  text-decoration: none;
}
.comments .comment p {
  font-size: 12px;
  margin: 4px 0;
}
.comments .comment-editor {
  border-left: 4px orange solid;
  background-color: #eee;
  padding: 6px;
  padding-bottom: 48px;
}
.comments .comment-editor input {
  width: 412px;
  margin: 4px;
}
.comments .comment-editor textarea {
  margin: 4px;
  width: 852px;
}
.comments .comment-editor button {
  float: right;
  margin-right: 7px;
}
input[type=text],
textarea {
  padding: 10px;
  background-color: #f7f7f7;
  border: none;
  outline: none;
  display: inline-block;
  font-family: inherit;
  font-size: 12px;
}
input[type=text]:focus,
textarea:focus {
  background-color: white;
}
button,
.downloadbutton {
  background-color: orange;
  color: white;
  border: none;
  cursor: pointer;
  padding: 5px 48px;
  font-family: inherit;
  font-size: 15px;
  margin: 6px;
  text-decoration: none;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
button:hover,
.downloadbutton:hover {
  background-color: orangeRed;
}
button:active,
.downloadbutton:active {
  background-color: maroon;
}
.downloadbutton {
  float: right;
}
ul.biglist {
  padding: 0;
}
ul.biglist li {
  padding: 6px;
  list-style: none;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid orange;
  font-size: 14px;
}
ul.biglist li a {
  color: #404040;
  text-decoration: none;
}
ul.biglist li:hover {
  background-color: rgba(255, 165, 0, 0.1);
  font-size: 28px;
}
ul.biglist li:last-child {
  border-bottom: none;
}
#pricelist {
  width: 800px;
  margin-left: 50px;
  margin-top: 50px;
}
#pricelist td {
  border-top: 1px solid silver;
  height: 32px;
}
#pricelist td:nth-child(2) {
  text-align: right;
}
#pricelist td ul {
  font-size: 11px;
}
.message {
  border: 1px solid orange;
  background-color: rgba(255, 165, 0, 0.1);
  margin: 10px;
  padding: 6px;
}