/**
 * Filename: tweeterclubs.css
 * Author: RTM Team
 * Description: This is the CSS file for the Tweeterclubs application 
 * Date: 2010-01-20
 * Copyright (C) 2010 The Real Time Matrix Corporation www.realtimematrix.com
 * 
 */

/*
 * Body and Container Section BEGIN
 */

body {
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #333;
	letter-spacing: .1em
}

#container_div {
 	width: 763px;
	z-index: 1;
	margin: 1em auto;
	text-align: left;
	position: relative;
}
 
#left_container_div {
 	float: left;
	position: relative;
	width: 564px;
/*	height: 400px;*/
}
 
#right_container_div {
 	float:right;
	position: relative;
	width: 199px;
	letter-spacing:0;
/*	height: 400px;*/
}
 
.wrapper_div {
 	padding: 1em;
}

.clear_div {
	clear: both;
}

#content_table {
	border-spacing: 0;
}

.table_cell {
	vertical-align: top;
	padding: 0 0 1em 0;
}

.bold {
	font-weight: bold;
}

#right_cell_footer {
	font-size: .5em;
}

/*
 * Body and Container Section END
 */



/*
 * Header Section BEGIN
 */ 
 
#outside_header_div {
	text-align: right;
	padding: 5px;
	margin: .5em auto;
	width: 763px;
	height: 15px;
}

#outside_header_inside_div {
	text-align: right;
	padding: 5px 10px 5px 5px;
/*	margin: 1em auto;*/
	width: 480px;
	float: right;
}
 
#header_div {
 	float: left;
	position: relative;
	width: 100%;
	height: 100px;
}
 
#tweeterclubs_logo_div {
 	width: 339px;
	height: 100px;
	background-image: url('../images/tclubs_logo_sm.png');
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
}

#live_conversations_div {
	width: 161px;
	height: 71px;
	background-image: url('../images/live_convo.png');
	background-position: top left;
	background-repeat: no-repeat;
	margin-left: 2.5em;
	float: left;
}
/*
 * Header Section END
 */


/*
 * Footer Section BEGIN
 */
 
#footer_div {
	width: 100%;
	text-align: center;
	float: left;
	margin: .7em 0 1em;
}

.tc_addthis_toolbox
{
	width: 200px;
}
 
/*
 * Footer Section END
 */

/*
 * Content Section BEGIN
 */

/*
 * Form Section BEGIN
 */

#tweetbox_div {
	display: none;
}

.button {
 	text-align: center;
	width: 110px;
	position: relative;
	font-family: Futura, "Century Gothic";
	font-size: 1.5em;
	letter-spacing: 0.1em;
	cursor: pointer;
}

.input_text {
	width: 365px;
	padding: 5px;
	border: 1px #AAA solid;
	letter-spacing: 0.1em;
	color: #858585;
	font-size: 14px;
}

.input_textarea {
	width: 520px;
	height: 50px;
	padding: 5px;
	border: 1px #AAA solid;
	letter-spacing: 0.1em;
	color: #858585;
	font-size: 14px;
	overflow-y:hidden;
}
 
.form_label {
	letter-spacing: .3em;
	font-family: Futura, "Century Gothic";
	font-size: 14px;
}
 
.text_input_div {
 	vertical-align:middle;
	display: inline-block;
}
 
#btn_search {
 	vertical-align:middle;
	display: inline-block;
	margin-left: .5em;
}

#btn_update {
 	vertical-align:middle;
	display: block;
	margin: .5em;
	float: right;
}

div.counter {
	float: left;
	font-weight: bold;
	color: #AAA;
	font-size: 2.5em;
	width: 415px;
}

#tweet_box_footer {
	display: inline-block;
}

/*
 * Form Section END
 */

#join_club_div {
	font-family: Futura, "Century Gothic";
	font-weight: bold;
	text-align: center;
	font-size: 1.4em;
	cursor: pointer;
	letter-spacing: .1em;
	width: 97.5%;
	padding: .2em;
	display: none;
}

