/*-----------------------------------------------------------------------
Tweetarium Style Sheet (http://www.tweetarium.com)

version:	1.0
date:		9th September 2009
author:		Sam Brown
email:		sam@massiveblue.com
website:	http://www.massiveblue.com
/*-------------------------------------------------------------------- */

/* !Global Reset */
/*-------------------------------------------------------------------- */
* {font-size: 100.01%; margin: 0; padding: 0;}
html {font-size: 62.5%;}
h1, h2, h3, h4, h5, h6, p, blockquote, form, fieldset, table, ul, ol {
	margin: 0 0 1em;
}

/* !Fixers */
/*-------------------------------------------------------------------- */
* a {position: relative;} /* Gets links displaying over a PNG background */
a {outline: none;} /* Gets rid of Firefox's dotted borders */
a img {border: none;} /* Gets rid of IE's blue borders */
table {border-collapse: collapse; border-spacing: 0;}
fieldset, img {border: 0;}
q:before, q:after {content: '';}

/* !Base Elements */
/*-------------------------------------------------------------------- */
a, a:link, a:visited, a:active {color: #0e6ad3; text-decoration: none;}
a:hover {color: #333; text-decoration: underline;}
abbr, acronym {font-style: normal; border-bottom: dotted 1px #666; cursor: help;}
blockquote {border-left: .25em solid #e3e3e3; margin-left: 1.5em; padding-left: 1.5em;}
body {
	background: fixed #28488b url('img/bg.jpg') top center repeat-x;
	color: #fff;
	font: 12px/1.75em "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 75px;
}
code {font: 1.1em monaco, courier, monospace;}
h1 {font-size: 2.5em; font-weight: normal;}
h2 {font-size: 1.5em; font-weight: normal;}
h3 {font-size: 1.1em; font-weight: normal;}
hr {
	margin: 2em 0;
	height: 0;
	clear: both;
	border-width: 0;
	border-top: 1px solid #48769e;
	border-bottom: 1px solid #78a7d0;
	border-top: 1px solid rgba(0,0,0,.2);
	border-bottom: 1px solid rgba(255,255,255,.2);
}
ol, ul {margin-left: 2em;}

/* !Wrap */
/*-------------------------------------------------------------------- */
#wrap {
	margin: 0 auto;
	width: 960px;
}

/* !Masthead */
/*-------------------------------------------------------------------- */
#masthead {
	margin: 20px 10px;
	width: 940px;
}

#masthead a {
	color: #fff;
	font-weight: bold;
	text-shadow: #29498e 0 1px 1px;
}

/* Logo */
#masthead h1 {
	float: left;
}
	#masthead h1 a {
		background: url('img/logo.png') top left no-repeat;
		display: block;
		height: 112px;
		text-indent: -9999px;
		width: 536px;
	}

/* Sign in button */
#masthead #signin {
	background: #4682c5;
	float: right;
	line-height: 35px;
	padding: 0 20px;
	margin-top: 78px;
	-moz-border-radius: 17px;
	-webkit-border-radius: 17px;
}
	#masthead #signin a.twitter_icon {
		background: url('img/icon-twitter.png') right no-repeat;
		padding-right: 20px;
	}

/* Main menu */
#masthead #menu {
	background: #4682c5;
	clear: both;
	line-height: 35px;
	overflow: hidden;
	-moz-border-radius: 17px;
	-webkit-border-radius: 17px;
}
	#masthead #menu ul {
		float: left;
		list-style: none;
		margin: 0 0 0 20px;
	}
	#masthead #menu ul li {
		float: left;
	}
	#masthead #menu ul li a {
		display: block;
		padding: 0 15px;
	}
	#masthead #menu ul li.active a {color: #fdbe9a;}
	#masthead #menu p {
		float: right;
		margin: 0;
		padding-right: 20px;
	}

/* !Content */
/*-------------------------------------------------------------------- */
#content {
	color: #555;
	font: 11px/150% Verdana, Arial, sans-serif;
}
#content a {color: #f36c29;}
#content a:hover {color: #1d3362; text-decoration: none;}

