/* Copyright (c) 2007, Yahoo! Inc. All rights reserved. */
/* Code licensed under the BSD License: */
/* http://developer.yahoo.net/yui/license.txt */
/* version: 2.3.1 */
body {
  color: #000;
  background: #fff;
  font-family: helvetica; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup, sub {
  line-height: 0;
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

body.no_kozuka, p.no_kozuka {
  font-family: "trebuchet", "trebuchet ms", "helvetica", tahoma, verdana, arial, sans-serif; }

body.blog {
  text-align: left; }
  body.blog .sidebar {
    float: left;
    display: inline;
    background: #fff30c;
    width: 30%;
    height: 100%;
    text-align: right; }
    body.blog .sidebar h1#blog_logo {
      line-height: 55px;
      font-size: 4.7em; }
      body.blog .sidebar h1#blog_logo a {
        padding-right: 5px;
        text-decoration: none;
        display: block; }
      body.blog .sidebar h1#blog_logo a:hover {
        background: black;
        color: white; }
  body.blog .main {
    float: left;
    display: inline;
    background: black;
    width: 70%;
    height: 100%; }
    body.blog .main .content {
      color: white;
      background: black;
      padding-left: 3px; }
      body.blog .main .content h1 {
        line-height: 55px;
        font-size: 4.7em; }
      body.blog .main .content a {
        color: white; }

