#home
{
    position: relative;
    z-index: 1;
}

#banner
{
	background: transparent url(../images/tinychat_hp_new_.jpg) no-repeat center center;
	width: 901px;
    height: 204px;
	padding: 0px;
    margin: 0px;
	color: #fff;
    overflow: hidden;
    position: relative;
}

#banner.logged_in
{
	width: auto;
	height: auto;
	padding: 20px;
}

#banner_create
{
	margin-top: 50px;
	color: #c0f1ff;
	font-size: 18px;
    float:left;
}

#banner.logged_in #banner_create
{
	margin: 0;
	float: none;
}

#home_banner_new object
{
	position: absolute;
	top: 0;
	z-index: 100;
}

#banner_create span
{
	color: #ebfbff;
	font-size: 22px;
	margin-left: 3px;
	letter-spacing: 1px;
}

#banner_create button,
#banner_create a
{
	box-shadow: inset 0 0 1px rgba(255,255,255,0.3);
	-webkit-box-shadow: inset 0 0 1px rgba(255,255,255,0.3);
	-moz-box-shadow: inset 0 0 1px rgba(255,255,255,0.3);
	font-size: 16px;
	padding: 8px 15px;
}

#home_banner_new
{
    z-index: 1;
    position:absolute;
    float:left;
    margin: 0px;
    padding: 0px;
    width: 901px;
    height: 204px;
  
}

#banner_stats
{
	z-index: 2;
    width: 580px;
    position:absolute;
    float:left;
    top: 30px;
    left: 20px;
}

#banner #banner_flash
{
	width: 300px;
	float: right;
}

#banner_stats h1
{
	font-size: 24px;
	line-height: 110%;
	text-shadow: 1px 1px 2px #0c2341;
    color: #fff;
}

#banner_stats h2
{
	font-size: 15px;
	margin-top: 10px;
	text-shadow: 1px 1px 2px #0c2341;
    color: #fff;
}
#blurbs
{
	margin-top: 5px;
	padding-bottom: 15px;
}

#blurbs .blurb
{
	width: 260px;
	margin: 0 15px;
	float: left;
}

#blurbs .blurb .img
{
	float: left;
	margin-right: 5px;
	width: 95px;
}

#blurbs .blurb .text
{
	float: left;
	width: 160px;
	color: #848484;
	font-size: 11px;
	text-align: justify;
}

#blurbs .title
{
	font-size: 16px;
	color: #3d3d3d;
	border-bottom: 1px solid #e5e5e5;
	padding: 5px 0;
	margin-bottom: 10px;
}


#banner_create .button.orange
{
	color: #5e3f0f !important;
	text-shadow: 0 1px 0 rgba(255,255,255,0.6);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
}

#banner_create img,
#banner_create .button
{
	vertical-align: middle;
}

