/*
-----------------------------------------------
This stylesheet contains extracts from the 
Stopdesign Zoom Style (Single-column)
by Douglas Bowman

License:  This style sheet is licensed under a
Creative Commons Attribution-ShareAlike 2.5
License.

http://creativecommons.org/licenses/by-sa/2.5/

You may freely take it, modify it, and/or use 
it for any of your own sites, as long as it 
shares the same license.
----------------------------------------------- */
body {
  background:#fff;
  margin:0;
  font:small Verdana,Sans-serif;
  line-height:1.7em;
  color:#222;
  text-align: center;
}
html>body {
	font-size: medium;
}
table {
	border: 1px solid #222;
}
td {
	vertical-align: top;
	border: 1px solid #222;
}
th {
	border: 1px solid #222;
}
#container {
  padding:20px 50px;
  max-width:50em;
  margin:0 auto;
  text-align:left;
  font-size:110%;
}
#toolbarwrapper {
	width: 100%;
	background:#828282;
	color:#0E0E0E;
	min-height: 29px;
}
a:link {
  color:#1A3650;
  background:transparent;
}
h1 a:link, h1 a:visited {
  color:#222;
  background:transparent;
  text-decoration:none;
}
h2 a:link, h2 a:visited {
  color:#363E36;
  background:transparent;
  text-decoration:none;
}
a:visited {
  color:#492A49;
  background:transparent;
}
a:hover, a:focus, h1 a:hover, h1 a:focus {
  color:#933;
  background:transparent;
}
h2 a:hover, h2 a:focus {
  color:#722;
  background:transparent;
}
a img {
  border-width:0;
}
h1 {
  margin:0 0 .5em;
  font:bold 200% Helvetica,Sans-serif;
  }
h2 {
  clear:left;
  margin:1em 0 .5em;
  padding:0 0 .25em;
  border-bottom:1px solid #ccb;
  font:bold 150% Helvetica,Sans-serif;
  color:#676;
  background:transparent;
  }
.log h2.date {
  margin-top:0;
  }
h3 {
  clear:left;
  background:#ddc;
  margin:1.5em 0 .5em;
  padding:.25em .5em;
  border:1px solid #ccb;
  font:bold 120% Helvetica,Sans-serif;
  }
h4 {
  margin:1em 0 .5em;
  }
.pic {
	display: block;
	text-align: center;
}
.pic img{
	display:inline !important;
}
.hide {display:none;}

#tabs br, #accessbar, #utilities, #tabs, #nav, #left .supp-box {display:none;}