
/* list styles  */

#content2 {
  min-height:320px;
  margin 0;
}


body
{
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
  font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
  
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 0 85px;

  -webkit-text-size-adjust: none;
  font-size: 11px;
  color: #000000;
}

/*
when the orientation changes to landscape mode, the body is assigned the .landscape
class so that we can easily change metrics and other properties via simple CSS matching
*/
body.landscape {
  width: 480px;
}


a{
	color:#FF6600;
	text-decoration:none;
}

li{
	margin: 6px 0px;
}

#wrap
{
	width:320px;
	overflow:hidden;
	margin: 0;
	padding: 0;
}

#header
{
/*  width: 320px;*/
  height: 50px;
  background: url(../img/header.jpg); 
  background-repeat: no-repeat; 
}

#refreshbutton {
  border: none;
  position: absolute;
  top: 7px;
  left: 5px;
  width: 34px;
  height: 30px;
  background: url(../img/refresh.png) left top no-repeat;
}

#writebutton {
  border: none;
  position: absolute;
  top: 7px;
  left: 270px;
  width: 42px;
  height: 30px;
  background: url(../img/write.png) left top no-repeat;
}

#backbutton
{
	border: none;
	position: absolute;
	top: 7px;
	left: 5px;
	width: 50px;
	height: 30px;
	background: url(../img/back.png) left top no-repeat;
	display: none;
}

#backbutton_footer
{
	border: none;
	float: left;
	position: absolute;
	left: 5px;
	width: 50px;
	height: 30px;
	display: none;
	background: url(../img/back.png) left top no-repeat;
}


table.menu-holder {
  width:100%;
  text-align:center;
  margin 0;
}

#menu {
  width:320px;
  height:30px;
  clear:both;
  margin:0 0 5px 0;
  background-image:url(../img/menu.jpg);
  background-position: bottom;
  background-repeat: repeat-x;
  background-color: #ff6b01;
}

#message
{
	-webkit-border-radius: 4px;
	color: #4b6a00;
	border: 1px solid #9ada00;
	background-color: #eaffb7;
	margin: 6px;
	padding: 2px;
	display: none;
}


#tweetform{
	margin: 0px;
	padding: 0px;
	display: none;
}

#tweet {
  width:100%;
  min-height:28px;
  clear:both;
  padding:4px;
  padding-right: 4px;
  margin: 0;
  background-color: #fd6801;
  font-size: 14px;
  color: #ffffff;
}

.inputtext{
	font-size: 17px;
	width: 100%;
	height: 12em;
}


.tweetbutton
{
	border: none;
	float: right;
	margin-right: 8px;
	width: 47px;
	height: 30px;
	background: url(../img/send.png) left top no-repeat;
}

#shortenbutton
{
	border: none;
	float: right;
	width: 61px;
	height: 30px;
	margin-right: 6px;
	background: url(../img/shorten.png) left top no-repeat;
}

#geobutton
{
	border: none;
	float: right;
	margin-right: 6px;
	width: 40px;
	height: 30px;
	background: url(../img/geo.png) left top no-repeat;
}

.cancelbutton
{
	border: none;
	float: left;
	width: 55px;
	height: 30px;
	margin-right: 6px;
	background: url(../img/cancel.png) left top no-repeat;
}

#clearbutton
{
	border: none;
	float: left;
	width: 36px;
	height: 30px;
	margin-right: 6px;
	background: url(../img/delete.png) left top no-repeat;
}

#source-text
{
	margin: 6px;
	word-break: break-all;
}

#textcounter{
	padding: 4px;
	position: absolute;
	color: black;
	left: 110px;
	top: 222px;
	text-align: right;
	min-width: 200px;
}

#statusmessage{
	padding: 4px;
	position: absolute;
	color: black;
	left: 8px;
	top: 222px;
	text-align: left;
	min-width: 100px;
}



.submenu-active {
  background-color: #FFFFFF;
  padding-bottom: 10px;
  -webkit-border-radius: 3px;
}

