/* =from base.css(illumi)
---------------------------------------- */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

p, li, dl, table {
	line-height:1.5;
}

img {
	border: 0;
}


/* = Tweet Page
---------------------------------------- */

#TweetPage h2 a.special {
	background-image:url(../img/omotesando_tweet_2010.gif) ;
	width: 702px;
	margin-bottom: 20px;
	text-indent: -9999px;
	height: 29px; 
	display: block;
}

#TweetPage .special_tweets { 
	margin-bottom : 20px;
	width: 702px;
}

.entryList {
	text-align: center;
}

.entryList .list {
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
}

.entryList .list .item {
	margin: 0.5em 0;
	border-bottom: 1px #BCBB9C dotted;
}

.entryList .list .item .photo {
	float: right;
	margin: 5px;
}

.entryList .list .item .buddyIcon,
.entryList .list .item .noBuddyIcon {
	float: left;
	margin: 5px;
	width: 50px;
	height: 50px;
}

.entryList .list .item .body {
	color: #000;
}

.entryList .list .item .body .name {
	color: #666;
	font-weight: bold;
}

.entryList .list .item .body .date {
	color: #888;
	font-size: 10px;
}

.entryList .list .item .spotLabel {
	height: 14px;
	float: left;
	margin-right: 5px;
	padding-right: 5px;
	background: #b59d46 url(../img/bg_spot_label.png) no-repeat right;
	font-size: 10px;
}

.entryList .list .item .spotLabel a {
	text-decoration: none;
	color: #fff;
}

.entryList .list .item .spotLabel img {
	vertical-align: top;
}

.entryList .list .item .info {
	/*
	 clear: both;
	 text-align: right;
	*/
	font-size: 10px;
}

.entryList .moreLink {
	text-align: right;
	font-size: 15px;
	color: #fff;
}

.TweetForm {
	position: relative;
}

.TweetForm .entry h4,
.twinaviSection h4 {
	position: absolute;
	top: -10px;
	left: 5px;
	color: #B59D46;
	font-size: 12px;
	background: #fff;
}

.TweetForm .entry .login {
	text-align: center;
}

.TweetForm .entry .anonymous {
	float: right;
}

.TweetForm .entry h5 {
	margin-bottom: 3px;
	font-size: 10px;
	color: #000;
	white-space: nowrap;
}

.TweetForm,
.twinaviSection {
	margin: 0px 0 20px;
	background: #fff;
	border:1px dashed #b59d46;
}


.twinaviSection {
	position: relative;
	padding: 15px 0 15px 150px;
	text-align: center;
}

.twinaviSection .banner {
	float: left;
	margin-right: 10px;
}

.twinaviSection p {
	text-align: left;
	color: #000;
}

.twinaviSection strong a {
	color: #0676CC;
}

#spotPage .TweetForm {
	margin: 10px 0 20px;
	padding: 10px 40px 10px;
}

#TweetFormChoice {
	background: #fff;
}

.TweetForm .body {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.TweetForm .body form {
	padding: 10px 15px;
}

.TweetForm #TweetBody {
	width: 100%;
}

.TweetForm fieldset {
	margin-bottom: 10px;
}

.TweetForm legend {
	margin-bottom: 5px;
	font-weight: bold;
	color: #333;
}

.TweetForm .wordCounter {
	color: #333;
}

.TweetForm #word_rest {
	font-size: 120%;
	font-weight: bold;
	
}

.TweetForm .credentials dl,
.TweetForm .signature dl {
	margin-bottom: 15px;
}

.TweetForm .credentials dt,
.TweetForm .credentials dd,
.TweetForm .signature dt,
.TweetForm .signature dd {
	display: inline;
}

.TweetForm .credentials dt,
.TweetForm .signature dt {
	margin-right: 5px;
}

.TweetForm .credentials dd,
.TweetForm .signature dd {
	margin-right: 15px;
}

