

/* @group Global Presets */

body {
	color: #444;
	font-size: 12px;
	font-family: 'Lucida Grande', tahoma, verdana, arial, sans-serif;
	background-color: #454545;
	-webkit-text-size-adjust: 100%;
}

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

a:hover {
	color: #910742;
	text-decoration: underline;
}

h1  {
	font-size:30px;
	color:#db0073;
}

h2 {
	font-size: 18px;
	font-weight:bold;
	margin-bottom:10px;
	color:#db0073;
}


/* @end */

/* @group Forms */

input,
textarea {
	color: #666;
	border: 1px solid #aaa;
	margin-bottom: 5px;
	padding: 5px;

	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

input:focus,
textarea:focus {
	color: #000;
	outline: none;
	border: 1px solid #8ca902;

	-moz-box-shadow:0 0 8px rgba(191,205,0,.5);
	-webkit-box-shadow:0 0 8px rgba(191,205,0,.5);
	box-shadow:0 0 8px rgba(191,205,0,.5);
}

textarea#status,
textarea#status:focus {
	border: 1px solid #cfdd62;
	resize:none;
	overflow:auto;
}

/*#header input:focus,*/
textarea:focus {
	outline: none;
	-moz-box-shadow:0 0 8px rgba(255,255,255,.8);
	-webkit-box-shadow:0 0 8px rgba(255,255,255,.8);
	box-shadow:0 0 8px rgba(255,255,255,.8);
}

/* @group bouton */

input.bouton,
a.bouton {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: normal 13px/100% 'Lucida Grande', tahoma, verdana, arial, sans-serif;
	margin: 0;
	padding: 6px 14px 6px;
	border-width: 1px;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
input.bouton:hover,
a.bouton:hover {
	text-decoration: none;
}
input.bouton:active,
a.bouton:active {
	position: relative;
	top: 1px;
}

/* @end */

/* @group settings */

.bouton-login,
.bouton-register,
.bouton-settings,
.bouton-freebox {
	color: #666;
	border: solid 1px #666;
	background: #ccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
	background: -moz-linear-gradient(top,  #fff,  #ccc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');
}

.bouton-login:hover,
.bouton-register:hover,
.bouton-settings:hover,
.bouton-freebox:hover {
	color: #333;
	background: #aaa;
	background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#aaa));
	background: -moz-linear-gradient(top, #ddd, #aaa);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddd', endColorstr='#aaa');
}

.bouton-login:active,
.bouton-register:active,
.bouton-settings:active,
.bouton-freebox:active {
	color: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#ddd));
	background: -moz-linear-gradient(top, #aaa, #ddd);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaa', endColorstr='#ddd');
}

/* @end */

/* @group green / red */

.bouton-newstatus {
	color: #000;
	font-size: 13px;
	border: solid 1px #8ca902;
	background: #fdee00;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#FDEE00));
	background: -moz-linear-gradient(top, #fff, #FDEE00);
	filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#ffffff', endcolorstr='#fdee00');
}

.bouton-newstatus:hover {
	color: #000;
	background: #e6176d;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFC0CB), to(#E6176D));
	background: -moz-linear-gradient(top, #ffc0cb, #e6176d);
	filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#ffc0cb', endcolorstr='#e6176d');
}

.bouton-newstatus:active {
	color: #000;
	background: #f3fad7;
	background: -webkit-gradient(linear, left top, left bottom, from(#dae565), to(#f3fad7));
	background: -moz-linear-gradient(top, #dae565, #f3fad7);
	filter:  progid:dximagetransform.microsoft.gradient(startcolorstr='#dae565', endcolorstr='#f3fad7');
}


.bouton-follow {
	color: #000 !important;
	font-size: 14px;
	border: solid 1px #8ca902;
	background: #fdee00;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#FDEE00));
	background: -moz-linear-gradient(top, #fff, #FDEE00);
	filter:  progid:dximagetransform.microsoft.gradient(startcolorstr='#ffffff', endcolorstr='#fdee00');
}

.bouton-follow:hover {
	background: #e6176d;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFC0CB), to(#E6176D));
	background: -moz-linear-gradient(top, #ffc0cb, #e6176d);
	filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#ffc0cb', endcolorstr='#e6176d');
}

.bouton-follow:active {
	color: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#dae565), to(#f3fad7));
	background: -moz-linear-gradient(top, #dae565, #f3fad7);
	filter:  progid:dximagetransform.microsoft.gradient(startcolorstr='#dae565', endcolorstr='#f3fad7');
}

.bouton-unfollow {
	color: #910742;
	font-size: 14px;
	border: solid 1px #910742;
	background: #fad3de;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fad3de));
	background: -moz-linear-gradient(top, #fff, #fad3de);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fad3de');
}

.bouton-unfollow:hover {
	background: #ec99b4;
	background: -webkit-gradient(linear, left top, left bottom, from(#fad3de), to(#ec99b4));
	background: -moz-linear-gradient(top, #fad3de, #ec99b4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fad3de', endColorstr='#ec99b4');
}

.bouton-unfollow:active {
	color: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#ec99b4), to(#fad3de));
	background: -moz-linear-gradient(top, #ec99b4, #fad3de);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec99b4', endColorstr='#fad3de');
}

/* @end */

/* @end */

/* @end */

/* @group Layout */

#header,
#body,
#footer {
	width: 900px;
	margin: 0 auto;
	clear: both;
}

#body {
	padding-top: 20px;
	padding-bottom: 20px;
}

#col-left {
	width: 600px;
	float: left;
}

#col-left-in {
	padding: 0 20px 0 0;
}

#col-right {
	width: 300px;
	float: right;
}

#col-right-in {
	padding: 0;
}

#footer-out {
	width: auto;
	clear: both;
}

.body_show-status #header,
.body_show-user-not-found #header,
.body_settings #header,
.body_register #header,
.body_login #header,
.body_logout #header {
}

.body_about #col-left,
.body_terms #col-left,
.body_show-user-not-found #col-left {
	width: auto;
	float: none;
}

.body_settings #col-left,
.body_register #col-left,
.body_login #col-left,
.body_logout #col-left {
	width: 700px;
	float: none;
	margin: 0 auto;
}

/* @end */

/* @group Header */

#banner-out1 {
	background: #fff;
}

#banner-out2 {
	background: transparent none;
}

#banner-out3 {
	background: transparent none;
}

#header {
	padding-bottom: 10px;
}

#header #logo-titre {
	float: left;
	display: block;

}

#header #logo-titre a {
	background: url(/images/logo316x60.png) 0 0 no-repeat;
	width: 400px;
	height: 60px;
	margin-top:1px;
	display: block;

	text-indent: -50000px;
	font-size: 0.00001em;
}

#header #loginbox {
	color: #BCCC38;
	font-weight: bold;
	background-color: #fff;
	width: auto;
	padding: 13px 3px 3px 3px;
	display: block;
	position: relative;
	top: 5px;
	float: right;
    -moz-border-bottom-left-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

#header #loginbox.loggedout {
	padding: 15px 5px 16px 5px;
}

