/*
Theme Name: CooWorks
Theme URI: http://cooworks.es/
Description: El tema de Wordpress para CooWorks.
Version: 0.7
Author: Antonio Pardo
Author URI: http://cooworks.es/
Tags: cooworks

	CooWorks v0.7
	 http://cooworks.es/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
  font-family: Arial, sans-serif;
  background-color: #eaf0cf; }

a {
  color: #ce0e52; }

p.breadcrumbs {
  font-size: 12px;
  margin: 0 25px;
  color: #dae0b3;
  padding-top: 20px; }
  p.breadcrumbs a {
    text-decoration: none;
    font-weight: bold;
    color: #bfc3a8; }
    p.breadcrumbs a:hover {
      border-bottom: 1px solid #d2d5c1; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.clearfix {
  clear: both; }

img.image-right {
  float: right;
  margin: 0 0 6px 16px;
  padding: 4px; }

img.image-left {
  float: left;
  margin: 0 16px 6px 0; }

strong, b {
  font-weight: bold; }

em, i {
  font-style: italic; }

div.pagination a, div.pagination span {
  margin-bottom: 15px;
  float: left;
  display: block;
  font-weight: bold;
  font-size: 12px;
  padding: 4px 8px;
  background: #eee;
  margin-right: 5px;
  text-decoration: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }
div.pagination a {
  background: #a1aa2f;
  color: white; }
  div.pagination a:hover {
    background: #90991e; }
  div.pagination a.next_page, div.pagination a.prev_page {
    background: #ce0e52; }
    div.pagination a.next_page:hover,     div.pagination a.prev_page:hover {
      background: #bd0041; }

input {
  padding: 3px;
}

#container {
  width: 950px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 380px;
  overflow: hidden; }

#header {
  padding: 33px 0 30px 0; }

#content {
  clear: both;
  background-color: #fff;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 25px;
  width: 950px; }

div#main-column {
  padding: 0 25px;
  float: left;
  width: 610px;
  font-size: 14px; }
  div#main-column.no-sidebar {
    width: auto; }
  div#main-column.wide-sidebar {
    width: 580px; }

div#side-column {
  margin-top: 25px;
  float: right;
  padding-right: 25px;
  width: 260px; }
  div#side-column.extra-wide {
    width: 280px; }

div#single-column {
  margin: 0 25px 25px;
  width: 890px; }

html, body {
  height: 100%; }

#wrapper {
  position: relative;
  background: url(img/body_bg.png) repeat-x top;
  background-color: #eaf0cf;
  min-height: 100%; }

#footer {
  position: absolute;
  bottom: 0;
  width: 100%; }
  #footer .left-content {
    float: left;
    width: 50%; }
  #footer .right-content {
    margin-left: 50%; }

h1#logo {
  float: left;
  margin: 0px 0 0 10px; }
  h1#logo a {
    display: block;
    width: 275px;
    height: 54px;
    background: url(img/logo.png) no-repeat top left;
    text-indent: -999em; }

#secondary_nav {
  position: absolute;
  top: 96px;
  left: 330px;
  width: 620px;
  height: 46px;
  background: url(/images/secondary_nav_bg.gif) top left no-repeat; }
  #secondary_nav li {
    display: block;
    float: left; }
    #secondary_nav li a {
      text-decoration: none;
      color: #777;
      font-size: 13px;
      float: left;
      display: block;
      padding: 13px 15px 18px 15px; }
      #secondary_nav li a:hover {
        color: #3a3a3a;
        background-image: url(/images/secondary_nav_arrow.gif);
        background-repeat: no-repeat;
        background-position: center 37px; }
    #secondary_nav li.current {
      font-weight: bold;
      background-image: url(/images/secondary_nav_arrow.gif);
      background-repeat: no-repeat;
      background-position: center 37px; }
      #secondary_nav li.current a {
        color: #3a3a3a; }

#nav {
  float: right;
  margin: 29px 0 0 0; }
  #nav ul li {
    float: left;
    position: relative;
    margin-left: 10px; }
    #nav ul li a {
      display: block;
      text-decoration: none;
      color: #707070;
      font-size: 13px;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: none;
      float: left;
      padding: 10px 12px 9px 12px;
      border: none;
      -moz-border-radius: 6px;
      -webkit-border-radius: 4px; }
      #nav ul li a:hover {
        background: #3a3a3a;
        color: #fffa82;
        padding-bottom: 10px; }
    #nav ul li.current {
      background-image: url(img/primary_nav_arrow.png);
      background-repeat: no-repeat;
      background-position: center bottom;
      padding-bottom: 8px; }
      #nav ul li.current a {
        background-color: #4a4a4a;
        color: #fff;
        -moz-border-radius-bottomleft: 0px;
        -moz-border-radius-bottomright: 0px; }
        #nav ul li.current a:hover {
          background: #3a3a3a; }
      #nav ul li.current a.no_secondary {
        -moz-border-radius: 6px;
        -webkit-border-radius: 4px; }
    #nav ul li ul {
      display: none;
      float: left; }
    #nav ul li:hover ul, #nav ul li.hover ul {
      display: block;
      position: absolute;
      z-index: 999;
      border: 8px solid #3a3a3a;
      top: 30px;
      left: 0px;
      width: auto; }
      #nav ul li:hover ul li,       #nav ul li.hover ul li {
        margin-left: 0; }
        #nav ul li:hover ul li a,         #nav ul li.hover ul li a {
          width: 200px;
          color: #444;
          padding: 11px;
          background-color: #fff;
          -moz-border-radius: 0px;
          -webkit-border-radius: 0px;
          border: none;
          border-top: 1px dotted #555;
          font-weight: normal;
          text-transform: none;
          font-weight: bold;
          font-size: 14px; }
          #nav ul li:hover ul li a span,           #nav ul li.hover ul li a span {
            font-size: 11.5px;
            color: #777;
            font-weight: normal; }
          #nav ul li:hover ul li a:hover,           #nav ul li.hover ul li a:hover {
            background: #fffff2;
            color: #CE0E52; }
        #nav ul li:hover ul li.current,         #nav ul li.hover ul li.current {
          background-image: none;
          padding-bottom: 0; }
        #nav ul li:hover ul li:first-child a,         #nav ul li.hover ul li:first-child a {
          border-top: none; }

#nav ul ul :hover > a {
  background: pink; }

#nav ul :hover > a {
  background: #3a3a3a;
  padding-bottom: 10px;
  color: #fffa82; }

#nav ul li.current:hover > a {
  background: #4a4a4a;
  padding-bottom: 9px; }

#nav ul li.current:hover ul {
  display: none; }

body.home img#internal_call_box {
  display: none; }

h2#home_title {
  padding: 36px 0 8px 15px;
  text-align: center; }

p#home_intro {
  padding: 0 50px;
  margin-bottom: 10px;
  color: #454;
  text-align: justify;
  line-height: 140%; }

p#home_call {
  margin-bottom: 15px; }

ul#service_areas {
  padding-left: 25px;
  margin-bottom: 15px;
  overflow: hidden; }
  ul#service_areas li {
    position: relative;
    background: url(img/postit_bg.png) no-repeat top left;
    width: 270px;
    height: 273px;
    padding: 15px 18px 15px 12px;
    float: left;
    margin: 0 3px 0 0; }
    ul#service_areas li h3 a {
      display: block;
      text-indent: -999em;
      width: 100%;
      height: 50px;
      margin-bottom: 10px; }
    ul#service_areas li.design h3 {
      background: url(img/home_design_title.png) no-repeat center; }
    ul#service_areas li.development h3 {
      background: url(img/home_development_title.png) no-repeat center; }
    ul#service_areas li.strategy h3 {
      background: url(img/home_strategy_title.png) no-repeat center; }
    ul#service_areas li p {
      font-size: 14px;
      color: #554;
      line-height: 150%;
      margin: 0 10px;
      text-align: left; }
    ul#service_areas li .gutter {
      position: absolute;
      bottom: 20px;
      left: 0px;
      padding: 0 20px;
      width: 255px; }
      ul#service_areas li .gutter a {
        color: #ce0e52;
        font-weight: bold;
        text-decoration: none;
        font-size: 14px; }
        ul#service_areas li .gutter a.learn {
          float: right; }
        ul#service_areas li .gutter a.blog {
          float: left; }

#feature_box {
  width: 498px;
  background: #f3f3f3;
  border-right: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  float: left;
  display: inline;
  margin: 10px 20px 15px 25px;
  padding: 20px 0 0 0; }
  #feature_box .headers {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    width: 458px;
    margin: 0 20px 15px 20px; }
    #feature_box .headers h3 {
      float: left;
      font-size: 20px;
      color: #595959;
      padding-bottom: 10px;
      margin-bottom: 0; }
    #feature_box .headers h4 {
      float: right;
      font-size: 20px;
      margin-bottom: 0;
      color: #ce0e52; }
  #feature_box .content {
    clear: both;
    padding: 0 20px; }
    #feature_box .content img {
      float: left; }
    #feature_box .content p.description {
      float: right;
      font-size: 12px;
      line-height: 140%;
      color: #444;
      width: 200px; }
    #feature_box .content p.call_to_action {
      clear: both;
      text-align: right;
      margin-bottom: 15px; }
      #feature_box .content p.call_to_action a {
        background: #888; }
  #feature_box .feature_box_bottom {
    clear: both; }

#recent_blogs {
  float: right;
  padding-right: 30px;
  margin-top: 15px;
  width: 370px; }
  #recent_blogs h3 {
    font-size: 20px;
    color: #1d1d1d;
    font-weight: bold;
    border-bottom: 4px solid #b2b2b2;
    padding-bottom: 8px;
    margin-bottom: 0px; }
  #recent_blogs ul li {
    padding: 6px 0;
    background: url(img/dotted-grey-underline.png) bottom left repeat-x; }
    #recent_blogs ul li:last-child {
      border-bottom: 0; }
    #recent_blogs ul li a {
      font-weight: bold;
      text-decoration: none;
      font-size: 14px; }
    #recent_blogs ul li span.date {
      font-size: 12px;
      color: #8d8d8d; }

h1 {
  font-size: 40px;
  color: #a1aa2f;
  font-weight: normal;
  margin: 0 0 10px 0;
  clear: both;
  letter-spacing: -0.03em; }
  h1.page-header {
    margin: 0 25px;
    border-bottom: 1px solid #d2d2d2;
    color: #595959;
    font-size: 36px;
    letter-spacing: 0;
    padding-bottom: 9px;
    padding-top: 20px;
    background: url(img/internal_call_box.png) right 35px no-repeat; }
    h1.page-header a {
      text-decoration: none;
      color: #595959; }

h2 {
  font-size: 18px;
  color: #222;
  font-weight: bold;
  margin-bottom: 10px; }

h3 {
  font-size: 17px;
  color: #ce0e52;
  margin-bottom: 10px; }

#internal_call_box {
  position: absolute;
  right: 20px;
  top: 159px;
  z-index: 20000; }

a.call_to_action {
  background: black;
  padding: 4px 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 11px;
  color: white;
  text-decoration: none; }

ul.secondary_nav {
  height: 41px;
  overflow: hidden;
  background: #edeed5 url(/images/secondary_nav_bg.png) no-repeat top left;
  padding: 0 25px;
  margin-bottom: -10px; }
  ul.secondary_nav li {
    display: block;
    float: left;
    height: 41px;
    padding-right: 15px;
    margin-right: 15px;
    background: url(/images/secondary_nav_div.png) right top no-repeat; }
    ul.secondary_nav li a {
      padding-top: 8px;
      display: block;
      height: 41px;
      float: left;
      font-size: 14px;
      text-decoration: none;
      color: #a3a397; }
  ul.secondary_nav li.current a {
    color: #595959;
    font-weight: bold;
    background: url(/images/secondary_nav_bg_active.png) no-repeat center top; }
  ul.secondary_nav li a:hover {
    color: #595959;
    background: url(/images/secondary_nav_bg_active.png) no-repeat center top; }

ul.secondary_nav_OLD {
  margin-left: 25px;
  padding-left: 0;
  overflow: hidden;
  width: 900px;
  background: url(/images/secondary_nav_bg.gif) repeat-x bottom left; }
  ul.secondary_nav_OLD li {
    list-style-type: none;
    display: block;
    float: left;
    margin-right: 30px; }
    ul.secondary_nav_OLD li a {
      text-decoration: none;
      display: block;
      color: #b1b1b1;
      float: left;
      padding-top: 10px;
      height: 35px;
      font-weight: 16px; }
      ul.secondary_nav_OLD li a:hover {
        background: url(/images/secondary_nav_active.gif) no-repeat center bottom;
        color: #414141; }
    ul.secondary_nav_OLD li.current a {
      color: #d11c5c;
      font-weight: bold;
      background: url(/images/secondary_nav_active.gif) no-repeat center bottom; }

p.lead-in {
  line-height: 140%;
  margin-bottom: 0px;
  margin-left: 25px;
  width: 900px;
  padding-top: 20px;
  color: #333;
  clear: left;
  font-size: 18px;
  color: #777; }
  p.lead-in span {
    background: #fbfdf1;
    font-size: 19px;
    font-family: georgia;
    color: #5c5c5c;
    line-height: 150%;
    padding: 6px 0 6px 0;
    line-height: 34px; }

#main-column, #case-study {
  margin-top: 25px; }
  #main-column p,   #case-study p {
    line-height: 140%;
    margin-bottom: 19px;
    color: #333; }
    #main-column p.lead-in,     #case-study p.lead-in {
      clear: left;
      margin-bottom: 24px;
      width: auto;
      margin-left: 0;
      padding-top: 0;
      font-size: 18px;
      color: #777; }
      #main-column p.lead-in span,       #case-study p.lead-in span {
        background: #fbfdf1;
        font-size: 19px;
        font-family: georgia;
        color: #5c5c5c;
        line-height: 150%;
        padding: 6px 0 6px 0;
        line-height: 34px; }
  #main-column ul,   #case-study ul {
    padding-left: 25px;
    margin-bottom: 15px;
    margin-left: 10px; }
    #main-column ul li,     #case-study ul li {
      list-style: disc;
      line-height: 150%;
      color: #333; }
  #main-column ol,   #case-study ol {
    padding-left: 25px;
    margin-bottom: 15px;
    margin-left: 10px; }
    #main-column ol li,     #case-study ol li {
      list-style: decimal;
      line-height: 150%; }
  #main-column ul.interior-navigation,   #case-study ul.interior-navigation {
    margin-left: 0;
    padding: 0;
    list-style: none;
    height: 28px;
    overflow: hidden;
    margin-bottom: 24px; }
    #main-column ul.interior-navigation li,     #case-study ul.interior-navigation li {
      height: 28px;
      display: block;
      float: left; }
      #main-column ul.interior-navigation li a,       #case-study ul.interior-navigation li a {
        display: block;
        height: 28px;
        line-height: 28px;
        text-transform: uppercase;
        color: white;
        font-size: 12px;
        background: #ce0e52;
        padding: 0 10px;
        text-decoration: none;
        border-right: 1px solid;
        border-color: #9b001f; }
        #main-column ul.interior-navigation li a:hover,         #case-study ul.interior-navigation li a:hover {
          background: #bd0041; }
      #main-column ul.interior-navigation li.current a,       #case-study ul.interior-navigation li.current a {
        background: #ac0030; }
      #main-column ul.interior-navigation li.last a,       #case-study ul.interior-navigation li.last a {
        border-right: 0; }

.grey-box {
  background: #f1f1f1 url(img/grey_box_bg.png) repeat-x top left;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding: 20px 20px 0 20px; }

#footer {
  background: #272727 url(img/footer_top_bg.png) repeat-x top left;
  color: white; }
  #footer a {
    color: #efc; }
  #footer .content {
    width: 950px;
    margin: 0px auto 25px auto;
    padding-top: 20px;
    background: #3e3e3e url(img/footer_content_topbar.png) repeat-x top left; }
    #footer .content .info {
      background: black;
      color: #ddd;
      overflow: hidden;
      width: 950px; }
      #footer .content .info a {
        float: left;
        display: block;
        margin: 16px; }
        #footer .content .info a img {
          margin: 0;
          float: none; }
      #footer .content .info p {
        float: left;
        font-size: 12px;
        margin-top: 33px; }
      #footer .content .info img {
        float: right;
        margin-right: 13px;
        margin-top: 3px; }
  #footer .left-content, #footer .right-content {
    background: #3e3e3e;
    font-size: 14px;
    line-height: 140%; }
    #footer .left-content .block,     #footer .right-content .block {
      padding: 0 15px 15px 15px; }
    #footer .left-content h2,     #footer .right-content h2 {
      color: white;
      font-size: 20px; }
      #footer .left-content h2 em,       #footer .right-content h2 em {
        color: #ff4185;
        font-style: normal; }
    #footer .left-content p,     #footer .right-content p {
      margin-bottom: 10px;
      color: #eee; }
    #footer .left-content div.address,     #footer .right-content div.address {
      margin-left: 15px;
      float: left;
      margin-right: 30px;
      font-size: 12px;
      margin-top: 10px;
      margin-bottom: 25px; }
    #footer .left-content dl,     #footer .right-content dl {
      font-size: 12px;
      margin-top: 10px;
      float: left;
      width: 200px;
      margin-bottom: 25px;
      color: #eee; }
      #footer .left-content dl dt,       #footer .right-content dl dt {
        float: left;
        font-weight: bold;
        margin-right: 10px;
        width: 50px;
        text-align: right; }

#footer .footer-full-column .block {
  padding: 0 15px 15px 15px; }
  #footer .footer-full-column .block h2 {
    color: white;
    font-size: 20px; }
    #footer .footer-full-column .block h2 em {
      color: #ff4185;
      font-style: normal; }
  #footer .footer-full-column .block .inner-column {
    display: block;
    float: left;
    margin-right: 25px; }
    #footer .footer-full-column .block .inner-column p {
      margin-bottom: 4px;
      border-bottom: 1px solid #999;
      display: block;
      width: 160px;
      padding-bottom: 2px; }
      #footer .footer-full-column .block .inner-column p strong {
        font-size: 14px; }
    #footer .footer-full-column .block .inner-column ul {
      font-size: 11px;
      color: #999; }
      #footer .footer-full-column .block .inner-column ul li {
        line-height: 1.5em; }
        #footer .footer-full-column .block .inner-column ul li a {
          color: #999;
          text-decoration: none; }
        #footer .footer-full-column .block .inner-column ul li a:hover {
          border-bottom: 1px solid #555; }
        #footer .footer-full-column .block .inner-column ul li span {
          color: #666; }

.sidebox {
  background: url(img/sidebox_bg.png) repeat-x top;
  background-color: #fffeb7;
  border: 1px solid;
  border-color: #dddc95;
  border-left: 0;
  border-top: 0;
  padding: 10px 10px 10px 12px;
  font-size: 13px;
  margin-bottom: 25px;
  line-height: 140%;
  color: #333; }
  .sidebox h2 {
    color: #2a2a2a;
    font-size: 16px;
    background: url(img/sidebox_header_underlines.gif) bottom left repeat-x;
    padding-bottom: 10px;
    padding-top: 3px; }
  .sidebox p.right-link {
    margin-top: 10px;
    text-align: right; }
  .sidebox dl {
    margin-top: 15px;
    font-size: 12px; }
    .sidebox dl dt {
      width: 45px;
      float: left;
      margin-right: 10px;
      font-weight: bold; }
  .sidebox .client_quote {
    margin-bottom: 16px; }
    .sidebox .client_quote p.quotation {
      font-family: georgia;
      font-size: 13px;
      color: #333;
      margin-bottom: 6px; }
    .sidebox .client_quote p.attribution {
      color: #89897c;
      font-size: 12px; }
      .sidebox .client_quote p.attribution span {
        color: #ce0e52;
        font-weight: bold;
        font-size: 13px; }
  .sidebox p.sidebox_footer {
    text-align: right;
    font-size: 12px;
    color: #b0af95;
    border-top: 1px solid #eeedae;
    padding-top: 6px;
    margin-top: 10px; }
    .sidebox p.sidebox_footer a {
      text-decoration: none;
      border-bottom: 1px solid #f2b5af; }
  .sidebox .client_quote_footer {
    text-align: right;
    line-height: 21px;
    border-top: 1px solid #d4d4b2;
    padding-top: 8px;
    font-size: 12px;
    color: #b0af95; }
    .sidebox .client_quote_footer a {
      text-decoration: none;
      border-bottom: 1px solid #e66d98; }

.side-menu {
  background: #3e3e3e;
  border-right: 1px solid #232323;
  border-bottom: 1px solid #232323;
  margin-bottom: 25px;
  padding: 0 0 10px 0; }
  .side-menu h2 {
    color: #fff;
    font-size: 18px;
    line-height: 41px;
    padding: 0 12px;
    margin-bottom: 0;
    border-bottom: 1px solid #232323; }
  .side-menu ul {
    border-bottom: 1px solid #545454; }
    .side-menu ul li a {
      color: #757575;
      font-size: 14px;
      text-decoration: none;
      display: block;
      line-height: 24px;
      border-top: 1px solid #545454;
      border-bottom: 1px solid #232323;
      padding: 9px 8px 8px 39px;
      background: url(/images/sidemenu_bullet_passive.png) 15px 15px no-repeat; }
      .side-menu ul li a:hover {
        color: #fff;
        background: #3e3e3e url(/images/sidemenu_bullet_hover.png) 15px 15px no-repeat; }
    .side-menu ul li.current a {
      background: #272727 url(/images/sidemenu_bullet_active.png) 11px 12px no-repeat;
      color: #fff;
      border-top: 1px solid #272727; }

.side-nav {
  margin-bottom: 24px; }
  .side-nav .menu-item li a {
    height: 67px;
    display: block;
    text-decoration: none;
    font-size: 11.5px;
    color: #696969;
    line-height: 140%;
    width: 230px;
    padding-left: 37px;
    padding-right: 13px;
    padding-top: 13px;
    background: url(/images/side-menu-bg.png) 0 -80px no-repeat; }
    .side-nav .menu-item li a:hover {
      background: url(/images/side-menu-bg.png) 0 0px no-repeat;
      color: #555; }
    .side-nav .menu-item li a strong {
      display: block;
      color: #ce0e52;
      font-size: 14px;
      margin-bottom: 5px; }
    .side-nav .menu-item li a.current {
      background: url(/images/side-menu-bg.png) 0 -160px no-repeat; }
  .side-nav .menu-item li.first-child a {
    height: 67px;
    padding-top: 19px;
    background: url(/images/side-menu-bg-top.png) 0 -86px no-repeat; }
    .side-nav .menu-item li.first-child a:hover {
      background: url(/images/side-menu-bg-top.png) 0 0px no-repeat; }
    .side-nav .menu-item li.first-child a.current {
      background: url(/images/side-menu-bg-top.png) 0 -172px no-repeat;
      color: #555; }
  .side-nav .menu-item li.last-child a {
    height: 67px;
    padding-top: 13px;
    padding-bottom: 6px;
    background: url(/images/side-menu-bg-bottom.png) 0 -86px no-repeat; }
    .side-nav .menu-item li.last-child a:hover {
      background: url(/images/side-menu-bg-bottom.png) 0 0px no-repeat; }
    .side-nav .menu-item li.last-child a.current {
      background: url(/images/side-menu-bg-bottom.png) 0 -172px no-repeat; }

.people .person {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 265px;
  margin: 0 16px;
  vertical-align: top;
  margin-bottom: 20px; }

.people .person a.photo {
  border: 0;
  float: left;
  display: block;
  margin: 0 10px 5px 0; }

.people .person h3 {
  margin-bottom: 0; }

.people .person h3 a {
  color: #ce0e52;
  font-size: 18px;
  font-weight: normal;
  border: 0;
  display: block;
  padding-top: 3px;
  text-decoration: none; }

.people .person h3 a small {
  display: block;
  font-size: 14px;
  color: #777; }

.people .person .bio {
  border-top: 3px solid;
  border-color: #a1aa2f;
  margin-top: 13px;
  padding-top: 5px;
  clear: left; }

#main-column .people .person .bio ul {
  margin-left: 0;
  padding-left: 0;
  background: url(/images/dotted-grey.png) repeat-x bottom left; }

#main-column .people .person .bio ul li {
  list-style: none;
  font-size: 12px;
  color: #939393;
  background: url(/images/dotted-grey.png) repeat-x top left;
  line-height: 24px; }

#main-column .people .person .bio ul li a {
  color: #ec588c;
  text-decoration: none; }

#main-column .people .person .bio p {
  font-size: 12px;
  color: #555;
  margin-bottom: 10px; }

#profile-photo {
  float: left;
  clear: left;
  margin: 5px 15px 15px 0; }

body.people_show h1 {
  margin-bottom: 0px; }

.person-info {
  margin-left: 10px;
  float: left;
  width: 400px; }

.recent-posts {
  clear: left;
  margin: 0 0 20px 0;
  padding: 0 0 0 175px; }

#main-column .recent-posts h2 {
  border-bottom: 4px solid #B2B2B2;
  color: #1D1D1D;
  font-weight: bold;
  margin-bottom: 6px;
  padding-bottom: 4px; }

#main-column .recent-posts ul {
  margin: 0;
  padding: 0; }
  #main-column .recent-posts ul li {
    list-style: none;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    margin-bottom: 4px;
    color: #888; }
    #main-column .recent-posts ul li a {
      border: 0;
      margin-right: 5px;
      font-size: 15px;
      display: block;
      margin-bottom: 5px; }

#main-column fieldset ul {
  padding: 0;
  margin: 0; }
  #main-column fieldset ul li {
    list-style: none; }

fieldset {
  border: 0; }
  fieldset ul {
    list-style: none;
    margin-left: 0; }
    fieldset ul li {
      padding-bottom: 8px;
      list-style: none; }
      fieldset ul li label {
        font-weight: bold; }

fieldset.same-line-labels label {
  display: block;
  float: left;
  width: 112px; }
fieldset.same-line-labels input.submit-button {
  margin-left: 112px; }
fieldset.same-line-labels span.side-label {
  font-size: 11px;
  color: #7F7F7F; }

input[type="text"], input[type="password"], textarea {
  padding: 2px;
  font-family: Arial, Tahoma;
  font-size: 12px;
  line-height: 1.4em; }

.blog-comment-form textarea {
  width: 400px;
  height: 150px; }

fieldset.contact-form label {
  text-align: right;
  padding-right: 30px;
  width: 200px;
  color: #333;
  font-size: 15px; }
fieldset.contact-form span.side-label {
  color: #a9a9a9; }
fieldset.contact-form span.required-field {
  color: #ce0e52; }
fieldset.contact-form li.hr {
  height: 2px;
  background: url(/images/contact_form_hr.png) repeat-x top left;
  padding: 0;
  margin: 10px 0 20px 0; }
fieldset.contact-form textarea {
  width: 300px; }
fieldset.contact-form li.submit-button {
  height: auto;
  padding-bottom: 0; }
  fieldset.contact-form li.submit-button input {
    margin-left: 225px;
    padding: 0; }

#main-column .news-post {
  margin-bottom: 32px; }
  #main-column .news-post .news-content {
    background: url(/images/quotation_mark.gif) top left no-repeat;
    padding-left: 60px;
    margin-top: 20px; }
    #main-column .news-post .news-content p {
      color: #595959; }
  #main-column .news-post h2 {
    margin-bottom: 12px; }
    #main-column .news-post h2 a {
      color: #333;
      text-decoration: none;
      font-size: 18px; }
  #main-column .news-post ul.post-meta-top {
    background: #eee;
    color: white;
    overflow: hidden;
    width: 100%;
    font-size: 12px;
    padding: 5px 10px;
    margin: 5px 0 10px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; }
    #main-column .news-post ul.post-meta-top li {
      list-style: none;
      color: #676767; }
    #main-column .news-post ul.post-meta-top li.meta-left {
      float: left; }
    #main-column .news-post ul.post-meta-top li.meta-right {
      float: right; }
    #main-column .news-post ul.post-meta-top a {
      color: #676767;
      text-decoration: none;
      border-bottom: 1px solid #bbb; }
  #main-column .news-post p.right-link {
    text-align: right;
    border-top: 1px solid #eee;
    padding-top: 8px; }
    #main-column .news-post p.right-link a {
      color: #ce0e52;
      text-decoration: none;
      font-weight: bold; }

#blogroll {
  background: black;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding-bottom: 10px;
  margin-bottom: 15px; }
  #blogroll h2 {
    color: white;
    text-align: center;
    font-size: 18px;
    padding: 5px;
    margin: 0; }
  #blogroll li a {
    display: block;
    color: white;
    background: #ce0e52;
    padding: 5px 8px;
    text-decoration: none; }
    #blogroll li a small {
      display: block;
      color: #eee;
      font-size: 11px; }
    #blogroll li a.company {
      background: #333333; }
      #blogroll li a.company:hover {
        background: #222222; }
    #blogroll li a.design {
      background: #ce0e52; }
      #blogroll li a.design:hover {
        background: #bd0041; }
    #blogroll li a.development {
      background: #0099cc; }
      #blogroll li a.development:hover {
        background: #0088bb; }
    #blogroll li a.strategy {
      background: #a1aa2f; }
      #blogroll li a.strategy small {
        color: white; }
      #blogroll li a.strategy:hover {
        background: #90991e; }
  #blogroll li.current a {
    background: white;
    color: black; }
    #blogroll li.current a small {
      color: #777; }
    #blogroll li.current a:hover {
      background: white; }

#main-column h1 a {
  text-decoration: none; }
#main-column.blog-company h1 a {
  color: #333; }
#main-column.blog-design h1 a {
  color: #ce0e52; }
#main-column.blog-development h1 a {
  color: #0088bb; }
#main-column.blog-strategy h1 a {
  color: #a1aa2f; }

.post {
  padding-bottom: 25px; }
  .post h2 {
    padding: 0 0 7px 0;
    border-bottom: 3px solid;
    border-bottom-color: #a1aa2f;
    font-size: 24px;
    margin-bottom: 5px; }
    .post h2 a {
      color: black;
      text-decoration: none; }
  .post h3 {
    color: #333333;
    font-size: 18px;
    font-weight: bold; }
  .post code {
    background: #fffeb7;
    font-family: Courier, monospace; }
  .post pre {
    overflow: auto;
    margin-bottom: 15px;
    font-family: Courier, monospace;
    font-size: 12px;
    padding: 8px 12px;
    background: #f8f8f8;
    color: #411; }
  .post blockquote {
    background: #eeeeee;
    font-size: 16px;
    padding: 10px 15px;
    margin: 0 0 15px 0;
    font-family: Georgia, serif; }
    #main-column .post blockquote p:last-child {
      margin: 0; }
  .post .admin_links {
    margin-bottom: 15px; }
  .post .bottom-info {
    background: #eee;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 12px;
    padding: 10px 12px; }
    .post .bottom-info a.comments {
      float: left;
      line-height: 20px; }
    .post .bottom-info .share-this {
      line-height: 20px;
      display: inline; }
    .post .bottom-info span.blogs {
      float: right;
      font-size: 11px;
      line-height: 20px;
      display: block;
      padding-top: 1px; }
      .post .bottom-info span.blogs a {
        text-decoration: underline; }
    .post .bottom-info a {
      text-decoration: none;
      color: black; }
      .post .bottom-info a:hover {
        text-decoration: underline; }
  .post .meta {
    font-size: 12px;
    margin-bottom: 10px;
    color: #777;
    border-bottom: 1px dotted #d2d2d2;
    padding-bottom: 2px; }
    .post .meta span.tags {
      float: right;
      display: block; }
      .post .meta span.tags a {
        float: left;
        display: block;
        padding: 2px 5px;
        font-size: 11px;
        margin-left: 4px;
        border: 1px solid #e8e8b8;
        border-top: none;
        border-left: none;
        background: #ffffe8;
        color: #444416;
        text-decoration: none; }
        .post .meta span.tags a:hover {
          color: black;
          background: white; }
    .post .meta span.date_wrap {
      line-height: 20px; }
      .post .meta span.date_wrap .publish_date {
        font-weight: normal; }
    .post .meta span.author a {
      display: block;
      float: left;
      text-decoration: none;
      color: #535353;
      background: #f8f8f8;
      margin-right: 5px;
      line-height: 20px; }
      .post .meta span.author a:hover {
        background: #ffffe8;
        color: black; }
      .post .meta span.author a img {
        vertical-align: middle;
        margin-right: 2px;
        margin-bottom: 2px; }

.post-company h2 {
  border-bottom-color: #333333; }

.post-design h2 {
  border-bottom-color: #ce0e52; }

.post-development h2 {
  border-bottom-color: #0088bb; }

.post-strategy h2 {
  border-bottom-color: #a1aa2f; }

.archive-list li {
  font-size: 12px;
  font-weight: bold; }
  .archive-list li a {
    color: #333;
    text-decoration: none; }
    .archive-list li a:hover {
      text-decoration: underline; }
  .archive-list li em {
    font-style: normal;
    color: #973; }

.portfolio-entry {
  clear: left;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc; }
  .portfolio-entry:last-child {
    border-bottom: 0; }
  .portfolio-entry a.screenshot {
    display: block;
    float: left;
    margin-right: 15px; }
  .portfolio-entry h2 {
    margin-bottom: 2px; }
  .portfolio-entry h3 {
    margin-top: 2px; }
  .portfolio-entry .info {
    margin-left: 165px; }

div#case-study {
  padding: 0 25px;
  width: auto;
  font-size: 14px; }

#case-study .case_study_chunk {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  overflow: hidden;
  width: auto; }
  #case-study .case_study_chunk .case_study_content {
    width: 520px;
    float: left; }
    #case-study .case_study_chunk .case_study_content ul {
      margin-left: 0;
      padding-left: 0; }
      #case-study .case_study_chunk .case_study_content ul li {
        list-style: none;
        background: url(/images/bullet-check-white.png) no-repeat 0 4px;
        padding-left: 20px; }
  #case-study .case_study_chunk .case_study_sidebar {
    width: 355px;
    float: right;
    margin-bottom: 20px; }
    #case-study .case_study_chunk .case_study_sidebar img {
      display: block;
      background: #f1f1f1;
      padding: 4px;
      border: 1px solid #d3d3d3; }
      #case-study .case_study_chunk .case_study_sidebar img.full {
        width: 343px; }
      #case-study .case_study_chunk .case_study_sidebar img.dual {
        float: right;
        width: 160px;
        height: 217px; }
      #case-study .case_study_chunk .case_study_sidebar img.triple {
        float: right;
        width: 98px;
        height: 98px; }
  #case-study .case_study_chunk .grey-box {
    width: 315px;
    background: #f4f4f4; }
    #case-study .case_study_chunk .grey-box h2 {
      font-size: 16px; }
    #case-study .case_study_chunk .grey-box p {
      font-size: 12px; }
    #case-study .case_study_chunk .grey-box img {
      padding: 0;
      border: none;
      background: none;
      display: inline; }
    #case-study .case_study_chunk .grey-box ul {
      margin-left: 0;
      padding-left: 0; }
      #case-study .case_study_chunk .grey-box ul li {
        list-style: none;
        background: url(/images/bullet-check.png) no-repeat 0 4px;
        padding-left: 20px;
        font-size: 12px; }

#newsletter_box {
  background: url(/images/newsletter-signup-bg.jpg) no-repeat top left;
  width: 657px;
  height: 197px;
  overflow: hidden;
  margin-bottom: 21px;
  margin-top: 24px; }

#subscribeIntro {
  float: left;
  width: 285px;
  padding-left: 25px;
  padding-top: 25px; }
  #subscribeIntro h2#signup_today {
    width: 152px;
    height: 0px !important;
    height: /**/: 25px;
    overflow: hidden;
    padding-top: 25px;
    background: url(/images/newsletter_signup_today.gif) top left no-repeat;
    margin-bottom: 16px; }
  #subscribeIntro p {
    font-size: 14px;
    color: #393939;
    line-height: 1.4em; }

