.postContent h2 {
  font-size:15px;
  margin-bottom: 10px;
  font-weight:bold;
  color: #000000;	
}

.headerMain h1 a,
.headerMain h1 a:visited,
.headerMain h1 a:hover {
	font-size:32px;
}

.headerMain span {
	top: 48px;
}

.header {
  z-index: 1;

}

.postContent ul {
  padding: 0 0 0 30px;  
}

.postContent ul li {
  padding-bottom: 12px;
}

.postContent ol {
  padding: 0 0 0 30px;  
}

.postContent ol li {
  padding-bottom: 12px;
}

.postContent {
  margin:20px 30px 10px 20px;
  text-align: justify;
}

.postContent hr {
  width: 90%;
}

strong {
  color: #111111
}

#box h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.pageContainer {
	text-align:left;
	width:980px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

#extraVerticalSpace {
  margin: 25px;
}

.blankLine {
  margin-bottom: 1em;
}

.indent {
  margin-left: 25px;
}

pre {
  margin: 5px 0px 15px 0px;
}
.code {
  background: none;
  font-family:monospace,sans-serif !important;
  text-align: left; 
  line-height:1.5em;
  color: black;
  padding: 0px 0px 0px 20px;
  font-style: normal;
}

.codeBackground {
  background-color:#222222;
  border:1px #DDDDDD;
  padding: 5px 0px 5px 20px;
  color: #DDDDDD;
}

// Changing to auto-resize
/*
.postContent {
  max-width: 980px;
}

.pageContainer {
  max-width: 980px;
  width: auto;
}

.headerBG {
  max-width: 980px;
  width: auto;
}

.RSSW .contentArea {
  float:left;
  max-width:670px;
  width: auto;
}*/
/*
.sidebars {
  right: 25px;
  position: absolute;
  float: none;
}*/

/*
.sidebars {
  left: 700px;
  position: absolute;
  float: none;
}
.pageContainer {
  overflow: visible;
}
*/