#header #loginbox.loggedin a {
	color: #BCCC38;
	text-decoration: none;
}

#header #loginbox.loggedin a:hover {
	color: #BCCC38;
	text-decoration: underline;
}

#header #loginbox.loggedin div.avatar {
    float: left;
    width: 30px;
}

#header #loginbox.loggedin div.avatar img {
	width: 24px;
	height: 24px;
	display: block;
	padding: 1px;
	margin: 1px;
	border: 1px solid #eee;
}

#header #loginbox.loggedin div.links {
    float: left;
	font-size: 14px;
	margin-top:8px;
}

#header #loginbox.loggedin div.notifications {
    float: left;
	padding-left: 5px;
	padding-right: 5px;
	display: inline-block;
	position:relative;
	border-right: 1px solid #8CA902;
}

#header #loginbox.loggedin div.settings {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	display: inline-block;
	border-right: 1px solid #8CA902;
}
/*
#header #loginbox.loggedin a.settings {
	background: url(/css/img/loginbox-settings.png) 0 -18px no-repeat;

	position: relative;
	padding-left: 18px;
}

#header #loginbox.loggedin a.settings:hover {
	background-position: 0 0;
}

#header #loginbox.loggedin a.settings:active {
	background-position: 0 -36px;
}
*/
#header #loginbox.loggedin a.logout {
}

#header #loginbox.loggedin div.logout {
    float: left;
	padding-left: 5px;
	display: inline-block;
}
/*
#header #loginbox.loggedin a.logout {
	height: 18px;
	width: 18px;
	display: block;
}

#header #loginbox.loggedin a.logout:hover {
	background-position: center 2px;
}

#header #loginbox.loggedin a.logout:active {
	//background-position: center -34px;
}

#header #loginbox.loggedin a.logout span {
//	display: none;
}
*/

#header #loginbox.loggedout a {
	color: #4d5d00;
	text-decoration: none;
}

#header #loginbox.loggedout a:hover {
	color: #4d5d00;
	text-decoration: underline;
}

/* @end */

/* @group navigation */

.navigation-out {
	background: #bccc38;
	border-top: 1px solid #8ca902;
	height: 38px;
	width: 100%;
}

.navigation {
	padding-top: 0px;
	position:relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	height: 38px;
}

a.link-home,
a#toggle-channels {
	color: #4d5d00;
	font-size: 1.1em;
	text-decoration: none;

	position: absolute;
	top: 19px;
}

a.link-home {
	left: 0;
	padding-left: 22px;
	background: url(/css/img/nav-link-home.png) 0 0 no-repeat;
	}


.body_index a.link-home,
.body_post a.link-home,
a.link-home:hover {
	background-position : 0 -30px;
}


/* @group mega-dropdown */

a#toggle-channels {
	right: 0;
}

.chatrooms dd  {
	margin: 0 10px 5px 10px;
}


dt.chatroom-category {
	margin:5px 10px;
	vertical-align: baseline;
	clear: both;
	font-weight: bold;
	font-size: 14px;
}