#newsletterSubscribe {
  float: right;
  width: 290px;
  padding-right: 20px;
  padding-top: 25px; }

#newsletterSubscribe h3 {
  font-size: 16px;
  font-weight: bold;
  color: #232323;
  padding-top: 6px;
  margin-bottom: 14px; }

#newsletterSubscribe li {
  line-height: 1.5em;
  padding: 2px 0; }

#newsletterSubscribe li.submit-button {
  padding-left: 70px;
  padding-top: 8px;
  font-size: 12px; }

#newsletterSubscribe label {
  font-size: 14px;
  font-weight: normal;
  color: #393939;
  display: block;
  float: left;
  width: 70px; }

#newsletterUnsubscribe h3 {
  font-size: 18px;
  color: #333;
  font-weight: bold; }

#newsletterUnsubscribe p {
  font-size: 14px;
  color: #393939;
  line-height: 1.4em;
  margin-bottom: 16px; }

#newsletterUnsubscribe li {
  line-height: 1.5em;
  padding: 2px 0; }

#newsletterUnsubscribe li.submit-button {
  padding-left: 70px;
  padding-top: 8px;
  font-size: 12px; }

#newsletterUnsubscribe label {
  font-size: 14px;
  font-weight: normal;
  color: #393939;
  display: block;
  float: left;
  width: 70px; }

