* {
	margin: 0;
	padding: 0;
}

html { font-size: 100.01%; }

body {
	background: #cdcdcd;
	color: #222;
	font: 76%/160% "Tahoma", "Helvetica", "Arial", "Bitstream Vera Sans", "Sans-Serif";
	letter-spacing: 0.08em;
}
#container {
	width: 60em;
	padding: 2em;
	background: #fff;
	margin: auto;
}

#top h2 {
	margin: 0 0 0.2em 0;
	border: 0;
}

#logo { float: left; margin-bottom: 2em; }
#logo h1 { font-size: 3.3em; color: #0080c0; margin: 0; }
#logo p { font-size: 1.65em; padding-left: 0.6em; margin: 0.3em; }

#search {
	float: right;
	padding-top: 0.7em;
	text-align: right;
}
input.searchText { width: 12em; }
input.searchSubmit {
	background: #fff;
	border: 0;
	color: #0080c0;
	font-size:0.8em;
}

#bar li { padding: 3px 10px 4px; border-right: 1px solid #fff; float: left; height: 1.5em; }
#bar li.active { background: #505050; color: #fff; }
#bar a:link, #bar a:active, #bar a:visited { color: #000; }
#bar {
	clear: both;
	background: #cdcdcd;
	height: 2em;
}
#bar ul { list-style: none; }

#bar .down, #bar .up {
	cursor: pointer;
	padding-right: 1.7em;
}
#bar li.down { background: #505050 url(/images/arrowdown.png) no-repeat right center; }
#bar li.up { background: #505050 url(/images/arrowup.png) no-repeat right center; }

#top table { border-collapse: separate; margin: 0; }
#top th, #top td {
	border: 0;
	padding: 0;
}

#body {
	clear: both;
	margin: 1.4em 0 1.4em;
}

#body ul, #body ol {
	padding: 1em 0 1em 3em;
}

#body img.b {
	padding: 0.3em;
	border: 1px solid #ccc;
	margin: 0.3em;
}

div.odd, div.even { padding: 0.5em 1em; margin: 0.5em 0; }
div.even img.left { border: 1px solid #aaa; }
div.odd img.left { border: 1px solid #fff; }
div.even { background: #f5f5f5 url("../images/corner.gif") no-repeat right bottom; }

div.odd h2, div.even h2 {
	font-size: 1.7em; margin: 0.3em 0 0.5em 0;
}

h1,h2,h3,h4, h5, h6 { font-weight: normal; }

h1 { font-size: 2.1em; color: #000; margin: 0.5em 0 0.3em 0; }
h2 { font-size: 1.6em; color: #555; margin: 1.8em 0 0.8em 0; border-bottom: 2px #ddd solid; }
h3 { font-size: 1.5em; color: #555; margin: 1.0em 0 0.6em 0; }
h4 { font-size: 1.3em; color: #555; margin: 0.5em 0 0.3em 0; font-weight:bold; }
h5 { font-size: 1em; color: #333; margin: 0.5em 0 0.3em 0; font-weight:bold; }
h6 { }

h2 small { font-size: 0.7em; color: #505050; margin-left: 1em; font-weight: bold; }

blockquote {
	margin: 0.5em;
	margin-left: 1em;
	padding: 0.3em;
	background: #f5f5f5;
}

dl dt {
	margin: 1.5em 0 1em 0;
	font-size: 1.2em;
}
dl dd { margin: 0.5em 0 1em 1.5em; }

code { font-size: 1.3em; }
pre code {
	font: 1em "Lucida Console", Courier, Monospace;
}

pre {
	margin:1em 2em 1em;
	padding:1em;
	background:#fdfdfd;
	border:1px dashed #d1d7dc;
}

p { margin: 0 0 5px; }
p.right { text-align: right; }
p.header { margin: 1em 0 1em 0; }

fieldset { border: 0; }
legend { display: none; }

input, textarea {
	border: 1px solid #c0c0c0;
	color: #454545;
}

table { border-collapse: collapse; margin: 0.5em; }
th, td {
	border: 1px solid #ccc;
	padding: 0.5em;
}
th {
	background: #eee;
}

table.center {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

p.comment_author {
	border-bottom: 1px solid #ccc;
}

#comments h2 {
	margin: 20px 0 10px;
}
div.comment_form input {
	display: block;
	width: 20em;
}
div.comment_form textarea {
	display: block;
	width: 35em;
	height: 10em;
}
div.comment_form .button {
	width: 10em;
	display: inline;
}
div.comment_form #forget, #remember {
	width: 2em;
	display: inline;
}
div.comments_error {
	color: #F33;
	padding: 10px 0 20px 20px;
}
.comments_error h3 {
	text-decoration: underline;
}
input.comments_error {
	border: 2px #f33 solid;
}
.contact input#email, .contact input#name {
	display: block;
	width: 25em;
}
form.contact textarea {
	display: block;
	width: 25em;
	height: 10em;
}
form.contact fieldset {
	padding-top: 1em;
}
form.contact legend {
	font-size: 1.4em;
}
#footer {
	clear: both;
	margin-top: 5px;
	text-align: center;
	background: #f5f5f5 url("../images/corner.gif") no-repeat right bottom;
}
#footer ul {
	padding: 0.5em 0 0.5em 0;
	border-bottom: 1px;
}
#footer li {
	padding: 0 20px;
	list-style: none;
	display: inline;
}

#license {
	border-top: 2px solid #e0e0e0;
	padding-top: 0.5em;
	margin: auto;
	padding-bottom: 0.5em;
	text-align: left;
	width: 52em;
}
#license h2 { display: none; }
#license p { font-size: 0.8em; padding: 0; margin: 0; }
#license img {
	float: left;
	margin: 0.5em 1em 0 0;
}

a:link, a:active, a:visited {
	text-decoration: none;
}
a:link, a:active {
	color: #0080c0;
}
a:visited {
	color: #0080c0;
}
a img {
	border: 0;
}
span.highlight {
	color: #abd6f1;
}
span.hide {
	display: none;
}
span.underline {
	text-decoration: underline;
}

p.block {
	background: #f0f0f0;
	width: 45%;
	float: left;
	padding: 1em;
	margin: 0.5em 1.5em 0.5em 0;
}

.left {
	float: left;
	margin-right: 1em;
	margin-bottom: 0.15em;
	border: 0;
}
.right {
	float: right;
	margin-left: 1em;
	margin-bottom: 0.15em;
	border: 0;
}
.center {
	text-align: center;
	padding: 0.5em;
}


.floatbox {	overflow: hidden; }