/*
Theme Name: Wiki Theme
Theme URI: http://envato.com/
Description: Custom Wordpress theme for the Envato Wiki web sites.
Version: 1.0
Author: Derek Herman
Author URI: http://valendesigns.com/

*/

/* Resets */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #131313;
	background: transparent;
	font: 15px/20px Tahoma, Arial, Helvetica, sans-serif;
	height: 100%;
}
html, body {
	height: 100%;
}
ol, ul {
	list-style: none;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* Link Styles */
a:link, a:visited {
	color: #434343;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #434343;
	text-decoration: none;
}
/* Live Search */
#livesearch {
	position: relative;
	width: 505px;
	display: block;
	margin: 0 auto;
	background: transparent;
}
#livesearch form { 
  position: relative;
}
#livesearch .text {
  border: 1px solid #7a7a7a;
  background: #fefefe url(../images/input.gif) repeat-x 0 0;
  padding: 8px 5px;
  font-size: 12px;
  color: #7c7c7c;
  width: 355px;
}
#livesearch input:focus {
  color: #434343;
}
.live-image {
  padding: 5px 0 20px 0;
}
.search-lens {
  position: absolute;
  top: 0;
  right: 0;
}
.results {
  width: 100%;
  background: transparent url(../images/h3.gif) repeat-x 0 100%;
  color: #000;
  font-weight: bold;
  font-family: 15px;
  padding: 15px 0;
}
#search-result {

}
#search-result li a {
	display: block;
	padding: 4px 5px;
	padding-left: 20px;
	padding-bottom: 8px;
	text-decoration: none;
	background: transparent url(../images/li-search.gif) no-repeat 4px 12px;
}
#search-result li a:hover {
  text-decoration: underline;
}
div.live-search-results {
	height: auto;
	overflow: auto;
	padding: 5px 0px;
	padding-bottom: 10px;
}
.ajax-loading {
	background: transparent url(../images/ajax-loader.gif) no-repeat 0 0;
	height:16px;
	width: 16px;
	position: absolute;
	top: 8px;
	left: 343px;
	display: none;
}