body {
  font-family: "Kozuka", "Kozuka Gothic Pro", "trebuchet", "trebuchet ms", "helvetica", tahoma, verdana, arial, sans-serif;
  font-size: 62.5%;
  text-align: center;
  line-height: 1.6em;
  color: black; }
  body.yellow {
    background: #fffdd2 url('/images/yellow_background.png') repeat-x; }
  body.purple {
    background: #650040 url('/images/purple_background.png') repeat-x;
    color: white; }
  body.red {
    background: #fb6968 url('/images/red_background.png') repeat-x;
    color: white; }
  body.blue {
    background: #00c5f5 url('/images/blue_background.png') repeat-x; }
  body.green {
    background: #37d9a2 url('/images/green_background.png') repeat-x;
    color: white; }
    body.green a {
      color: white; }

.container {
  font-size: 1.2em;
  width: 712px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  text-align: left; }

.grid {
  background: url(/images/grid.png) repeat; }

h1 {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 16px; }

h2 {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 16px; }

p {
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 16px; }

a {
  outline: none;
  color: black; }
  a:visited {
    color: black; }
  a:hover, a:active {
    color: #666666; }

.purple a {
  outline: none;
  color: white; }
  .purple a:visited {
    color: white; }
  .purple a:hover, .purple a:active {
    color: #fffcd1; }

.red a {
  outline: none;
  color: white; }
  .red a:visited {
    color: white; }
  .red a:hover, .red a:active {
    color: #fffcd1; }

input[type=text], input[type=password], textarea {
  line-height: 13px;
  padding: 2px;
  border: 1px solid grey; }

input[type=text], input[type=password] {
  height: 25px; }

label {
  display: block;
  float: left;
  width: 200px;
  font-weight: bold; }

.form .row {
  margin-bottom: 5px; }
.form input[type=text], .form input[type=password] {
  width: 300px; }
.form textarea {
  width: 300px;
  height: 60px; }
.form .text_area {
  height: 70px; }
.form .submit {
  margin-left: 200px; }
.form .errors {
  margin-left: 200px;
  font-size: 0.833em;
  margin-bottom: 8px; }

.two_columns div {
  width: 352px; }
.two_columns .message {
  font-size: 0.8em;
  text-align: left;
  width: 300px; }
.two_columns .left {
  display: inline;
  float: left;
  padding-bottom: 0px; }
  .two_columns .left .info_message {
    width: 300px; }
    .two_columns .left .info_message .hire_us {
      width: 275px;
      margin-right: 8px;
      margin-bottom: 30px; }
      .two_columns .left .info_message .hire_us h3 {
        font-size: 1.2em; }
    .two_columns .left .info_message .phone {
      padding-left: 8px;
      width: 300px;
      margin-bottom: 30px;
      margin-right: 8px;
      font-size: 1em;
      text-align: left; }
      .two_columns .left .info_message .phone .numbers {
        padding-left: 8px; }
        .two_columns .left .info_message .phone .numbers .location {
          float: left;
          display: inline; }
          .two_columns .left .info_message .phone .numbers .location .country {
            float: left;
            display: inline;
            width: 120px; }
          .two_columns .left .info_message .phone .numbers .location .number {
            float: left;
            display: inline;
            width: 150px;
            font-size: 0.8em; }
    .two_columns .left .info_message .email {
      padding-left: 8px;
      margin-bottom: 55px;
      margin-right: 8px; }
      .two_columns .left .info_message .email .write_to_us {
        float: left;
        display: inline;
        width: 128px;
        font-size: 1.2em;
        font-weight: bold; }
      .two_columns .left .info_message .email .email_address {
        float: left;
        width: 150px;
        display: inline;
        font-size: 0.8em; }
    .two_columns .left .info_message .addresses {
      padding-left: 8px;
      margin-right: 8px;
      font-size: 0.8em;
      line-height: 1.2em; }
.two_columns .right {
  margin-left: 360px; }
  .two_columns .right .contact_form {
    border-top: 1px solid black;
    padding-top: 8px;
    margin-top: 8px;
    padding-bottom: 16px; }
    .two_columns .right .contact_form .error {
      font-size: 0.833em; }
      .two_columns .right .contact_form .error ul {
        border: 2px solid black;
        padding-top: 10px;
        padding-bottom: 20px;
        margin-bottom: 10px; }
      .two_columns .right .contact_form .error h2 {
        font-size: 1em;
        text-align: left; }
      .two_columns .right .contact_form .error li {
        margin-left: 20px;
        width: 300px;
        list-style-position: inside;
        list-style-type: disc;
        margin-bottom: 5px; }
    .two_columns .right .contact_form textarea {
      width: 345px;
      height: 200px; }
    .two_columns .right .contact_form input[type=submit] {
      display: block;
      height: 40px;
      width: 100px;
      padding: 8px; }
    .two_columns .right .contact_form input {
      height: 30px;
      width: 345px; }

.job_description {
  text-align: left;
  font-size: 0.8em; }
  .job_description p {
    margin-bottom: 20px; }
  .job_description h2 {
    font-weight: bold; }
  .job_description h3 {
    font-weight: bold;
    margin-bottom: 0px; }
  .job_description li {
    list-style-type: disc;
    margin-left: 20px; }
  .job_description ul {
    margin-bottom: 20px; }

.clearing {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0; }

h1#logo {
  overflow: hidden;
  position: relative;
  height: 121px;
  width: 216px;
  line-height: 55px;
  font-size: 4.7em;
  margin-left: 8px; }
  h1#logo span {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.yellow h1#logo span {
  background: url(/images/ekohe-black-on-yellow-logo.png) no-repeat; }

.purple h1#logo span {
  background: url(/images/ekohe-white-on-purple-logo.png) no-repeat; }

.red h1#logo span {
  background: url(/images/ekohe-white-on-red-logo.png) no-repeat; }

.green h1#logo span {
  background: url(/images/ekohe-white-on-green-logo.png) no-repeat; }

.blue h1#logo span {
  background: url(/images/ekohe-black-on-blue-logo.png) no-repeat; }

.top_menu {
  display: inline;
  float: right; }
  .top_menu ul li {
    display: inline;
    float: left;
    margin-left: 24px; }

.motto_container {
  margin-top: 40px;
  text-align: center; }
  .motto_container h1.motto {
    overflow: hidden;
    position: relative;
    font-size: 4.7em;
    line-height: 60px;
    margin-left: auto;
    margin-right: auto; }
    .motto_container h1.motto span {
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
  .motto_container h1#homepage_motto {
    width: 458px;
    height: 131px; }
    .motto_container h1#homepage_motto span {
      background: url(/images/homepage_motto.png) no-repeat; }
  .motto_container h1#works_motto {
    width: 546px;
    height: 130px; }
    .motto_container h1#works_motto span {
      background: url(/images/works_motto.png) no-repeat; }
  .motto_container h1#people_motto {
    width: 663px;
    height: 141px; }
  .motto_container h1#contact_motto {
    width: 663px;
    height: 60px; }

