body{
	background: #110F0D;
	}

#header{
	background: url('logo.jpg') 30px center no-repeat;
	}

#main{
	background: #342E29;
	border-color: #4C4742;
	}


#links{
	border-top: 1px solid #4C4742;
	border-bottom: 1px solid #4C4742;
	}

#links li.current{
	font-weight: normal;
	background: url('current_page.png') center bottom no-repeat;
	}

a, span.link{
	color: #6FCB59;
	font-family: georgia;
	font-size: 0.9em;
	text-decoration: none;
	}

a:hover, span.link:hover{
	color: #92C785;
	}


h1{
	background: transparent url('header_background.png') no-repeat left bottom;
	}

ul{
	list-style-image: url('bullet_green.png');
	}

hr{
	background: transparent url('header_background.png') left center no-repeat;
	border: none;
	margin: 13px 0px 4px 0px;
	}

input.text, textarea{
	border: 2px solid #555555;
	padding: 3px;
	}

input.text:focus, textarea:focus{
	background: #D6FDCC;
	border-color: #92C785;
	}

#image-preview-container{
	background: #342E29;
	border: 2px solid #4C4742;
	}

#image-preview-image{
	border: 2px solid #4C4742;
	}

#image-preview-caption{
	color: white;
	}

div.code-example{
	background: white;
	border: 2px solid #4C4742;
	color: #110F0D;
	}

#opensearch-definitions .definition{
	border: 2px solid #736658;
	}

#captcha-label{
	border-color: #4C4742;
	background-color: #110f0d;
	background-image: url('loader.gif');
	}

.screenshot, .screenshots a{
	border-color: #4C4742;
	}

a.install-link{
	background-image: url('button_background.png');
	color: #4C4742;
	}