.submenu-inactive {
  padding-bottom: 10px;
  -webkit-border-radius: 3px;
}

a.mega-anchor-inactive {
  text-decoration:none;
  color: #FFFFFF;
  font-weight:bold;
  margin-top:3px;
  vertical-align:middle;
  cursor:pointer;
  display:block;
  overflow:auto;
  font-size: 14px;
}

a.mega-anchor-active {
  text-decoration:none;
  color: #0090FF;
  cursor:pointer;
  font-weight:bold;
  margin-top:3px;
  vertical-align:middle;
  display:block;
  overflow:auto;
  font-size: 13px;  
}


#content2
{
}

.item-box {
/*  float:left;*/
  width:100%;
  padding: 4px;
}
/*
.item-box:active
{
	background-color: #0055ee;
	color: white;
}
.content:active
{
	color: white;
}
.item-description:active
{
	color: white;
}
*/

.item-unread
{
	background-color: #d0f0ff;
}
.item-reply
{
	background-color: #ccffc9;
}

.thumb {
  padding:0px;
  margin-left:5px;
  margin-right:5px;
  width:46px;
  max-width: 46px;
  height:46px;
  max-height: 46px;
  border:0px solid #E5E5E5;
  float:left;
}

div.item-header-container {
  float:left;
  padding-top:6px;
  font-weight:bold;
  margin-left:4px;
}

.item-header {
  text-align:right;
  height:20px;
}

.item-title-container {
/*  float:left;*/
}

.item-title-font {
  color: #FF6600;
  float:left;
  font-weight:bold;
  text-decoration:none;
  cursor: pointer;
  font-size: 15px;
}

.bubble {
  vertical-align:middle;
  float:right; 
  margin-left:2px;
  margin-right:5px;
  padding:0px;
  border:none;
  max-width: 15px;
}


.commentcounter {
  float:right;
  color: #66CC00;
  margin-right:0px;
  font-weight:bold;
}

.item-description
{
  margin-left:7px;
  margin-right: 7px;
  font-weight:bold;
  color: #333333;
  font-size: 13px;
  word-break: break-all;
}


.item-detail
{
	display: none;
	padding: 10px 5px 5px 5px;
	color: #505050;
	font-size: 13px;
}

.item-date
{
	color: #999999;
	font-weight: normal;
	font-size: 10px;
}

.item-source
{
	color: #999999;
	font-weight: normal;
	font-size: 10px;
}

.item-source a
{
	color: #999999;
	font-weight: normal;
	font-size: 10px;
}

.item-favorite
{
	color: #000000;
	text-align: right;
}

.image-favorite
{
	margin: 1px;
	margin-bottom: 0px;
	border: none;
	width: 24px;
	height: 24px;
	padding: 0;
}

.item-image
{
	padding: 5px;
	display: none;
	text-align: center;
}

.item-image-thumb
{
	max-width: 280px;
	max-height: 240px;
	padding: 2px;
	border: 1px solid #dddddd;
	background: #ffffff;
}


.action{
  vertical-align:middle;
  margin: 0px 0px 2px 0px;
  padding:0px;
  border:none;
  max-width: 15px;
}

.button{
  -webkit-border-radius: 10px;
  border: 1px solid #808080;
  margin: 4px 2px 4px 2px;
  padding: 8px;
  vertical-align:middle;
  display: inline-block;
  background-color: #ffffff;
  font-size: 12px;
  cursor:pointer;
}
.button:active
{
	background-image: url('../img/item_background_touched.png');
	background-position: 280px 18px, 0 0;
	background-repeat: no-repeat, repeat-x;
	color: white;
}


.nextbutton{
	width: 80%;
	display: block;
	text-align: center;
	font-size: 16px;
	margin: 4px auto;
}

.actionlink{
	text-decoration:none;
	color:#FF6600;
	cursor: pointer;
}


.tweet_link{
	text-decoration:none;
	color: #66CC00;
	cursor: pointer;
}

