* {
  border: 0;
  margin: 0;
  font-family: "DejaVu sans", Verdana, sans-serif;
  font-size: 1.0em;
  background: transparent;
}

body {
  background-image: url('bg.png');
  background-position: top left;
  background-repeat: repeat-x;
  color: #000;
  font-size: 11px;
}

a:link, a:visited {
  color: #4F94CD;
  background: transparent;
  text-decoration: none;
}	

a:hover {
  color: #8e8e8e;
  background-color: transparent;
  text-decoration: underline;
}

#header {
  background-image: url('head.png');
  width: 100%;
  height: 100px;
}

#header #title {
  background-image: url('bluemindo.png');
  background-position: top left;
  background-repeat: no-repeat;
  width: 75%;
  min-width: 958px;
  height: 95px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#header #title ul {
  bottom: 0;
  right: 0;
  position: absolute;
}

#header #title ul li {
  float: left;
  list-style-type: none;
}

#header #title ul li a {
  display: block;
  padding: 5px;
  color: #ccc;
  font-weight: bold;
  letter-spacing: -0.4px;
}

#header #title ul li a:hover {
  color: #fff;
  text-decoration: none;
}

#contentheader {
  background-color: #e3f9ff;
  border-top: 1px #FFFACD solid;
  border-right: 1px #ccc solid;
  border-left: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  width: 75%;
  min-width: 958px;
  margin-left: auto;
  margin-right: auto;
  height: 300px;
  padding: 5px;
  position: relative;
}

#contentheader .logo {
  float: left;
  padding-right: 20px;
}

#contentheader h1 {
  font-size: 2.1em;
  font-weight: lighter;
  color: #0368aa;
  letter-spacing: -0.8px;
}

#contentheader p {
  margin-top: 10px;
  font-size: 1.1em;
  padding-right: 10px;
  color: #8B7D7B;
}

#contentheader .systems {
  margin-top: 30px;
}

#contentheader .systems li {
  float: left;
  margin: 5px;
  list-style-type: none;
  border: 1px #8B795E solid;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  padding: 5px;
  background-color: #F5F5F5;
  
}

#contentheader .systems li a:hover {
  text-decoration: none;
}

#contentheader .buttons {
  bottom: 0;
  right: 0;
  position: absolute;
}

#contentheader .buttons li {
  float: left;
  list-style-type: none;
  margin: 5px;
  border: 5px #FFDEAD solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#contentheader .buttons li a {
  padding: 5px;
  background-color: #fff;
  display: block;
}

#contentheader .buttons li a:hover {
  background-color: #FFEFD5;
  text-decoration: none;
}

#content {
  background-color: #fff;
  border-right: 1px #ccc solid;
  border-left: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  width: 75%;
  min-width: 958px;
  margin-left: auto;
  margin-right: auto;
  min-height: 10px;
  padding: 5px;
  position: relative;
}

#content .separator {
  height: 20px;
}

#content .left {
  height: 100%;
  min-height: 10px;
  width: 50%;
  padding: 2px;
  margin-right: 5px;
}

#content .right {
  position: absolute;
  height: 100%;
  right: 0;
  width: 50%;
  padding: 2px;
}

#content .left .feature {
  background-image: url('feature.png');
  background-repeat: repeat-x;
  background-position: top left;
  width: 96%;
}

#content .left .plugin {
  background-image: url('plugin.png');
  background-repeat: repeat-x;
  background-position: top left;
  width: 96%;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#content .left .feature .item, #content .left .plugin .item {
  padding: 5px 5px 5px 32px;
  background-position: top left;
  background-repeat: no-repeat;
}

#content .left .feature .item .desc, #content .left .plugin .item .desc, #content .date {
  font-style: italic;
  color: #8e8e8e;
}

#content h1 {
  font-size: 1.3em;
  padding-left: 5px;
  padding-bottom: 2px;
  margin-bottom: 8px;
  color: #8B795E;
  border-bottom: 1px #CDB38B solid;
  width: 95%;
}

#content h2 {
  font-size: 1.1em;
  padding: 5px;
  color: #8B6914;
}

#content li {
  list-style-image: url('li.png');
  padding: 5px;
}

#content .screenshot {
  float: right;
  text-align: center;
  padding: 0px 20px 0px 5px;
}

#content .screenshot a:hover {
  text-decoration: none;
}

#footer {
  background-image: url('ctlogo.png');
  background-repeat: no-repeat;
  background-position: center right;
  background-color: #0a8ccc;
  color: #fff;
  border-right: 1px #ccc solid;
  border-left: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  width: 75%;
  min-width: 958px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 5px 10px 5px;
}

#footer a {
  color: #f0f0f0;
}

#footer .codingteam {
  float: right;
  padding-right: 34px;
}