.TweetForm .submit {
	width: 100%;
	padding: 0 auto;
	text-align: center;
}

.TweetForm .submit input {
	display: block;
	margin: 0 auto;
	width: 260px;
	height: 26px;
	border: 0;
	background: url(../img/btn_submit_tweet.png) no-repeat;
	text-indent: -5000px;
	cursor: pointer;
}

.TweetForm .btnCancelTweet {
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: block;
	width: 93px;
	height: 21px;
}


fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

.error-message {
	padding-top: 3px;
	color: #FFF;
}

.thanksforEntry {
	background: #555555 none repeat scroll 0 0;
	border: 1px solid #FFFFFF;
	margin: 20px 0;
	padding: 5px 0 8px;
	text-align: center;
}

.thanksforEntry img {
	border: 0;
}


#TweetPage {
	margin-top: 10px;
	width: 702px;
	float: left;
}

#TweetPage h2 {
	margin-bottom: 15px;
}

#TweetPage .atMobile {
	float: right;
	text-align: right;
	color: #FFF;
}

#TweetPage .atMobile img {
	margin-left: 5px;
}

#TweetPage #specialTweetList {
	padding: 10px 20px 20px;
	border-color: #B59D46;
	border-style: solid;
	border-width: 0 1px 1px;
}

#TweetPage h3 {
	height: 22px;
	text-indent: -5000px;
	width: 100%;
	background: transparent url(../img/title_tweet_everybody_w100.png) no-repeat scroll 0 0;
}

#TweetPage .TweetForm .entry {
	padding: 10px 50px 10px;
	position: relative;
}

/* = TweetPost Page
---------------------------------------- */
#main-top .tweetPost {
	width: 702px;
	float: left;
}

/*-------------------------------------------old
TweetWidgetPage
#TweetWidgetPage {
	margin-top: 10px;
}

#TweetWidgetPage .TweetForm {
	padding: 0px 10px 15px;
}

#TweetWidgetPage .TweetForm h4 {
	padding: 1px 3px;
	color: #000;
	background: #EFEAC0;
}

#TweetWidgetPage .TweetForm {
	border: 0;
	background: #000;
}

#TweetWidgetPage .TweetForm .body {
	background: #333;
}

#TweetWidgetPage .TweetForm .body form {
	padding: 10px;
	border: 1px solid #EFEAC0;
}

#TweetWidgetPage .TweetForm .entry .login,
#TweetWidgetPage .TweetForm .entry .anonymous {
	float: none;
	clear: both;
	margin-bottom: 20px;
}

#TweetWidgetPage .TweetForm .credentials dt,
#TweetWidgetPage .TweetForm .signature dt {
	margin-right:0px;
}

#TweetWidgetPage .TweetForm .credentials dt,
#TweetWidgetPage .TweetForm .credentials dd,
#TweetWidgetPage .TweetForm .signature dt,
#TweetWidgetPage .TweetForm .signature dd {
	display: block;
}

#TweetWidgetPage dd input {
	width: 100%;
}

#TweetWidgetPage .btnBackList {
	position: absolute;
	bottom: 0;
}



-------------------------------------------*/
/* =TweetTickerPage
---------------------------------------- */

#tweetTickerSection {
	border-top: 1px solid #e3e3e3; 	
	border-bottom: 1px solid #e3e3e3;
	width: 900px;
	padding: 4px 0;
	margin: 10px 0;
}

#tweetTickerPage p {
	color: #333;
	float: left;
}

#tweetTickerPage h2 {
	float: left;
	width: 105px;
	margin: 5px 0 0 0;
}

#tweetTicker {
	float: right;
	width: 782px;
}

#tweetTickerPage #tweetTicker .list .item .buddyIcon,
#tweetTickerPage #tweetTicker .list .item .noBuddyIcon {
	float: left;
	width: 24px;
	height: 24px;
}

