/*
*******************************************************************
  Ziggurat Master Style Sheet
  Carefully crafted by the people of http://ziggurat.co.uk
*******************************************************************
*/

/*-------------------------------------------	
	Level playing field please, mr browser!
-------------------------------------------*/

@import url("reset/reset.css");
@import url("reset/fonts.css");

/*-------------------------------------------	
	Now for the good stuff!
-------------------------------------------*/

html, body, body * {
  background: white;
  overflow: hidden;
}

body, #wrapper, #header {
  width: auto;
}

body {
  color: #444;
  min-width: 0;
}

#wrapper {
  font-family: Georgia;
  font-size: 11pt;
  line-height: 1.4em;
}

#header {
  position: relative;
  margin-bottom: 20pt;
}

#header #logo a,
#header p {
  display: inline;
  color: #777;
}

#header #logo a {
  text-decoration: none;
}

#header p {
  position: absolute;
  top: 0; right: 0;
}

.content a {
  color: #444;
  text-decoration: underline;
}

strong { font-weight: bold; }
em { font-style: italic; }

h1, #breadcrumb, #contact-us form, #secondary #latest_news, #secondary #latest_work,
#footer {
  display: none;
}

.column {
  padding-bottom: 20pt;
}

#contact-us {
  padding-top: 20pt;
}

#contact-us .column {
  display: none;
}

#contact-us .column.last {
  display: block;
}

#contact-us, #secondary #info {
  color: #777;
}

#contact-us a {
  text-decoration: none;
  color: #777;
}

#secondary #info ul li {
  list-style: disc inside;
  color: #666;
}

#secondary #info li ul {
  margin: 0 0 0 15px;
}

.content p, .content img, .content ul, .content ol, .content dl, .content table { margin-bottom: 1.5em; }

.entry { margin-bottom: 2em; }

.content h2.header {
  font-size: 14pt;
  margin-bottom: 15pt;
}

.content h3 {
  font-size: 13pt;
  margin-bottom: 1.5em;
}

.content h4 {
  font-weight: bold;
  font-size: 11pt;
  margin-bottom: 1.5em;
}

.content blockquote {
  margin: 15px 15px 1em 15px;
  padding-right: 30px;
  background: url(/images/blockquote-close.gif) no-repeat bottom right;
}

.content blockquote p {
  color: #666;
  font-size: 108%;
  background: url(/images/blockquote-open.gif) no-repeat top left;
  padding-left: 35px;
}


.content p.small { color: #666; font-size: 93%;}
.content p.meta { color: #666; }