.chatrooms dd ul li {
	float: left;
	padding-right: 5px;
}

.chatrooms div.all-channels-container {
	margin:10px;
}

.chatrooms div.all-channels a {
	text-decoration: underline;
	font-size: 18px;
	font-weight: bold;
}

.chatrooms dd ul li img {
	background: #fff;
	height: 50px;
	padding: 4px !important;
	width: 50px;
	-moz-box-shadow: rgba(0,0,0,.15) 0 0 5px;
	-webkit-box-shadow: rgba(0,0,0,.15) 0 0 5px;
	box-shadow: rgba(0,0,0,.15) 0 0 5px;
}

.body_index a.link-home span,
.body_post a.link-home span,
.chatrooms dd ul li.active-room {
	color: #fff;
	background: url(/css/img/new-nav-bg-current.png) center bottom no-repeat;
	padding-top: 0;
}

.body_index a.link-home span,
.body_post a.link-home span {
	padding-bottom: 10px;
}

.chatrooms dd ul li.active-room {
	font-size: 1.4em;
}

.chatrooms dd ul li a {
	color: #4d5d00;
	text-decoration: none;
}

.chatrooms dd ul li.active-room a{
	color: #fff;
}

a.link-home:hover,
.chatrooms dd ul li a:hover {
	color: #f3fad7;
	text-decoration: none;
}

.body_index a.link-home:hover,
.body_post a.link-home:hover,
.chatrooms dd ul li.active-room a:hover {
	color: #fff;
	text-shadow: 0 0px 2px rgba(0,0,0,.5);
}

#timelinetable {
	margin-top: 15px;
	clear:both;
}

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


/* @end */

/* @group body */

#body-out {
	background-color: #fff;
}

#body h1  {
	font-size:18px;
	font-weight:bold;
	color:#db0073;
}

#body h2 {
	font-size: 18px;
	font-weight:bold;
	margin-bottom:5px;
	color:#db0073;
}

/* @end */

/* @group left colmun */

.body_index #col-left h2#program-title,
.body_show-user-room #col-left h2#program-title,
.body_show-user #col-left h2#program-title,
.body_post #col-left h2#program-title {
	color: #333;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 0px;
	font-size: 20px;
	font-weight:bold;
}

h2#chatroom-intro {
	color: #333;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	font: 18px Georgia, "Times New Roman", Times, serif;
}

h2#chatroom-intro a {
	font-weight: bold;
}

.body-show-event #col-left h2#chatroom-intro {
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	font: 15px Georgia, "Times New Roman", Times, serif;
}

#col-left .see-friends-only {
	text-align: right;
}

.body-show-event #col-left h2#program-title {
	color: #333;
	padding-left: 15px;
	margin-bottom: 0;
	font: 20px 'Lucida Grande', sans-serif;
}

#col-left div.program-time {
	color: #777;
	font-size:14px;
	font-weight:bold;
	margin-bottom: 5px;
}

#col-left div.program-room {
	color: #777;
	font-size:14px;
	font-weight:bold;
	margin-bottom: 20px;
}

#col-left div.all-events {
	font-size:14px;
	font-weight:bold;
	margin-bottom: 20px;
}

#col-left h2.show_name  {
	color: #333;
	padding-left: 15px;
	padding-bottom: 15px;
	font: 20px Georgia, "Times New Roman", Times, serif;
}

#col-left .previous-events,
#col-left .next-events {
	margin: 10px 0;
}

#col-left .previous-events ul li ,
#col-left .next-events ul li{
	margin-bottom: 10px;
}

#col-left .previous-events ul li a,
#col-left .next-events ul li a{
	color: #444;
}


.show-picture {
	padding: 0;
	float: left;
	width: 156px;
	margin-right: 10px;
	margin-bottom: 20px;
}

div.show-picture img{
	width: 150px;
	height: 150px;
	display: block;
	float: left;
	background: #fff;
	padding: 2px !important;
	border: 1px solid #eee;
}

.show-name {
	float: left;
	width: 400px;
}

#body .show-name h1.show_name {
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
}

.bottom-nav {
	margin: 15px;
	text-align: center;
}

.bottom-nav a {
	background-color: #fff6f9;
	text-decoration: none;
	padding: 10px 80px;
}

.bottom-nav a:hover {
	background-color: #fbe7ed;
	text-decoration: underline;
}

.body_modalbox #col-left-in {
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 20px;
/*	background: url(/css/img/modalbox-bg.png) 0 0 repeat-x;

    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;

	-moz-box-shadow: 0 4px 14px rgba(164,164,164,.1);
    -webkit-box-shadow: 0 4px 14px rgba(164,164,164,.1);
    box-shadow: 0 4px 14px rgba(164,164,164,.1);
*/
}

/* @end */

/* @group right column */

/* @group home */



/* @end */

#col-right {
	color: #777;
}

.module-in a {
	color: #bccc38;
}

.module-in a:hover {
	color: #8ca902;
}

.first-module {
	padding: 0 0;
}

/* @group module-main */