#newsletterGeneral h2 {
  color: #CE0E52;
  margin-top: 18px;
  margin-bottom: 18px;
  font-weight: bold; }

#newsletterGeneral p {
  font-size: 14px;
  color: #393939;
  line-height: 1.4em;
  margin-bottom: 16px; }

.training .lead-in img, .intro_to_ruby_on_rails_training .lead-in img, .training_notification .lead-in img {
  float: right;
  padding-left: 10px;
  height: 150px; }
.training .sidebox.registration, .training .sidebox.events, .intro_to_ruby_on_rails_training .sidebox.registration, .intro_to_ruby_on_rails_training .sidebox.events, .training_notification .sidebox.registration, .training_notification .sidebox.events {
  text-align: center; }
.training .sidebox .training-event, .intro_to_ruby_on_rails_training .sidebox .training-event, .training_notification .sidebox .training-event {
  font-weight: bold; }
  .training .sidebox .training-event h3,   .intro_to_ruby_on_rails_training .sidebox .training-event h3,   .training_notification .sidebox .training-event h3 {
    font-weight: bold;
    margin-bottom: 5px; }
  .training .sidebox .training-event .registration,   .intro_to_ruby_on_rails_training .sidebox .training-event .registration,   .training_notification .sidebox .training-event .registration {
    margin-top: 8px; }
    .training .sidebox .training-event .registration a.register,     .intro_to_ruby_on_rails_training .sidebox .training-event .registration a.register,     .training_notification .sidebox .training-event .registration a.register {
      font-weight: bold;
      text-decoration: none;
      background-color: #CE0E52;
      color: #fff;
      padding: 8px 12px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      font-size: 20px; }
      .training .sidebox .training-event .registration a.register.small,       .intro_to_ruby_on_rails_training .sidebox .training-event .registration a.register.small,       .training_notification .sidebox .training-event .registration a.register.small {
        padding: 5px 8px;
        font-size: 15px; }
