body {
  background: #ffffff;
  margin: 0;
  padding: 0;
  font-family: "arial", "sans-serif";
  color: #7b7f68;
  font-size: 12px;
  text-align: center;
}

img {
  border: 0;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child {
  margin-top: 0;
}

.right_align {
  text-align: right;
}

h1, h2, h3, h4 {
  color: #595c4b;
  margin-top: 2em;
  margin-bottom: 0.5em;
}

h2 {
  font-size: 14px;
}

h3 {
  font-size: 11px;
}

p {
  margin-top: 0.5em;
  margin-bottom: 2em;
}

a:link, a:visited {
  color: #8bd11e;
  font-weight: bold;
  text-decoration: none;
}

a:hover, a:focus {
  color: #ffffff;
  background: #8bd11e;
  text-decoration: none;
}
a.image:hover, a.image:focus {
  background: transparent;
}

a.plain_link, a.plain_link:visited {
  color: #7b7f68;
  font-weight: normal;
}
a.plain_link:hover, a.plain_link:focus {
  color: #7b7f68;
  font-weight: normal;
  background: transparent;
  text-decoration: underline;
}

.hidden {
  display: none;
}

.error {
  font-weight: bold;
  color: #ff0000;
}

#container {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

/***** header & navigation *****/

#header {
  position: relative;
}

#header_splat_overflow {
  width: 33px;
  height: 84px;
  background: url('img/header_splat_overflow.gif') no-repeat;
  position:absolute;
  right: -33px;
  top: 17px;
}

#nav_bar {
  position: absolute;
  top: 78px;
  left: 0px;
}

.nav_link, .nav_link:visited {
  height: 24px;
  display: block;
  float: left;
  margin-right: 14px;
  background-position: 0px -24px;
  background-repeat: no-repeat;
}
.nav_link:hover, .nav_link:focus {
  background-color: transparent;
  background-position: 0px 0px;
}
/* the html selector needed to be added for ie6 */
html .nav_link.selected {
  background-position: 0px 0px;
}

#nav_home {
  width: 43px;
  background-image: url('img/nav_home.gif');
}
#nav_home:hover, nav_home:focus, #nav_home.selected {
  background-color: transparent;
}

#nav_about, #nav_about:hover, nav_about:focus {
  width: 50px;
  background-image: url('img/nav_about.gif');
}

#nav_work, #nav_work:hover, nav_work:focus, #nav_work.selected {
  width: 45px;
  background-image: url('img/nav_work.gif');
}

#nav_showreel, #nav_showreel:hover, nav_showreel:focus, #nav_showreel.selected {
  width: 76px;
  background-image: url('img/nav_showreel.gif');
}

#nav_contact, #nav_contact:hover, nav_contact:focus, #nav_contact.selected {
  width: 66px;
  background-image: url('img/nav_contact.gif');
}

/***** main content template elements *****/

.right_column {
  float: right;
}

/***** rounded boxes : each nested inside the other. *****/

/* this is the outer div, for applying margins to. */
.curved_tr {
  background: #f0f0ee url('img/curve_tr.gif') 100% 0 no-repeat;
}

.curved_br {
  background: url('img/curve_br.gif') 100% 100% no-repeat;
}

.curved_bl {
  background: url('img/curve_bl.gif') 0 100% no-repeat;
}

/* this is the inner div, for applying sizing, padding and styling to. */
.curved_tl {
  background: url('img/curve_tl.gif') 0 0 no-repeat;
}

/***** index *****/

div.main_content#index {
  margin-top: 10px;
}

#front_page_image {
  margin-bottom: 15px;
}

#latest_work .content {
  padding: 20px;
  width: 260px;
  height: 230px;
}

#latest_work #thumb {
  margin-top: 7px;
  margin-bottom: 5px;
  border: 4px solid #ffffff;
}

#latest_work p {
  margin: 0;
  font-size: 11px;
}

#news {
  margin-right: 310px;
}
#news .content {
  padding: 20px;
  height:230px;
}

#news_body {
  margin-top: 7px;
  padding-right: 10px;
  height: 150px;
  overflow: auto;
  font-size: 11px;
  color: #7b7f68;
}

#news #archive_link {
  margin-top: 22px;
  text-align: right;
}

#news hr, hr.dashed {
  background: transparent;
  color: #f0f0ee;
  border: 0;
  border-top: 1px dashed #8bd11e;
  height: 0;
}

/***** about *****/

div.main_content#about {
  margin-top: 25px;
}

.portrait {
  margin-bottom: 39px;
}
.portrait.middle {
  margin-left: 10px;
  margin-right: 10px;
}

/***** work *****/

div.main_content#work {
  margin-top: 35px;
}

#work_main_column {
  margin-right: 232px; /* Actually meant to be 235, but ie6 don't like it. */
}

#work_image_box {
  border-bottom: 5px solid #ebebe3;
}

.work_image_option_box, a.work_image_option_box:link, a.work_image_option_box:visited  {
  font-family: "verdana", "sans-serif";
  font-size: 10px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding-top: 4px;
  display: block;
  float: left;
  margin-right: 3px;
  margin-top: 10px;
  width: 22px;
  height: 22px;
  background: url('img/image_option_box.gif') no-repeat;
}

a.work_image_option_box:hover, .work_image_option_box.selected {
  background: url('img/image_option_box_selected.gif') no-repeat;
}

#work_body {
  clear: left;
  margin-top: 65px;
  margin-bottom: 50px;
}

#right_title_bar {
  margin-bottom: 11px;
}

#work_list {
  width: 193px;
  padding-top: 7px;
  background: #f0f0ee;
  font-size: 11px;
}

#work_list a:link, #work_list a:visited {
  color: #7b7f68;
  font-weight: normal;
  text-decoration: none;
}

#work_list a:hover, #work_list a:focus {
  color: #7b7f68;
  background: transparent;
  font-weight: normal;
  text-decoration: underline;
}

#work_list ul li {
  list-style-position: outside;
  list-style-type: square;
  list-style-image: url('img/right_list_bullet.gif');
  line-height: 1em;
  margin-top: 15px;
}

#work_list ul li.selected {
  list-style-image: url('img/right_list_bullet_selected.gif');
  background: transparent; /* required to keep ie6 happy */
}

#work_list_bottom {
  width: 193px;
  height: 125px;
  background: url('img/right_list_bottom_bg.gif') bottom no-repeat;
}

/***** showreel *****/

div.main_content#showreel {
  margin-top: 35px;
  margin-bottom: 50px;
}

.showreel .right_column {
  width: 193px;
}

.showreel_selector {
  width: 193px;
  height: 28px;
  display: block;
  margin-bottom: 5px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.showreel_selector:hover, .showreel_selector:focus, .showreel_selector.selected {
  background-position: 0 -28px;
}

#select_production {
  background-image: url('img/title_sr_production.gif');
}

#select_interactives {
  background-image: url('img/title_sr_interactives.gif');
}

#select_somme {
  background-image: url('img/title_sr_somme.gif');
}

#showreel_frame {
  width: 465px;
  height: 262px;
  background: #33352b;
  border-bottom: 5px solid #ebebe3;
}

/***** contact *****/

div.main_content#contact {
  margin-top: 25px;
  margin-bottom: 50px;
  width: 310px;
}

#contact td.text {
  padding-bottom: 3px;
}

/***** footer *****/

#footer {
  clear: both;
  position: relative;
  top: 17px;
  margin-bottom: 30px;
}
#footer .content {
  height: 27px;
}

#blackboxav_link {
  margin-top: 8px;
  margin-left: 10px;
}