.module-main {
	color: #fff;
	padding: 10px;
	margin-bottom: 20px;
	line-height: 1.3em;
	background: #bccc38;

	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.module-main a {
	color: #fff;
}

.module-main a:hover {
	color: #f3fad7;
}

.module-main  h3 {
	margin-top: 10px;
}

/* @end */

.module .module-header {
	background-color:#BCCC38;
	height:16px;
	padding: 8px 10px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	border-radius: 5px 5px 0px 0px;
	border-bottom:1px solid #eee;
	margin-bottom: -1px !important;
}

.module .module-header h3, .module .module-header h3 a {
	font-size: 16px;
	font-weight: bold;
	color: white;
}

.module {
	margin-bottom: 20px;
}

.module .module-content {
	background-color:#fafafa;
	margin-bottom:12px;
	border: 1px solid #ccc;
	-moz-border-radius-topright:0px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-top-right-radius:0px;
	-webkit-border-top-left-radius:0px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	border-radius: 0px 0px 5px 5px;
}

.module .module-content-container {
	padding: 8px 10px;
}

/* @group channel */

.module-channel{
}

.channel-logo {
	float: left;
}

.channel-logo img {
	margin: 5px;
	background: #fff;
	height: 30px;
	padding: 2px !important;
	width: 30px;
	-moz-box-shadow: rgba(0,0,0,.15) 0 0 5px;
	-webkit-box-shadow: rgba(0,0,0,.15) 0 0 5px;
	box-shadow: rgba(0,0,0,.15) 0 0 5px;
}

.program-header {
	position:relative;
}

/* @end */

/* @group program */

.module-show .module-header{
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: center;
	margin: 10px auto;
}

.module-program {
	position:relative;
	background: #f9f8f7;
	padding: 8px;
	-moz-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	border:1px solid #ccc;

	margin-bottom: 10px;
}

.module-program #current-program-title {
	margin-bottom: 5px;
}

.module-program #current-program-title a {
	font-size: 20px;
	font-weight:bold;
}

.module-program #current-program-time {
	font-size: 12px;
	color: #000;
	margin-bottom: 5px;
}

.module-program #contrib-content {
	font-size: 11px;
	word-wrap: break-word;
}

.module-program #current-program-logo  {
	float:left;
	width:60px;
	height:60px;
	margin: 0 auto;
	background: #fff;
	padding: 2px !important;
	-moz-box-shadow: rgba(0,0,0,.15) 0 0 5px;
	-webkit-box-shadow: rgba(0,0,0,.15) 0 0 5px;
	box-shadow: rgba(0,0,0,.15) 0 0 5px;
}

.module-program #current-program-content  {
	margin-left: 72px;
}

.body_show-user-room #body h2{
	font-size:18px;
	padding-bottom:10px;
}

.module-in .prev-show,
.module-in .next-show,
.module-in .prev-show a,
.module-in .next-show a {
	color: #bbb;
}

.module-in .prev-show a:hover,
.module-in .next-show a:hover {
	color: #777;
}

.module-in .prev-show {
	text-align: left;
	background: url(/css/img/prev-show-arrow.png) 0px 4px no-repeat;
	margin-bottom: 5px;
	padding-left: 16px;
}

.module-in .next-show {
	text-align: right;
	background: url(/css/img/next-show-arrow.png) right 5px no-repeat;
	margin-top: 5px;
	margin-bottom: 15px;
	padding-right: 16px;
}

/* @end */

/* @group community links */

.module-communitylinks  ul li {
	padding: 8px 10px;
}

.module-communitylinks  ul li.odd {
	background-color: #f6f6f6;
}

.module-communitylinks  ul li a {
	text-decoration: none;
}

.module-communitylinks  ul li a:hover {
	text-decoration: underline;
}

/* @end */

/* @group hashtags */


.module-hashtags .module-content {
}

/* @end */

/* @group tagcloud */

.module-tagcloud ol {
}

.module-tagcloud ol li{
	list-style-position: inside;
}

/* @end */

/*.module-home
{background: #bfcd00 url(/css/img/module-header-home.png) 4px -2px no-repeat;}
*/

/* @group profile */

.module-profile {
	background: #bccc38 url(/css/img/module-header-dlt.png) no-repeat right top;
}

.profile-twitt .module-profile {
	background: #bccc38 url(/css/img/module-header-twitter.png) no-repeat right top;
}

.profile-fb .module-profile {
	background: #bccc38 url(/css/img/module-header-fb.png) no-repeat right top;
}

.module-profile .user-picture {
	padding: 0;
	float: left;
	width: 50px;
}

.module-profile .user-details {
	margin-left: 64px;
}

.module-profile .user-name {
	padding: 0;
}

#body .module-profile .user-name h1.profile_name {
	padding: 0;
	margin: 0;
	color: #fff;
	font-weight: bold;
	font-size: 21px;
}

.profile_info {
	margin-top: 10px;
	color: #fff;
	font-size: 12px;
}

.original-profile-link {
	margin-top: 10px;
}

.module-profile .user-bio {
	margin-right:40px;
	float:right;
}