#blocked_user_div {
	font-family: Futura, "Century Gothic";
	font-weight: bold;
	text-align: center;
	font-size: 1.4em;
	letter-spacing: .1em;
	width: 96.5%;
	padding: .5em;
	display: none;
	margin-top: 1em;
}

#show_newer_tweets_div {
	text-align: left;
	cursor: pointer;
	letter-spacing: .1em;
	width: 95%;
	padding: 0.5em 1em;
	display: none;
}

#show_more_tweets_div {
	text-align: center;
	cursor: pointer;
	letter-spacing: .1em;
	width: 95%;
	padding: 0.5em;
	display: none;
}

.underlined {
	text-decoration: underline;
}

.listing_header {
	margin: 1em 0 0.5em;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.4em;
}

.club_listing_image {
	width: 48px;
	height: 48px;
}

.club_listing_description {
	word-wrap:break-word;
	letter-spacing: 0;
	font-size: 1.1em;
}

ol.listing_list {
	list-style: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	margin-top: 0;
	letter-spacing: 0;
	font-size: 1.1em
}

li.list_item {
	padding: .7em 0 .5em .5em;
}

li.hidden_list_item {
	display: none;
}

.item_body {
	min-height: 48px;
	display: block;
	overflow: hidden;
}

.item_image {
	width: 48px;
	height: 48px;
	display: inline-block;
	vertical-align:top;
}

.item_text {
	word-wrap:break-word;
	margin: 0;
	padding: 0;
	left: 1em;
	position: relative;
	width: 470px;
	display: inline-block;
}

.tweet_create_date {
	font-size: .8em;
	margin-top: .4em;
	display: block;
}

.message_actions {
	list-style: none outside none;
	padding: 0;
	margin: 0;
	display: none;
	float: right;
}

.action_item {
	display: inline;
}

/*
 * Content Section END
 */

/*
 * Side Bar BEGIN
 */

.side_bar_div {
	margin: 1em 0 0;
}

#signin_right_div {
	margin: 1em 0.5em;
}

#create_club_div {
	width: 100%;
	text-align: center;
	position: relative;
	display: inline-block;
}

#btn_create {
	width: 50%;
	display: inline-block;
	padding: .3em;
	cursor: pointer;
	letter-spacing:0.2em;
	font-size: 1.3em;
	font-family:Futura,"Century Gothic";
}

/*
 * Club Central BEGIN
 */

#club_central_div {
	display: inline-block;
	position: relative;
	width: 100%;
}

.section_header_div {
	text-align: left;
	padding: 0 0 0.3em .5em;
	width: 90%;
	cursor: pointer;
	font-size: 1.07em;
}

.club_info_header_div {
	text-align: left;
	padding: 0 0 0.3em .5em;
	width: 90%;
	cursor: pointer;
	font-size: 1.15em;
	font-weight: bold;
}

.list_item {
	padding: 0.5em 0 .3em .5em;
}

.right_list_item {
	padding: 0.5em 0 .3em 1em;
	cursor: pointer;
}

.right_list_item_header {
	padding: 0.5em 0 .3em 1em;
	width: 87%;
	cursor: pointer;
	font-size: 1.03em;
}

.club_info_list_item {
	padding: 0.5em 0 .3em 1em;
	width: 87%;
	font-size: 1.03em;
}

.right_sub_list_item {
	padding: 0.5em 0 .3em 1.5em;
	cursor: pointer;
}

.deleted_club_item {
	padding: 0.5em 0 .3em 1.5em;
	cursor: pointer;
}

.club_info_membership_list_item_link {
	padding: 0.5em 0 .3em 1.5em;
	cursor: pointer;
}

#club_info_div {
	display: none;
}

#leave_club_list {
	display: none;
}

.translate_base_header {
	padding: 0.3em 0 0.3em .5em;
	font-size: 1.07em;
}

.translate_header {
	cursor: pointer;
}

#delete_club_list {
	display: none;
}

.side_bar_menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	list-style-position: outside;
}

