body {
	color: #4D5053;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 81.25%;
	background: #B3D7D3 url(../images/blue_back.png) repeat-x;
	line-height: 18px;
	margin: 18px 0;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #35516A;
}

a:hover {
	text-decoration: underline;
}

#help h1 {
	font-size: 1.846em;
	margin-bottom: 36px;
	margin-top: 18px;
}

#info p#first_info, .alert.sign_in_to_add {
	margin-top: 18px;
}

p, h2 {
	margin-bottom: 18px;
}

strong {
	font-weight: bold;
}

#page {
	background: #ffffff url(../images/white_columns.gif);
	margin-left:auto;
	margin-right:auto;
	width:960px;
	padding-bottom: 18px;
	zoom: 1;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
   	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
}

#header {
	height: 196px;
	position: relative;
	background: #ffffff;
	margin: 0 0 0 10px;
	width: 950px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
}

#header img#logo {
	margin: 0 0 0 240px;
	display: block;
	z-index: 1;
}

#header img#tagline {
	margin: 11px 0 0 210px;
	display: block;
	z-index: 2;
	position: relative;
}

#header img#bird {
	position: absolute;
	left: -70px;
	top: 6px;
	z-index: 0;
}

#header ul {
	margin: 27px 0 0;
	padding: 0 0 0 240px;
}

#header ul li {
	display: block;
	float: left;
	margin: 0 18px 0 0;
	font-size: 1.077em;
	font-family: Georgia, serif;
	letter-spacing: 1px;
	font-weight: bold;
	font-variant: small-caps;
}

#header ul li a {
	color: #1D2C38;
	padding: 0 0 2px;
	display: block;
	border-bottom: solid 2px #B3D7D3;
}

#header ul li.active a, #header ul li a:hover {
	padding: 0 0 2px;
	display: block;
	border-bottom: solid 2px #C224CE;
	text-decoration: none;
}

#header #follow_tweave {
	position: absolute;
	right: 26px;
	top: 26px;
}

#content_etc {
	clear: both;
	z-index: 3;
	position: relative;
	padding-bottom: 54px;
	zoom: 1;
}

#content {
	margin-top: 18px;
	width: 670px;
	float: left;
}

#content .sixty {
	margin: 0 20px 0 60px;
}

.object {
	margin: 18px 0 0;
	width: 650px;
	float: left;
	background: url(../images/birds/object.png) left top no-repeat;
}

.object h1 {
	height: 24px;
	font-size: 1.846em;
	margin-left: 60px;
	margin-bottom: 0;
}

.object h2#author {
	height: 30px;
	margin-left: 60px;
	font-weight: normal;
	font-style: italic;
	font-size: 0.923em;
}

.object h2#author a {
	font-style: normal;
}

#sidebar {
	background: url(../images/white_sidebar.png) no-repeat;
	margin: 0;
	width: 290px;
	float: left;
}

#sidebar .inner {
	margin: 72px 33px 0 33px;
}

#sidebar .inner ul#user_info {
	float: left;
	height: 72px;
	margin-bottom: 0;
}

#sidebar .inner ul#user_info li {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	font-size: 1.077em;
}

#sidebar .inner div#user_objects {
	margin-bottom: 18px;
	margin-top: 0;
	clear: both;
	margin-top: 0;
}

#sidebar .inner div#user_objects h2 {
	clear: both;
	font-size: 1.077em;
	font-family: Georgia, serif;
	letter-spacing: 1px;
	font-weight: bold;
	font-variant: small-caps;
	margin-top: 0;
}

/* twitter status form */

#status_update_form {
	border-bottom:1px dashed #D2DADA;
	padding: 0 0 17px;
	margin-bottom: 0;
	position: relative;
}

#status_update_form h2 {
	margin-bottom: 10px;
}

#status_update_form #twitter_counter {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1.385em;
	font-family: Georgia, serif;
}

#status_update_form #twitter_counter.watch {
	color:#35516A;
}

#status_update_form #twitter_counter.warning {
	color:#2276BB;
}

#status_update_form #twitter_counter.error {
	color:#C224CE;
}

#status_update_form #status {
	border: 1px solid #AAAAAA;
	padding: 4px 2px;
	width: 584px;
	height: 36px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	line-height: 1.385em;
}

#status_update_form input {
	font-family: Arial, sans-serif;
	font-size: 0.923em;
}

#status_update_form input#twitter_password {
	width: 5.5em;
}

#status_update_form #submit_status {
	float: right;
}

#status_update_form a {
	color: #2276BB;
}

#status_update_form label {
	display: block;
	float: left;
	padding-right: 1.538em;
}

#status_update_form .twitpic_input {
	visibility: hidden;
}

#status_update_form p {
	clear: both;
	padding-top: 18px;
}

p#status_update_form {
	font-size: 1.385em;
	color: #C224CE;
}