.module-profile .user-bio p {
	font-weight: bold;
}

.module-profile p.user-profile {
	border: 1px solid #fff;
	padding: 3px 6px;
	text-align: center;
}

/* @end */

/* @group about */

.module-about {
	padding: 10px;
}

.module-about .module-content {
	font-size: 16px;
	line-height: 1.2em;
}

.module-about .module-content p {
	color: #000;
	margin: 3px 3px 3px 3px;
}

.module-about .module-content p strong{
	color: #E6176D;
	font-weight: bold;
}

.module-about .module-content p.p-partage {
	color: #E6176D;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 15px;
}

.module-about .module-content p.p-decouvrez {
	padding: 5px;
	margin-bottom: 15px;
	background-color: #FFFFB2;
}

.module-about .module-content p.p-register {
	margin-bottom: 15px;
	font-weight: bold;
}

.module-about .module-content #register {
	padding: 5px;
}

.module-about .field-button {
	text-align: center;
	padding: 5px;
}

/* @end */



/* @group module-buttons */

.unsubscribed p.bouton,
.subscribed p.bouton {
	padding-bottom: 10px;
}

#current-program-content .unsubscribed p.bouton,
#current-program-content .subscribed p.bouton {
}

#freebox-zap {
	padding: 0px;
}

#freebox-zap input {
	text-transform: lowercase;
}

/* @end */




/* @end */

/* @group new status */

.post-checkin {
	margin: 0px 0px 10px 0px;
	padding-bottom: 10px;
	border-bottom: 0px solid #000;
	clear: both;
	height: 142px;
	display: none;
}

form#checkin-form input.send-button {
	margin: 0px auto;
}

#buttons-checkin-container {
	text-align: center;
}

.post-status {
	padding-bottom: 10px;
	border-bottom: 0px solid #000;
	clear: both;
	height: 142px;
}

.post-status div {
	color: #333;
}

form#f {
}

form#f div.chars_left_notice {
	float:left;
	padding-right: 2px;
	font-size : 12px;
	font-weight : normal;
	color : pink;
	margin: 3px 20px 8px 0.5ex;
}

form#f textarea {
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #000;
	background-color: #f3fad7;
	width:568px;
	opacity: .75;
	resize:none;
	height:60px;
	padding-bottom: 2px;
	overflow:auto;
}

form#f textarea:focus {
	color: #000;
	outline: none;
	border: 1px solid #666;

	-moz-box-shadow:0 0 8px rgba(140,169,2,.5);
	-webkit-box-shadow:0 0 8px rgba(140,169,2,.5);
	box-shadow:0 0 8px rgba(140,169,2,.5);
}

form#f textarea.focus-state {
	height:60px;
}

form#f input.send-button {
	float:right;
}

.hidden-state {
	display:none;
}

#buttons-container {
}

#twitter-send {
	float:left;
	text-align:middle;
	margin-right: 15px;
}

#facebook-send {
	float:left;
	margin-right: 15px;
}

/* @end */

/* @group status */

.timeline-status-body {
	padding: 8px 0px;
	line-height: 1.4em;
	border: 1px solid #fff;
	border-bottom: 1px solid #eee;
}

.timeline-status-body:hover{
	background-color: #fff6f9;
	border-top: 1px solid #e6176d;
	border-bottom: 1px solid #e6176d;
}

div.timeline-item.vip .timeline-status-body {
	background-color: #FFFDD0;
}

.timeline-status {
}

.timeline-status-content {
	float:left;
	width:485px;
}

div.user-picture {
	float: left;
	padding: 0 10px 0 0;
}

div.user-picture .user-source {
	width: 54px;
	height: 54px;
	display: block;
	position: absolute;
	background: url(/css/img/pic-service-twit.png) no-repeat top right;

    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

div.user-picture .user-source-fb {
	width: 54px;
	height: 54px;
	display: block;
	position: absolute;
	background: url(/css/img/pic-service-fb.png) no-repeat top right;

    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

div.user-picture a {
	width: 54px;
	height: 54px;
	display: block;
}

div.user-picture img{
	width: 48px;
	height: 48px;
	display: block;
    float: left;
	padding: 2px;
	border: 1px solid #eee;
}

.status-body,
.status-header-date {
	padding: 0 0 0 0;
}

p.status-body {
	font-size: 14px;
}

.status-header-date {
	opacity: 0.4;
	font-size: 11px;
	padding-top: 5px;
}

.timeline-status-body:hover .status-header-date {
	opacity: 1;
}

/* @group status unique */

.body_show-status #col-left-in {
	padding-top: 80px;
	padding-bottom: 160px;
}

.body_show-status .status-body {
	font-size: 1.38em;
	line-height: 1.38em;
}

/* @end */

/* @end */

/* @group avatarlist */

ul.avatarlist {
	margin: 0px auto;
}

ul.avatarlist li {
	float: left;
	padding: 1px;
	margin: 1px;
	border: 1px solid #ccc;
}

ul.avatarlist li a {
	display: block;
	width: 24px;
	height: 24px;
}

/* @end */

/* @group profile */

/* @group profile not found */

.body_show-user-not-found #col-left-in {
	margin-top: 80px;
	margin-bottom: 60px;
}