/* Twitter User box */
.home {overflow: auto;}
.column {
    float: left;
    margin: 0 10px;
    width: 300px;
}
.js_portlet {
	background: #e3ebf4;
	background: rgba(255,255,255,.85);
    margin: 0 0 20px;
	padding: 10px;
	width: 280px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* Twitter user bio */
p.bio {
	color: #888;
	overflow: hidden;
}
	p.bio a {
		color: #444 !important;
		font-weight: bold;
	}
	p.bio img {
		background: #fff;
		float: left;
		margin: 0 10px 10px 0;
		padding: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	li.tweet img {
		background: #fff;
		float: left;
		margin: 0 5px 5px 0;
		padding: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}

/* List of Tweets */
ol.tweets {
	list-style: none;
	margin: 0;
}
	ol.tweets li {
		border-top: 1px dotted #ccc;
		margin-bottom: 5px;
		padding-top: 5px;
		min-height: 34px;
	}

/* Tweet meta data links */
a span.time_ago {color: #aaa !important; font-size: 10px;}
a:hover span.time_ago {color: #1d3362 !important;}
a.rt_button, a.fav_button {color: #aaa !important; font-size: 10px;}
a:hover.rt_button, a:hover.fav_button {color: #1d3362 !important;}

/* Tweet Icons */
a.icon-reply,
a.icon-retweet,
a.icon-fav {
	display: inline-block;
	text-indent: -9999px;
	height: 15px;
	width: 15px;
}
a.icon-reply {background: url('img/icon-reply.png') top left no-repeat;}
a.icon-reply:hover {background: url('img/icon-reply.png') bottom left no-repeat;}
a.icon-retweet {background: url('img/icon-retweet.png') top left no-repeat;}
a.icon-retweet:hover {background: url('img/icon-retweet.png') bottom left no-repeat;}
a.icon-fav {background: url('img/icon-fav.png') top left no-repeat;}
a.icon-fav:hover {background: url('img/icon-fav.png') bottom left no-repeat;}
a.icon-dm {
	background: url('img/icon-dm.png') top left no-repeat;
	display: inline-block;
	text-indent: -9999px;
	height: 15px;
	width: 20px;
}
a.icon-dm:hover {background: url('img/icon-dm.png') bottom left no-repeat;}


/* Advertisement */
#ad {
	margin: 0 0 20px;
	text-align: center;
	width: 300px;
}

/* !Settings */
/*-------------------------------------------------------------------- */
#settings, #subpage {
	background: #5792c5;
	background: rgba(56,114,185,.25);
	color: #fff;
	margin: 0 auto;
	padding: 20px;
	width: 740px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	#subpage a {color: #fdbe9a; text-decoration: underline;}
	#subpage a:hover {color: #fff; text-decoration: underline;}
	#settings h2 {color: #fff;}
	#settings h2#group-delete {float: right;}
	#settings h3 {
		color: #fff;
		text-align: center;
	}
	#settings h3 em {color: #a8c1d4; color: rgba(255,255,255,.5);}
	#settings form {margin: 0;}
	#settings form#delete-group {float: right;}
	#settings form input {padding: 3px;}
	#settings form input.groupname {width: 225px;}
	#settings form button {padding: 3px;}

#settings-order {
	float: left;
	padding: 10px;
	width: 340px;
}
	ul#sortable {
		list-style: none;
		margin: 0;
	}
	ul#sortable li {
		background: #e3ebf4;
		font-size: 1.25em;
		font-weight: bold;
		margin: 0 0 10px;
		padding: 2em;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	ul#sortable li.friend_hover{
	  background: #87CEEB;
	}
	#addgroup {
		padding: 10px;
	}

#settings-followers {
	float: right;
	padding: 10px;
	width: 340px;
}
	ul#followers {
		list-style: none;
		margin: 0;
	}
	ul#followers li {
		background: rgba(255,255,255,.85);
		font-size: 1.1em;
		margin: 0 0 5px;
		padding: 1em;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}

	ul#followers li p.bio {font-size: 11px; margin: 0;}
	ul#followers li p.bio img {margin-bottom: 0;}

