html, body {
  padding: 0;
  margin: 0;
  background-image: url(/images/style/paint-strokes.jpg);
  background-repeat: no-repeat;
  background-color: #fff;
  text-align: center;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #252D34;
}

div#Panel {
  width: 448px;
  margin: 0 auto;
  text-align: left;
  padding: 67px 251px 67px 41px;
}

div#Page {
  width: 660px;
  margin: 0 auto;
  text-align: left;
  padding: 0 40px;
}

div#MainContent {
  width: 448px;
  margin: 0;
  text-align: left;
  padding: 67px 1px 32px;
  float: left;
}

div#Sidebar {
  padding: 0 5px 16px 35px;
  float: right;
  width: 170px;
}

div#Sidebar.dizzy-sidebar {
  padding: 239px 5px 16px 29px;
  width: 176px;
  background-image: url(/images/dizzy-icon.gif);
  background-repeat: no-repeat;
  background-position: 29px 171px;
}

div#Sidebar img.sketch {
  display: block;
  margin: 0 -5px 12px;
}

div#Antidisinformation {
  width: 450px;
  margin: 0 -1px;
  padding: 0;
}

div#Antidisinformation, div#Antidisinformation span {
  height: 48px;
  background-image: url(/images/style/ad-logo.gif);
  background-repeat: no-repeat;
  background-color: #fff;
}

div#Antidisinformation span {
  display: block;
  position: relative;
  z-index: 1;
  margin-bottom: -48px;
}
/* IE5 Mac Hack \*/
div#Antidisinformation { overflow: hidden; }
/*/
div#Antidisinformation { text-indent: -1000em; }
/* End Hack */

h2 {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #A72E2E;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}

h3 {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  font-weight: normal;
  color: #A72E2E;
  margin: 16px 0;
}

p {
  margin: 16px 0;
}

ol, ul {
  padding: 0;
  text-indent: 0;
  margin: 16px 0;
  color: #A72E2E;
}

ol ol, ul ul, ol ul, ul ol {
  margin: 0;
  padding: 0 0 0 24px;
}

li {
  text-indent: 0;
  padding: 0 0 0px 4px; /* The 8px is probably a bad idea */
  margin: 0;
  color: #252D34;
}

ul li {
  background-image: url(/images/style/ol-li.gif);
  background-repeat: no-repeat;
  background-position: 0 6px;
  padding-left: 8px;
  margin-left: -8px;
  list-style-type: none;
}

ol ol li, ul ul li, ol ul li, ul ol li {
  text-indent: 4px;
}

em {
  font-style: normal;
  font-weight: normal;
  color: #A72E2E;
  background-color: #000;
}

strong {
  font-weight: bold;
  color: #000;
}

a:link {
  color: #568FBE;
}

a:visited {
  color: #4E718E;
}

a:hover {
  color: #5DA4DF;
}

a:active {
  color: #5DA4DF;
}

ol.code li.cmnt {
	color: #824c88;
}
/*
ol.code {
	border-color: #eee;
	color: #333;	
}
*/
/* ol.code {
	border-style: solid;
	border-width: 1px; 
	margin: 0;
	padding: 5px 5px 5px 45px;
}*/

ol.code li.source {
	background-color: #fff;	
}

ol.code li {
  background-color: #E7F1FA;
	font-family: monospace;
}

ol.code li {
	padding: 0 0 5px;
	margin: 2px 0;
}

div.warning {
  background-color: #FCEDBA;
  border-top: 1px solid #CC9966;
  border-bottom: 1px solid #CC9966;
  padding: 3px 4px;
  margin-left: -4px;
  margin-right: -4px;
}

div.warning strong {
  color: #996633;
}

div.caption {
  text-align: center;
  padding: 8px 8px 0 8px;
  color: #51575D;
}

div.img-side {
  width: 154px;
  float: right;
  margin: 0 0 8px 8px;
}

div.img-side img, div.img-insert img {
  border: 1px solid #51575D;
  padding: 1px;
  display: block;
}

div.img-insert {
  text-align: center;
  padding: 8px 0 0;
}

div.img-insert img {
  margin-left: auto;
  margin-right: auto;
}

div#Sidebar ul li {
  padding-bottom: 8px;
}

div#Footer, p.footer {
  color: #929699;
}

div#Footer {
  clear: both;
  width: 448px;
  margin: 0;
  text-align: left;
  padding: 0 1px 32px;
}

div#Footer p {
  margin: 0;
}

#comment {
  width: 100%;
}

/* Auto-clear these eventually */

div.articlelist {
  margin: 16px 0;
}

div.articlelist li {
  padding-bottom: 8px;
}

div.two-col {
  margin: 48px 0;
}

div.two-col div.col, div.two-col div.first-col {
  width: 219px;
  float: left;
}

div.two-col div.first-col {
  padding-right: 10px;
}

body#Blog div.post div.entry {
  padding-bottom: 7px;
  border-bottom: 1px solid #E2E3E4;
  margin-bottom: 16px;
}

h2 span.timestamp, p.entrylinks, p.nocomments {
  color: #95999C;
}

h1 {
  font-size: 24px;
  line-height: 28px;
  color: #D3D5D6;
  font-weight: normal;
  margin: 0;
}

h1 a:link, h1 a:visited {
  color: #D3D5D6;
  text-decoration: none;
}

h1 a:hover, h1 a:active {
  color: #5DA4DF;
  text-decoration: underline;
}

body#Blog div#Sidebar.noimage {
  padding-top: 126px;
}

div.portfolio-group {
  padding: 32px 0 0;
}

div.portfolio-group h2 {
  width: 80px;
  float: left;
  clear: both;
}

div.portfolio-group ul {
  margin: 0 0 0 80px;
  padding: 0;
  text-indent: 0;
  list-style-type: none;
}

div.portfolio-group ul li {
  background-image: none;
  margin: 0;
  padding: 0 0 58px 20px;
  width: 160px;
  display: block;
  float: left;
}

div.portfolio-group ul li a {
  display: block;
  border: 1px solid #283137;
  padding: 1px;
}

div.portfolio-group ul li a img {
  display: block;
  border: 0;
}