/* @override 
	http://localhost/findthat/findthat.css
	http://findth.at/test/findthat.css
*/

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, b, u, i, center, 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-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal
}







body {
	background: whitesmoke;
	font: 12px/1 Helvetica,Arial,Sans-serif;
}


#nav {
	clear: both;
	position: fixed;
	bottom: 0px;
	right: 0px;
	background-color: #fff;
	text-align: center;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
		padding: 10px;
	background-color: #fff;
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	z-index:1000;
	width: 300px;
}

#nav a {
	text-decoration: none;
	color: #30a9e2;
	font-weight: bold;
	margin-right: 3px;
}

#nav a:visited {
	color: #30a9e2
}

#nav a:hover {
	color: #0c446d}

.header{

	margin-top: 30px;
}

.container{
	clear:both;
	padding-top:5px;
}

/*input.contact, textarea.contact, .twitterform textarea{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
		border: 1px solid #ccc;
	padding: 3px;
}*/

input.search{
	font: 1em Georgia, serif, "Times New Roman", Times;
	width: 275px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius:5px;
		border: 1px solid #ccc;
	padding: 3px 25px 3px 3px;
}

:focus {
	outline: 0
}

input.button, input.spambutton{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	background-color:white;
	font-size: 1em;
	cursor:pointer;
	padding: 3px;
	-webkit-appearance:button;
}
a.showmore{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	background-color:white;
	font-size: 1em;
	cursor:pointer;
	padding: 3px;
	margin:10px;
	padding-right:5px;
}
a.showmore:hover{
	color: #0085e6;
}

#userbox{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ccc;
	background-color:white;
	font-size: 0.8em;
	padding: 3px;
	float:right;
	width: 300px;
	margin-top:5px;
	margin-right:10px;
}

#userbox a{
	text-decoration: none;
	color: #30a9e2;
	font-weight: bold;
	display: block;
	float:left;
	padding: 3px;
}

#userbox a.right{
	float:right;
}

.searchbox{
	margin-top:5px;
	margin-left:10px;
	width: 500px;
	float:left;
}

.header img{
	margin-left:10px;
}

.content {
float: left;

	position: relative;
	text-align: left;
	padding-bottom: 2em;
	padding: 10px 15px 15px 10px;
	font-size: 1.25em;
	width: 350px;
	border-bottom: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	overflow-x:hidden;
}



h3 {
	
	font: bold 1.5em Georgia, serif, "Times New Roman", Times;
	color: #222;
	margin-bottom: 10px;
	border-bottom: 1px solid #222;
}

.tweetform textarea{
	width: 100%;
	height: 5em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #CCC;
font: 1em Georgia, serif, "Times New Roman", Times; 
}

.tweetform, .spamform{
	width: 100%;
	padding: 1em;
	display:none;
	margin-left:0;
	padding-left:0;
}

.tweetform form, .spamform form{
	margin-left:0;
	width: 100%;
	padding-left:0;
	
}

.filtered{
	display:none;
}

.loading{
	background: url(ajax-loader.gif) no-repeat right;
}
.loading-tweet{
	background: url(ajax-loader.gif) no-repeat left;
}



#trends li{
	display:inline;
	margin-right: 5px;
}

a#quicksearch:hover, a#fullsearch:hover, a#quicksearch.selected, a#fullsearch.selected, a.showmore:hover, a#all.selected, a#video.selected, a#picture.selected, a#all:hover, a#video:hover, a#picture:hover{
	color: #0085e6;
}

.content a{
	color: #0085e6;

}

#filter ul{
	list-style-type:none;
}

#filter{
	position:absolute;
	right: 0;
	top: 180px;
}

#filter li{

}

.searchresult {
	padding: 1.5em 0;
	/*border-bottom: 1px solid #333;*/
}

.searchhead{
	text-align: right;
}

.searchterms{
	font-weight: 800;
}

.searchhead img{
	padding-left: 10px;
}

.searchresult h3 a {
	font: bold 0.6em Georgia, serif, "Times New Roman", Times;
	color: #0085e6;
	text-decoration: none;
}


p.resultdesc{
	float: left;
}

#searches{
	margin-left: 10px;
	margin-top: -10px;
}

.searchresult .resulturl, .twitterauthor {
	color: #666;
	font-size: .75em;
	line-height: 1em;
}

.resulturl, .tweetthis{
	text-align: right;
}

img.twitpic{
	text-align:right;

	margin-left: 5px;
	margin-bottom: 5px;
	padding:2px;
	
}

.resulturl{
	clear: left;
}

.tweetthis{
	font-size: .75em;
	line-height: 1em;
}

a.showmore {
	border: 1px solid #CCC;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	color: #000;
	padding: 3px;
	outline: none;
	text-decoration:none;
	font-weight: 550;
}

a#all, a#video, a#picture{
	width: 80px;
	color: #0085e6;
display:none;
	font-size: 2em;
	padding:5px;
	text-decoration:none;
}

#filter li{
	display:block;
	width: 90px;
}

.more{
	display:block;
	margin-top: 20px;
	margin-bottom: 20px;
}

div.tweet, .content p{
	margin-top: 5px;
	margin-bottom: 5px;
}

.editsearch img{
	float:right;
}

.editsearch{
	list-style-type:none;
}

ul.editsearch li{
	margin-bottom: 20px;
}

.contactform{
	width: 525px;
}