.training p.sidebox_footer, .intro_to_ruby_on_rails_training p.sidebox_footer, .training_notification p.sidebox_footer {
  color: #5C5C5C;
  text-align: center;
  line-height: 1.2em; }
.training div.price, .intro_to_ruby_on_rails_training div.price, .training_notification div.price {
  background: transparent url(img/sidebox_header_underlines.gif) repeat-x scroll left bottom;
  margin-bottom: 8px;
  padding-bottom: 8px; }
  .training div.price table,   .intro_to_ruby_on_rails_training div.price table,   .training_notification div.price table {
    text-align: left;
    width: 85%;
    margin-left: auto;
    margin-right: auto; }
    .training div.price table .price,     .intro_to_ruby_on_rails_training div.price table .price,     .training_notification div.price table .price {
      text-align: right;
      padding-right: 10px;
      width: 50px; }
    .training div.price table .description,     .intro_to_ruby_on_rails_training div.price table .description,     .training_notification div.price table .description {
      font-weight: normal; }
  .training div.price span,   .intro_to_ruby_on_rails_training div.price span,   .training_notification div.price span {
    color: #CE0E52; }

#main-column .manage-people {
  margin-bottom: 15px;
  padding: 0; }
  #main-column .manage-people li {
    padding: 8px 0;
    margin: 0;
    border-bottom: 1px solid #ccc;
    list-style: none; }
    #main-column .manage-people li:last-child {
      border-bottom: 0; }

#flash_error_message {
  background: #fff9dd url(/images/flash-message-error.png) no-repeat 10px 50%;
  border: 1px solid #ebe3be;
  padding: 16px 10px 13px 48px;
  margin-bottom: 24px; }

#flash_notice_message {
  background: #fff9dd url(/images/flash-message-success.png) no-repeat 10px 50%;
  border: 1px solid #ebe3be;
  padding: 16px 10px 13px 48px;
  margin-bottom: 24px; }

