html {
	-webkit-font-smoothing: antialiased;
}

#contentwrap a:hover, #contentwrap a:hover span {
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#contentwrap {
	-webkit-box-shadow: 0px 0px 15px #eee;
	-moz-box-shadow: 0px 5px 5px #ddd;
	box-shadow: 0px 0px 15px #eee;
}

#content .button, .component .button {
	text-shadow: 0 1px 0 #FFFFFF;
	-moz-border-radius: 4px 4px 4px 4px;
	-moz-box-sizing: content-box;
	-webkit-border-radius: 4px 4px 4px 4px;
	-webkit-box-shadow: 1px 1px 1px #e6e6e6;
	-moz-box-shadow: 1px 1px 1px #e6e6e6;
	box-shadow: 1px 1px 1px #e6e6e6;
	border-radius: 4px 4px 4px 4px;
}

#content .button:hover, .component .button:hover {
	-webkit-box-shadow: 1px 1px 3px #dedede;
	-moz-box-shadow: 1px 1px 3px #dedede;
	box-shadow: 1px 1px 3px #dedede;
}

#startbadges li {
	text-shadow: 0 1px 0 #FFFFFF;
	-moz-border-radius: 4px 4px 4px 4px;
	-moz-box-sizing: content-box;
	-webkit-box-shadow: 1px 1px 1px #e6e6e6;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-box-shadow: 1px 1px 1px #e6e6e6;
	box-shadow: 1px 1px 1px #e6e6e6;
	border-radius: 4px 4px 4px 4px;
}

.textboxlist-bit-box {
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}

#content #overview, .component #overview, #content #searchcloud, .frame, #content #searchopts {
	
}

/*#content .inner input#wpsearchterm, .component .inner input#wpsearchterm, #content .inner input#wpsearchsubmit, .component .inner input#wpsearchsubmit {
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
}

#content .inner #wpsearchterm::-webkit-input-placeholder {
    line-height: 28px;
    font-family: sans-serif;
    color: #bbb;
    font-size: 12px;
    font-style: italic;
}

#content .inner #wpsearchterm:-moz-placeholder, #content .inner #wpsearchterm::-moz-placeholder {
    font-family: sans-serif;
    color: #999;
    font-size: 13px;
    font-style: italic;
}*/