body {
	color: #000;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875em;
}

a:link,
a:visited {
	color: #0a88d2;
}

a:hover, 
a:active {
	color: #d8007e;
}

h1 {
	font-size: 2.143em;
}

h2 {
	font-size: 1.714em;
	margin: 1em 0;
	letter-spacing: -1px;
}


h3 {
	font-size: 1.286em;
	margin: 1em 0 0.6em 0;
}

#side-panel h3 {
	margin-top: 0;
	padding-bottom: 11px;
	background-image: url(/img/point-lt.png);
	background-repeat: no-repeat;
	background-position: 20px bottom;
	font-size: 1.286em;
	margin-bottom: 10px;
}

#side-panel h3 span {
	display: block;
	color: #000;
	background-color: #e5e5e5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 6px 10px;
	position: relative;
}

p {
	margin-bottom: 1em;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

li {
	margin-left: 2em;
}

#side-panel ul,
#side-panel li {
	margin: 0;
	list-style: none;
}

#side-panel li {
	margin-left: 1.5em;
	line-height: 1.5;
}

#side-panel li li {
	line-height: 1.4;
}

#side-panel li a:link,
#side-panel li a:visited {
	text-decoration: none;
}

#side-panel li a.selected {
	font-weight: bold;

}

code {
	font-family: 'Inconsolata', Courier, monospace;
	line-height: 1.4;
}

div.code {

}

p code {

}

figcaption {
	display: block;
	font-weight: bold;
}

figure {
	display: block;
	margin-bottom: 1em;
}

dl,
table {
	margin: 1em 0;
	background: #efefef;
	padding: 1em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 2px #999;
	-webkit-box-shadow: 1px 1px 2px #999;
	box-shadow: 2px 2px 2px #999;
	
}

dl {
	margin-right: 360px;
}

dl dl {
	margin: 0 10px 0 0;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

dt {
	/*font-weight: bold;*/
	font-family: 'Inconsolata', Courier, monospace;
	font-size: 1.143em;
}

dl dl dt {
	float: left;
	width: 6em;
	
}

dd {
	padding-left: 2em;
	margin-bottom: 1em;
	padding-bottom: 0.8em;
	border-bottom: 1px solid #ddd;
	-moz-box-shadow: 0px 1px 1px #fff;
	-webkit-box-shadow: 0px 1px 1px #fff;
	box-shadow: 0px 1px 1px #fff;
}

dl dl dd {
	padding: 0 0 0.2em 2em;
	margin-bottom: 0.3em;
}

dl dd:last-child {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	margin-bottom: 0;
}

table {
	float: right;
	margin-top: 0;
	margin-left: 10px;
	width: 320px;
}

table tr:last-child th,
table tr:last-child td {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	padding-bottom: 0;
}

table th,
table td {
	padding: 0.4em 1em;
	border-bottom: 1px solid #ddd;
	-moz-box-shadow: 0px 1px 1px #fff;
	-webkit-box-shadow: 0px 1px 1px #fff;
	box-shadow: 0px 1px 1px #fff;
}

table th {
	font-weight: bold;
	text-align: right;
	padding-right: 0;
	width: 80px;
}

table tr:first-child th,
table tr:first-child td {
	padding-top: 0;
}

#hd {
	padding: 0 20px;
	min-height: 94px;
}

#hd a {
	border-bottom: none;
}

#hd a#logo {
	display: block;
	float: left;
	width: 400px;
	min-height: 69px;
	padding-top: 15px;
	padding-left: 20px;
	text-decoration: none;
	color: #999;
	font-weight: normal;
	font-size: 2.571em;
}

#hd a#logo img {
	display: inline-block;
	margin-bottom: -2px;
}

#hd form.search {
	width: 400px;
	float: right;
	padding-top: 40px;
	padding-right: 20px;
	text-align: right;
}

#hd form.search label {
	color: #999;
}

form input.text {
	width: 200px;
}


#content {
	margin: 0 20px;
}

#content #side-panel {
	width: 200px;
	padding: 20px 10px;
	margin-right: 10px;
	float: left;
	font-size: 90%;
}

#content #main-panel {
	border-left: 1px solid #e5e5e5;
	margin-left: 230px;
	padding: 20px;
	line-height: 1.6;
}

#content #main-panel h2:first-child {
	margin-top: 0;
}

#content #h1 {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #ccc;
	padding: 20px 20px;
	color: #333;
	position: relative;
}

#content #h1 a:link,
#content #h1 a:visited {
	text-decoration: none;
	color: #333;
}

#content #h1 a:hover,
#content #h1 a:active,
#content #h1 a:focus {
	color: #0a88d2;
	text-decoration: underline;
}

#content div.code {
	margin: 2em 0 2em 1em;
	font-weight: normal;
}

#content .searchresults, 
#content #main-panel ul.searchresults li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content #main-panel ul.searchresults li p {
	margin-bottom: 0;
}

#content #main-panel ul.searchresults li p.url {
	font-size: 86%;
	margin-top: 0;
	margin-bottom: 20px;
	padding-top: 0;
}

#content #main-panel ul.searchresults li p.url a:link,
#content #main-panel ul.searchresults li p.url a:visited {
	text-decoration: none;
	color: #aaa;
}

#content #main-panel ul.searchresults li p.url a:hover,
#content #main-panel ul.searchresults li p.url a:active {
	text-decoration: underline;
	color: #333;
}

#content .searchresults h2 {
	font-size: 130%;
	margin-bottom: 0;
}

#content #main-panel ul, 
#content #main-panel ol {
	margin-bottom: 1em;
}

#content #main-panel ul li {
	list-style-type: disc;
}

#content #main-panel ol li {
	list-style-type: decimal;
}

#footer {
	margin: 0 20px;
	padding: 20px;
	border-top: 1px solid #ccc;
	color: #545454;
	font-size: 90%;
}

.button,
.compact-button {
	display: inline-block;
	padding: .4em 1.5em;
	margin-right: 5px;
	border: 1px solid #a8b0b7;
	background-image: url(/img/background_button.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	text-decoration: none;
	color: #333;
	font-size: 0.929em;
	cursor: pointer;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;	
	border-radius: 0.5em;	
}

.compact-button {
	font-size: 0.857em;
	padding: .2em 1em;
}


strong {
	font-weight: bold;
}

.clear {
	display: block;
	height: 0px;
	clear: both;
}
