/* Presentation stylesheet */

/* IDs */
#main {
	border: 1px dotted;
	border-color:#eee;
	background-color: #fff;
	width:960px;
	margin: 0 auto;
	color: #333;  
}
#header {
  padding: .8em .8em;
}
#header .title {
  margin: 0;
  padding: 0;
}
#footer {
  padding: 1.5em;
}
#footer p {
  margin: 0;
  text-align: center;
}


/* classes */
.box 
.main-content {
  margin: 1em;
}
.cols-wrapper {
background-color:#ffffff;
  border: 0px;
  margin: 0 0px;
  border-style: none none none none;
  
}
.hide-left .cols-wrapper {
  border-left: none;
  margin-left: 0;
}
.hide-right .cols-wrapper {
  border-right: none;
  margin-right: 0;
}
.hide-both .cols-wrapper {
  border-style: none none dotted none;
  margin: 0;
}
.box {
  font-size: 92%;
  line-height: 1.18em;
}
#footer,
.sidecol {
  color: #333;
  background-color: #ffffff;
}
.sidecol ul {
  padding: 0 0 0 1.5em;
}

/* dom-tree */
.dom-tree {
  padding: 0 0 0 1.5em;
  color: #999;
  background-color: #fff;
}
.dom-tree code {
  font-weight: bold;
}
.dom-tree ul ul ul  {
  list-style: disc;
}
.dom-tree ul ul ul ul  {
  list-style: circle;
}
.dom-tree ul ul ul ul ul {
  list-style: square;
}
.dom-tree dl,
.dom-tree dt,
.dom-tree dd {
  color: black;
  margin: 0;
  padding: 0;
  display: inline; /* IE 5.x doesn't like this */
  background-color: #fff;
}
.dom-tree dd {
  font-style: italic;
  background-color: #fff;
}
