
/* ie6 trash */
* html #gritter-notice-wrapper {
	position:absolute; 
}
* html .gritter-top {
	margin-bottom:-10px;
}
* html .gritter-item {
	padding-bottom:0;
}
* html .gritter-bottom {
	margin-bottom:-11px;
}
* html .gritter-close {
	background:url("/images/gritter/close-ie6.gif");
	width:22px;
	height:22px;
	top:7px;
	left:7px;
}

/* the norm */
#gritter-notice-wrapper {
	position:fixed;
	top:20px;
	right:20px;
	width:301px;
	z-index:9999;
}
.gritter-item-wrapper {
	position:relative;
	margin:0 0 10px 0;
}
.gritter-top {
	background-image:url("/images/gritter/top.png");
	background-repeat:no-repeat;
	background-position:top left;
	height:10px;
}
.hover .gritter-top {
	background-position:top right;
}
.gritter-bottom {
	background-image:url("/images/gritter/bottom.png");
	background-repeat:no-repeat;
	background-position:top left;
	height:8px;
	margin:0;
}
.hover .gritter-bottom {
	background-position: top right;
}
.gritter-item {
	display:block;
	background-image:url("/images/gritter/bg-tile.png");
	background-repeat:repeat-y;
	background-position:top left;
	color:#eee;
	padding:2px 11px 8px 11px;
	font-size: 14px;
	font-family:verdana;
}
.hover .gritter-item {
	background-position:top right;
}
.gritter-item p {
	padding:0;
	margin:0;
}
.gritter-close {
	position:absolute;
	top:5px;
	left:3px;
	background:url("/images/gritter/close.png");
	cursor:pointer;
	width:30px;
	height:30px;
}
.gritter-title {
	font-size:17px;
	font-weight:bold;
	padding:0 0 7px 0;
	display:block;
	text-shadow:1px 1px #000; /* Not supported by IE :( */
}
.gritter-image {
	width:48px;
	height:48px;
	float:left;
}
.gritter-with-image,
.gritter-without-image {
	padding:0 0 5px 0;
}
.gritter-with-image {
	width:220px;
	float:right;
}


/*-----------------]: base :[---------------------*/

* {
  margin: 0;
  padding: 0;
}
body {
  font-family: Verdana;
  color: #333;
  background: #FFFCF5;
}
header,
footer,
section,
aside {
  display: block;
}
a {
  color: #0084B4;
  text-decoration: none;
}
a:hover {
  color: #57B6DD;
  text-decoration: underline;
}
img {
  border: none;
}
h2 {
  color: #222;
  font-size: 17px;
  font-weight: bolder;
  padding: 0 0 7px 4px;
}
ul {
  list-style: none;
}
ol {
  padding-left: 3em;
}
.clearfix {
  zoom:1;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}


/*-----------------]: framework :[---------------------*/

.container {
  width: 100%;
  background: url('/images/body_back.png') repeat-x left -60px;
}
.container > header {
  height: 120px;
  margin-bottom: 60px;
  background: url('/images/header_back.png') repeat-x top left;
}
.container > header h1,
.container .main {
  width: 800px;
}
.container > header h1 {
  text-align: center;
  margin: 0 auto;
  padding-top: 45px;
}
.container .main  {
  margin: 0 auto;
}
.container .main > section {
  float: left;
  width: 500px;
}
.container .main > aside {
  float: right;
  width: 216px;
}
.container > footer {
  text-align: center;
  height: 17px;
  padding: 85px 0 20px;
  background: #333 url("/images/footer_back.png") repeat-x;
}


/*-----------------]: main :[---------------------*/

.about,
.how_to {
  margin-bottom: 3em;
}
.about p {
  margin-left: 1em;
}
.help {
  margin-top: 4em;
}
.signup {
  margin: 20px auto 0;
  width: 400px;
}
.signup a {
  color: #333333;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 10px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 #df6;
  background: #9c2 url("/images/signin_background.png") repeat-x scroll 0 0;
  border: 1px solid #9c2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.signup a:hover,
.signup a:focus {
  text-decoration: none;
  background-position: 0 -5px;
  color: #111;
}
.signup a:active {
  background-image: none;
}
.timeline {
  font-size: .9em;
  margin-top: 4em;
}
.timeline ul {
  border-top: 1px solid #eee;
}
.timeline li {
  position: relative;
  padding: 10px 0 20px;
  border-bottom: 1px solid #eee;
}
.timeline img.avatar {
  float: left;
  margin-right: 10px;
  height: 50px;
  width: 50px;
}
.timeline span.screen_name {
  margin-right: .4em;
}
.timeline .created_at {
  position: absolute;
  color: #999;
  font-size: .8em;
  bottom: 3px;
  right: 0;
}
textarea#ping_url {
  color: #555;
  font-size: 1.4em;
  width: 470px;
  margin: .6em;
  padding: 7px;
  border: 1px solid #888;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/*-----------------]: side :[---------------------*/

.profile img {
  margin-right: 7px;
}
.recent_users {
  margin-top: 2em;
}
.recent_users li {
  display: inline;
}
.recent_users img {
  width: 32px;
  height: 32px;
  margin: 1px;
}
.recent_users img:hover {
  width: 40px;
  height: 40px;
  margin: -4px -3px -2px -3px;
}


/*-----------------]: footer :[---------------------*/

.container > footer li {
  color: #C1B49A;
  display: inline;
  font-size: .9em;
  margin: 0 20px;
}
.container > footer a {
  color: #AEDEE4;
}

/*-----------------]: others :[---------------------*/

#gritter-notice-wrapper {
  text-align: left;
}
#gritter-notice-wrapper a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}
.loading {
  text-align: center;
}
.ads {
  text-align: center;
  margin: 3em 0;
}
.avatar {
  float: left;
  border: 1px solid #eee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.screen_name {
  font-size: .9em;
  font-weight: bolder;
}
.sign_out {
  font-size: .8em;
}