@font-face
{
  font-family: 'Titillium';
  src: url(../fonts/TitilliumTitle12.otf) format('opentype');
}
body {
  font-family: arial, verdana;
}
.clr {
  clear: both;
}
a {
  color: #000;
}
p + p {
  text-indent: 0px;
}
h1, h2, h3, h4, h5, h6, .trl {
  font-family: Titillium, arial, verdana;
}
#title {
  margin: 30px 0px 15px 5px;
  font-size: 4em;
  font-weight: bold;
  color: #909090;
}
.sq {
  position: absolute;
  height: 60px;
  line-height: 60px;
  width: 300px;
  margin: 5px;
  border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
  font-size: 2em;
  color: #fff;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  font-family: Titillium, arial, verdana;
  font-weight: bold;
}
.flagship {
  position: absolute;
  height: 150px;
  line-height: 100px;
  width: 300px;
  margin: 5px;
  border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
  font-size: 2.3em;
  color: #fff;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  font-family: Titillium, arial, verdana;
  font-weight: bold;
}
.sq .hd {
  width: 120px;
  text-align: left;
}
.flagship a {
  color: #fff;
  text-decoration: none;
}
.flagship .hd {
  display: block;
}
.flagship .sub {
  font-size: .5em;
  font-family: arial, verdana;
  font-weight: normal;
  display: block;
  line-height: 200px;
  height: 200px;
  text-align: left;
  margin-left: 30px;
}
.sqs {
  top: 175px;
}
.rel-wrap {
  position: relative;
}
.labs {
  top: 0px;
  left: 0px;
  background-color: #ababab;
  z-index: 3;
}
.classics {
  top: 0px;
  left: 320px;
  background-color: #cdcdcd;
  z-index: 2;
}
.archived {
  top: 0px;
  left: 640px;
  background-color: #909090;
  z-index: 1;
}
.aprilandjake {
  top: 0px;
  left: 0px;
  background-color: #ababab;
}
.jtsnake {
  top: 0px;
  left: 320px;
  background-color: #cdcdcd;
}
.rockycode {
  top: 0px;
  left: 640px;
  background-color: #909090;
}
.sq-big {
  z-index: 4;
}
.none, .cnt {
  display: none;
}
.hd, .projs, .x, .proj, .arr {
  display: block;
  float: left;
}
.proj {
  height: 50px;
  width: 50px;
  margin: 5px;
  background-repeat: no-repeat;
  background-position: center;
}
.proj a {
  display: block;
  height: 100%;
  width: 100%;
}
.proj a:hover {
  border: 1px solid #fff;
}
.proj-title {
  text-decoration: none;
}
.proj-title:hover {
  text-decoration: underline;
}
.proj-headline {
  font-size: 1.3em;
}
.hd {
  margin-left: 30px;
}
.projs {
  width: 700px;
  height: 60px;
  overflow-y: hidden;
  position:relative;
}
.projs-slider {
  position: absolute;
  top: 0px;
  left: 0px;
}
.arr {
  width: 20px;
}
.arr:hover {
  background-color: #ffffff;
  color: #ababab;
}
.x {
  width: 50px;
}
#cnt {
  position: relative;
  top: 265px;
  margin: 5px;
  width: 890px;
  border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
  background-color: #efefef;
  padding: 25px;
  overflow: hidden;
  height: 25px;
}
.over-title {
  font-size: 1.5em;
  margin-left: 20px;
}
#about {
  width: 940px;
}
.dates {
  margin-top: 25px;
  font-size: 1.3em;
  
}
#footer {
  position: absolute;
  top: 825px;
  text-align: right;
  padding-right: 15px;
}
#footer img {
  height: 15px;
  line-height: 15px;
  vertical-align: text-top;
}