#settings-group {}
	#settings-group ul#followers {overflow: hidden;}
	#settings-group ul#followers li {
		float: left;
		margin: 0 10px 20px;
		padding: 1em 2em 1em 1em;
		position: relative;
		width: 310px;
	}
	#settings-group p.delete-user {
		margin: 0;
		position: absolute;
		top: 5px;
		right: 5px;

	}
	#settings-group p.delete-user a {
		background: url('img/btn-delete.png') top left no-repeat;
		display: block;
		height: 20px;
		text-indent: -9999px;
		width: 20px;
	}
	#settings-group p.delete-user a:hover {background: url('img/btn-delete.png') left no-repeat;}
	#settings-group p.delete-user a:active {background: url('img/btn-delete.png') bottom left no-repeat;}
	
p.one_tweet{
	color: #444;
	font-size: 10px;
	font-style: italic;
}
.following {color: green;}
.not_following {color: red;}
.check_friend {color: #f36c29; cursor: pointer;}

/* !NewTweet */
/*-------------------------------------------------------------------- */
#new-tweet {background: #fff;}
	#new-tweet #textcounter {
		color: #ccc;
		font: bold 26px Georgia, serif;
		margin: 5px 0;
		text-align: right;
	}
	#new-tweet #status_box {
		font: inherit;
		font-size: 120%;
		padding: 5px;
		margin: 5px 0;
		width: 390px;
	}
	#new-tweet button {
		background: #4682c5;
		border: none;
		color: #fff;
		cursor: pointer;
		font-weight: bold;
		line-height: 35px;
		padding: 5px 20px;
		text-shadow: #29498e 0 1px 1px;	
		-moz-border-radius: 17px;
		-webkit-border-radius: 17px;
		float:right;
		font-size:17px;
		clear:both;
	}
  #new-tweet #textcounter.watch{color:#5C0002;}
  #new-tweet #textcounter.warning{color:#D40D12;}
  #new-tweet #textcounter.error{color:red;}

/* !Footer */
/*-------------------------------------------------------------------- */
#footer {
	background: url('img/bg-footer.png') top center repeat-x;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}
#footer a {color: #3a66c3;}
#footer a:hover {color: #fff; text-decoration: none;}

#footer-content {
	color: #3a66c3;
	font-weight: bold;
	line-height: 25px;
	margin: 0 auto;
	padding-top: 25px;
	position: relative;
	text-shadow: #12203d 0 -1px 1px;
	width: 940px;
}
	p#copyright {float: left;}
	p#links {float: right;}
	p#links a {margin: 0 5px;}
	
	#starfish {
		position: absolute;
		top: -150px;
		left: -235px;
		width: 262px;
		height: 235px;
		background: url('img/starfish.png') top left no-repeat;
		z-index: 100;
	}

/* !Other */
/*-------------------------------------------------------------------- */
.clear {clear:both;}
.hide {display:none;}

/* !Plantlife */
/*-------------------------------------------------------------------- */
#plantlife-bl {
	position: fixed;
	bottom: 0;
	left: 0;
	background: url('img/plantlife-bl.png') top left no-repeat;
	height: 713px;
	width: 1000px;
	z-index: -999;
}
#plantlife-br {
	position: fixed;
	bottom: 0;
	right: 0;
	background: url('img/plantlife-br.png') top left no-repeat;
	height: 758px;
	width: 387px;
	z-index: -999;
}

#fish-green {
	position: absolute;
	top: 165px;
	left: 45px;
	background: url('img/fish-green.png') top left no-repeat;
	height: 274px;
	width: 121px;
	z-index: -999;
}
#fish-school {
	position: absolute;
	top: 565px;
	right: 45px;
	background: url('img/fish-school.png') top left no-repeat;
	height: 73px;
	width: 151px;
	z-index: -999;
}


#login_reminder{
  display:none;
  width:262px;
  height:84px;
  position:absolute;
  z-index:-999;
  background: url('img/login_reminder.png');
}

#powered_by_twitter{
  background: url('http://search.twitter.com/images/powered-by-twitter-sig.gif');
  width:137px;
  height:11px;
}