/* @override 
	http://www.webproducer.at/flexible-layout/presentation.css
	http://localhost:9003/styles/presentation.css
	http://thepowertoprovoke.com/sandbox/waltercamp/styles/presentation.css
*/

/* Presentation stylesheet */

/* IDs */
#main {
  min-width: 50em;
  max-width: 70em;
  margin: 0 auto;
}
#footer {
  padding: 1.5em;
}
#footer p {
  margin: 0;
  text-align: center;
}
#footer a {
	color: #d3d923;
	text-decoration: none;
}

/* backgrounds */
#columns {
	background: #fff url(../imgs/corners_bt.gif) bottom right no-repeat;
}
.cols-wrapper {
	background: url(../imgs/corners_bt.gif) bottom left no-repeat;
}

/* classes */
.box,
.main-content {
  margin: 1em;
}
.cols-wrapper {
  margin: 0 -1px;
}
.hide-left .cols-wrapper {
  border-left: none;
  margin-left: 0;
}
.hide-right .cols-wrapper {
  border-right: none;
  margin-right: 0;
}
.hide-both .cols-wrapper {
  margin: 0;
}
.box {
  font-size: 92%;
  line-height: 1.18em;
}
#footer {
  color: #fff;
}

/* dom-tree */
.dom-tree {
  padding: 0 0 0 1.5em;
  color: #999;
}
.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 */
}
.dom-tree dd {
  font-style: italic;
}