/* twitter styles */

ol.statuses a {
	font-weight: normal;
	color: #2276BB;
}

ol.statuses strong a {
	font-weight: bold;
	color: #2276BB;
}

ol.statuses li {
	border-bottom:1px dashed #D2DADA;
	padding: 9px 0 8px;
	position:relative;
	zoom: 1;
}

ol.statuses .thumb {
	display:block;
	height:54px;
	left:0;
	margin:0 10px 0 0;
	overflow:hidden;
	position:absolute;
	width:54px;
}

ol.statuses .thumb img {
	margin-top: 1px;
	height:48px;
	width:48px;
}

ol.statuses span.status-body {
	display: block;
	margin-left: 64px;
	overflow: hidden;
}

ol.statuses span.meta, .hentry .meta {
	color:#999999;
	display:block;
	font-size:0.846em;
}

ol.statuses span.meta a, .hentry .meta a {
	color:#999999;
}

.twitpic_thumb {
	width: 150px;
	height: 150px;
	margin: 0 18px 18px 0;
	display: block;
	float: left;
}

#no_tweets {
	margin-top: 18px;
}

.tweave_object_list {
	float: left;
	width: 178px;
	margin-right: 20px;
	border: 1px solid #B3D7D3;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#popular_objects {
	margin-right: 0;
}

.tweave_object_list h2 {
	padding: 8px 6px 7px;
	margin: 0 0 6px;
	background: #B3D7D3 url(../images/blue_back.png) 0 -198px repeat-x;
	color: #FFFFFF;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-bottom: 1px solid #B3D7D3;
}

.tweave_object_list ol {
	margin: 6px 6px;
	list-style-type: none;
	list-style-position: inside;
}

#add_holder {
	padding-top: 36px;
	background: url(../images/birds/add_holder.png) left top no-repeat;
}

#search_holder {
	padding-top: 36px;
	background: url(../images/birds/search_holder.png) left top no-repeat;
}

#search_form {
	background: #B3D7D3 url(../images/blue_back.png) 0 -180px repeat-x;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 9px;
	margin-bottom: 18px;
}

#search_form span, #search_form input{
	font-size: 1.615em;
	color: #35516A;
}

#search_form span {
	color: #ffffff;
}

#search_hashtag {
	width: 460px;
}

#tweave_object_lists {
	padding-top: 36px;
	background: url(../images/birds/tweave_object_lists.png) left top no-repeat;
}

#add_object_intro {
	padding-right: 200px;
	padding-bottom: 18px;
	margin-bottom: 0;
	background: url(../images/birds/add_object_intro.png) left top no-repeat;
}

#find_object_intro {
	padding-right: 200px;
	padding-bottom: 18px;
	margin-bottom: 0;
	background: url(../images/birds/find_object_intro.png) left top no-repeat;
}

.alert {
	font-size: 1.385em;
	line-height: 1.5em;
	color: #C224CE;
}

.alert a {
	font-weight: normal;
}

.clear {
	clear: both;
}

#instructions_1 .instruction_inside {
	background: url(../images/get_started/bottom_1.png) left bottom no-repeat;
	padding: 0 200px 54px 100px;
	zoom: 1;
}

#instructions_2 {
	background: url(../images/get_started/repeat_2.png) 0 98px repeat-y;
}

#instructions_2 .instruction_inside {
	background: url(../images/get_started/top_2.png) left top no-repeat;
	padding: 18px 322px 0 0;
	text-align: right;
	zoom: 1;
}

#instructions_3 {
	background: url(../images/get_started/repeat_3.png) 0 142px repeat-y;
}

#instructions_3 .instruction_inside {
	background: url(../images/get_started/top_3.png) left top no-repeat;
	padding: 96px 36px 0;
	zoom: 1;
}

.instruction_left {
	float: left;
	text-align: left;
	width: 241px;
	margin: 0;
}

.instruction_right {
	float: right;
	text-align: right;
	width: 241px;
	margin: 0;
}

#instructions_3 .instruction_inside .clear {
	height: 0;
	padding: 0;
	margin: 0;
}

#instructions_4 {
	background: url(../images/get_started/repeat_4.png) 0 151px repeat-y;
}

#instructions_4 .instruction_inside {
	background: url(../images/get_started/top_4.png) left top no-repeat;
	padding: 108px 100px 0 131px;
	zoom: 1;
}

#instructions_5 .instruction_inside {
	background: url(../images/get_started/top_5.png) left top no-repeat;
	padding: 54px 0 0 340px;
	zoom: 1;
}

.instruction_inside h2, .instruction_inside p {
	margin-bottom: 0;
}

.ui-tabs-nav {
	background: url(../images/birds/ui-tabs-nav.png) right bottom no-repeat;
}

#footer {
	clear: both;
	margin-left: 60px;
}