/* James Clare 2009 - Global
============================================================================= */

/* General
------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

ul {
  list-style: none;
}

button {
  display: block;
  cursor: pointer;
}

div.clear {
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  position: relative;
  clear: both;
}

a span, button span, li span, h1 span, h2 span, button span {
  display: none;
}

body {
  margin: 0 auto;
  padding-bottom: 40px;
  position: relative;
  background: url(../img/backgrounds/tile.jpg) 0 0 repeat #f7f7f7;
	color: #393939;
	font: normal 12px/17px Arial, Helvetica, sans-serif;
  text-align: center;
}

/* Typographic
------------------------------------------------------------------------------*/

h1 {
  margin-left: 3px;
  height: 30px;
  margin-top: 50px;
}

h1.selected_work {
  background: url(../img/typography/selected_work.png) 0 0 no-repeat;
  width: 403px;
}

h1.about {
  background: url(../img/typography/about.png) 0 0 no-repeat;
  width: 79px;
}

h1.contact {
  background: url(../img/typography/contact.png) 0 0 no-repeat;
  width: 104px;
}

h1.portfolio {
  background: url(../img/typography/portfolio.png) 0 0 no-repeat;
  width: 165px;
}

h1.gerts {
  background: url(../img/typography/gerts.png) 0 0 no-repeat;
  width: 207px;
}

h1.gwyddon {
  background: url(../img/typography/gwyddon.png) 0 0 no-repeat;
  width: 207px;
}

h1.boldr {
  background: url(../img/typography/boldr.png) 0 0 no-repeat;
  width: 207px;
}

h1.leigh {
  background: url(../img/typography/leigh.png) 0 0 no-repeat;
  width: 207px;
}

h1.jewellery {
  background: url(../img/typography/jewellery.png) 0 0 no-repeat;
  width: 363px;
}

h1.concert {
  background: url(../img/typography/concert.png) 0 0 no-repeat;
  width: 363px;
}

h1.message_sent {
  background: url(../img/typography/message_sent.png) 0 0 no-repeat;
  width: 183px;
}

p.large {
  font: normal 16px/20px Arial, Helvetica, sans-serif;
  margin: 9px 0 40px 3px;
  color: #979797;
}

.left_column p,
.right_column p {
  margin: 18px 3px 0 3px;
}

.left_column p.top,
.right_column p.top {
  margin: 10px 3px 0 3px;
}

p.agency {
  font: normal 11px/18px Tahoma, Arial, sans-serif;
}

p.agency span {
  color: #979797;
}

.left_column p.description {
  font: normal 11px/18px Tahoma, Arial, sans-serif;
  color: #979797;
  text-align: center;
  margin: 3px 0 0 0;
}

p.phone {
  font: normal 11px/17px Tahoma, Arial, sans-serif;
  background: url(../img/icons/phone.gif) 3px 3px no-repeat;
  padding-left: 15px;
}

p.email {
  font: normal 11px/17px Tahoma, Arial, sans-serif;
  background: url(../img/icons/email.gif) 3px 4px no-repeat;
  padding-left: 19px;
  margin-top: 0;
}

p.copyright {
  float: right;
  padding-right: 33px;
}

acronym {
  border-bottom: 1px dotted #d3d3d3;
}

/* Linkage
------------------------------------------------------------------------------*/

p a,
.footer_panel li a {
  color: #67a72d;
  border-bottom: 1px solid #dce8d2;
}

p a:hover,
.footer_panel li a:hover {
  color: #67a72d;
  border: none;
  border-bottom: 1px solid #fff;
  background-color: #fff3ab;
}

ul.sub-nav a {
  color: #67a72d;
}

ul.sub-nav a:hover {
  color: #91c860;
}

/* Forms
------------------------------------------------------------------------------*/

input,
textarea {
  font: 12px/14px Arial, Sans-Serif;
  height: 14px;
  border: none;
  background: none;
}

input:focus, textarea:focus {
	outline-style: none;
  outline-width: 0;
}

/* General Layout
------------------------------------------------------------------------------*/

#content_wrapper {
  width: 948px;
  margin: 0 auto;
  text-align: left;
}

.panel {
  background: url(../img/backgrounds/panel.gif) top left repeat-y;
  margin-top: 30px;
}