#tweetTicker .list .item .body {
	float: right;
	width: 757px;
	height: 24px;
	background: url(../img/bg_tweet_ticker.png) top right no-repeat;
	overflow: hidden;
 	line-height: 2.3;
	font-size: 11px;
	list-style: none;
	margin: 0;
}

#tweetTicker .list .item .body .bodyText {
 	line-height: 2.3;
}
#tweetTicker .list .item .body .name {
	font-weight: bold;
	padding: 0 5px 0 18px;
}

#tweetTicker .list .item .body .date {
	color: #888;
	font-size: 10px;
}

#tweetTicker .list .item .spotLabel {
	height: 14px;
	float: left;
	margin: 5px 5px 0 0;
	padding-right: 5px;
	background: #b59d46 url(../img/bg_spot_label.png) no-repeat right;
	font-size: 10px;
}

#tweetTicker .list .item .spotLabel a {
	text-decoration: none;
	color: #fff;
}

#tweetTicker .list .item .spotLabel img {
	vertical-align: top;
}




/* =clearfix
---------------------------------------- */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac €*/
.clearfix {
	display: block;
}
/* End hide from IE-mac */

#flashMessage {
  padding:0.5em;
  color: #966;
  border: 1px #966 dashed;
  background: #eee;
}

.loading {
	height: 24px;
	background: #ccc url("../img/icon_loading.gif") no-repeat;
	background-position: center center;
}

.end {
	height: 24px;
	line-height: 2;
	background: #333333;
	color: #999999;
}













/* =old

#TweetWidgetPage {
	margin-top: 10px;
}

.entryList {
	text-align: center;
}

.entryList .list {
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
}

.entryList .list .item {
	margin: 0.5em 0;
	border-bottom: 1px #F0EAC2 dotted;
}

.entryList .list .item .photo {
	float: right;
	margin: 5px;
}

.entryList .list .item .buddyIcon,
.entryList .list .item .noBuddyIcon {
	float: left;
	margin: 5px;
	width: 50px;
	height: 50px;
}

#TweetWidgetPage .entryList .list {
	height: 295px;
	overflow: hidden;
}

#TweetWidgetPage .entryList .list .item {
	margin: 0;
	font-size: 90%;
}

#TweetWidgetPage .entryList .list .item .buddyIcon,
#TweetWidgetPage .entryList .list .item .noBuddyIcon {
	float: left;
	margin: 5px;
	width: 50px;
	height: 40px;
}



.entryList .list .item .body {
	color: #FFF;
}

.entryList .list .item .body .name {
	color: #C2BF7E;
	font-weight: bold;
}


.entryList .list .item .body .date {
	color: #CCC;
	font-size: 10px;
}

.entryList .list .item .spotLabel {
	height: 14px;
	float: left;
	margin-right: 5px;
	padding-right: 5px;
	background: #BCBB9C url(../img/bg_spot_label.png) no-repeat right;
	font-size: 10px;
}

.entryList .list .item .spotLabel a {
	text-decoration: none;
	color: #000;
}

.entryList .list .item .spotLabel img {
	vertical-align: top;
}

.entryList .list .item .info {
-------------------------------------------*/
	/*
	 clear: both;
	 text-align: right;
	*/
