/* @override http://lucidcode.co.nz/theme/4b60d64adabe9d0a57000009/stylesheets/styles.css */

/* @group Reset */

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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
  font-style: normal;
}
body {
  line-height: normal;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

/* @end */

body {
  background-color: #1a1a1a;
  font-family: "Lucida Grande", Arial, sans-serif;
}

.wrapper {
  width: 900px;
  margin: 0 auto;
}

#header {
  height: 100px;
  background: url(/theme/4b60d64adabe9d0a57000009/stylesheets/images/top.jpg) no-repeat;
}

.wrap {
  width: 750px;
  margin: 0 auto;
  padding: 0 75px;
}

#header a img {
  border-style: none;
  float: left;
  margin-top: 15px;
}

#nav {
  font-size: 9px;
  text-transform: uppercase;
  float: right;
  margin-top: 70px;
}

#nav li {
  float: left;
  margin-left: 10px;
}

#nav li a {
  color: #999;
  text-decoration: none;
  letter-spacing: 1px;
}

#nav li.current a {
  color: #fff;
}

#second_nav {
  height: 35px;
  background: url(/theme/4b60d64adabe9d0a57000009/stylesheets/images/nav.jpg) repeat-x;
}

#second_nav p {
  font-size: 9px;
  color: #9d9d9d;
  padding-top: 12px;
}

#centre {
  line-height: 150%;
  font-size: 11px;
  background: white url(/theme/4b60d64adabe9d0a57000009/stylesheets/images/shadow.png) no-repeat bottom center;
  padding-top: 40px;
}

.content {
  padding-bottom: 40px;
}

.content.page {
  width: 230px;
  float: left;
}

.content.collection, .content.post {
  width: 750px;
}

.content h1, .content h2, .content a {
  color: #373637;
}

.content h1 {
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 1em;
}

.content h2 {
  font-size: 17px;
  line-height: 130%;
  margin-bottom: 0.5em;
  margin-top: 1em;
}

h2#comments {
  padding-bottom: 15px;
}

.content h3 {
  font-size: 13px;
  padding-bottom: 10px;
  color: #666;
}

.content p {
  font-size: 11px;
  color: #333;
  margin-bottom: 1em;
}

.content p.meta {
  font-size: 10px;
  color: #666;
}

#image {
  float: left;
  margin-right: 50px;
  margin-left: 150px;
}

#clearfix {
  clear: both;
}

#footer{
  height: 300px;
  padding-top: 20px;
  background: url(/theme/4b60d64adabe9d0a57000009/stylesheets/images/bottom.jpg) no-repeat top center;
}

.news {
  width: 230px;
  color: #717171;
  float: left;
  font-size: 9px;
  margin-bottom: 25px;
  padding-right: 30px;
}

.news.last {
  padding-right: 0px;
}

.news h3 {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  padding-bottom: 15px;
}

.news p {
  padding-bottom: 7px;
}

.news a {
  color: #a5a5a5;
  text-decoration: none;
}

#credits {
  border-top: 1px solid #616161;
  clear: both;
}

#credits a img {
  padding-top: 10px;
  float: left;
  border-top-style: none;
} 

#credits p {
  float: right;
  padding-top: 18px;
}

#credits p, #credits a {
  font-size: 9px;
  text-decoration: none;
  color: #717171;
}

#creditfooter {
  display: none;
}

#twitter_update_list li {
  padding-bottom: 5px;
}

.content ol, .content ul {
  list-style-position: outside;
  margin-left: 25px;
  margin-bottom: 2em;
}

.content ol {
  list-style-type: decimal-leading-zero;
}

.content ul {
  list-style-type: square;
}

.content li {
  margin-bottom: 1em;
}

pre {
  background-color: #eee;
  border: 1px solid #ccc;
  color: black;
  overflow: auto;
  padding: 1em;
  margin-top: 1em;
  margin-bottom: 2em;
}

#comment-form p {
  padding: 10px 0 0 0;
}

input {
  width: 250px;
}

p.submit input {
  width: auto;
  padding-top: 10px;
}

textarea {
  width: 500px;
  height: 50px;
}

div.projects {
  clear: both;
  margin: 10px 0 25px 0;
}

div.projects img {
  float: left;
  margin: 0 20px 50px 0;
}

div.projects h2 {
  padding-top: 0;
}


div.projects p a {
  float: right;
}

label {
  padding: 0;
  margin-top: 1em;
  margin-bottom: 0;
  display: block;
}

section img {
  float: left;
  padding: 10px;
  background-color: #fefefe;
  border: 1px solid #eee;
  margin-bottom: 2em;
  margin-right: 2em;
}