.body_show-user-not-found #col-left-in p {
	font-size: 1.38em;
	line-height: 1.38em;
}

/* @end */

/* @end */

/* @group login */

.body_modalbox #col-left-in h1 {
	font-size: 30px;
	margin-bottom: 30px !important;
}

.body_modalbox .field {
	margin-bottom:5px;
}

.body_modalbox .fieldname {
	width:250px;
	float:left;
	text-align:left;
	margin-right:5px;
	vertical-align:middle;
}

.body_modalbox .message,
.body_modalbox .error {
	font-size: 1.4em;
	font: 20px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin: 20px auto;
	padding: 10px 20px;
}

.body_modalbox .message {
	color: #bccc38;
	border: 1px solid #aaa;
}

.body_modalbox .error {
	color: #e6176d;
	border: 1px solid #ff0000;
}

.body_login .other-logins {
	margin-top:25px;
	margin-bottom:10px;
}

.body_login .login-buttons {
	margin: 5px 5px 5px 5px;
}


.body_login #body .new-account,
.body_register #body .login-link {
	margin-top:30px;
}

.body_register .other-registers {
	margin-top:25px;
	margin-bottom:10px;
}
.body_register .main-register {
	margin-top:20px;
	margin-bottom:10px;
}
.body_register .register-buttons {
	margin: 5px 5px 5px 5px;
}

/* @end */

/* @group footer */

#footer-out {
	background: #454545 url(/css/img/footer-bg.png) 0 0 repeat-x;
	position: relative;
}

#footer {
	height: 100%;
	padding-top: 35px;
	padding-bottom: 80px;
	position: relative;
}

#footer-in {
	color: #ccc;
	height: 100%;
	position: relative;
	background: url(/css/img/footer-separator.png) 0 0 no-repeat;

	text-shadow: 0 2px 1px rgba(0,0,0,.4);
}

#footer-in a {
	color: #fff;
	text-decoration: none;
}

#footer-in a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer-in li {
	padding: 5px;
}

#footer-in .alpha,
#footer-in .beta,
#footer-in .gamma {
	float: left;
	width: 250px;
}

#footer-in .separator {
	float: left;
	padding: 15px 30px 15px 30px;
}

#footer-in .beta li.channel {
	float: left;
}

/* @end */

.post-contrib {
	width: 500px;
}

/* @group toplive */

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

.toptable {
	border-spacing: 2px 2px;
}

#toplive a {
	color:#000;
}

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

.toptable tr {
}

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

.cell2 div {
	background-color:#e6176d;
	width:0px;
}

/* @end */

#pause {
	display:none;
}


/* @group show user badge */

.body_show-user-badge #col-left-in {
	padding-top: 80px;
	padding-bottom: 160px;
}

.body_show-user-badge .status-body {
	font-size: 1.38em;
	line-height: 1.38em;
}

/* @end */

/* @group badgelist */

ul.badgelist {
	margin: 10px auto;
}

ul.badgelist li {
	float: left;
	padding: 2px;
}

ul.badgelist li a {
	display: block;
	width: 57px;
	height: 57px;
}

/* @end */

/* @group rating */

#rating-container {
}

#rating-container-register {
	margin: 0px auto;
	text-align:center;
}

#rating-form {
	height:26px;
	width:140px;
}

/*
#rating-container > * {
	//	position:absolute;
	height:30px;
	left:0;
	top:0;
}
*/
#rating-loader {
	display:none;
	padding-left:20px;
	background:url(/images/crystal-arrows.gif) no-repeat center left;
}

#rating-event {
}

#rating-number {
	color: #000;
	line-height:60px;
	font-size:60px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-weight: bold;
}

#rating-text {
	color: #000;
	font-size:13px;
	text-align: center;
}

/* @end */

/* @group room-presentation */

.room-presentation {
	height: 190px;
	color: #fff;
	padding: 15px 15px 15px 15px;
	background: #FAFAFA;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.room-presentation h3 {
	color:#000;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 10px;
}

.room-presentation ul {
	margin-bottom: 25px;
}

.room-presentation ul li {
	color:#444;
	font-size: 15px;
	margin: 5px 0;
	font-weight: normal;
	margin-bottom: 10px;
}

.room-presentation a.bouton-presentation {
}