/* =old
	color: #CCC;
	font-size: 10px;
}

.entryList .moreLink {
	text-align: right;
	font-size: 15px;
	color: #fff;
}

.TweetForm {
	margin: 10px 0 20px;
}

.TweetForm .entry h4 {
	position: absolute;
	top: -20px;
	left: 5px;
	color: #FFF;
	font-size: 13px;
	background: #000;
}

.TweetForm .entry .login {
	float: left;
}

.TweetForm .entry .anonymous {
	float: right;
}

.TweetForm .entry h5 {
	margin-bottom: 3px;
	font-size: 10px;
	color: #FFF;
	white-space: nowrap;
}

.TweetForm {
	padding: 10px 20px 15px;
	background: #333;
	border:1px dashed #F0EAC2;
}

#TweetFormChoice {
	background: #000;
}

.TweetForm .body {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.TweetForm #TweetBody {
	width: 100%;
}

.TweetForm fieldset {
	margin-bottom: 10px;
}

.TweetForm legend {
	margin-bottom: 5px;
	font-weight: bold;
	color: #FFF;
}

.TweetForm .wordCounter {
	color: #666;
}

.TweetForm #word_rest {
	font-size: 120%;
	font-weight: bold;
	
}

.TweetForm .credentials dl,
.TweetForm .signature dl {
	margin-bottom: 15px;
}

.TweetForm .credentials dt,
.TweetForm .credentials dd,
.TweetForm .signature dt,
.TweetForm .signature dd {
	display: inline;
}

.TweetForm .credentials dt,
.TweetForm .signature dt {
	margin-right: 5px;
}

.TweetForm .credentials dd,
.TweetForm .signature dd {
	margin-right: 15px;
}

.TweetForm .submit {
	width: 100%;
	padding: 0 auto;
	text-align: center;
}

.TweetForm .submit input {
	display: block;
	margin: 0 auto;
	width: 260px;
	height: 26px;
	border: 0;
	background: url(../img/btn_submit_tweet.png) no-repeat;
	text-indent: -5000px;
	cursor: pointer;
}

.TweetForm .btnCancelTweet {
	position: absolute;
	bottom: 0px;
	right: 0px;
	display: block;
	width: 93px;
	height: 21px;
}


fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

#TweetPage h2 {
	margin-bottom: 15px;
}

#TweetPage .atMobile {
	float: right;
	text-align: right;
	color: #FFF;
}

#TweetPage .atMobile img {
	margin-left: 5px;
}

#TweetPage #specialTweetList {
	padding: 10px 20px 20px;
	border-color: #FBEEB1;
	border-style: solid;
	border-width: 0 1px 1px;
}

#TweetPage h3 {
	height: 22px;
	text-indent: -5000px;
	width: 100%;
	background: transparent url(../img/title_tweet_everybody_w100.png) no-repeat scroll 0 0;
}

#TweetPage .TweetForm .entry {
	padding: 20px 160px;
	position: relative;
}
-------------------------------------------*/

/*-------------------------------------------
TweetWidgetPage
#TweetWidgetPage .TweetForm {
	padding: 0px 10px 15px;
}

#TweetWidgetPage .TweetForm h4 {
	padding: 1px 3px;
	color: #000;
	background: #EFEAC0;
}

#TweetWidgetPage .TweetForm {
	border: 0;
	background: #000;
}

#TweetWidgetPage .TweetForm .body {
	background: #333;
}

#TweetWidgetPage .TweetForm .body form {
	padding: 10px;
	border: 1px solid #EFEAC0;
}

#TweetWidgetPage .TweetForm .entry .login,
#TweetWidgetPage .TweetForm .entry .anonymous {
	float: none;
	clear: both;
	margin-bottom: 20px;
}

#TweetWidgetPage .TweetForm .credentials dt,
#TweetWidgetPage .TweetForm .signature dt {
	margin-right:0px;
}

#TweetWidgetPage .TweetForm .credentials dt,
#TweetWidgetPage .TweetForm .credentials dd,
#TweetWidgetPage .TweetForm .signature dt,
#TweetWidgetPage .TweetForm .signature dd {
	display: block;
}

#TweetWidgetPage dd input {
	width: 100%;
}



#TweetWidgetPage .btnBackList {
	position: absolute;
	bottom: 0;
}

.error-message {
	padding-top: 3px;
	color: #FFF;
}

.thanksforEntry {
	background: #555555 none repeat scroll 0 0;
	border: 1px solid #FFFFFF;
	margin: 20px 0;
	padding: 5px 0 8px;
	text-align: center;
}

.thanksforEntry img {
	border: 0;
}
-------------------------------------------*/


