html, body {
  margin: 0px;
  padding: 0;
  background-color: #1e1e1e;
  font: 12px Arial, sans-serif;
  line-height: 17px;
  color: #B7B7B7;
}

a {
  color: #B7B7B7;
  text-decoration: none;
}

a img {
  border: none;
}

a.small_link {
  font: 10px Arial, sans-serif;
}

pre {
	width: 100%;
	overflow: auto;
}

/* Headings */

h1 {
  position: relative;
  clear: left;
  font: 46px Georgia, serif;
  color: #FFF;
  margin: 0;
  width: 100%;
  border-top: 16px solid #3b3b3b;
}

h1 span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

h1 a {
  color: #FFF;
}

h1.with_image {
  height: 53px;
  overflow: hidden;
}

#h_latest_work, #h_selected_work, #h_featured_project, h1.work { border-color: #0B8200; }
#h_latest_work span { background-image: url(images/h/latest_work.gif); }
#h_selected_work span { background-image: url(images/h/selected_work.gif); }
#h_featured_project span { background-image: url(images/h/featured_project.gif); }

#h_blog, h1.blog { border-color: #FDCB00; }
#h_blog span { background-image: url(images/h/blog.gif); }

#h_our_clients, h1.client { border-color: #FD4D00; }
#h_our_clients span { background-image: url(images/h/our_clients.gif); }

#h_featured { border-color: #006691; }
#h_featured span { background-image: url(images/h/featured.gif); }

#h_agency { border-color: #FD003E; }
#h_agency span { background-image: url(images/h/agency.gif); }

#h_get_in_touch { border-color: #FD003E; }
#h_get_in_touch span { background-image: url(images/h/get_in_touch.gif); }

#h_recently { border-color: #FDCB00; }
#h_recently span { background-image: url(images/h/recently.gif); }

#h_comments span { background-image: url(images/h/comments.gif); }

h2 {
  font: 18px Arial, sans-serif;
  color: #3b3b3b;
  margin: 0 0 2px 0;
}

h2.work, h2.work a {
  color: #0B8200;
}

h2.work_grid, h2.work_grid a {
  color: #FFF;
}

h2.featured, h2.featured a {
  color: #006691;
}

h2.blog, h2.blog a {
  color: #FDCB00;
}

h2.clients, h2.clients a {
  color: #FD4D00;
}

#selected_work h2 {
  margin-top: 5px;
}

h3 {
  font: 14px Georgia, serif;
  color: #707070;
  margin: 0 0 5px 0;
}

/* Layouts */

#container {
  width: 798px;
  margin: 0 auto;
  padding-top: 10px;
}


/* Header */

#header_strip {
  width: 100%;
  background-color: #2a2a2a;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  height: 77px;
}



#header {
  width: 886px;
  height: 76px;
  margin: 0 auto;
  position: relative;
}

#header_logo {
  float: left;
}

#header_nav {
  float: right;
  position: relative;
  width: 497px;
  height: 76px;
  background: url(images/header_nav.gif);
  padding: 0;
  margin: 0 76px 0 0;
  list-style-type: none;
}

#header_nav li {
  float: left;
}

#header_nav li a {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  display: block;
  height: 76px;
  background: url(images/header_nav.gif) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 1%;
}

li#hn_home a {
  left: 0;
  width: 68px;
  background-position: 0 0;
}

li#hn_agency a {
  left: 68px;
  width: 91px;
  background-position: -68px 0;
}

li#hn_work a {
  left: 159px;
  width: 71px;
  background-position: -159px 0;
}

li#hn_clients a {
  left: 230px;
  width: 84px;
  background-position: -230px 0;
}

li#hn_blog a {
  left: 314px;
  width: 61px;
  background-position: -314px 0;
}

li#hn_contact_us a {
  left: 375px;
  width: 122px;
  background-position: -375px 0;
}

li#hn_home a:hover {
  background-position: 0 -76px;
}

li#hn_agency a:hover {
  background-position: -68px -76px;
}

li#hn_work a:hover {
  background-position: -159px -76px;
}

li#hn_clients a:hover {
  background-position: -230px -76px;
}

