body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
}

a:link, a:visited, a:active a:hover {
	color: #0088CC;
	text-decoration: underline;
}

a:hover {
	color: #FF7700;
	text-decoration: none;
}

.permalinks {
	color: #FF7700;
}

.updates {
	color: #666;
}

li {
	list-style-image: url(images/bullet.gif);
	line-height: 14px;
}

img {
	border: 0px;
	max-width: 470px;
}

table {
	text-align: left;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.menu-left {
	color: #888;
	float: left;
	font-size: 105%;
	text-align: left;
}

.menu-left li{
	display: inline;
	line-height: normal;
}

.menu-right {
	color: #888;
	float: right;
	padding-right: 20px;
	font-size: 105%;
	text-align: right;
}

.menu-right li{
	display: inline;
	line-height: normal;
}

.header {
	text-align: center;
	clear: both;
	padding-top: 20px;
	padding-bottom: 10px;
	border-top: 1px solid #DDD;
}

.header img {
	border: 0px;
	max-width: 728px;
}

h1 {
	color: #888;
	font-size: 18px;
	font-weight: lighter;
	padding-bottom: 10px;
}

h2 {
	color: #FF7700;
	font-size: 14px;
	text-transform: capitalize;
}

h3 {
	font-size: 12px;
}

h3 a:link, h3 a:visited, h3 a:active, h3 a:hover {
	color: #333;
}

.main {
	width: 820px;
	margin: auto;
}

.find {
	padding-left: 10px;
	padding-right: 10px;
	width: 470px;
}

.content {
	float: left;
	width: 470px;
	padding-left: 10px;
	padding-right: 10px;
}

.sidebar {
	float: right;
	width: 300px;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	background-color: #f9f9f9;
	color: #666;
	border: 1px solid #DDD;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

.footer {
	padding-top: 20px;
	margin-bottom: 50px;
	clear: both;
	font-size: 11px;
	color: #888;
	text-align: center;
	line-height: 8px;
	background-color: transparent;
}

.about {
	padding-top: 20px;
	clear: both;
	font-size: 12px;
	color: #888;
	text-align: center;
	line-height: normal;
}

code {
	background-color:#f3f3ff;
	color:#666;
}

pre {
	background-color:#f3f3ff;
	color:#000080;
	border:1px dotted #000080;
	padding:3px 5px;
}

form {
	margin: 0;
	padding: 0;
	background-color: #FFFFCC;
	border: 5px solid #FF7700;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

.dir {
	text-align: center;
	line-height: 24px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #DDD;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	margin-top: 20px;
}

.bookmarks {
	text-align: center;
	line-height: 24px;
	border-top: 1px solid #DDD;
	margin-top: 20px;
}

div.chunk {
	border-top: 1px solid #DDD;
}

form#sp_form {
	text-align: center;
	margin: 0;
	padding: 0;
}

form#sp_form input.text {
	vertical-align: middle;
	border-color: #FF7700;
	width: 300px;
	height: 18px;
	background: #FFF url(images/status-reader.gif) no-repeat left center;
	padding-left: 20px;
}

.read_submit {
	vertical-align: middle;
	color: #FFF;
	background-color: #FC7604;
	background: url(images/button.gif);
	height: 24px;
}
