@charset "utf-8";
/* CSS Document */
body {
	background-image:url(../images/bg.jpg);
}
#body{	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
}

h1 {
	font-size:20px;
	font-weight:normal;
	line-height:23px;
}
h2 {
	font-size:18px;
	font-weight:normal;
}
a, a:visited {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

#main {
	margin:0 auto;
	clear:both;
	width:989px;
	background-image:url(../images/content_bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
}
#header {
	background-image:url(../images/headers/chatgaycordoba.es.jpg);
	background-repeat:repeat-x;
	clear:both;
	height:72px;
	color:white;
	margin-bottom:20px;
}
#header a, #header a:visited, #header a:hover {
	color:white;
}
.float_l {
	float:left;
}
.float_r {
	float:right;
}
#login {
	margin:15px 10px;
}
#people_online {
	margin:20px 200px 0 65px;
}
.color_orange {
	color:#d35a2f;
}
.color_red {
	color:#cc2128;
}
.color_blue {
	color:#1f5699;
}
#content {
	padding:20px;
}
#member_active{
	width:280px;
}
#right_side {
	width:600px;
	margin-left:10px;
}
#photo_members {
/*	padding:15px;*/
}
.top_header {
	background-image:url(../images/active_member_head.jpg);
	background-repeat:no-repeat;
	width:246px;
	height:21px;
}
.block {
	border-bottom:1px solid #d0d0d0;
	border-left:1px solid #d0d0d0;
	border-right:1px solid #d0d0d0;
	background-color:#f2f2f2;
}
#photo_members_online {
	width:244px;
	float:left;
}
#photo_members_online ul {
	display:inline;
	float:left;
	margin:0 0 7px 14px;
}
#photo_members_online li {
	float:left;
	margin-right:15px;
}
#photo_members_online p {
	margin:10px 0;
}
.orange_b {
	color:#d35a2f;
	font-weight:bold;
}
#left_side {
	width:350px;
}
.top_header_r {
	background-image:url(../images/top_header.jpg);
	background-repeat:no-repeat;
	width:316px;
	height:21px;
}
#register_new {
	width:316px;
	float:left;
}
.padding_l_10px {
	padding-left:10px;
}
.input_form {
	border: #b3b3b3 1px solid;
	background-color:#FFF;
	margin-bottom:3px;
	$width:150px;
}
#form_block {
	padding:5px 20px 10px;
}
#right_side_in {
	width:auto;
}
#gay_chatrooms_l {
	margin-top:24px;
}

#gay_chatrooms {
	color:#8c8c8c;
	font-size:14px;
	padding:0 10px 10px;
}
#gay_chatrooms ul {
	line-height:30px;
}

#gay_chatrooms li {
	background: url(../images/icons/icons.jpg) no-repeat top left;
	background-repeat:no-repeat;
	padding-left:35px;
}
 
#right_side_bottom {
	float:left;
	clear:both;
	margin:20px 0;
	line-height:20px;
}
.border_dash {
	border-bottom:1px dotted #999;
	width:100%;
}

#footer {
	clear:both;
	padding:20px;
	background-image:url(../images/footer_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	
}
.copyright {
	font-size:10px;
	color:#c7b299;
	margin:10px;
	line-height:16px;
}