#admin_central_div {
	display: none;
}

.div_hr {
	text-align: center;
}

.hr_side_bar {
	height: 1px;
	width: 60%;
	border: 0 none;
}

.hr_content {
	height: 1px;
	width: 65%;
	border: 0 none;
	margin-top: 1.5em;
}

/*
 * Club Central END
 */

/*
 * Twitter Profile BEGIN 
 */

#twitter_profile_div {
	width: 90%;
	margin: 1em 0.5em;
}

#profile_image_div {
	float: left;
	position: relative;
	width: 31px;
	height: 31px;
}

#twitterid_div {
	display: inline-block;
	margin-left: .3em;
}

#signout_div {
	margin: 1em 0.5em;
	display: block;
}

#screen_name {
	font-weight: bold;
}

#logout_hint {
	display:none;
	width: 85%;
	padding: .2em;
}

#logout_bucket {
	display: inline-block;
	height: .6em;
}

/*
 * Twitter Profile END 
 */

/*
 * Side Bar END
 */

/*
 * Lightbox Section BEGIN
 */

.overlay {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	background-color: #DDD; 
	display: none; 
	z-index:9998;
	opacity: .4;
	filter: alpha(opacity=40);
	display:none; 
}

#terms_of_use_lb {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 10px;
	background-color: #ddd;
/*	width: 675px;*/
	width: 750px;
/*	height: 450px;*/
	height: 500px;
	margin: 0;
	display: none;
	z-index:9999;
	display: none;
	overflow-y: auto;
}

#tos_iframe {
	width: 100%;
	height: 90%;
}

#learn_more_lb {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 10px;
	background-color: #ddd;
/*	width: 675px;*/
	width: 750px;
/*	height: 450px;*/
	height: 500px;
	margin: 0;
	display: none;
	z-index:9999;
	display: none;
	overflow-y: auto;
}

#learn_iframe {
	width: 100%;
	height: 90%;
}

#contact_lb {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 10px;
	background-color: #ddd;
/*	width: 675px;*/
	width: 580px;
/*	height: 450px;*/
	height: 400px;
	margin: 0;
	display: none;
	z-index:9999;
	display: none;
	overflow-y: auto;
}

#contact_iframe {
	width: 100%;
	height: 90%;
}

#create_club_form_lb {
	position: absolute;
/*	top: 50%;
	left: 50%;
*/	padding: 10px;
	background-color: #ddd;
	width: 450px;
	height: 300px;
	margin: 0;
	display: none;
	z-index:9999;
	display: none;
}

#update_club_form_lb {
	position: absolute;
/*	top: 50%;
	left: 50%;
*/	padding: 10px;
	background-color: #ddd;
	width: 450px;
	height: 300px;
	margin: 0;
	display: none;
	z-index:9999;
	display: none;
}

#signin_to_create_lb {
	position: absolute;
/*	top: 50%;
	left: 50%;
*/	padding: 10px;
	background-color: #ddd;
	width: 300px;
/*	height: 100px; */
	margin: 0;
	display: none;
	z-index:9999;
	display: none;
}

.target {
	background-color:#FFF;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	z-index:10000;
}

a.close_lb:link, a.close_lb:visited, a.close_lb:active {
	text-decoration: none;
	color:#2276BB;
	font-weight: bold;
	letter-spacing: 0;
	z-index: 5;
}

a.close_lb:hover {
	text-decoration: underline;
	color:#2276BB;
	font-weight: bold;
	letter-spacing: 0;
	z-index: 5;
}
/*
#my_clubs_content {
	padding: .7em;
	height: 80%;
}
*/
#create_club_form {
	padding: .7em;
}

#update_club_form {
	padding: .7em;
}

label.error { 
	max-width: 250px; 
	color: #F00; 
	padding-left: .7em; 
} 

#signin_to_create {
	padding: .7em;
	text-align: center;
}

.lb_close {
	width: 100%;
	margin-top: 1em;
	text-align: center;
}

/*
 * Lightbox Section END
 */