.panel_top {
  background: url(../img/backgrounds/panel_top.gif) top left no-repeat;
}

.panel_bottom {
  background: url(../img/backgrounds/panel_bottom.gif) bottom left no-repeat;
  padding: 26px 0 30px 0;
  height: 1%;
}

.section {
  width: 888px;
  border-bottom: 1px solid #e8e8e8;
  margin-left: 30px;
}

/* Header Layout
------------------------------------------------------------------------------*/

.header {
  height: 67px;
}

#logo {
  float: left;
  width: 143px;
  padding-left: 3px;
  display: inline;
}

ul#nav {
  background: url(../img/misc/nav_divider.gif) 111px 0px no-repeat;
  float: right;
  margin-top: 24px;
  width: 276px;
}

ul#nav li {
  float: left;
}

#nav li a {
  display: block;
  height: 45px;
  cursor: pointer;
}

#nav li a#selected_work {
  background: url(../img/nav/selected_work.gif) 0 0 no-repeat;
  width: 94px;
  margin-right: 35px;
}

#nav li a#about_contact {
  background: url(../img/nav/about_contact.gif) 0 0 no-repeat;
  width: 101px;
}

#nav li a#selected_work:hover,
#nav li a#about_contact:hover {
  background-position: 0 -45px;
}

#nav li a#selected_work_active {
  background: url(../img/nav/selected_work.gif) 0 -90px no-repeat;
  width: 94px;
  margin-right: 35px;
}

#nav li a#about_contact_active {
  background: url(../img/nav/about_contact.gif) 0 -90px no-repeat;
  width: 101px;
}

/* Selected Work Layout
------------------------------------------------------------------------------*/

#intro {
  width: 582px;
  float: left;
}

#twitter_div {
  background: url(../img/backgrounds/twitter_box.gif) 0 0 repeat-y;
  width: 276px;
  float: right;
  margin: 23px 0 30px 0;
}

#twitter_div_top {
  background: url(../img/backgrounds/twitter_box_top.gif) 0 top no-repeat;
}

#twitter_div_bottom {
  background: url(../img/backgrounds/twitter_box_bottom.gif) 0 bottom no-repeat;
  height: 1%;
  padding: 36px 14px 29px 10px;
}

ul#twitter_update_list {
  font: normal 11px/17px Tahoma, Arial, sans-serif;
  color: #393939;
}

#twitter_div a {
  font: normal 11px/17px Tahoma, Arial, sans-serif;
  color: #67a72d;
  border-bottom: 1px solid #dce8d2;
}

#twitter_div a:hover {
  color: #67a72d;
  border: none;
  background-color: #fff3ab;
}

.work_section {
  background: url(../img/backgrounds/section_h_line.gif) left bottom no-repeat;
  width: 892px;
  margin-left: 30px;
  padding-bottom: 29px;
}

.work_preview {
  position: relative;
  background: url(../img/backgrounds/work_preview.gif) 0 0 no-repeat;
  width: 279px;
  float: left;
  margin: 27px 27px 0 0;
}

.work_preview img {
  width: 268px;
  height: 152px;
  padding: 7px 0 0 4px;
}

.work_preview p {
  margin: 17px 3px 0 3px;
}

.work_preview p.link {
  margin: 14px 3px 0 3px;
  font-size: 14px;
}

.end_row {
  margin: 27px 0 0 0;
}

.new {
  background: url(../img/misc/new.png) 0 0 no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  width: 61px;
  height: 61px;
  z-index: 5;
}

p#displaying {
  font: normal 11px/17px Tahoma, Arial, sans-serif;
  color: #979797;
  float: left;
  margin: 16px 0 0 33px
}

ul#pagination {
  float: right;
  margin: 14px 33px 0 0;
}

ul#pagination li {
  float: left;
  height: 24px;
}

li.previous {
  background: url(../img/buttons/previous.gif) 0 -48px no-repeat;
  width: 70px;
}

li.next {
  background: url(../img/buttons/next.gif) 0 -48px no-repeat;
  width: 51px;
  margin-left: 4px;
}

a.previous {
  display: block;
  background: url(../img/buttons/previous.gif) 0 0 no-repeat;
  width: 70px;
  height: 24px;
}

