/*
 Theme Name: lime|CSS3
 Version: 1.0a
 Author: Linus Metzler
 Author URI: http://www.limenet.ch/
 */
#quickSearch #s {
    border-style: none;
    background: transparent;
    color: #6e7a89;
}

#quickSearch #searchform label, #quickSearch #searchsubmit {
    display: none;
}

#searchLight {
    width: 248px;
    border: 1px #ffffff solid;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 7px;
    box-shadow: 0px 4px 10px black;
    -moz-border-radius: 7px;
    -moz-box-shadow: 0px 4px 10px black;
    -webkit-border-radius: 7px;
    -webkit-box-shadow: 0px 4px 10px black;
    padding-bottom: 20px;
}

#searchLight * {
    color: rgb(0, 0, 0);
    color: rgba(0, 0, 0, 0.6);
}

#searchLightStatus {
    height: 50px;
    /*color: #000000;
    position: relative; uncomment as well to get a triangle and change the border color*/
}
/* uncomment to get a triangle and change the border color
#searchLightStatus:after {
    border-color: transparent transparent rgb(255, 255, 255);
    border-style: solid;
    border-width: 15px;
    bottom: auto;
    content: " ";
    display: block;
    height: 0;
    left: auto;
    position: absolute;
    right: 50px;
    top: -30px;
    width: 0;
    z-index: -1;
}
*/
#searchLight h1, #searchLight h2, #searchLight h3 {
    color: #222;
    text-shadow: 0px 2px 3px #555;
}

#searchLight h1 {
    margin: 0px;
    padding: 20px 0px 0px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}

#searchLight h2 {
    background: #f1f1f1;
    margin: 0px;
    padding: 4px 15px 0px;
    height: 16px;
    font-size: 11px;
    text-align: left;
    font-weight: bold;
}

#searchLight h3 {
    background: url(Arrow3_Right.png) no-repeat right center rgb(197, 197, 197);
    background: url(Arrow3_Right.png) no-repeat right center rgba(197, 197, 197, .6);
    margin: 0px;
    padding: 4px 15px 0px;
    height: 17px;
    font-size: 11px;
    font-weight: bold;
}

#searchLight h3 a {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

#searchLight ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#searchLight li {
	padding: 1px 0px;
	text-align: left;
	margin: 0px;
}

#searchLight a {
    font-size: 11px;
    text-decoration: none;
    display: block;
    padding: 3px 11px;
	overflow: auto;
}

#searchLight a:hover, #searchLight a:focus, #searchLight a:active {
    color: rgb(110, 122, 137);
    color: rgba(110, 122, 137, 0.8);
}

#searchLight ul .activeSearchItem {
	background: #DFDFDF;
}

#searchLight h3 .activeSearchItem {
    color: #FFF;
}

#searchLightIndicator {
    text-align: center;
    position: absolute;
    top: 20px;
    right: 10px;
}
/*---styling for post-thumbnails---*/
#searchLight .attachment-post-thumbnail {
	float: left;
	height: 48px;
	width: 48px;
	border: 1px solid #6E7A89;
	margin-right: 5px;
}