.list_link{
	color: #FF6600;
	text-decoration:none;
	cursor: pointer;
}

.image_link{
	background: url(../img/photo.png) no-repeat;
	padding-left: 18px;
}

.item-div {
  margin:4px 0 0 0;
  padding:0;
  opacity:0.1;
  height: 1px;
  width: 100%;
}

/* list styles */

/* post styles*/

.item-title-font-post {
  color:#FF6600;
  font-weight:bold;
  text-decoration:none;
  margin-left:5px;
  margin-bottom:3px;
  font-size: 15px;
}

.date {
  color:#66CC00;
  font-weight:bold;
  margin-left:5px;
  margin-bottom:10px;  
}

p {
	text-indent: 1em;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
	font-weight:bold;
	color:#000000;
}

img {
  padding:0px;
  margin: 0px;
}

object {
  margin-top:5px;
  margin-bottom:5px;
  margin-left:7px;
  margin-right: 7px;  
}

div.image-id {
  margin-top:2px;
  margin-bottom:2px;
  margin-left:5px;
  font-size: 7px;
}

blockquote {
  font-style: italic;
  color:#999999;  
}

.menu_divider_1 {
  position:absolute;
  top:50;
  left:105;
  z-index:2; 
  padding:0px;
  border:none;
  margin: 0 0 0 0;
  max-width: 2px;
  display:none;
}

.menu_divider_2 {
  position:absolute;
  top:50;
  left:198;
  z-index:2; 
  padding:0px;
  border:none;
  margin: 0 0 0 0;
  max-width: 2px;
  display:none;
}

/* post styles - end */

/* comments styles -start
TODO-RAIN: clean up */

.author-profile {
  /* main container */
}

.author-profile-avatar {
  width:32px;
  height:32px;
  max-width: 32px;
  
  margin: 0px 0px 0px 3px;
  padding:0px;
    
  border:1px solid #E5E5E5;
  float:left;  
}

.author-profile-nick {
  color:#FF6600;
  margin-left:40px;
  font-weight:bold;
}

.iphoneComments #comments li {
  list-style:none;
}

.iphoneComments #comments {
  margin: 0 0 0 0;
  padding:0 0 0 0;
}

.iphoneComments {
  position:relative;
  left:-38px;
  width: 358px;
}

.hr {
  display:none;
}

#comments {  
}

.comment-bd {
  margin-left:35px;
}

.comment-date {
  float:left;
  margin-left:40px;
  font-style:italic;
}

.comment-div {
  height: 1px;
  max-width: 310px;
  margin:2 0 2 0;
  opacity:0.1;
}

.showCommentsButton {
  margin:10px 0px 2px 100px;  
}

.nowLoadingComments {
  margin:10px 0px 2px 130px;
  border:none;
  width:120px;
  height:64px;
}

.comment-button {
  margin-top:3px;
  float: right;
  margin-right:5px;
  
}

.comment-form {
  margin-top:3px;
  margin-right:5px;
  margin-left:5px;
}

.comment-options {
  margin-top:3px;
  vertical-align:middle;
  float:right;
}

.comment-textarea {
  width:100%;
}

.nowInsertingComments {
  display:inline;
  margin: 0px 0px 0px 0px;
}

.insertingImg {
  border: none;
  width: 16px;
  height: 16px;
}

.submit-button {
}

/* comments styles - end */


#user_name{
	color: #404040;
	font-size: 18px;
	font-weight: bold;
}

#user_profile{
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
}

#user_homepage{
	padding: 10px;
	font-size: 14px;
	text-decoration:none;
}

#user_links{
	padding: 10px;
	font-size: 14px;
	text-decoration:none;
}



.favorited{
	border: 0px;
	margin: 0 10px 0 0;
	padding: 0;
}


.iphonestyle_bg
{
	background-image: url('../img/background_stripes.png');
	background-repeat: repeat;
	font-family: Helvetica;
}


h2
{
	margin: 4px;
}

