html {
	background-color:#f6f6ef;
}
body {
	color:#000;
	background-color:#f6f6ef;
}

p {
	font-size:100%;
	color:#393733;
}

em {
	font-weight:bold;
}
h2 {
	color:#fff;
	font-size:120%;
	margin:5px 0px 5px 5px;
}

a {
	text-decoration:none;
	color:#105cb6;
}

a:visited {
	color:#86b0e1;
}

a.user:visited {
	color:#105cb6;
}

.header {
	color:#FFF;
	font-size:350%;
	font-family:Brush Script MT, Verdana;
	vertical-align:bottom;
	text-shadow:#000 0 2px 2px;
}
#hd {
	background-color:#FFF;
}
.header a {
	padding-left:10px;
	color:#FFF;
	text-decoration:none;
}
.subheader {
	color:#FFF;
	padding:0 0 2px 5px;
	font-style:italic;
}
.logout {
	float:right;
	background-color:#FFF;
	padding:2px;
}
.what {
	padding:2px;
	font-size:110%;
	font-weight:bold;
}
.chars_left_notice {
	float:right;
	text-align: right;
	margin-right:10px;
}
#bd {
	margin-top:10px;
}

.items {
	height:100%;
	overflow:hidden;
	position:relative;
}

.colleft {
	background-color:#FFF;
	padding:.5em;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.colleft h2 {
	color:#000;
}

.colleft h3 {
	color:#000;
	font-size:110%;
	margin:5px 0px 5px 5px;
}

.colright {
	background-color:#730C37;
	color:#fff;
	padding:.5em;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.colright h3 {
	text-align:center;
	color:#fff;
}

.colright p {
	text-align:center;
	color:#fff;
}

.timeline-status-body {
	margin-left:55px;
}

.status-header {
	padding-bottom:1px;
	background-color:#EEE;
}

.status-header-date {
	color:#808080;
	margin-top:4px;
	font-size:85%;
}

a.date {
	color:#808080;
	text-decoration:none;
}

a.date:visited {
	color:#808080;
	text-decoration:none;
}

.timeline-item {
	padding-top:4px;
	padding-bottom:8px;
	border-width:1px;
	border-color:#CCC;
	margin-bottom:2px;
	border-bottom:1px solid #eee;
	position:relative;
}

.status-body {
	padding-top:2px;
	padding-left:2px;
}

.previous-button {
	text-align:center;
	margin-top:10px;
	padding:5px;
	font-size:120%;
	font-weight:bold;
	color:#105cb6;
}
.previous-button:visited a {
	padding:5px;
	color:#105cb6;
	background-color:#EEEEEE;
}

.user-infos {
	padding:0 0 15px 10px;
	border-bottom:1px solid #eee;
}

.profile_name {
	font-size:160%;
	font-weight:bold;
	padding-top:5px;
	margin-bottom:30px;
}

.user-picture {
	float:left;
	padding-right:3px;
	position:relative;
}

.user-source {
	background:url('/images/twitterUser.png') no-repeat;
	display: block;
	height: 25px;
	right: 3px;
	top: 0px;
	width: 25px;
	position:absolute;
	padding-right:3px;
}

.user-source-fb {
	background:url('/images/facebookUser.png') no-repeat;
	display: block;
	height: 32px;
	right: 1px;
	top: 0px;
	width: 32px;
	position:absolute;
	padding-right:1px;
}

.clear {
	clear:left;
}

li a.friends {
	color:#db0073;
}

li a.friends:visited {
	color:#db0073;
}

div.overlay {
//	background: #fff;
//	opacity: 0.3;
//	filter: alpha(opacity = 30);
//	-moz-opacity:0.3;
//	-khtml-opacity: 0.3;
}

.footer {
	text-align:center;
	margin-top:10px;
	color:#000;
}


/* Navigation */

.navigation {
	background-color:#730C37;
	height:30px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}

.chatrooms {
	width: 885px;
	height:30px;
}

.chatrooms .chatrooms-items {
	clear:both;
}

.chatrooms-items {
	padding:4px;
	margin-bottom:3px;
	background-color:#730C37;
	color:#fff;
	text-align:center;
}

/* single scrollable item */
.chatrooms li {
	float:left;
	margin:1px 2px 1px 1px;
	padding:0px 2px 0px 3px;
	cursor:pointer;
	color:#000;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background-color:#730C37;
}

.chatrooms li a {
	color:#fff;
}

.chatrooms li a:visited {
	color:#fff;
}


/* this makes it possible to add next button beside scrollable */
.chatrooms {
	float:left;
}

.navigation-slider {
	display:none;
	background-color:#730C37;
	height:40px;
	margin-bottom:10px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}

#toplive {
	background-color:#fff;
	margin-top:5px;
	margin-bottom:5px;
	padding:3px 3px 3px 3px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:4px;
}

#toplive a {
	color:#000;
}

#toplive a:visited {
	color:#000;
}

.toptable td {
	padding:1px 1px 1px 1px;
	font-size:90%;
	color:#000;
}
.cell1 {
	text-align:left;
	width:100px;
}
.cell2 {
	float:left;
	text-align:left;
	width:200px;
}

