@CHARSET "UTF-8";
/*
Based on 'Clear Type' CSS Template - http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 40px;
	background: #FFFFFF;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #757E82;
}

h1, h2, h3 {
	color: #AA2808;
}

h1 {
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 2em;
}

p {
}

blockquote {
}

ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: underline;
	color: #EF8116;
}

a:hover {
	text-decoration: none;
	color: #EF8116;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	height: 91px;
	margin: 0 auto;
}

#logo h1 {
	margin: 0;
	padding: 0;
	font: normal 36px Georgia, "Times New Roman", Times, serif;
}

#logo h2 {
	width: 360px;
	margin: -2px 0 0 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #444444;
}

#logo h2 a {
	color: #9AA9B1;
}

#logo a {
	text-decoration: none;
	color: #3C84B3;
}

#status {
	height: 20px;
	font-size: 10px;
}

/* Search */

#search {
	width: 360px;
	height: 45px;
	padding: 0px 0px 40px 0px;
}

#search form {
	margin: 0;
	padding: 12px 0px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	float: left;
	height: 18px;
	padding: 3px 0 0 3px;
	border: 1px solid #000000;
	color: #000000;
}

#search-submit {
	height: 21px;
	margin-left: 10px;
	padding: 0px 2px;
	border: none;
	background:#3C84B3;
	color: #FFFFFF;
}

#search h2 {
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid #EBEBEB;
	font-size: 160%;
	font-weight: normal;
	color: #454E55;
}

/* tabs */
#follower-tabs {
	width:600px;
}

/* tab content */

.user{
	font-size: 0.9em;
}

#favorite{
	padding-bottom: 3px;
	font-weight: lighter;
}

.user span{
	font-weight: bold;
	color: #444444;
	margin-right: 2px;
}

.user a {
	text-decoration: none;
	color: #3C84B3;
}

#user_screen_name a {
	font-weight: bold;
	text-decoration: none;
	color: #3C84B3;
}

#user_profile_image_url img{
   width: 50px;
   height: 50px;
   margin-right: 2px;
}

#user_separator {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 2px solid #715c5c;	
}

#user_url{
   display: inline;
   float: right;	
}

#user_location{
   float: right;	
}

#user_followers_count, #user_friends_count, #user_statuses_count, #user_favourites_count{
   display: inline;
   margin-right: 20px;
}

#user_status{
	font-style: italic;
}

#get_more{
   display: inline;	
}

#get_more a{
   font-weight: bold;
   color: #E17009;	
}

/* alert box */
#alert_dialog{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#alert_dialog #note{
	display: block;
	font-size: 10px;
}