a.bouton-presentation {
	color: #000;
	font-size: 18px;
	border: solid 1px #8ca902;
	background: #fdee00;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#FDEE00));
	background: -moz-linear-gradient(top, #fff, #FDEE00);
	filter:  progid:dximagetransform.microsoft.gradient(startcolorstr='#ffffff', endcolorstr='#fdee00');
}

a.bouton-presentation:hover {
	color: #000;
	background: #e6176d;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFC0CB), to(#E6176D));
	background: -moz-linear-gradient(top, #ffc0cb, #e6176d);
	filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#ffc0cb', endcolorstr='#e6176d');
}

a.bouton-presentation:active {
	color: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#dae565), to(#f3fad7));
	background: -moz-linear-gradient(top, #dae565, #f3fad7);
	filter:  progid:dximagetransform.microsoft.gradient(startcolorstr='#dae565', endcolorstr='#f3fad7');
}
/* @end */

.unreadCount {
	background-color:white;
	border-bottom-left-radius: 2px 2px;
	border-bottom-right-radius: 2px 2px;
	border-top-left-radius: 2px 2px;
	border-top-right-radius: 2px 2px;
	padding-bottom: 1px;
	font-weight:bold;
	position: absolute;
	right: 2px;
	top: -12px;
	display:none;
}
.unreadCount span {
	color:#fff;
	background-color:red;
	border:0;
	border-top:0px;
	border-bottom-left-radius: 2px 2px;
	border-bottom-right-radius: 2px 2px;
	border-top-left-radius: 2px 2px;
	border-top-right-radius: 2px 2px;
	padding: 0px 2px 0px 2px;
}

.notification-wrapper {
	margin: 5px 5px 30px 5px;
}

.notification-date {
	background-color:#eee;
	padding: 5px 10px 5px 10px;
	margin-bottom: 5px;
}

.notification-body {
	padding:5px;
}

.timeline-tabs {
	border-bottom: 1px solid #ccc;
	margin: 10px 0px;
	padding-left:5px;
}

.timeline-tabs li {
	float: left;
	position: relative;
	top: 1px;
}

.timeline-tabs li+li {
	margin-left: 5px;
}

.timeline-tabs li a {
	display: block;
	color: #000;
	text-decoration: none;
	border-top-left-radius: 3px 3px;
	border-top-right-radius: 3px 3px;
	border: 1px solid #ccc;
	padding: 10px 15px 10px 15px;
	text-align: center;
	background: -webkit-gradient(linear, left top, left bottom, from(#f3fad7), to(#dae565));
	background: -moz-linear-gradient(top, #f3fad7, #dae565);
	filter:  progid:dximagetransform.microsoft.gradient(startcolorstr='#f3fad7', endcolorstr='#dae565');
}

.timeline-tabs li a:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#E6176D));
	background: -moz-linear-gradient(top, #fff, #E6176D);
	filter:  progid:dximagetransform.microsoft.gradient(startcolorstr='#ffffff', endcolorstr='#E6176D');

}

.timeline-tabs li.current-tab a {
	background: #fff;
	filter:  progid:dximagetransform.microsoft.gradient(enabled=false);
	border-bottom: 1px solid #fff;
}

/* Stats counter badges */

.stats {
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
	background: #fff;
	padding: 10px 10px 10px 10px;
}

.stats .stat {
	margin-left: 5px;
	display: inline-block;
}

.stats .stat .digits {
	font-size: 40px;
	display: inline-block;
}

.stats .stat .digits .digit {
	float: left;
	padding: 5px;
	margin: 5px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	font-weight: bold;
	background: #eee;
	color: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.digit-header {
	display:block;
	font-size:12px;
	font-weight:normal;
	margin-top:5px;
}


/* Recommendations */

.header {
	margin-bottom:30px;
	padding-bottom:20px;
}

#col-left-in h1.headerMain, .body_friends #body h1.headerMain  {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight:bold;
	color: #000;
}

#col-left-in h2.headerMain, .body_friends #body h2.headerMain  {
	margin-bottom: 0px;
	font-size: 18px;
	font-weight:bold;
	color: #000;
	margin-bottom: 20px;
}

#col-left-in h2.headerPosting  {
	margin-bottom: 0px;
	font-size: 18px;
	font-weight:bold;
	color: #000;
	float:right;
}

#col-left-in h3.headerMain  {
	margin: 10px 0px;
	font-size: 14px;
	color: #555;
}

#col-left-in .para, .body_friends .para  {
	border-top: 1px solid #999;
	padding-top: 10px;
	margin-bottom: 50px;
}

#col-left-in .para p {
	line-height: 1.5em;
}

.illustration {
	margin-bottom:10px;
	border:1px solid #ccc;
}

.navContainer {
	margin-left:auto;
}

#navMain {
	float: left;
	height:20px;
	margin: 9px 0px 8px 0px;
	padding: 0px;
}

#navMain li.navMainItem {
	float:left;
	list-style: none;
	position:relative;
	line-height: 20px;
	margin-top: -9px;
}

#navMain li.navMainItem a.navMainItemLink {
	color:white;
	border-left:1px solid #8CA902;
	border-right:1px solid #FFFFFF;
	float:left;
	text-align:center;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	padding: 0px 10px;
	text-decoration: none;
	margin-top: 9px;
	margin-bottom: 8px;
}

#navMain li.navMainItem:first-child a.navMainItemLink {
	border-left: none;
	padding-left: 0px;
}

#navMain li.navMainItem:last-child a.navMainItemLink {
	border-right: none;
}

.current-menu {
	position:absolute;
	top:30px;
	left:40%;
}


#activity {
	width:580px;
}

