/* v1.0 | 20080212 */

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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:12px;
  line-height: 18px;
  background: #fff url(http://antidis.com/styles/phantoms/images/rgb-clash-top.jpg) repeat-x top center;
  color: #333;
  text-align: center;
}

div#divwrapper {
  width: 954px;
  text-align: left;
  margin: 0 auto;
}

div#contentwrapper {
  padding: 0 0 0 18px;
  float: left;
  width: 936px;
}

div#maincontent {
 width: 624px;
 float: left;
}

div#sidebar {
  width: 312px;
  float: left;
}

div#searchbox, div#flickrbox, div#linksbox, div#catbox {
  padding: 0 18px 36px 0;
  clear: both;
  float: left;
}

div.article h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: normal;
}

a {
  color: #A72E2E;
  font-weight: normal;
}

div.article h2 a {
  color: #A72E2E;
  text-decoration: none;
  border-bottom: 2px solid #ccc;
}

div.article h2 a:hover {
  border-bottom: 2px solid #A72E2E;
}

div.article {
  font-size: 16px;
  line-height: 27px;
  padding: 0 18px 36px 0;
}

div.articleheading h3 {
  line-height: 25px;
}

h3, h4 {
  font-size: 16px;
  font-weight: normal;
  line-height: 27px;
}

div.article div.articlecontent {
  padding-top: 18px;
}

p { margin-bottom: 18px; }
div.article p { margin-bottom: 27px; }

div#header {
  height: 54px;
  padding: 18px;
}

div#header div#logo h1 {
  font-size: 48px;
  line-height: 54px;
  font-weight: normal;
}

div#header div#logo h1 a { text-decoration: none; }

div#nav {
  padding: 0 0 36px;
}

div#nav ul {
  padding: 4px 18px 5px;
  background: #eee;
}

div#nav ul li {
  display: inline;
  font-weight: normal;
  padding-right: 36px;
}

div.comments-wrapper table {
  margin-top: 18px;
}

div.comments-wrapper th {
  width: 78px;
  vertical-align: top;
  height: 27px;
}

div.comments-wrapper td {
  vertical-align: top;
}

div.comments-wrapper td input,
div.comments-wrapper textarea {
  border: 1px solid #999;
  padding: 2px;
  width: 288px;
}

div#inlinksbox {
  width: 216px;
}

blockquote {
  padding: 0 0 0 18px;
  border-left: 60px solid #eee;
}

div#inflickrbox a {
  float: left;
  width: 75px;
  height: 75px;
  padding: 0 3px 3px 0;
}

ol.comments {
  font-size: 16px;
  line-height: 27px;
}

ol.comments li {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  margin: 18px -18px;
  padding: 7px 18px;
  background-color: #eee;
}