img {
  border: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
fieldset {
  border: none;
}
.clear {
  clear: both;
}

h1, h2, h3 {
  margin: 0;
  font-weight: normal;
  font-family: Helvetica;
}

body {
  font-weight: normal;
  font-family: Helvetica;
  margin: 0;
  padding: 0;
  background: #e6e6e6;
}
a {
  color: #7a7f3c;
  outline: none;
}
.page {
  width: 960px;
  margin: 0 auto 0 auto;
}
#top_menu {
  background: #26261a;
}
#top_menu h1 {
  padding-top: 12px;
  margin-bottom: 0;
}
#top_menu h1 a {
/*  color: #7a7f3c;*/
}
#top_menu li {
  display: inline;
}
#top_menu a {
  color: #7a7f3c;
  text-decoration: none;
  display: block;
}
#top_menu ul a {
  font-size: 130%;
  float: right;
  padding: 20px 15px 10px 15px;
}
#spotlight {
  position: relative;
  height: 180px;
  background: #7a7f3c url(/images/gradient.png);
  border-top: 1px solid #898c61;
  border-bottom: 1px solid #515435;
  overflow: hidden;
  text-shadow: 0 1px 2px #9a9f50;
  color: #26261a;
  text-align: center;
}
.static_pages_index #spotlight {
  height: 370px;
}
.contacts #spotlight {
  height: 27px;
}
#spotlight .slogan {
  text-align: center;
  font-size: 400%;
  font-weight: bold;
  margin-bottom: 30px;
}
#spotlight .column {
  width: 45%;
}

#spotlight .column p {
  font-size: 150%;
}

#spotlight .sub_slogan {
  display: block;
  margin: 0 auto;
  width: 450px;
  text-align: left;
  text-shadow: 0 1px 2px #9a9f50;
}

#spotlight .tiered_screenshots {
  width: 758px;
  margin: 0 auto;
}
#spotlight .tiered_screenshots li {
  padding-top: 60px;
}
#spotlight .tiered_screenshots li {
  width: 100px;
  z-index: 2;
}
#spotlight .tiered_screenshots li {
  width: 100px;
  display: block;
  float: left;
  position: relative;
}
#spotlight .tiered_screenshots li.center {
  padding-top: 0;
  z-index: 3;
}

#spotlight .tiered_screenshots li.end {
  padding-top: 120px;
  z-index: 1;
}

#spotlight .tiered_screenshots img {
  width: auto;
}

#logo {
  display: block;
  float: left;
}

#content {
  border-top: 1px solid #efefef;
  padding-top: 40px;
  color: #414425;
}
#content h2 {
  font-size: 133%;
}
#content p {
  font-size: 90%;
  line-height: 150%;
}
.column {
  font-size: 90%;
  float: left;
  width: 280px;
  padding: 20px;
  padding-top: 0;
}
.double_column {
  font-size: 90%;
  float: left;
  width: 600px;
  padding: 20px;
  padding-top: 0;
}
#contact_content {
  width: 600px;
}
#contact_content label {
  padding: 15px;
  display: block;
  clear: both;
}
#contact_content form, #contact_content input, #contact_content textarea {
  padding: 3px;
  font-family: inherit;
  font-size: 100%;
}
#contact_content label span {
  display: block;
  text-align: right;
  float: left;
  width: 80px;
  margin-right: 15px;
  margin-top: 4px;
}
#contact_content input, #contact_content textarea {
  float: left;
  border: 1px solid #898c61;
}
#contact_content .buttons input {
  padding: 5px;
}
#contact_content textarea {
  width: 430px;
  height: 10em;
}
#contact_content form .buttons {
  float: right;
  margin-right: 35px;
  margin-top: 15px;
}

#contact_us_action {
  text-decoration: none;
  display: block;
  color: #414425;
  text-align: center;
  margin: 0 auto 0 auto;
  width: auto;
  padding: 30px;
  padding-top: 35px;
  font-size: 180%;
}

#posts {
  width: 600px;
  float: left;
}

#posts .date {
  padding: 5px 0;
  margin-bottom: 5px;
  border-bottom: 1px dashed #7a7f3c;
}
hr {
  margin: 30px 20px;
}



.static_pages_work #spotlight .pointer, .static_pages_index #spotlight .pointer {
  position: absolute; 
  bottom: 0; 
  z-index: 4;
  height: 16px;
  right: 0;
  left: 0;
  background: url(/images/button_pointer.png) no-repeat bottom center; 
}
.static_pages_work #spotlight {
  height: 210px;
}
.static_pages_work #spotlight, .static_pages_index #spotlight {
  border-bottom: 0;
}
.static_pages_work #content, .static_pages_index #content {
  border-top: 0;
}

.scroll {
  height: 241px;
  width: 930px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.items {
  width: 20000px;
  border-bottom: 1px solid #ccc;
  position: absolute;
  clear: both;
}
.item {
  width: 930px;
  height: 241px;
  float: left;
}

.items img {
  position: absolute;
  bottom: 0;
}
.items .column {
  font-size: 90%;
  float: left;
  width: 230px;
  padding: 20px;
  padding-top: 0;
}
.items .double_column {
  font-size: 90%;
  float: left;
  width: 500px;
  padding: 20px;
  padding-top: 0;
}




/* position and dimensions of the navigator */ 
.navi { 
    margin: 10px auto; 
    width: 100px; 
    background: red;
} 
 
.navi a {
  display: block;
  padding: 3px;
  text-align: center;
  float:left; 
}
/* items inside navigator */ 
.navi a span { 
    width:8px; 
    height:8px; 
    display: block;
    background:url(/images/navigator.png) 0 0 no-repeat; 
} 
 
/* mouseover state */ 
.navi a:hover span { 
    background-position:0 -8px;       
} 
 
/* active state (current page state) */ 
.navi a.active span{ 
    background-position:0 -16px;      
}

.browse.disabled {
  color: #000;
}