.development_controls {
  margin-top: 32px; }

.ekohe_presentation {
  text-align: justify;
  font-size: 1.4em;
  line-height: 1.5em; }
  .ekohe_presentation .tiles img.first_tile {
    border-left: 2px solid white; }
  .ekohe_presentation .tiles img.tile {
    width: 175px;
    height: 175px;
    display: inline;
    float: left;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    border-top: 2px solid white;
    margin-bottom: 15px; }
  .ekohe_presentation .main_content {
    float: left;
    display: inline;
    width: 472px;
    font-size: 14px;
    line-height: 18px; }
    .ekohe_presentation .main_content h1 {
      font-size: 26px; }
    .ekohe_presentation .main_content p {
      padding-bottom: 0px;
      margin-left: 0; }
  .ekohe_presentation .sidebar {
    float: left;
    display: inline;
    width: 232px; }
  .ekohe_presentation ul.jobs_list {
    text-align: left;
    padding: 15px;
    padding-bottom: 35px;
    padding-top: 0px;
    font-size: 0.8em; }
    .ekohe_presentation ul.jobs_list li h2 {
      font-weight: bold;
      font-size: 1em;
      margin-bottom: 0px; }
  .ekohe_presentation .contact {
    text-align: left;
    padding: 20px;
    padding-bottom: 35px;
    padding-top: 35px; }
  .ekohe_presentation .two_columns {
    margin-top: 40px; }
  .ekohe_presentation label {
    font-size: 1em; }

h1#bottom_line {
  margin-top: 24px;
  font-size: 0.833em; }

.person {
  margin-bottom: 20px;
  clear: left; }
  .person .photo {
    text-align: center;
    margin-bottom: 20px; }
    .person .photo img {
      border: 10px solid white; }

.people {
  margin-top: 80px; }
  .people .person {
    margin-bottom: 20px;
    clear: left; }
    .people .person .photo {
      float: left;
      display: inline;
      width: 352px;
      text-align: center;
      margin-bottom: 20px; }
      .people .person .photo img {
        border: 10px solid white; }
    .people .person .description {
      float: left;
      display: inline;
      width: 342px;
      padding-left: 18px; }

#pictures {
  margin-top: 24px; }

#tiles {
  margin-left: -8px; }
  #tiles .tile {
    display: inline;
    position: relative;
    float: left;
    height: 232px;
    width: 232px;
    margin-left: 8px;
    margin-bottom: 8px; }
    #tiles .tile img {
      position: absolute;
      top: 0;
      left: 0; }
    #tiles .tile .hidden {
      opacity: 0;
      -moz-opacity: 0;
      filter: alpha(opacity=0); }

h3.title {
  font-weight: bold;
  font-size: 1em; }

.header {
  margin-right: 8px;
  border-bottom: 1px solid white; }

.link {
  border-bottom: 1px solid white;
  font-size: 0.8em; }
  .link a {
    display: block;
    padding-left: 8px;
    text-decoration: none; }
  .link a:hover {
    background: white;
    color: red; }

.login {
  border: 10px solid white;
  margin-top: 150px;
  padding: 20px;
  text-align: center; }
  .login .logo h1 {
    overflow: hidden;
    position: relative;
    height: 121px;
    width: 216px;
    line-height: 55px;
    font-size: 55px;
    margin-left: 8px; }
    .login .logo h1 span {
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
  .login .form label {
    text-align: right; }
  .login .form .submit {
    text-align: left;
    margin-left: 275px; }
    .login .form .submit input[type=submit] {
      height: 40px;
      width: 100px;
      padding: 8px; }

.chinese {
  font-family: hei; }

.paragraph {
  text-align: justify;
  font-size: 1.1em;
  line-height: 1.9em; }

h2.chinese {
  font-family: hei; }

ul.community_projects {
  padding-left: 30px; }

ul#dashboard_links {
  margin-left: 8px; }
  ul#dashboard_links li {
    margin-left: 8px;
    list-style: disc; }
