/* reset */

html, body {
    margin: 0;
    padding: 0;
}
body {
    font-size: 1em;
}
html {
    font-size: 100%;
}
h1, h2, h3, p {
    margin: 0;
    padding: 0;
}
a:focus {
    -moz-outline: none;
}
acronym, abbr {
    cursor: help;
}

a {
    color: #fee203;
}

/* general layout */

body {
    background-color: #373737;
    color: #ccc;
}

.content {
    position: relative;
    background: transparent url(../images/left_edge.png) repeat-y 0 0;
    width: 800px;
    margin: 0 auto;
    padding: 20px 80px;
}

.right-edge {
    position: absolute;
    width: 28px;
    height: 100%;
    right: 0;
    top: 0;
    background: transparent url(../images/right_edge.png) repeat-y 0 0;
}

#header {
    background-color: #292929;
}
#header .content {
    height: 150px;
    padding-top: 0;
    padding-bottom: 0;
}
h1 {
    position: absolute;
    bottom: 10px;
}
h1, h1 a {
    width: 399px;
    height: 120px;
}
h1 a {
    display: block;
    background: transparent url(../images/logo.png) no-repeat 0 0;
    overflow: none;
    text-indent: -10000px;
}
#contact-link {
    display: block;
    width: 208px;
    height: 43px;
    
    position: absolute;
    right: 150px;
    bottom: 50px;
    
    overflow: none;
    text-indent: -10000px;
    background: transparent url(../images/connect.png) no-repeat 0 0;
    
}

#formula {
    background: transparent url(../images/gray_gradient.png) repeat-x 0 100%;
}
#formula h2 {
    top: 30px;
    width: 530px;
    height: 28px;
    overflow: none;
    text-indent: -10000px;
    background: transparent url(../images/our_formula.png) no-repeat 0 0;
}
#services {
    position: relative;
    width: 680px;
    height: 125px;
    background: transparent url(../images/plus_sign.png) no-repeat 290px 40px;
    margin: 20px 0 0 80px;
}
.service {
    position: absolute;
    width: 290px;
    height: 50px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
}
#service-content {
    left: 0;
    top: 0;
    background-image: url(../images/great_content.png);
}
#service-design {
    left: 390px;
    top: 0;
    background-image: url(../images/beautiful_design.png);
}
#service-seo {
    left: 0;
    top: 75px;
    background-image: url(../images/search_optimization.png);
}
#service-social {
    left: 390px;
    top: 75px;
    background-image: url(../images/social_media.png);
}
#formula h3, #formula .intro {
    display: none;
}
#formula .service .details {
    display: none;
}

#portfolio h2, #portfolio h3 {
    display: none;
}
#portfolio .site {
    position: relative;
    height: 333px;
    padding: 10px 0;
}
#portfolio #nytexplorer {
  height: 250px;
}
#portfolio img {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
}
#portfolio p {
    width: 250px;
    margin-left: 502px;                 /* aligns with text in #formula */
    padding: 6px 0 6px 30px;            /* 6px aligns text with 24px icons */
    font-size: 13px;
    font-family: "Myriad Pro", arial, sans-serif;
}
#portfolio .summary {
    background: transparent url(../images/arrow.png) no-repeat 0 0;
}
#portfolio .link a:link, #portfolio .link a:hover, #portfolio .link a:visited, #portfolio .link a:active, #portfolio .link {
    color: #fee203;
}
#portfolio .quote {
    background: transparent url(../images/quote.png) no-repeat 0 0;
}
#portfolio .numbers {
    background: transparent url(../images/piechart.png) no-repeat 0 0;
}
#portfolio .partnership {
  background: transparent url(../images/puzzle.png) no-repeat 0 0;
}

#footer {
    background: #292929;
}
#footer p {
  font-size: 12px;
  font-family: arial, sans-serif;
}
#footer h2 {
    color: #fee203;
    font-size: 22px;
    font-weight: normal;
    font-family: "Myriad Pro", arial, sans-serif;
}

#contact p {
  font-family: "Myriad Pro", arial, sans-serif;
  font-size: 18px;
  color: #333;
  margin: 20px;
}
#contact p strong {
  color: #000;
}
#contact .title {
  font-size: 22px;
  color: #000;
}
#contact a, #contact a:visited {
  color: #00e;
}


.hidden {
  display: none;
}