ul.activity-list {
	border-width: 1px;
	position:relative;
}

ul.activity-list  li {
	border-bottom: 1px solid white;
	border-top: 1px solid #ccc;
	padding: 8px 0px;
	position:relative;
}

ul.activity-list  li a {
}

ul.activity-list > li:first-child {
	border-top: none;
}

ul.activity-list > li:last-child {
	border-bottom: none;
}

.activity-header {
	/*position:absolute;
	white-space:nowrap;
	top: 0px;
	right : 585px;
	margin-top: 0px;
	padding: 3px;
	border: 1px solid #ddd;
	background: #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	*/
}

.activity-left {
	float:left;
	width:50px;
	margin-left: 10px;
}

.activity-time {
	margin-bottom: 5px;
	font-family: 'Lucida Grande', tahoma, verdana, arial, sans-serif;
	font-size:16px;
	font-weight:bold;
}

.activity-content {
	margin-left: 60px;
	padding-left: 5px;
}

.activity-room {
	float:right;
	margin-right:5px;
}

.activity-show-avatar {
	width: 48px;
	height:48px;
	margin: 0 1px;
	background: #fff;
	padding: 2px !important;
	border: 1px solid #eee;
}

.activity-details {
}

.activity-event {
	margin-bottom: 5px;
	font-size:16px;
}

.activity-event a {
	color:#DB0073;
	font-size:16px;
	font-weight:bold;
}

.activity-channel {
	margin-bottom: 20px;
	font-weight:bold;
}

.activity-channel a {
	color:#555;
	font-weight:bold;
}

.activity-users {
/*	margin: 5px 0px 5px 0px;
	background-color: #EDEFF4;
	border-bottom: 1px solid #E5EAF1;
	margin-top: 2px;
	padding: 5px 5px 4px;
	*/
	background-color: #EDEFF4;
	margin-right: 8px;
	padding: 4px;
	margin-bottom: 5px;
}

.activity-screennames {
	padding: 2px 0px 2px 0px;
}

.activity-screennames a {
}

.activity-avatars {
	padding: 4px 0px 0px 0px;
}

#activity .module-content strong {
	font-size:16px;
}

#channels-dropdown {
	z-index:999;
	display:none;
	position:absolute;
	top:37px;
	width:700px;
	margin-left:-3px;
	background:#fafafa;
	border-left: 3px solid #bccc38;
	border-right: 3px solid #bccc38;
	border-bottom: 3px solid #bccc38;
	border-top: 0px;
	-moz-box-shadow: 0 10px 10px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 10px 10px rgba(0,0,0,.3);
	box-shadow: 0 10px 10px rgba(0,0,0,.3);

	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	border-radius: 0px 0px 5px 5px;
}

li#navChannels.hovering {
	background:#fafafa;
}

#navMain li#navChannels.hovering a.navMainItemLink {
	color: #8CA902;
}

#navMain li#navChannels.hovering img.current-menu {
	display:none;
}

li#navChannels.hovering div#channels-dropdown {
	display: block;
}

#channels-dropdown .channels-list li {
	float:left;
}


/* Friends */

.body_friends #body .avatar img {
	background: #fff;
	height: 50px;
	padding: 4px !important;
	width: 50px;
	-moz-box-shadow: rgba(0,0,0,.15) 0 0 5px;
	-webkit-box-shadow: rgba(0,0,0,.15) 0 0 5px;
	box-shadow: rgba(0,0,0,.15) 0 0 5px;
}

.body_friends h1 {
	margin-bottom: 20px;
}

.body_friends #body h2 {
	margin-bottom: 10px;
}

.module-find-friends {
	float:right;
	background: #fafafa;
	padding: 8px;
	margin-bottom:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	border:1px solid #eee;
}

.module-find-friends a {
	text-decoration:underline;
}

.facebook_block p.intro, .facebook_block_loggedout p.intro, .twitter_block p.intro, .email_block p.intro, .friend-suggestion p.intro {
	padding: 10px;
}

.facebook_block p.noresult , .twitter_block p.noresult {
	padding: 10px;
}

#facebook_friend_selector_container {
	background-color: #fff;
}

.fb_iframe_widget {
	margin-bottom:5px;
}

/* Users scores on profile pages */

.module-stats {
}

.module-stats .digits {
	font-size: 32px;
	display: inline-block;
}

.module-stats .digits .digit {
	float: left;
	width: 82px;
	padding: 3px !important;
	margin: 0 2px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	font-weight: bold;
	background: #eee;
	color: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.module-stats .digit-header {
	display:block;
	font-size:10px;
	font-weight:normal;
	margin-top:5px;
}

/* Shows editing*/

.new-event-container {
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #aaa;
}

.event-title {
	font-size: 16px;
	margin-bottom: 5px;
}

.event-date {
	font-size: 12px;
	margin-bottom: 5px;
}

.show-table td div {
	color: #666;
	border: 1px solid #aaa;
	cursor: pointer;
	margin: 2px;
	padding: 5px;

	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

#event-detail {
}

#show-detail {
}