li#hn_blog a:hover {
  background-position: -314px -76px;
}

li#hn_contact_us a:hover {
  background-position: -375px -76px;
}

/*
#body_home li#hn_home a {
  background-position: 0 -152px;
}

#body_agency li#hn_agency a {
  background-position: -68px -152px;
}

#body_work li#hn_work a {
  background-position: -159px -152px;
}

#body_clients li#hn_clients a {
  background-position: -230px -152px;
}

#body_blog li#hn_blog a {
  background-position: -314px -152px;
}
*/


#footer {
  width: 734px;
  margin: 10px auto;
  padding-bottom: 10px;
}

#footer h2 {
  margin-top: 5px;
}

#footer h2, #footer p {
  color: #484848;
}

span.lighter {
  color: #707070;
}

/* Columns */

div.page_strip {
  width: 100%;
  border-bottom: 1px solid #3b3b3b;
  padding-bottom: 10px;
  text-align: center;
}

div.borderless_page_strip {
  width: 100%;
  text-align: center;
}

div.page_strip_inner {
  width: 886px;
  margin: 0 auto;
  text-align: left;
}

div.content_blog_side_list {
  float: left;
  width: 222px;
  margin: 0 15px 0 76px;
}

div.content_blog_wide {
  float: right;
  width: 482px;
  margin: 0 76px 0 15px;
}

div.grid_row {
  clear: left;
}

div.content_thin {
  float: left;
  width: 352px;
}

#selected_work div.content_thin {
  width: 240px;
  margin-top: 10px;
}

div.content_wide {
  float: left;
  width: 734px;
  margin: 0 76px;
}

div.content_wide div.left {
  margin: 0;
}

div.left {
  margin: 0 15px 0 76px;
  /*clear: left;*/
}

div.right {
  margin: 0 76px 0 15px;
}

div.middle {
  margin: 0 7px;
}

#featured_project {
  margin-top: 10px;
  border-top: 1px solid #3b3b3b;
}

#featured_project div.left {
  margin-right: 7px;
}

#featured_project div.right {
  width: 368px;
  margin-left: 7px;
}

#selected_work div.left {
  margin-right: 0;
}

#selected_work div.right {
  margin-left: 0;
}

div.content_blog_text {
  float: left;
  width: 464px;
  margin: 0 30px 0 76px;
}

div.content_blog_images {
  float: left;
  width: 240px;
}

img.column_image {
  float: left;
  margin-bottom: 10px;
}

div.article_body a {
  color: #FFF;
  border-bottom: 1px dotted #FFF;
}

div.article_body a:hover {
  border-bottom: 1px solid #FFF;
}

div.article_body a.blog {
  color: #FDCB00;
  border-color: #FDCB00;
}

div.article_body a.work {
  color: #0B8200;
  border-color: #0B8200;
}


/* Lists */

ul.simple_list, #comments_list, div.ajax_errors ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#comments_list li {
  margin-bottom: 10px;
  clear: both;
}

h3.comment_header, div.comment_body {
  margin-left: 70px;
}


/* Contact Form */

#contact_form, #comment_form {
  margin-bottom: 10px;
}

#contact_form label, #comment_form label {
  font: 14px Georgia, serif;
  color: #FFF;
  display: block;
  margin: 10px 0 2px 0;
}

#contact_form label:after, #comment_form label:after {
  content: ':';
}

#contact_form .padded_text {
  padding: 6px 4px;
  width: 260px;
  display: block;
  font: 12px Georgia, serif;
}


#comment_form fieldset {
  border: none;
  padding: 0;
}

#comment_form legend {
  margin: 0;
  padding: 0;
  font: 18px Arial, Helvetica, sans-serif;
  color: #FFF;
}

div.ajax_errors {
  color: #FF0505;
  margin-bottom: 10px;
}

div.ajax_errors p {
  font-size: 14px;
}

.focused_form_element {
  background-color: #FFFFCC;
}


/* Content fixes */

div.page_strip:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}


/* Hides from IE-mac \*/
* html div.page_strip { height: 1%; }
div.page_strip { display: block; }
/* End hide from IE-mac */
