	/* Reset */

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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Clearfix */
* html .clearfix {
	height: 1%; /* IE5-6 */
}

.clearfix {
	display: inline-block; /* IE7xhtml*/
}

html[xmlns] .clearfix { /* O */
	display: block;  
}

.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* Site Specific */

body {
	background: #fafdff url(../i/background.jpg) repeat-x;
	font-family: Arial, Helvetica, Verdana, Tahoma, Sans-Serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0 auto;
}

a {
	color: #3086d2;
	text-decoration: none;
}

a:hover {
	color: #EF8D52;
}

#container {
	margin: 0 auto;
	margin-bottom: 100px;
	text-align: left;
	width: 585px;
	background: #fff;
	padding: 30px 50px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 0 0 10px #b2d5e8;
	-moz-box-shadow: 0 0 10px #b2d5e8;
	position: relative;
	top: 25px;
}
	/* Beta tag */
	
	.beta {
		position: absolute;
		right: -13px;
		top: -13px;
	}

/* Header */

.header {
	margin: 0 auto;
	width: 685px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: right;
	position: relative;
	top: 20px;
	height: 40px;
}
	#built-by {
		opacity: 0.3;
		-webkit-transition: opacity .3s linear;
	}
	
	#built-by:hover {
		opacity: 1;
	}

	.share {
		margin: 0 auto;
		float: left;
		margin-top: 10px;
	}

/* Logo */

h1#logo a {
	width: 290px;
	height: 90px;
	background: transparent url(../i/logo.png) 50px 0 no-repeat;
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
	margin-bottom: 15px;
	padding-left: 50px;
}

.intro {
	color: #4CBBE6;
	font-weight: bold;
	font-size: 14px;
	text-align: center;	
}

/* Followers List */

ul.followers {
	float: left;
}
	ul.followers li {
		width: 75px;
		float: left;
		overflow: hidden;
		text-align: center;
		margin: 0;
		padding: 10px;
	}
	
	ul.followers li:hover {
		color: #777 !important;
	}
	
		ul.followers li img {
			padding: 3px;
			border: 1px solid #ccc;
			display: block;
			margin: 0 auto;
			margin-bottom: 5px;
			width: 48px;
			height: 48px;
			overflow: hidden;
		}
		
		ul.followers li a {
			text-decoration: none;
			color: #777;
			-webkit-border-radius: 2px;
			-webkit-transition: background .3s linear;
			display: block;
			overflow: hidden;
		}
		
			ul.followers li:hover,
			ul.followers li:hover a {
				color: #3086d2;
			}
		
			ul.followers li:hover {
				color: #fff;
				background: #f7f7f7;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				-webkit-box-shadow: 0 1px 0 #ccc;
				-moz-box-shadow: 0 1px 0 #ccc;				
			}

/* Note */

p.note, p.error, p.stats {
	padding: 5px;
	text-align: center;
	font-size: 11px;
	margin: 15px 0 15px 0;
	width: 100%;
	clear: both;
}

p.note {
	background: #fffeee;
	border-top: 1px solid #f8e9b6;
	border-bottom: 1px solid #f8e9b6;
	color: #ef8d52;
}

p.error {
	background: #ffe5e5;
	border-top: 1px solid #fcb1b1;
	border-bottom: 1px solid #fcb1b1;
	color: red;
}

p.stats {
	background: #f4ffe7;
	border-top: 1px solid #b6da8b;
	border-bottom: 1px solid #b6da8b;
	color: #75be1e;

}

.total, .count {
	font-weight: bold;
	font-size: 16px;
	padding: 0 5px 0 5px;
}

/* Form */

.form {
	margin: 0 auto;
	width: 535px;
	margin-top: 30px;
	margin-bottom: 20px;
	float: left;
	clear: both;
	background: #F9FDFE;
	padding: 15px 30px 15px 30px;
	-webkit-border-radius: 5px;
} 

	.welcome {
		padding-top: 0!important;
	}
	
	.welcome, .oauth {
		text-align: center;
	}
	
	.message {
		display: none;
	}
	
	.location {
		line-height: 40px;
	}

	.twitter-username, .twitter-password, .location, .welcome, .oauth {
		display: block;
		padding: 15px 0 15px 0;
		color: #555;
		font-weight: bold;
		line-height: 40px;
		border-bottom: 1px solid #E9F4FA;
		font-family: "lucida grande", "lucida sans unicode", arial, verdana, tahoma, sans-serif;
		font-size: 14px;
		float: left;
		width: 535px;
	}
		.form input {
			float: right;
			padding: 10px;
			background: #fff;
			-webkit-box-shadow: 0 -1px 0 #ccc;
			-webkit-border-radius: 5px;
			-moz-box-shadow: 0 0 -1px 0 #ccc;
			-moz-border-radius: 5px;
			color: #aaa;
			border: 1px solid #eaeaea;
			width: 515px;
			text-align: center;
			position: relative;
			font-family: "lucida grande", "lucida sans unicode", arial, verdana, tahoma, sans-serif;
			font-size: 24px;
		}
		
			.form input:focus {
				-webkit-box-shadow: 0 0 5px #3a93d6; 
				color: #3086d2;
			}
		
		.form #find {
			float: right;
			clear: both;
			width: 535px;
			font-size: 16px;
			font-weight: bold;
			cursor: pointer;
			margin: 15px 0 10px 0;
			display: none;
			background: #e6f6ff;
			border: 0;
			color: #3086d2;
			-webkit-box-shadow: 0 1px 0 #bcddf2;
			-moz-box-shadow: 0 1px 0 #bcddf2;
		}
			.form #find:hover {
				border: 0;
				background: #ee4e2f;
				background:
				-webkit-gradient(
    			linear,
    			left bottom,
				left top,
				color-stop(0, rgb(255,149,62)),
				color-stop(0.95, rgb(255,13,5))
				);
				
				-moz-linear-gradient(
				center bottom,
				rgb(255,13,5) 0%,
				rgb(255,149,62) 74%
				);
				color: #fff;
				-webkit-box-shadow: 0 1px 0 #a62626;
				text-shadow: 0 -1px 0 #a62626;
			}
			
/* Loader */
.loader {
	display: block;
	text-align: center;
	margin: 20px 0 0 0;
	float: left;
	display: block;
	width: 535px;
}

.holder {
	width: 100%;	
}

/* Misc */

small {
	font-size: 10px;
	color: #999;
}

.list_this {
	background: url(../i/list.png) center left no-repeat;
	padding: 2px 0 0 20px;
}

.tweet_this {
	background: url(../i/bubble.png) center left no-repeat;
	padding: 2px 0 0 20px;
}