a.next {
  display: block;
  background: url(../img/buttons/next.gif) 0 0 no-repeat;
  width: 51px;
  height: 24px;
  margin-left: 4px;
}

a.previous:hover,
a.next:hover {
  background-position: 0 -24px;
}

.left_column {
  width: 582px;
  float: left;
  padding-left: 30px;
}

.work_bg {
  background: url(../img/backgrounds/work.gif) 0 0 repeat-y;
  margin-top: 26px;
}

.standard_bg {
  background: url(../img/backgrounds/work.gif) 0 0 repeat-y;
  margin-top: 13px;
}

.work_bg_top {
  background: url(../img/backgrounds/work_top.gif) top left no-repeat;
}

.work_bg_bottom {
  background: url(../img/backgrounds/work_bottom.gif) bottom left no-repeat;
  height: 1%;
}

.work_bg img,
.standard_bg img {
  width: 574px;
  padding: 4px;
}

ul.sub-nav {
  float: right;
  padding-right: 30px;
  margin-top: 53px;
  width: 276px;
}

ul.sub-nav li {
  border-bottom: 1px solid #e8e8e8;
  line-height: 29px;
  background: url(../img/icons/arrow.gif) 3px 12px no-repeat #fff;
  padding-left: 13px;
}

ul.sub-nav li.select_project {
  color: #979797;
  background: none;
  padding: 0 0 0 3px;
}

ul.sub-nav li a {
  display: block;
}

ul.sub-nav li.alt_bg {
  background: url(../img/icons/arrow.gif) 3px 12px no-repeat #f7f7f7;
  padding-left: 13px;
}

ul.sub-nav em {
  font-style: normal;
  background: url(../img/icons/new_small.gif) top right no-repeat;
  padding-right: 30px;
}

ul.sub-nav li.selected {
  background: url(../img/icons/arrow.gif) 3px 12px no-repeat #f7f7f7;
  padding-left: 13px;
}

.right_column {
  width: 276px;
  float: right;
  padding-right: 30px;
}

/* Contact Form
------------------------------------------------------------------------------*/

form {
  margin-top: 33px;
}

form label {
  display: block;
  font-weight: bold;
  padding: 0 0 4px 3px;
}

input,
textarea {
  font: 12px/18px Arial, Helvetica, sans-serif #5d5d5d;
  border: 1px solid #e1e1e1;
  background-color: #f6f6f6;
  width: 262px;
  padding: 6px;
  margin-bottom: 12px;
}

input:focus, textarea:focus {
	outline-style: none;
  outline-width: 0;
}

input {
  height: 18px;
}

textarea {
  height: 108px;
}

form button {
  background: url(../img/buttons/send_message.gif) 0 0 no-repeat;
  width: 102px;
  height: 29px;
  margin-top: 2px;
}

form button:hover {
  background-position: 0 -29px;
}

/* Footer Layout
------------------------------------------------------------------------------*/

.footer_panel {
  background: url(../img/backgrounds/footer_panel.gif) top left repeat-y;
  margin-top: 8px;
  font: normal 11px/17px Tahoma, Arial, sans-serif;
  color: #979797;
}

.footer_panel_top {
  background: url(../img/backgrounds/footer_panel_top.gif) top left no-repeat;
}

.footer_panel_bottom {
  background: url(../img/backgrounds/footer_panel_bottom.gif) bottom left no-repeat;
  padding: 30px 0;
  height: 1%;
}

ul#contact_details {
  float: left;
  margin-left: 33px;
}

ul#contact_details li {
  float: left;
  margin-right: 23px;
  color: #393939;
}

ul#contact_details li.phone {
  background: url(../img/icons/phone.gif) 0 3px no-repeat;
  padding-left: 12px;
}

ul#contact_details li.email {
  background: url(../img/icons/email.gif) 0 4px no-repeat;
  padding-left: 16px;
}

ul#contact_details li.twitter {
  background: url(../img/icons/twitter.gif) 0 2px no-repeat;
  padding-left: 14px;
}

ul#contact_details li.facebook {
  background: url(../img/icons/facebook.gif) 0 4px no-repeat;
  padding-left: 16px;
}