#banner_create .button.blue
{
	background: #b8ebfe;
	background: -moz-linear-gradient(top, #b8ebfe 0%, #52c3f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b8ebfe), color-stop(100%,#52c3f4));
	background: -webkit-linear-gradient(top, #b8ebfe 0%,#52c3f4 100%);
	background: -o-linear-gradient(top, #b8ebfe 0%,#52c3f4 100%);
	background: -ms-linear-gradient(top, #b8ebfe 0%,#52c3f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8ebfe', endColorstr='#52c3f4',GradientType=0 );
	background: linear-gradient(top, #b8ebfe 0%,#52c3f4 100%);
	color: #154c82 !important;
	text-shadow: 0 1px 0 rgba(255,255,255,0.6);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
}

#banner_create .button.blue:hover
{
	background: #7fd5f8;
	background: -moz-linear-gradient(top, #7fd5f8 0%, #2799c9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7fd5f8), color-stop(100%,#2799c9));
	background: -webkit-linear-gradient(top, #7fd5f8 0%,#2799c9 100%);
	background: -o-linear-gradient(top, #7fd5f8 0%,#2799c9 100%);
	background: -ms-linear-gradient(top, #7fd5f8 0%,#2799c9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fd5f8', endColorstr='#2799c9',GradientType=0 );
	background: linear-gradient(top, #7fd5f8 0%,#2799c9 100%);
}

#banner_create .button.blue:active
{
	background: #2799c9;
	background: -moz-linear-gradient(top, #2799c9 0%, #7fd5f8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2799c9), color-stop(100%,#7fd5f8));
	background: -webkit-linear-gradient(top, #2799c9 0%,#7fd5f8 100%);
	background: -o-linear-gradient(top, #2799c9 0%,#7fd5f8 100%);
	background: -ms-linear-gradient(top, #2799c9 0%,#7fd5f8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2799c9', endColorstr='#7fd5f8',GradientType=0 );
	background: linear-gradient(top, #2799c9 0%,#7fd5f8 100%);
}

#home
{
	padding: 0;
}


#share_options,
#submit_status,
#character_limit,
#status_selectors li,
#categories,
#rooms,
#rooms_by_tag .user,
#room_tabs li,
.room_pagination > div,
.pagination .previous,
.pagination .next,
#people .user
{
	display: -moz-inline-stack;
	vertical-align: top;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

#left_block
{
	width: 545px;	
	float: left;
}


#right_block
{
	width: 350px;
	z-index: 10;
	float: right;
	position: relative;
	border-left: 1px solid #c6d2de;
	box-shadow: -3px 0px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: -3px 0px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: -3px 0px 5px rgba(0,0,0,0.3);	
}


#left_block .title,
#right_block .title,
#status_selectors
{
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f1faff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f1faff));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f1faff 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f1faff 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f1faff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1faff',GradientType=0 );
	background: linear-gradient(top, #ffffff 0%,#f1faff 100%);
	padding: 10px;
	font-size: 15px;
	color: #0f3f7e;
	text-shadow: 0 1px 1px #fff;
	border-bottom: 1px solid #c6d2de;
}

#right_block .title,
#status_selectors
{
	background: #f2faff;
	background: -moz-linear-gradient(top, #f2faff 0%, #ddeff9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2faff), color-stop(100%,#ddeff9));
	background: -webkit-linear-gradient(top, #f2faff 0%,#ddeff9 100%);
	background: -o-linear-gradient(top, #f2faff 0%,#ddeff9 100%);
	background: -ms-linear-gradient(top, #f2faff 0%,#ddeff9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2faff', endColorstr='#ddeff9',GradientType=0 );
	background: linear-gradient(top, #f2faff 0%,#ddeff9 100%);
}

#status_updates #new
{
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f1faff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f1faff));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f1faff 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f1faff 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f1faff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1faff',GradientType=0 );
	background: linear-gradient(top, #ffffff 0%,#f1faff 100%);
	
	padding: 10px;
	border-bottom: 1px solid #dce9f6;
}

#new_status
{
	width: 310px;
	height: 60px;
	background: #fff;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	font-size: 14px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
}

#new_status:focus
{
	border: 1px solid #4badca;
	box-shadow: 0 0 5px #4badca;
	-moz-box-shadow: 0 0 5px #4badca;
	-webkit-box-shadow: 0 0 5px #4badca;
}

#new_options
{
	padding-top: 5px;
}

#option_buttons
{
	text-align: right;
	float: right;
}

#character_limit
{
	font-size: 11px;
	font-weight: bold;
	color: #444;
}

#option_buttons button
{
	line-height: 20px;
	margin: 0;
}

#option_buttons button:hover
{
	cursor: pointer;
}

#option_buttons button:active
{
	box-shadow: inset 0 0 5px rgba(255,255,255,0.4);
}

#option_buttons button[disabled],
#option_buttons button.disabled,
#option_buttons button[disabled]:hover,
#option_buttons button.disabled:hover
{
	background: #aaa;
	cursor: default;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: 1px solid #999;
}


#option_buttons button.loading
{
	background: #ddd;
	border: 1px solid #ccc;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	cursor: default;
}

button#send_message
{
	display: none;
}

#live_chats .user,
#popular_chats .user
{
	padding: 15px;
}

#live_chats .user .avatar img,
#popular_chats .user .avatar img
{
	width: 80px;
	border: 1px solid #ddd;
	padding: 1px;
	background: #fff;
	height: 60px;
}

#popular_chats .user .info,
#live_chats .user .info
{
	width: 410px;
	overflow: hidden;
}

#live_chats .user .name,
#live_chats .user .name a,
#popular_chats .user .name a,
#popular_chats .user .name
{
	font-size: 15px;
	color: #1f93cf;
}

#popular_chats,
#live_chats
{
	background: #fff;
	overflow: hidden;
}

#live_chats .user:hover,
#popular_chats .user:hover
{
	box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
}

#blocks
{
	padding: 0;
}

#status_selectors
{
	padding: 0 10px;
	padding-top: 8px;
	border-bottom: 3px solid #cedfea;
	margin: 0;
	list-style-type: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#status_selectors li
{
	padding: 5px 10px;
	margin: 0;
	vertical-align: bottom;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-khtml-border-top-left-radius: 3px;
	-khtml-border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border: 1px solid transparent;
	border-bottom: 0;
	margin-right: 5px;
}

#status_selectors li:hover
{
	background: #d7e6ef;
	border-bottom: 0;
	cursor: pointer;
	color: #426c87;
}


#status_selectors li.active
{
	background: #cedfea;
	-webkit-box-shadow: 0 -1px 5px #d7e6ef;
	-moz-box-shadow: 0 -1px 5px #d7e6ef;
	box-shadow: 0 -1px 5px #d7e6ef;
	border: 1px solid #b3c9d6;
	border-bottom: 0;
	cursor: default;
	color: #426c87;
}

.username_link
{
	font-weight: bold;
}

#statuses
{
	overflow-x: hidden;
}

#categories
{
	background: #e4f5fc;
    border-right: 1px solid #c0d1e1;
    width: 150px;
    list-style-type: none;
	padding: 0;
	margin: 0;
}

#categories li
{
	background: #f9fdff;
	color: #1d5168;
	cursor: pointer;
	padding: 11px 15px;
	font-size: 13px;
	margin: 0;
    border-bottom: 1px solid #c0d1e1;
}

#categories li:hover
{
	background: #e4f5fc;
}

#categories li:last-child
{
	border-bottom: 0;
}

#categories li.active
{
	background: #fff;
	border-left: 5px solid #fbab00;
	position: relative;
	left: 1px;
	margin-left: -2px;
	font-size: 15px;		
	font-weight: bold;
}

#tags
{
	padding: 0;
	border: 1px solid #c0d1e1;
}

#tags .title,
#people .title
{
	background: #f2faff;
	background: -moz-linear-gradient(top, #f2faff 0%, #ddeff9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2faff), color-stop(100%,#ddeff9));
	background: -webkit-linear-gradient(top, #f2faff 0%,#ddeff9 100%);
	background: -o-linear-gradient(top, #f2faff 0%,#ddeff9 100%);
	background: -ms-linear-gradient(top, #f2faff 0%,#ddeff9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2faff', endColorstr='#ddeff9',GradientType=0 );
	background: linear-gradient(top, #f2faff 0%,#ddeff9 100%);
    font-size: 14px;
    font-weight: bold;
    list-style-type: none;
    margin: 0;
    line-height: 40px;
	border-bottom: 1px solid #c0d1e1;
}

#tags .title .left
{
	padding-left: 20px;
}

#tags .title .right
{
	padding: 5px;
}

#search_tags
{
	background: #fff url(../images/input_magnifier.png) no-repeat 98% center;
	width: 250px;
	border: 1px solid #a2ccde;
	-webkit-box-shadow: inset 0px 1px 0px #eee;
	-moz-box-shadow: inset 0px 1px 0px #eee;
	box-shadow: inset 0px 1px 0px #eee;
	color: #888;
	font-size: 11px;
	padding: 7px 10px;
	padding-right: 30px;
}

#room_search_copy
{
	display: none;
}


#rooms_by_tag .hl
{
	background: #f7f376;

    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
	color: #222 !important;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
}



#rooms_by_tag .user .tags li.hl
{
}

#rooms_by_tag .user .info
{
	width: 240px;
	overflow: hidden;
}

#rooms_by_tag .avatar img
{
	border: 1px solid #aeccd9;
	padding: 2px;
	background: #fff;
}


#rooms_by_tag img.hl
{
	position: relative;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #f7f376;
	
}


#rooms_by_tag .hl *
{
	color: #222 !important;
}

#room_tabs li
{
    border: 1px solid #c0d1e1;
    border-bottom: 0;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f1faff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f1faff));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f1faff 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f1faff 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f1faff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1faff',GradientType=0 );
    background: linear-gradient(top, #ffffff 0%,#f1faff 100%);
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-khtml-border-top-left-radius: 3px;
	-khtml-border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
    padding: 7px 15px;
    height: 15px;
	margin: 0;
	margin-right: 5px;
	cursor: pointer;
	position: relative;
	top: 1px;
}

#room_tabs li:hover
{
	background: #f1faff;
}

#room_tabs li.active
{
	background: #fff;
	padding-bottom: 8px;
	color: #1d5168;
	cursor: default;
}

#rooms
{
	width: 740px;
	position: relative;
}

#rooms_by_tag
{
	height: 370px;
	overflow: hidden;
	padding: 5px 0;
}

#rooms_by_tag .user
{
	border: 1px solid transparent;
	border-bottom: 1px solid #e8f0f6;
	width: 346px;
	padding: 10px;
	height: 70px;
	border-top: 0;
	overflow: hidden;
	
}

#rooms_by_tag .user.hidden,
#people .user.hidden
{
	display: none;
}

#rooms_by_tag .user:hover
{
	border: 1px solid #e8f0f6;
	border-top: 0;
	background: #f9fdff;
}

#rooms_by_tag .user .name a
{
	font-size: 15px;
	font-weight: bold;
	color: #1f93cf;
}

#rooms_by_tag .user .avatar img
{
	width: 85px;
	height: 65px;
}

.room_pagination 
{
	background: #e4f5fc;
    border-top: 1px solid #c0d1e1;
	text-align: center;
	text-shadow: 0 1px 1px #fff;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #475256;
	line-height: 150%;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.room_pagination .previous
{
	color: #5c808e;
	border-right: 1px solid #c9dde5;
	padding: 0 5px;
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.room_pagination .next
{
	color: #5c808e;
	border-left: 1px solid #c9dde5;
	padding: 0 5px;
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.room_pagination .next:hover,
.room_pagination .prev:hover
{
	color: #475256;
	cursor: pointer;
}

.room_pagination .current
{
	padding: 0 5px;
}

#status_updates .view_more
{
	display: none;
}

#people > .left
{
	width: 630px;
	border-right: 1px solid #dce9f6;
}

#people_list
{
	height: 236px;
	padding: 5px;
	overflow: hidden;
}

#people > .right
{
	width: 268px;
}

#people .right iframe
{
	border: 0;
	width: 100%;
	height: 279px;
}

#people
{
	padding: 0;
}

#people .user
{
	text-align: center;
	width: 114px;
	height: 112px;
	margin: 2px;
	padding: 0;
	background: #fff;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #c7e0eb;
}

#people .user .name
{
	border-top: 1px solid #c7e0eb;
	background: #f5fcff;
	color: #1d477f;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding: 5px;
	overflow: hidden;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-khtml-border-bottom-left-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#people .user .avatar
{
	margin: 0;
	padding: 5px;
}

#people .user .avatar img
{
	border: 1px solid #c7e0eb;
	padding: 2px;
	width: 98px;
	height: 70px;
}

#people .title
{
	padding: 0 10px;
}

.directory_button
{
}

.directory_button button
{
	background: #f2faff;
	background: -moz-linear-gradient(top, #f2faff 0%, #ddeff9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2faff), color-stop(100%,#ddeff9));
	background: -webkit-linear-gradient(top, #f2faff 0%,#ddeff9 100%);
	background: -o-linear-gradient(top, #f2faff 0%,#ddeff9 100%);
	background: -ms-linear-gradient(top, #f2faff 0%,#ddeff9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2faff', endColorstr='#ddeff9',GradientType=0 );
	background: linear-gradient(top, #f2faff 0%,#ddeff9 100%);
	border: 0;
	border-top: 1px solid #c6d2de;
	width: 100%;
	margin: 0;
	padding: 10px;
	color: #444;
}



.directory_button button:hover
{
	border: 0;
	border-top: 1px solid #c6d2de;
}

.people_pagination
{
}



#people .pagination .previous,
#people .pagination .next,
#people .pagination .current
{
	padding: 10px 15px;
}