.title
{
	-webkit-border-radius: 8px;
	border: 1px solid rgb(171,173,176);
	background-color: #ffffff;
	padding-top: 14px;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 14px;
	margin: 10px 10px 6px 10px;
	font-size: 14px;
	color: #222222;
}




.welcome_button
{
	-webkit-border-radius: 8px;
	border: 1px solid rgb(171,173,176);
	background-color: #ffffff;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 6px 10px;
	text-align: center;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

/* this is for the touched state of list items */
.welcome_button:active
{
  background-image: url('../img/item_background_touched.png');
  background-position: 280px 18px, 0 0;
  background-repeat: no-repeat, repeat-x;
  color: white;
}

.item-lists{
	display: none;
}


#loading
{
	margin-top: 150px;
	text-align: center;
}

#searchform
{
	margin 0;
	padding: 0 5px 5px 5px;
}

.searchbutton
{
	border: none;
	position: absolute;
	top: 7px;
	left: 267px;
	width: 47px;
	height: 30px;
	background: url(../img/send.png) left top no-repeat;
}

#tweet-form-q
{
	-webkit-border-radius: 4px;	
	font-size: 18px;
	border: 1px solid #807070;
	width: 100%;
	background-color: #EDE4DD;
}

.text-form
{
	font-size: 16px;
	border: 1px solid #807070;
	width: 100%;
	background-color: #EDE4DD;
}


#item-footer
{
	text-align: center;
	vertical-align: text-bottom;
	width:320px;
	height:40px;
	max-height:40px;
	clear:both;
	color: #ffffff;
	margin:0;
	padding-top: 6px;
	background-image:url(../img/menu.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #ff6b01;	
}

#item-footer a
{
	color: #ffffff;
	font-weight: bold;
}


#map
{
	margin: 0;
	width: 100%;
	height: 305px
}

.geo-popup
{
	width:  200px;
	font-size:13px;
	color: #202020;
	word-break: break-all;
}



.item-address
{
	color: #4090d0;
	font-weight: normal;
	font-size: 12px;
}

.item-interest-type
{
	color: #aaaa00;
	font-size: 10px;
	font-weight: bold;
}


.interest-map
{
	width: 240px;
	height: 240px;
	margin: 2px auto;
	border: 1px solid #eeeeee;
}


#item-question-description
{
	margin: 8px;
	padding: 7px;
	clear:both;
	font-weight:bold;
	color: #333333;
	font-size: 14px;
	word-break: break-all;
}

#item-question-description b
{
	color: #ff8800;
	font-size: 16px;
}

#item-question-description li
{
	margin-top: 16px;
}



#shortcut-title
{
	color: #eee;
	border: 2px solid #333;
	background-color: #555;
	font-size: 12px;
	margin: 8px;
	padding: 4px;
	-webkit-border-radius: 7px;
}

.shortcut-item
{
	border-left: 12px solid #000;
	margin: 10px;
	padding-left: 4px;
	font-size: 15px;
	color: #000;
}



.list-name
{
	color: #eee;
	border: 2px solid #333;
	background-color: #555;
	font-size: 12px;
	margin: 8px;
	padding: 4px;
	font-weight: bold;
	-webkit-border-radius: 7px;
}


.list-button
{
	color: #000;
	font-weight: bold;
	border: 1px solid #333;
	background-color: #fff;
	font-size: 12px;
	margin: 9px;
	padding: 4px;
	-webkit-border-radius: 7px;
	text-align: center;
}

.bigtitle
{
	color: #eee;
	border: 2px solid #333;
	background-color: #555;
	font-size: 16px;
	margin: 8px;
	padding: 4px;
	-webkit-border-radius: 7px;
}

#item-question-description b
{
	border: 2px #70ee67 solid;
	background-color: #ddffdd;
	color: #151;
	padding-left: 4px;
}

.similar-point
{
	-webkit-border-radius: 12px;
	background-color: #d0ffdd;
	font-size: 16px;
	color: #151;
	font-weight: bold;
	padding: 5px;
	margin: 3px;
}

