/*
	Author:Jan Koeppen (JFKoeppen@Gmail.com)
	Date:November 6th, 2010.
	Title:StreetMatching.
====================================
*/
html{
	overflow-y: scroll;
}

body{
    color: #656565;
    font-family: Helvetica, Arial, Verdana, Lucida,sans-serif;
    font-size: 12px;
    text-align: left;
	background:#fafaf9;
}

html, body {height: 100%;}


*{
	padding:0;	margin:0; border:0;
}
ul,ol{
	list-style:none;
}
img,fieldset{
	border:none;
}
a{
	color:#656565; 
	text-decoration:none; 
	outline:0;
}

textarea{
	resize:none;
}

.hide
{
     position: absolute;
     left: -9999px;
}

.checkbox{

} 
/*====================Start body here =====*/
#wrap{
	width:960px;
	margin:0 auto;
	min-height: 100%;
}

#main {
	overflow:hidden;
	padding-bottom: 28px;	/* must be same height as the footer */
}  

.header{
	width:960px;
	overflow:hidden;
	background:url(../img/header_bg.jpg) no-repeat;
	height:71px;
	margin-bottom:16px;
}

.header_zones{
	width:960px;
	overflow:hidden;
	background:url(../img/header_zones.jpg) no-repeat;
	height:71px;
	margin-bottom:10px;
}
.header_events{
	width:960px;
	overflow:hidden;
	background:url(../img/header_events.png) no-repeat;
	height:71px;
	margin-bottom:10px;
}

#footer{
	background: url("../img/footer.jpg") no-repeat scroll 0 0 transparent;
    font-family: arial;
    font-size: 11px;
    height: 28px;
    padding-top: 13px;
    text-align: center;
    width: 960px;
	
	position: relative;
	margin: -41px auto 0; /* for top: negative value of footer height */
	clear:both;
	text-transform: uppercase;
}

#footer .alink{
	font-family: arial;
    font-size: 11px;    
	font-weight: lighter;
}

#footer a:hover{
	color:#9e9e9e;
}

#la_diferencia{
	float: right;
    margin-right: 18px;
	font-size:9px;
	text-transform: none;
}

#la_diferencia a{
	font-size:9px;
	border-bottom: 1px solid;
	float: right;
    
}

.social_ico{
	border:0px !important;
	float: right;
	margin: 0 2px;
	height: 16px;
    width: 16px;
}

.facebook_ico{
	background:url(../img/facebook_ico.gif);
}

.twitter_ico{
	background:url(../img/twitter_ico.gif);
}

#credits {
	float:right;
	margin: 3px 0 0 10px;
	width:100px;
}

/* global selectors */
.bluelinks a {
	color:#1CB5C9;
}

/*Opera Fix for footer*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}



#home_logo_link{
	float:left;
	height:46px;
	left:15px;
	position:relative;
	top:9px;
	width:204px;
}

#header_ctrls {
    float: right;
    margin-right: 20px;
    margin-top: 24px;
}


#login_form{
	color: #FAFAF9;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 9px;
}

#login_form *{
    float: left;
    line-height: 18px;
	}

	
#login_form label {
	margin-right: 4px;
	margin-left: 10px;
}

#login_form input.text {
	height: 16px;
	width: 94px;
	border: 1px solid #e4817c;
	margin-right:4px;
	padding:0 2px;
}

#login_form input.imgbtn {
    background: url("../img/login.gif") no-repeat;
    color: #846C4A;
    cursor: pointer;
    font-family: Lucida Grande,Verdana;
    font-size: 10px;
    margin-left: 5px;
    padding: 3px 0;
    text-transform: uppercase;
    width: 52px;
	padding-top:1px;
	height: 20px;
}

#login_form .forgotpassword{
    clear: both;
    color: #F1C2C0;
    float: right;
    font-family: Lucida Grande,Verdana;
    font-size: 8px;
    margin-right: 62px;
    text-transform: uppercase;
	line-height: 12px;
}

.login_form_big .forgotpassword{
    clear: both;
    color: #80806E;
    float: left;
    font-family: Lucida Grande,Verdana,Tahoma,Arial;
    font-size: 10px;
    margin-left: 133px;
    margin-top: 5px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

#login_form .fbconnect {
    clear: both;
    color: #F1C2C0;
    float: right;
    font-family: Lucida Grande,Verdana;
    font-size: 8px;
    line-height: 12px;
    margin-top: 2px;
    text-transform: uppercase;
}


#login_form .fbconnect span{
}

#login_form .fbconnect a {
    background-color: #3B5998;
    border: 1px solid #44438B;
    border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    color: white;
    font-size: 9px;
    font-weight: bold;
    line-height: 13px;
    margin-left: 9px;
    padding: 2px 3px;
    text-transform: none;
}

/* end login form */

#logout_btn{
    background-image: url("../img/logout.gif");
    display: block;
    height: 27px;
    margin-top: -4px;
    width: 40px;
}

#twitter_feed{
    background: url("../img/twitter_feed.gif") no-repeat scroll 0 0 transparent;
    height: 31px;
    margin: 0 0 4px;
    overflow: hidden;
    padding: 15px 46px 0 67px;
    white-space: pre;
    width: 844px;
}

#twitter_feed #tweet_window{
	overflow:hidden;
	position:relative;
	height:15px;
}

#twitter_feed #tweet_window a{
	position:absolute;
}

#twitter_feed #tweet_window a b.blue{
	color:#34A1AE;
}

#twitter_feed #tweet_window a b{
	color:#816D4B;
}
	
#home_top{
	width:880px;
	height: 290px;
	background:#FAFAF9 url(../img/home_top_fb.jpg) no-repeat;
    padding: 21px 40px;
	margin-bottom: 6px;
	position:relative;
}

#home_top h2{
	color: #816D4B;
    font-family: Georgia, Palatino, times New Roman;
    font-size: 40px;
    font-style: italic;
    font-weight: normal;
    width: 377px;
	white-space: pre-line;
}

#home_top p {
    font-family: Georgia, Palatino, times New Roman;
    font-size: 16px;
    line-height: 23px;
    margin-top: 14px;
    text-align: justify;
    white-space: pre-wrap;
    width: 488px;
}

#video {
    position: absolute;
	right: 30px;
	top: 22px;
}

.highlight_red{
	background-color: #E27E7B;
    color: #FFFFFF;
    font-family: Lucida Grande,Lucida Sans-serif,Tahoma;
    font-size: 14px;
    margin: 0 6px;
    padding: 1px 7px;
	white-space: pre;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#home_top .join_now{
	color: #FFFFFF;
    float: right;
    font-family: Lucida Grande,Lucida Sans-serif,Tahoma;
    font-size: 19px;
    line-height: 50px;
    position: relative;
    right: 698px;
    text-align: center;
    text-transform: uppercase;
	letter-spacing: 0.6px;
    top: 228px;
    width: 208px;
}

#home_top .join_now_fb{
	color: white;
	font-family: Lucida Grande,Lucida Sans-serif,Tahoma;
	font-size: 12px;
	line-height: 46px;
	left: 210px;
	text-align: center;
	letter-spacing: 0.6px;
	width: 208px;
	position: absolute;
	top: 250px;
}

#home_top .join_now_fb span{
	margin-left:25px;
}

.terms_links_social {
	padding: 0 !important;
}

.terms_links_social .join_now{
	background: url("../img/join_now_login.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: white;
    float: left;
    font-family: Lucida Grande,Lucida Sans-serif,Tahoma;
    font-size: 16px;
    font-weight: lighter;
    letter-spacing: 0.6px;
    line-height: 43px;
    margin-right: 17px;
    text-align: center;
    text-transform: uppercase;
    width: 161px;
}

.terms_links_social .join_now_fb{
	background: url(../img/fb_join_login.png) no-repeat;
	color: white;
	font-family: Lucida Grande,Lucida Sans-serif,Tahoma;
	font-size: 11px;
	line-height: 44px;
	text-align: center;
	letter-spacing: 0.6px;
	width: 180px;
	float: left;
	border: none;
}

.terms_links_social .join_now_fb span{
	margin-left: -3px;
	letter-spacing: -0.6px;
}


#home_mid{
	height: 147px;
	/*margin-top: -10px;*/
	margin-top: 9px;
}

#home_mid .home_mobile{
	width:603px;
	height: 147px;
	float:left;
    background: url("../img/home_iphonebb_link.jpg") no-repeat scroll 0 0 transparent;
	position:absolute;
}
#home_mid .home_mobile .mobile_title{
	color: #FFFFFF;
    display: block;
    font-family: Georgia,Palatino,times New Roman;
    font-size: 27px;
    height: 50px;
    left: 29px;
    line-height: 30px;
    position: relative;
    top: 46px;
    width: 159px;
}

#home_mid .home_mobile .mobile_subtitle{
    color: #575757;
    font-family: Lucida Grande,Lucida Sans-serif,Tahoma;
    font-size: 15px;
    left: 29px;
    position: absolute;
    top: 111px;
}

#home_mid .home_mobile a.iphone_link{
    display: block;
    height: 144px;
    left: 212px;
    position: absolute;
    top: 0;
    width: 200px;
}

#home_mid .home_mobile a.bb_link{
    display: block;
    height: 144px;
    left: 423px;
    position: absolute;
    top: 0;
    width: 177px;
}

#home_mid .home_spreadthelove{
    background: url("../img/spread_the_love.jpg") no-repeat scroll 0 0 transparent;
    float: right;
    height: 147px;
    width: 344px;
	position: relative;
}

#home_mid .home_spreadthelove h4{
    color: #FFFFFF;
    font-family: Georgia, Palatino, times New Roman;
    font-size: 27px;
    font-weight: normal;
    left: 27px;
    position: relative;
    top: 53px;
}

#home_mid .home_spreadthelove .spread_links{
    left: 25px;
    position: absolute;
    top: 93px;
}

#home_mid .home_spreadthelove .spread_links a{
margin-right:4px;
}

#home_bottom{
	width:960px;
    background: url("../img/home_bottom.jpg") no-repeat scroll 0 0 #FAFAF9;
	height:400px;
	margin-top:-5px;
}
#home_bottom_event{
	width:908px;
    background: url("../img/home_bottom_event.jpg") no-repeat scroll 0 0;
	height: 265px;
	margin-top:-5px;
	border: 1px solid #d4d5cd;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 15px;
}

#home_bottom2{
	width:900px;
	height:120px;
	margin-left:20px;
	margin-top:5px;
	float:left;
}

#home_bottom h2{
    color: #BCB8A3;
    font-family: Georgia, Palatino, times New Roman;
    font-size: 23px;
    font-style: italic;
    font-weight: normal;
    margin: 21px 30px 9px;
	padding-top: 50px;
}
#home_bottom_event h2{
    color: #BCB8A3;
    font-family: Georgia, Palatino, times New Roman;
    font-size: 23px;
    font-style: italic;
    font-weight: normal;
    margin: 21px 30px 0px;
	padding-top: 5px;
}

#home_bottom h3{
    color: #BCB8A3;
    font-family: Georgia, Palatino, times New Roman;
    font-size: 23px;
    font-style: italic;
    font-weight: normal;
    margin: 21px 75px 9px;
	padding-top: 42px;
}
#home_bottom_event h3{
    color: #BCB8A3;
    font-family: Georgia, Palatino, times New Roman;
    font-size: 23px;
    font-style: italic;
    font-weight: normal;
    margin: 21px 75px 9px;
	padding-top: 42px;
}
#home_bottom2 h1{
    color: #9e9480;
    font-family: Georgia, Palatino, times New Roman;
    font-size: 23px;
    font-style: italic;
    font-weight: normal;
	margin: -55px 58px;
}

#home_bottom .bblocks {
    min-height: 329px;
    margin-bottom: 17px;
	padding-top: 123px;
    padding-left: 20px;
    width: 971px;
	overflow:auto;
}

#home_bottom_event .bblocks {
    min-height: 329px;
    margin-bottom: 17px;
	padding-top: 133px;
    padding-left: 12px;
    width: 971px;
	overflow:auto;
}

.bblocks .bblock{
    float: left;
    margin-right: 0;
    padding-top: 17px;
    width: 210px;
}
.bblocks .bblock2{
    float: left;
    margin-right: 0;
    padding-top: 17px;
    width: 210px;
}
.bblocks .bblock2_event {
	float: left;
	margin-right: -7px;
	padding-top: 16px;
	width: 210px;
	margin-left: -12px;
}
.bblocks .bblock2_event strong{
    color: #34A1AE;
    float: left;
    font-size: 15px;
    font-weight: lighter;
    height: 100px;
	margin-top:1px;
    left: 78px;
    position: relative;
    width: 125px;
	font-family: Lucida Grande,Lucida Sans-serif,Tahoma
}
.bblocks .bblock2 strong{
    color: #34A1AE;
    float: left;
    font-size: 15px;
    font-weight: lighter;
    height: 100px;
	margin-top:1px;
    left: 78px;
    position: relative;
    width: 125px;
	font-family: Lucida Grande,Lucida Sans-serif,Tahoma
}
.bblocks .bblock3{
    float: left;
    margin-right: 0;
    padding-top: 17px;
    width: 210px;
}
.bblocks .bblock3 strong{
    color: #34A1AE;
    float: left;
    font-size: 15px;
    font-weight: lighter;
    height: 100px;
	margin-top:1px;
    left: 90px;
    position: relative;
    width: 190px;
	font-family: Lucida Grande,Lucida Sans-serif,Tahoma
}

.bblocks .bblock strong{
    color: #34A1AE;
    float: left;
    font-size: 15px;
    font-weight: lighter;
    height: 100px;
	margin-top:1px;
    left: 50px;
    position: relative;
    width: 210px;
	font-family: Lucida Grande,Lucida Sans-serif,Tahoma
}

.bblocks .bblock strong2{
    color: #34A1AE;
    float: left;
    font-size: 15px;
    font-weight: lighter;
    height: 100px;
    left: 82px;
    position: relative;
    width: 210px;
	font-family: Lucida Grande,Lucida Sans-serif,Tahoma
}

.bblocks .bblock strong a{
    color: #34A1AE;
}

#home_bottom p {
        font-family: arial;
    font-size: 12px;
    line-height: 20px;
    margin: 159px 18px 13px;
    text-align: justify;
    white-space: pre-line;
}
.zone_home {
	background-image: url("../img/event_home.png");
	width:355px;
	height:250px;
	background-repeat:no-repeat;
	float:right;
	margin-top:-3px;
	margin-bottom:15px;
}
.zone_home h1{
	color: white;
	font-family: Helvetica, arial, sans-serif;
	font-size: 17px;
	font-weight: lighter;
	float: left;
	margin-top: 38px;
	margin-left: 24px;
}
.zone_home p{
	color: #8B806A;
	font-family: Georgia, Palatino, times New Roman;
	font-size: 23px;
	font-style: italic;
	font-weight: lighter;
	float: left;
	margin-top: 47px;
	margin-left: 26px;
	width: 170px;
	line-height: 31px
}
.zone_home_ev {
	background-image: url("../img/event_info.png");
	width:308px;
	height:250px;
	background-repeat:no-repeat;
	float:left;
	margin: -3px 0px 0 14px;
}
.zone_home_ev h1{
	color: white;
	font-family: Helvetica, arial, sans-serif;
	font-size: 17px;
	font-weight: lighter;
	float: left;
	margin-top: 38px;
	margin-left: 24px;
}
.zone_home_ev p{
	color: #8B806A;
	font-family: Georgia, Palatino, times New Roman;
	font-size: 19px;
	font-style: italic;
	font-weight: lighter;
	width: 150px;
	line-height: 26px;
	margin-left: 23px;
	margin-top: 123px;
}
#home_top.event_top{
	width: 827px;
	background: url("../img/home_top_event.png") no-repeat;
	margin-top: -12px;
}
#home_top.event_top h2{
	margin-left: -15px;
}
#home_top.event_top .join_now{
	right: 652px;
	top: 227px;
}
#home_top.event_top .join_now_fb span{
	margin-left: -1px;
}
#home_top.event_top #video{
	right: 21px;
}
#movil{
	width:240px;
	height:420px;
	background-color:#f6f3ed;
	float:right;
	margin-top: -56px;
	margin-right:-10px;
	border-bottom: 1px solid #BCB8A3;
	padding: 0px 0px 5px;
}

#movil h1{
	color: #BCB8A3;
	font-family: Georgia, Palatino, times New Roman;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	float: left;
	width: 205px;
	text-align: center;
	margin: 14px 17px 17px 17px;
	border-bottom: 1px solid #dfdad2;
	line-height: 37px;
}

#movil hr{
	height: 2px
}

#movil a{
	width: 205px;
	height: 150px;
	float: left;
	margin: 6px 0 0 18px;
	background: url(../img/sprites.png) -60px 3px;
}

#movil a p{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-weight:normal;
	font-size:15px;
	margin-left:107px;
	margin-top: 116px;
}

#movil a#link_blackberry {
	background-position: -61px -162px;
	height: 140px;
}
	
#movil a#link_blackberry p{
	margin-top: 99px;
	}


/*** Bubble ***/
#bubble_top{
	width:960px;
	height:10px;
	background:url(../img/bubble_top.jpg) no-repeat;	
}
#bubble{
	padding: 0 14px 20px;
    width: 960px;
	overflow:hidden;
	background:url(../img/bubble_bg.jpg) repeat-y;
}
#bubble_bottom{
	width:960px;
	height:15px;
	background:url(../img/bubble_bottom.jpg) no-repeat;	
	padding-bottom:20px;
}	

#bubble_blank_top{
	width:960px;
	height:10px;
	background:url(../img/bubble_top_blank.jpg) no-repeat;	
}
#bubble_blank{
	width:960px;
	overflow:hidden;
	padding:0px 14px 20px 14px;
	background:url(../img/bubble_bg_blank.jpg) repeat-y;
}
#bubble_blank_bottom{
	width:960px;
	height:15px;
	background:url(../img/bubble_bottom_blank.jpg) no-repeat;	
	padding-bottom:20px;
}	
/*** end Bubble ***/

/* normal bubble w/ sidebar */

#sidebar{
	font-family:arial,helvetica;
	width:200px;
	float:left;
	width:180px;
}

#sidebar-title{
	font-family:Georgia, Palatino, times New Roman;
	font-size:16px;
	font-style:italic;
	color: #816d4b;
	margin:8px 9px;
	float: left;
	width: 135px;
}
#sidebar-config{
	background: url(../img/config.png);
	width: 18px;
	height: 18px;
	float: right;
	margin-right: 8px;
	margin-top: 6px;
}
#sidebar-config.active{
	background: url(../img/config_active.png);
}

#sidebar-picture {
    height: 117px;
    margin: 15px 9px 20px;
    width: 110px;
	border: 6px solid #FFFFFF;
    box-shadow: 1px 2px 3px #A6A6A6;-webkit-box-shadow: 1px 2px 3px #A6A6A6;-moz-box-shadow: 1px 2px 3px #A6A6A6;
}

#sidebar-details{
	font-size:15px;
	font-weight:bold;
	color: 656565;
	margin:12px 10px;
}

#sidebar-details ul li{
	font-size: 12px;
    font-weight: normal;
    margin: 4px 3px;
    padding-left: 0;
}

#register_crush_btn{
	background:url("../img/register_crush_off.gif") no-repeat scroll 0 0 transparent;
	color:#FFFFFF;
	display:block;
	font-size:13px;
	font-weight:bold;
	height:18px;
	padding:12px 10px;
	width:180px;
	margin-left: -19px;
	position: absolute;
	padding-left:28px;
}

#register_crush_btn.event_crush_btn{
	background:url("../img/register_crush_event.png") no-repeat scroll 0 0 transparent;
	color:#FFFFFF;
	display:block;
	font-size:13px;
	font-weight:bold;
	height:18px;
	padding:12px 10px;
	width:180px;
	padding-left:28px;
	position: static;
	margin: 0;
}

#register_crush_btn.active{
	background-image:url("../img/register_crush_on.gif")!important;
}

#sidebar-menu{
	margin-top: 85px;
}

#sidebar-menu li{
	width:173px;
	height:33px;
	color:#656565;
	border-bottom: 1px #ccc solid;
	position: relative;
}

#sidebar-menu li.top_line{
	width:173px;
	height:1px;
	color:#656565;
	border-bottom: 1px #ccc solid;
	position: relative;
}

#sidebar-menu li.sidebar_menu_activeitem{
	background:url("../img/sidebar_btn_on.png") no-repeat scroll transparent;
	border-bottom: none;
	height: 37px;
}

#sidebar-menu li.sidebar_menu_activeitem a, #sidebar-menu li.sidebar_menu_activeitem a:hover, #sidebar-menu li.sidebar_menu_activeitem a:active{
	color:#fff;
}


#sidebar-menu li a{
	display:block;
	font-weight:bold;
	height:17px;
	padding:9px;
	width:156px;
	letter-spacing:0.4px;
}

#sidebar-menu li a:hover{
	color:#434343;
}

/* sidebar spread the love */
#sidebar .spreadthelove{
    background: url("../img/spread_the_love_sidebar.gif") no-repeat scroll 0 0 transparent;
    height: 122px;
    position: relative;
    width: 190px;
	margin: 28px 0 0;
}

#sidebar .spreadthelove h4{
    color: #FFFFFF;
    font-family: Georgia,Palatino,times New Roman;
    font-size: 23px;
    font-weight: normal;
    left: 15px;
    position: relative;
    top: 11px;
    width: 105px;
}

#sidebar .spreadthelove .spread_links{
    left: 16px;
    position: absolute;
    top: 75px;
}

#sidebar .spreadthelove .spread_links a{
margin-right:4px;
}

#sidebar .social{
	margin:10px;
}

#sidebar-menu li #menu-my_crushes{
    background:url(../img/sprites.png) no-repeat scroll 145px -282px transparent;
}

#sidebar-menu #menu-my_matches{
	background:url(../img/sprites.png) no-repeat scroll 147px -335px transparent;
}

#sidebar-menu li #menu-my_matches{
	background-position: 146px -336px;
	color: ##656565;
	border: none;
}

#sidebar-menu li #menu-mail{
    background:url(../img/sprites.png) no-repeat scroll 145px -390px transparent;
}

.sidebar-marker{
	position: absolute;
	right: 0;
	top: 9px;
	background-color: #eb1b17;
	padding: 3px 8px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	color: white;
	font-size: 9px;
}

.sidebar_menu_activeitem .sidebar-marker{
    display:none;
}


/* SLIDER */


/*--Main Container--*/
/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:240px;	width: 588px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}

.image_reel a, .image_reel img {
	float: left;
}
.image_reel h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	position: absolute;
	color: #837760;
	padding: 32px 25px;
}
.image_reel h5{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 23px;
	position: absolute;
	color: #27b3c1;
	padding: 80px 26px;
}
.image_reel span{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 17px;
	position: absolute;
	color: #837760;
	padding: 118px 28px;
	width: 259px;
	line-height: 23px;
	display:block;
}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 10px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	/*background: url(paging_bg2.png) no-repeat;*/
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 8px;
	text-decoration: none;
	color: #EDE5DD;
	background-image:url(../img/boton.png);
	background-repeat:no-repeat;
	font-size:1px;
}
.paging a.active {
	font-weight: bold;
	background-image:url(../img/boton2.png);
	background-repeat:no-repeat;
	color:#3EB4BE;
}

#home_content{
	clear:both;
	border: 1px solid #e1e0dc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	width:935px;
	height: 365px;
	overflow:hidden;
	background-color:#FFF;
}

#home_content-title{
	margin:8px 0;
}
#home_content-title h1{
    color: #BCB8A3;
    font-family: Georgia, Palatino, times New Roman;
    font-size: 24px;
    font-style: italic;
    font-weight: normal;
    margin: 10px 15px 9px;	
}


/*---------------------------------------Main area------------------------------------*/

#main_content{
	width:710px;
	margin:0 35px;
	float:right;
	position: relative;
}

#main_content_wide{
	margin:0 10px;
	overflow:hidden;
	width:910px;
}

#main_content_wide.login_event{
	margin:0 10px;
	overflow:hidden;
	width:910px;
}

#main_content-title{
	margin: 8px 7px 8px 0;
}

#main_content-title span{
	height:35px;
	font-family:Georgia, Palatino, times New Roman;
	font-size:20px;
	font-style:italic;
	color: #816d4b;
}

#main_content-title a{
	float:right;
	font-weight:bold;
	margin-top:8px;
	font-size:13px;
	font-family:arial,helvetica;
}

#main_content-title a:hover{
	color:#434343;
}

/* like main content title, but inside the main block */
.content-title{
	height:35px;
	font-family:Georgia, Palatino, times New Roman;
	font-size:20px;
	font-style:italic;
	color: #816d4b;
}

/* register crush */

/* 		movable panels */

.register_crush .pane_scroller{
	width:1500px;
	position:relative;
}

.register_crush .pane{
	width:678px;
	background-color: #F2EFE7;
	padding:16px;
}

.register_crush #pane1{
	float:left;
}

.register_crush #pane2{
	float:left;
	width: 678px;
}
.register_crush #pane3{
	float: left;
	padding-top: 25px;
}
.register_crush #pane3 span{
	color: #22bfd1;
}
#main_content .register_crush{
    clear: both;
    float: left;
    margin-bottom: 25px;
    margin-top: 12px;
    width: 678px;
}

#register_crush_form{
	font-family:arial,helvetica;
	font-size:13px;
	font-weight:bold;
	overflow:hidden;
	width:705px;
}

#register_crush_form .input_row{
	clear:left;
	padding-top:20px;
}
#register_crush_form .input_row.register_event{
	clear: left;
	padding-top: 13px;
	margin-left: -18px;
	width: 705px;
	margin-top: 30px;
}
#register_crush_form .input_row_event{
	float:left;
	margin-bottom: -5px;
	margin-left: 0px;
}
#register_crush_form .input_row_event.endtime{
	float:right;
	margin-top: -51px;
}

#register_crush_form .input_row_event p{
	font-size: 11px;
	font-weight: lighter;
	float: left;
	margin-top: 8px;
}

#register_crush_form span.back{
	float: left;
	cursor: pointer;
	padding: 7px 21px;
	height: 20px;
	color: white;
	text-transform: uppercase; 
	background: url("../img/back.gif") repeat-x scroll 0 0 transparent;
	color: #656565 ;
	margin-top: 23px;
	text-align: center;
	width: 72px;
}
#register_crush_form .input_row_date{
	float: left;
	padding-top: 7px;
	background: url(../img/ico_hour.jpg) no-repeat -1px 4px;
	padding-left: 24px;
	height: 17px;
	margin-left: 43px;
}

#end_time {
	font-weight: lighter;
	margin-top: 7px;
}

#end_time a{
	color: #5BC5D2;
	padding-left: 3px;
}

#register_crush_form label.narrow{
	display:block;
	float:left;
	width:70px;
	padding: 6px 0 6px 24px;
}

#register_crush_form select, #register_crush_form input{
	display:block;
	float:left;
	padding:4px;
	vertical-align:top;
	border: 1px solid #E4E3E0;
	width: 120px;
}

#register_crush_form input[type='text']{
	width: 125px;
	margin-right: 13px;
	height: 18px;
}
#register_crush_form input[type='text']{
	width: 125px;
	margin-right: 13px;
	height: 18px;
}

#register_crush_form select{
	width: 93px;
	height: 24px;
}

#register_crush_form #location_text{
	height: 21px;
    margin-right: 0;
    width: 264px;
}

#register_crush_form #search_button{
    background: url("../img/register_crush_search_bg.gif") no-repeat scroll center center #E1DFDA;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    height: 30px;
    line-height: 29px;
    padding: 0 15px 0 0;
    text-align: center;
    text-transform: uppercase;
    width: 75px;
}

#register_crush_form #search_button.grey{
	background: url("../img/register_crush_search_bg_off.gif") no-repeat scroll center center #E1DFDA;
    color: #656565 !important;
}


#register_crush_form  .field_wrapper select{
	width:100px
}

#register_crush_form #id_country{
	margin-right: 13px;
    width: 135px;
	height: 24px;
}
/* zone */

#register_crush_form #id_select_zone{
	margin-right: 13px;
    width: 135px;
}

#register_crush_form #id_select_zonespot{
	margin-right: 13px;
    width: 135px;
}

#id_zone_logo{
	border: 1px solid #D5D5D5;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 61px;
	width: 122px;
	background-position: center center;
	float: left;
}

#id_cont_zones-area{
	padding: 8px 0;
	position:relative;
	margin-bottom: 16px;
}

#id_nozone_btn {
	position:absolute;
	top: 29px;
	right: 26px;
	line-height: 13px;
	cursor: pointer;
}

#id_nozone_btn span{
	color: #1ac2d7 !important;
}

#id_backtozones_btn{
	position:absolute;
	top:22px;
	right:11px;
	line-height: 13px;
	padding:7px 14px 7px 11px;
	background: none;
	color: #1ac2d7;
	text-transform: none;
}

#id_cont_zones{
	overflow: hidden;
	padding: 8px 70px 40px 109px;
}

#id_cont_zones ul{
	margin: 0 auto;
}

#id_cont_zones ul li.zone_list_li{
	width: 550px;
	float: left;
	margin-bottom: 7px;
	cursor:pointer;
}

#id_cont_zones ul li.zone_list_li .zone_list-logo {
    border: 1px solid #D5D5D5;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    height: 61px;
    margin-right: 7px;
    background-position: left center;
    opacity:0.8;
    background-repeat:no-repeat;
    width:122px;
    float:left;
}	

#id_cont_zones ul li.zone_list_li.zone{
	float: left;
	width: 131px;
	margin-top: 27px;
	margin-bottom: -19px;
}

#id_cont_zones ul li.zone_list_li.zone.first{
	float: left;
	margin-top: -23px;
}
#id_cont_zones ul li.zone_list_li.place.first{
	margin-top: 26px;
}
#id_cont_zones ul li.zone_list_li.zone span {
	display: none;
}
#id_cont_zones ul li.zone_list_li.zone h4{
	padding-top: 64px !important;
	width: 124px;
	margin: 0 auto;
	text-align: center;
	margin-left: -9px !important;
	display: none;
}
    
#id_cont_zones ul li.zone_list_li.active .zone_list-logo, #id_cont_zones ul li.zone_list_li:hover .zone_list-logo{
	opacity:1;
}

#id_cont_zones ul li.zone_list_li .zone_list-textcontainter{
    margin:3px 20px 3px 10px;
}
#id_cont_zones ul li.zone_list_li .zone_list-textcontainter h4{
	font-family: Georgia, serif;
	color: #656565;
	font-style: italic;
	font-size: 13px;
	font-weight: normal;
	padding-top: 5px;
}
#id_cont_zones ul li.zone_list_li .zone_list-textcontainter span{
	font-family: Helvetica, arial, sans-serif;
	color: #a39c89;
	font-size: 12px;
	font-weight: normal;
}

/* category headers in reg crush */
.zone_list_li.first::before {
    content: attr(data-label);
	width: 652px;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	border-bottom: 1px solid #AC946C;
	color: #816D4B;
	line-height: 24px;
	margin-left: -80px;
	font-weight: lighter;
	padding-top: 10px;
	margin-bottom: 15px;
}

#id_zonespots{
	clear:both;
	position:relative;
	float: left;
	padding: 0px 0px 15px;
}

#id_zonespots a#id_back_link:hover{
	border: 1px solid #AAA;
}

#id_zonespot_list-cont{
	margin-left: 14px;
	float: left;
	margin-top: -6px;
	width: 349px;
}

#id_zonespot_list-cont span.label{

}

ul#id_zonespot_list{
	margin-top: 7px;
	margin-bottom: 10px;
	width: 410px;
}

ul#id_zonespot_list li{
	cursor: pointer;
	float: left;
	margin-right: 3px;
	padding: 7px 12px 7px 12px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 11px;
	background-color: #D0CDC6;
	border-radius: 7px;
	background-color: #F4F8F9;
	border: 1px solid #C3E7EF;
	margin-bottom: 3px;
}

ul#id_zonespot_list li.active{
	background-color: #1bc3d8;
	color: #fff;
}

ul#id_zonespot_list li.first_row{
	background-color: #F4F8F9;
	border: 1px solid #C3E7EF;	
}
ul#id_zonespot_list li.first_row.active{
	background-color: #1bc3d8;
	color: #fff;
}


ul#id_zonespot_list li label {
	width:200px;
	padding: 2px 0;
}

ul#id_zonespot_list li input {
	width:14px;
	margin-right:6px;
}

.zones_header{
	background: url('../img/ico_locationtype.jpg') no-repeat scroll 17px 15px transparent;
	font-weight: normal;
	width: 670px;
	display: block;
	padding: 0px 0 12px 24px;
	margin-left: 1px;
	padding-left: 26px;
	border-top: 3px solid white;
	padding-top: 20px;
	padding-left: 40px;
	font-weight: bold;
	margin-bottom: 10px;
}

.zones_header span{
	font-weight:bold;
}

.zones_header b, .zones_header a{
	color:#d6301d;
}

#id_cont_publictransport{
	padding-left: 18px;
}

/* register crush->public transport */
#id_pt_radio_container label{
    float:left;
}

/* End zones */



/* Register events */

#pane_top{
	float: left;
	width: 710px;
	margin-bottom: 2px;
}

.event_step li{
	float: left;
	width: 213px;
	background-color: #e6e3dc;
	color: #afada8;
	padding: 10px;
	margin-right: 2px;
	height: 15px;
	font-weight: lighter;
}

.event_step li.active{
	float: left;
	width: 213px;
	background-color: #c3bba4;
	color: #fff;
	padding: 10px;
	margin-right: 2px;
	height: 15px;
}

.event_step li#last_step{
	margin-right: 0px;
	padding-right: 17px
}

.privacy_option{
	margin-bottom: 10px;
	margin-left: 5px;
	width: 69px;
	float: left;
}
.privacy_option input{
	width: 20px !important;
	margin-bottom: 5px !important;
	font-size: 11px !important;
}

.privacy_option_description span{
	color: #a3a29e;
	font-size: 12px;
	margin-left: 9px;
	font-weight: lighter;
	float: left;
}
.privacy_option p{
	display: inline-
}

.event_password {
	margin: -28px 0px -20px 81px;
	padding-left:2px;	
}

#password_event_required{
	margin-left: 340px;
}

.event_share {
	padding: 26px 50px 100px 50px;
	background-color: #F2EFE7;
	margin-bottom: 30px;
	clear: both;
}
.event_share h3{
	background: url("../img/sprites.png") no-repeat 0 -533px;
	padding: 4px 0 12px 33px;
	font-family: Helvetica,Arial,Verdana,Lucida,sans-serif;
	color: #8f8e8b;
	font-weight: lighter;
	font-size: 16px;
	margin-top: -4px;
}

.event_share_global {
	padding: 5px 50px 30px 50px;
	background-color: #F2EFE7;
	margin-bottom: 30px;
	clear: both;
}
.event_share_global h3{
	background: url("../img/sprites.png") no-repeat 0 -533px;
	padding: 4px 0 12px 33px;
	font-family: Helvetica,Arial,Verdana,Lucida,sans-serif;
	color: #8f8e8b;
	font-weight: lighter;
	font-size: 16px;
	margin-top: -4px;
}

.event_facebook {
	background-color: #fbfaf6;
	border: 1px solid #d5d4cf;
	width: 250px;
	float: left;
	height: 33px;
	margin-right: 26px;
	padding: 11px 20px 0px 20px;
	color: #8F8E8B;
	font-size: 13px;
	font-weight: lighter;
}
.event_facebook_share {
	background-color: #FBFAF6;
	border: 1px solid #D5D4CF;
	width: 126px;
	float: left;
	height: 33px;
	margin: 10px 26px 3px 0;
	padding: 10px 10px 0px 5px;
	color: #8F8E8B;
	font-size: 13px;
	font-weight: lighter;
}
.event_facebook p {
	float: left;
	color: #485e98;
	margin: 3px 12px 0 5px;
}
.event_facebook_share p {
	float: left;
	color: #485E98;
	margin: 3px 9px 0 4px;
}
.event_mail {
	background-color: #fbfaf6;
	border: 1px solid #d5d4cf;
	width: 250px;
	float: left;
	height: 32px;
	padding: 13px 20px 0px 20px;
	color: #8F8E8B;
	font-size: 13px;
	font-weight: lighter;
}

.event_mail a img{
    position: relative;
}

.event_mail_share {
	background-color: #FBFAF6;
	border: 1px solid #D5D4CF;
	width: 121px;
	float: left;
	height: 32px;
	padding: 13px 10px 0px 10px;
	color: #8F8E8B;
	font-size: 13px;
	font-weight: lighter;
	margin-top: 10px;
}
.event_mail p {
	float: left;
	margin: 3px 11px 0 4px;
}
.event_mail_share p {
	float: left;
	margin: 3px 11px 0 0px;
	width: 79px;
}

.event_info{
	background-color: white;
	border-top: 7px solid #D95747;
	width: 610px;
	margin: 0 auto;
	clear: both;
	padding: 20px 0 35px;
	-moz-box-shadow: 0 0 5px #d9d8d3;
	-webkit-box-shadow: 0 0 5px #d9d8d3;
	box-shadow: 0px 8px 8px #d9d8d3;
	margin-bottom: 10px;
	margin-top: 35px;
}
.event_info_share{
	background-color: white;
	border-top: 7px solid #D95747;
	width: 700px;
	margin: 0 auto;
	clear: both;
	padding: 20px 0 35px;
	-moz-box-shadow: 0 0 5px #d9d8d3;
	-webkit-box-shadow: 0 0 5px #d9d8d3;
	box-shadow: 0px 8px 8px #d9d8d3;
	margin-bottom: 10px;
}
#fb_password{
	width: 381px;
	height: 46px;
	background: url(../img/fb_password.png) no-repeat;
	margin-left: 20px;
	 margin-bottom: -40px;
	padding-top: 21px;
	padding-left: 26px;
}
#fb_password span{
	font-size: 12px;
	color: #9f9f9f;
	font-style: italic;
}
#fb_password2{
	width: 144px;
	height: 54px;
	background: url(../img/fb_password2.png) no-repeat;
	padding-top: 17px;
	padding-left: 16px;
	margin-bottom: -10px;
}
#fb_password2 span{
	font-size: 11px;
	color: #aaaaaa;
	font-style: italic;
}

#calendar {
	width: 142px;
	height: 400px;
	padding: 0 20px;
	float: left;
}
#calendar_share {
	width: 142px;
	padding: 0 35px;
	float: left;
}
#calendar img{
	border: 1px solid #D5D4CF;
}
#calendar_share img{
	border: 1px solid #D5D4CF;
	margin-top: -1px;
}
#calendar h1 {
	font-size: 14px;
	color: #989898;
	font-weight: normal;
	margin-top: 21px;
}
#calendar_share h1 {
	font-size: 14px;
	color: #989898;
	font-weight: normal;
	margin-top: 21px;
}
#event_invitation{
	width: 700px;
	height: 80px;
	background-color: #FEFFF1;
	margin: 0 auto;
	margin-bottom: 30px;
	border: 1px solid #dddabb;
	margin-bottom: 21px;
	margin-top: 20px;
}
#event_invitation_container{
	width: 565px;
	margin: 0 auto;
	padding-top: 16px;
}
#event_invitation_container img{
	float: left;
	margin-right: 28px;
}
#event_invitation_container p{
	font-size: 15px;
	color: #5F5F5F;
	font-weight: normal;
	float: left;
	width: 370px;
	line-height: 20px;
	padding-top: 3px;
}
#event_description {	
	border-left: 1px solid #DEDEDE;
	float: left;
	padding: 0 20px;
}
#event_description li{
	font-size: 12px;
	color: #c0c0c0;
	padding-top: 18px;
}
#event_description h1{
	font-size: 18px;
	color: #5f5f5f;
	font-weight: normal;
}
#event_description li h2{
	font-size: 12px;
	width: 110px;
	float: left;
	font-weight: lighter;
}

#event_description li p{
	font-size: 12px;
    color: #5F5F5F;
    display: block;
    width: 234px;
    white-space: pre-line;
    margin-left: 110px;
}
#event_description li p.event_row{
	margin-left: 110px;
}

#event_description_share {	
	border-left: 1px solid #DEDEDE;
	float: left;
	padding: 0 35px;
	width: 380px;
}
#event_description_share li{
	font-size: 12px;
	color: #c0c0c0;
	padding-top: 18px;
}
#event_description_share h1{
	font-size: 18px;
	color: #5f5f5f;
	font-weight: normal;
}
#event_description_share li h2{
	font-size: 12px;
	width: 110px;
	float: left;
	font-weight: lighter;
}
#event_description_share li p{
	font-size: 12px;
    color: #5F5F5F;
    display: block;
    width: 290px;
    white-space: pre-line;
    margin-left: 110px;
}
#event_description_share li p.event_row{
	margin-left: 110px;
}
#event_description_share li h2.comments{
	font-size: 12px;
	width: 110px;
	float: left;
	font-weight: lighter;
	margin-bottom: 7px;
}

/* event page */
#event_rsvp_buttons .button_blue.button_deact{
    display:none;
}

/*  Register events */


#register_crush_form  .multiple_location_selector{
	margin-left: 20px;
	list-style: disc inside none;
}

#register_crush_form  .multiple_location_selector li a{
	color: #0A9DB1;
    margin: 6px 0;
}

#register_crush_form  .multiple_location_selector li a:hover{
	text-decoration:underline;
}

#register_crush-description{
	margin:14px;
}

#register_crush-description h3{
	font-family: Lucida Grande,Helvetica,Arial,Verdana,Lucida,sans-serif;
	color: #888;
	font-weight: normal;
	font-size: 14px;
}

#register_crush-description h3.description-title{
	background: url("../img/ico_speechbubble.gif") no-repeat scroll left center transparent;
    padding-left: 29px;
}

#register_crush-description h3.share-title{
	background: url("../img/ico_share.gif") no-repeat scroll left center transparent;
    padding: 4px 0 4px 40px;
}

#register_crush-description .subtitle{
    float: left;
    font-size: 12px;
    font-weight: normal;
    margin-top: 14px;
    text-align: justify;
	width:650px;
}

#register_crush_form #txtarea_crushdescription{
	width:636px;
	border: 1px solid #EBE9E5;
    padding: 7px;
	margin-bottom: 13px;
}
#register_crush_form #txtarea_crushdescription2{
	width: 636px;
	border: 1px solid #D9D8D3;
	padding: 7px;
	margin-bottom: 13px;
	margin-top: -9px;
	height: 50px;
}
#register_crush_form #txtarea_crushdescription:focus{
	/* prevent safari from showing the blue outline which does not look good with the speech bubble */
	outline-width:0;
}
	
#register_crush_form #txtarea_crushdescription-speech{
    background: url("../img/speechbubble_top.gif") repeat scroll 0 0 transparent;
    height: 10px;
    left: 16px;
    position: absolute;
    top: 11px;
    width: 20px;
}

#register_crush-description .description_preview h3{
	text-transform:uppercase;
	margin-bottom: 10px;
}

.near_crush_scroller{
	max-height: 1445px;
    overflow: hidden;
	position: relative;
	padding-top: 6px;
	margin-top:25px;
}

.homepage_crush_scroller{
	height: 301px;
    overflow: hidden;
	position: relative;
	padding-top: 6px;
}

#home_content .homepage_crush_scroller{
	width: 700px;
	float: left;
}

.near_crush-pagination{
    float: left;
    margin: 0 0 9px 232px;
    text-align: center;
}

.near_crush-pagination a{
    background-color: #DDDDDD;
    border: 1px solid;
    border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
    float: left;
    margin: 6px;
    padding: 5px 10px;
}

.near_crush-pagination a:active{
    background-color: #34A1AE !important;
    color:#fff !important;
}

.near_crush-pagination a:hover{
    background-color: #F2EFE7;
}

/* Crush admin controls */

.admin_controls{
	padding: 3px 0;
	float: right;
	background-color: #F0EDE2;
	border-radius: 3px;
	margin: 0 5px;
}
.admin_controls li{
	float: right;
}
.admin_controls li a{
	padding: 2px 22px;
}

.admin_controls li a:hover{
	background-color: #eaE7dc;
}

/* Crush block */

.crush_block{
    background-color: #FBF4DE;
    border: 1px solid #D5D5D5;
    border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px;
    padding: 14px;
	float:left;
	/*width: 679px;*/
	margin-bottom: 10px;
	width: 95%;
	position:relative;
}

.crush_block_wide{
	width: 879px !important;
}

.crush_block.own{
	background-color: #f4f8f9;
}

#my_crushes{
	padding-top: 6px;
	margin-top:25px;
}

/* Delete crush controls */
.crush_block .delete_crush{
	background: url("../img/sprites.png") no-repeat scroll -30px -83px transparent;
	display: block;
	height: 13px;
	position: absolute;
	right: 3px;
	top: 4px;
	width: 13px;
	cursor: pointer;
}

.crush_block .delete_crush:hover{
	opacity:0.7;
}

/* Delete crush controls */
.crush_block .follow_crush{
	background: url("../img/sprites.png") no-repeat scroll -34px -111px transparent;
	display: block;
	height: 15px;
	position: absolute;
	right: 3px;
	top: 4px;
	width: 16px;
	cursor: pointer;
}

.crush_block .follow_crush.active{
	background-position: -4px -109px;
}

.crush_block .follow_crush:hover{
	opacity:0.7;
}


.crush_block .icon{
    border: 1px solid transparent;
	background:no-repeat center center;
    float: left;
    height: 61px;
    width: 61px;
}

.crush_block .icon.wide{
    width: 122px;
}

.crush_block .crush-profile_pic{
	background: no-repeat center center #fff;
	float: left;
	height: 86px;
	width: 81px;
	position: absolute;
	top: -19px;
	left: 10px;
	border: 6px solid white;
	box-shadow: 1px 1px 5px #737373;
	-webkit-box-shadow: 1px 1px 5px #737373;
	-moz-box-shadow: 1px 1px 5px #737373;
}

.crush_block .crush-profile_pic_spacer{
	height:10px;
	width: 100px;
	float:left;
	position:relative;
}

.crush_block .icon.bordered{
	border: 1px solid #D5D5D5;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.crush_block .text_time_wrap{
	margin: 0px 70px 0 10px;
	overflow: hidden;
}

.crush_block .text_time_wrap textarea.description-write{
    background-position: 428px center !important;
    border: 1px solid #D4F0F3;
    float: left;
    height: 31px;
    margin: 0 18px 5px;
    padding: 5px;
    resize: none;
    width: 482px;
}

.crush_block .text_time_wrap textarea.description-write.blank{
	color: #AAAAAA;
	font-style: italic;
}

.crush_block .text{
	float: left;
    margin: 8px 19px 5px;
}

.crush_block .time_ago{
    color: #A39C89;
    float: left;
    font-weight: normal;
    margin: 0 19px;
	clear:both;
}

.crush_block.own .time_ago {
    color: #8A9395;
}
	
.time_info{
    font-size: 11px;
    font-weight: normal;
    line-height: 26px;
}

.address_info{
    font-size: 11px;
    font-weight: normal;
    left: 97px;
    padding-top: 10px !important;
    position: relative;
    text-align: justify;
    width: 361px;
}

/* extension for my crush block */
.crush_block .extended_info{
	border-top: 1px solid #CAD3D6;
    clear: both;
    float: left;
    margin: 10px 0 0;
    padding: 10px 0 0;
    width: 664px;
}

.crush_block .extended_info .crush_status_description{
    color: #038EA0;
    font-family: Georgia,Palatino,times New Roman;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

/* end register crush */

/* globals */

.button_blue{
	background:url("../img/button_bg_blue.gif") repeat-x scroll 0 0 transparent;
	color:#FFFFFF;
	text-align:center;
	text-transform:Uppercase;
	cursor:pointer;
	float:right;
	font-family: Lucida Grande,Helvetica,Arial,Verdana,Lucida,sans-serif;
	font-size:13px;
	padding:7px 10px;
	font-weight:bold;
}

.button_deact{
	background:url("../img/disabled_bg.gif") repeat scroll 0 0 transparent !important;
	color:#ddd !important;
	cursor:default !important;
}

.button_deact2{
    background: none repeat scroll 0 0 #B7B29F;
    cursor: default !important;
}

.button_blue2{
    background: url("../img/button_bg_blue.jpg") repeat-x scroll 0 0 transparent;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    height: 27px;
    line-height: 30px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
	display:inline-block;
}
.button_blue3{
	background:url("../img/button_bg_blue.jpg") repeat-x scroll 0 0 transparent;
	color:#FFFFFF;
	text-align:center;
	text-transform:Uppercase;
	cursor:pointer;
	float:right;
	font-family: Lucida Grande,Helvetica,Arial,Verdana,Lucida,sans-serif;
	font-size:13px;
	padding:7px 10px;
	font-weight:bold;
	box-shadow: 1px 2px 4px #A6A6A6;
	-webkit-box-shadow: 1px 2px 4px #A6A6A6;
	-moz-box-shadow: 1px 2px 4px #A6A6A6;
}
.button_white{
	background:url("../img/button_bg_white.jpg") repeat-x scroll 0 0 transparent;
	color:#FFFFFF;
	text-align:center;
	padding-top:7px;
	text-transform:Uppercase;
	cursor:pointer;
	float:right;
	height:41px;
}

.button_grey{
	background:url("../img/button_bg_grey.jpg") repeat-x scroll 0 0 transparent;
	color:#656565;
	text-align:center;
	text-transform:Uppercase;
	cursor:pointer;
	float:right;
	height:41px;
	line-height: 30px;
	padding: 0 10px;
	font-weight:bold;
}

.button_grey2{
	background:url("../img/button_bg_grey.jpg") repeat-x scroll 0 0 transparent;
	color:#656565;
	text-align:center;
	text-transform:Uppercase;
	cursor:pointer;
	height:41px;
	line-height: 30px;
	padding: 0 10px;
	font-weight:bold;
	display:inline-block;
}

#continue_btn{
	float: right !important;
    width: 188px !important;
	font-weight:bold !important;
	padding: 5px 0 !important;
	line-height:20px !important;
	font-family: arial,helvetica !important;
	font-size:13px !important;
}

#submit_crush{
	float: right !important;
    margin-right: 15px;
    width: 188px;
	font-weight:bold;
	padding: 5px 0;
	line-height:20px;
	font-family: arial,helvetica;
	font-size:13px;
	display:inline;
}

#crush_map_canvas{
	width: 703px;
	height:400px;
	border:1px solid #f2f2f2;
	float:left;
}
#crush_map_canvas.event_googlemap{
	width:710px;
	height:400px;
	border:1px solid #f2f2f2;
	float:left;
	margin-left: -18px;
	margin-top: 20px;
	border-top: 25px solid #fff;
	margin-bottom: -16px;
}

.field_wrapper {
	position:relative;
	float:left;
}
.field_wrapper_event {
	position:relative;
	float:left;
	margin-bottom: 5px;
}
.field_wrapper_event2 {
	position:relative;
	float:left;
	margin-top: 3px;
}

.field_wrapper .errorlist{
	font-size:11px;
	position:absolute;
	top:51px;
	min-width: 215px;
}

.field_wrapper.disabled{
	display:none;
}

#id_time_end{
	width: 55px !important;
}
#id_time_start{
	width: 55px !important;
}

/*** end Register Crush ***/

/*** Register ***/
	
.register{
	padding:10px;
}

.terms_links{
}

.terms_links a{
	border-bottom:1px solid #14A0B4;
	color:#14A0B4;
	font-weight:bold;
}

.terms_links #form_buttons{
	float:right;
}

.terms_links #form_buttons .button{
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 31px;
    line-height: 30px;
    margin-right: 7px;
    padding: 0 22px;
	text-transform: uppercase;
}

.terms_links #form_buttons #input_register_cancel{
	background:url(../img/button_bg.jpg) repeat-x;
}

.terms_links #form_buttons #input_register_submit{
	background:url(../img/button_bg_blue.jpg) repeat-x;
	color:#FFFFFF;
	margin: 0 20px 0 0;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
}

.graybg_wide #form_buttons .button{
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 31px;
    line-height: 30px;
    margin-right: 7px;
    padding: 0 22px;
	text-transform: uppercase;
}

.graybg_wide #form_buttons #input_register_cancel{
	background:url(../img/button_bg.jpg) repeat-x;
}

.graybg_wide #form_buttons #input_register_submit{
	background:url(../img/button_bg_blue.jpg) repeat-x;
	color:#FFFFFF;
	margin: 0 20px 0 0;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
}

.graybg{
	background-color:#f2efe7;
	padding:20px;
	clear:both;
	margin-bottom:20px;
	float: left;
    width: 670px;
	position: relative;
}

.graybg_wide{
	background-color:#f2efe7;
	padding:20px;
	clear:both;
	margin-bottom:20px;
	float: left;
    width: 870px;
}

.graybg_wide_event {
	background-color:#f2efe7;
	padding:20px;
	clear:both;
	float: left;
    width: 870px;
    margin-top: -25px;
}

.graybg_wide_event .title {
	font-size:18px;
	color:6b6658;
	border-bottom:1px solid #6b6658;
	padding-bottom:6px;
}

.graybg_wide_event p.title {
	width: 652px;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	border-bottom: 1px solid #AC946C;
	color: #816D4B;
	line-height: 15px;
	font-weight: lighter;
	padding-top: 10px;
	margin-bottom: 15px;
	float: left;
}

.graybg_wide_event a.back {
	float: right;
	margin-right: 23px;
	font-style: italic;
	font-weight: bold;
}

.graybg_wide_event #form_buttons .button{
    cursor: pointer;
	float: right;    
	height: 21px;
	line-height: 22px;
	padding: 0 16px;
}

.graybg_wide_event #form_buttons #input_register_cancel{
	background:url(../img/button_bg.jpg) repeat-x;
}

.graybg_wide_event #form_buttons #input_register_submit{
	background: url(../img/button_bg_blue.jpg) repeat-x;
	color: white;
	margin: -22px 456px 0 0;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 4px;
}

.fbconnect_event{
	float: left;
	margin-top: 5px;
	margin-left: -2px;
}

.fbconnect_event a {
	background-color: #3B5998;
	border: 1px solid #44438B;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: white;
	font-size: 9px;
	font-weight: bold;
	line-height: 13px;
	margin-left: 2px;
	padding: 2px 3px;
	text-transform: none;
}

.fbconnect_event span {
	font-size: 11px;
}

/** META PAGES **/

.meta{
	background: url("../img/meta_bg.jpg") no-repeat scroll right bottom #FFFFFF;
	padding-top:20px;
	clear:both;
	margin-bottom:20px;
	float: left;
    width: 870px;
}

.meta h3{
    color: #1CB5C9;
    font-size: 15px;
    font-weight: normal;
    line-height: 25px;
	margin-bottom: 4px;
}

.meta p{
    line-height: 25px;
    margin-bottom: 20px;
}

.meta strong{
	margin-bottom:5px;
	line-height: 24px;
}

.meta a{
	color: #1CB5C9;
}

/** end meta pages**/

.register_top{
	/*height: 600px;*/
}

.register_form{
	padding: 20px 10px 0 0;
}

.standard_form .formrow{
	padding:10px 0;
	clear:both;
}

.standard_form .formrow .mainlabel{
	float:left;
	width:130px;
	padding-top:4px;
	clear:both;
}

.standard_form .formrow .mainlabel .label_desc{
	color: #80806E;
    font-size: 11px;
}

.formrow .mainlabel.fb_loginev{
	float:left;
	width:130px;
	padding-top:4px;
	clear:both;
	margin-bottom: 20px;
}

.standard_form .formrow .form_inputs{
	float:left;
}

.standard_form .formrow strong{
    line-height: 22px;
    text-transform: capitalize;
}

.standard_form .photo_div{
	margin-top:10px;
	float:right;
}

.contact_form input{
	width:500px !important;
}

.contact_form textarea{
	width:508px;
	border: 1px solid #E7E5E1;
}

.contact_form textarea{
	height: 154px;
}

.formrow .subtext{
    clear: both;
    float: left;
    font-size: 11px;
    font-style: italic;
    margin-left: 130px;
}

.formrow .subtext.age{
	margin-top: 2px;
}

.standard_form .photo_div .photo{
	height:117px;
	width:108px;
	background-image:url(../img/profile_pic_empty.jpg);
}

.standard_form .photo_div .button{
	background:url("../img/button_bg_blue.jpg") repeat-x scroll 0 0 transparent;
	border-bottom:1px solid #D7D5CE;
	color:white;
	cursor:pointer;
	font-size:13px;
	font-weight:bold;
	height:22px;
	letter-spacing:1px;
	margin-top:2px;
	padding-top:4px;
	text-align:center;
	width:108px;
}


.errorlist{
	color: #E9463D;
	font-weight: normal;
	padding-top: 32px;
	font-size: 11px;
	padding-left: 2px;
	margin-bottom: -10px;
}

.standard_form .form_inputs input, .standard_form .form_inputs select{
	padding:4px;
	border:1px solid #e7e5e1;
	margin-right: 6px;
}

.standard_form .form_inputs select option{
	padding-left: 8px;
}

.standard_form .form_inputs .input_wide, .standard_form .form_inputs select{
	width:200px;
}

.input_number{
	text-align:center;
}

.standard_form .form_inputs .input_number{
	width:15px;
	margin:0 2px;
}

.standard_form .form_inputs .radio{
	float:left;
	width:135px;
	padding:5px 0;
}

.standard_form .field_required{
	color:#1ab0c6;
	font-weight:bold;
}


/*** end Register ***/

#middle{
	width:875px;
	overflow:hidden;
	padding:0px 14px 20px 14px;
	background:url(../img/box_bg.jpg) repeat-y;
}	
.middle_left{
	width:274px;
	float:left;
}

.bg_inactive{
	background-color:#f2efe7;
}

.bg_active{
	background-color:#dad5ca;
}

.bg_blue_inactive{
	background-color:#E5EEF1;
}

.bg_blue_active{
	background-color:#E5EEF1;
}

.crush_container .content_header{
	clear: left;
	font-size: 12px;
	float: left;
}

.crush_container .ico_and_location{
    float: left;
    margin-top: 17px;
}

/*	crushes	*/
.possible_matches{
    width: 670px;
}

/* crush pictures and bocatas */

.match_picture {
    float: left;
    height: 154px;
    margin: 10px 10px 4px 0;
    width: 142px;
	opacity: 0.5;
	cursor: pointer;
	position:relative;
    border: 6px solid #FFFFFF;
    box-shadow: 1px 2px 4px #A6A6A6;-webkit-box-shadow: 1px 2px 4px #A6A6A6;-moz-box-shadow: 1px 2px 4px #A6A6A6;
}

.match_picture-selected {
    cursor: auto;
    opacity: 1;
	border: 6px solid #FFFFFF;
    box-shadow: 1px 2px 4px #989898;-webkit-box-shadow: 1px 2px 4px #989898;-moz-box-shadow: 1px 2px 4px #989898;
}

.match_picture-selected .magnifier, .crush-profile_pic .magnifier{
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: white;
	height: 19px;
	width: 18px;
	border: 5px solid transparent;
	line-height: 18px;
	color: #BBB;
	text-align: center;
	font-size: 14px;
	opacity: 0.8;
	-moz-background-clip: padding;     /* Firefox 3.6 */
	-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;
	padding:1px;
}

.match_picture .magnifier:hover, .crush-profile_pic .magnifier:hover{
	opacity: 0.85;
}
.magnifier-small{
	width: 11px !important;
	height: 11px !important;
	line-height: 11px !important;
	font-size: 10px !important;
}


.crush_picture-container{
	position:relative;
	float:left;
}


.bocata{
    background: none repeat scroll 0 0 #ECFDFF;
    border: 1px solid #C8D9DC;
    clear: both;
    float: left;
    font-family: Arial,sans-serif;
    font-size: 12px;
    margin-top: 6px;
    padding: 11px 13px;
    width: 627px;
}

.bocata-pica{
    background: url("../img/sprites.png") no-repeat scroll 2px -98px transparent;
    height: 7px;
    left: 65px;
    position: absolute;
    top: -7px;
    width: 16px;
}

.possible_matches-confirm-bar{
    background-color: #D9E9ED;
    float: left;
    font-size: 15px;
    padding: 0 6px;
    width: 660px;
	position:relative;
	margin-top: 10px;
}

.possible_matches-confirm-bar span{
	float: left;
    font-family: Georgia,Palatino,Times New Roman;
    font-size: 15px;
    padding: 14px 6px;
}


.possible_matches-confirm-button{
    font-size: 14px;
    height: 31px;
    line-height: 31px;
    margin: 8px 7px;
    padding: 0;
    width: 100px;
}

.request_sent_text{
	margin:20px;
	float:left;
}

.possible_matches-doublematch{
    float: left;
    width: 680px;
}

.doublematch_profile {
    float: left;
    overflow: hidden;
}

.doublematch_profile .match_picture{
    /*background-image: url("http://localhost:8000/media/cache/c8/19/c819c93f52642fc526147a334baf54e7.jpg");*/
    height: 200px;
    margin: 50px 0 0;
    opacity: 1;
    width: 182px;
}

.doublematch_profile .doublematch_profile-header{
    font-size: 14px;
    font-weight: bold;
    margin: 16px 20px 4px;
    text-transform: uppercase;
}

.doublematch_form{
    float: right;
    width: 480px;
    padding-top: 9px;
}

.doublematch_form label{
    display: block;
    font-size: 12px;
    margin: 2px 0;
}

.doublematch_form input, .doublematch_form textarea{
    border: 1px solid #CBC9C5;
    padding: 5px;
    width: 444px;
}

.doublematch_form textarea{
	height: 148px;
}

.doublematch-details{
    clear: both;
    font-size: 15px;
    font-weight: bold;
    margin: 20px 0 0 20px;
}

.doublematch-details ul li{
	display: block;
    float: left;
    font-size: 15px;
    margin-top: 8px;
    text-align: center;
    width: 140px;
}

.clear{
	clear:both
}

.doublematch_confirm_button{
    margin: 10px 26px 0;
    width: 100px;
}

.crush_header {
	float: left;
    height: 27px;
    width: 37px;
}

.crush_header_contracted{
    background: url("../img/ico_crush_contracted.png") no-repeat scroll left center transparent;
}

.crush_header_expanded{
    background: url("../img/ico_crush_expanded.png") no-repeat scroll left center transparent;
    left: 7px;
    position: relative;
    top: -7px;
}

.crush_container .delete_button{
    float: right;
    height: 21px;
    margin: -6px 0 0 0;
    width: 35px;
}

.crush_container .delete_button span{
    background: url("../img/ico_trash.gif") no-repeat scroll 0 0 transparent;
    display: block;
    height: 20px;
    margin: -3px 8px;
    width: 23px;
}



/* crush */
.guide-crushes{
    font-size: 12px;
    line-height: 25px;
    padding: 31px;
    width: 645px;
}

.guide-crushes-following{
    background: url("../img/guide_crushes.png") repeat scroll 0 0 #FDF9EF;
    height: 187px;
}

.guide-crushes-my{
    background: url("../img/guide_crushes_info.png") repeat scroll 0 0 #FDF9EF;
    height: 172px;
}

.guide-crushes .p1{
	white-space: pre-wrap;
	width: 363px;
}

.guide-crushes .p2{
	width: 347px;
	margin-top: 31px;
	white-space: pre-wrap;
}

.guide-crushes .register_crush_btn{
	background: url("../img/register_crush_off.gif") no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
	display: block;
	font-size: 13px;
	font-weight: bold;
	height: 25px;
	margin-top: 20px;
	padding: 7px 22px;
	width: 180px;
	line-height: 24px;
}

.guide-matches{
    background: url("../img/guide_matches.gif") no-repeat scroll 0 0 #FDF9EF;
    font-size: 12px;
    height: 167px;
    line-height: 23px;
    padding: 31px;
    width: 648px;
	margin-bottom: 29px;
}

.guide-matches p{
	white-space: pre-wrap;
	width: 432px;
}

.guide-event{
    background: url("../img/guide_events.png") -28px 0px no-repeat;
    font-size: 12px;
    height: 263px;
    line-height: 23px;
    padding: 0 30px;
    width: 648px;
	margin-bottom: 13px;
	margin-top: 1px;
}

#guide-event-info{
    padding-top: 46px;
}

#guide-event-info.share_info_event{
    width: 628px;
    margin: 0 auto;
}

.guide-event p{
	width: 432px;
	margin-bottom: 2px;
	margin-top: -3px;
}
.guide-event li{
	margin-left: 25px;
	width: 425px;
}
.exclamation_event{
	float: left;
	width: 22px;
	height: 22px;
	background: url("../img/sprites.png") no-repeat scroll -27px -227px transparent;
	cursor: pointer;
	margin: 12px 0;
}

.exclamation_event.active{
	background-position: -1px -227px 
}


.guide-event_share{
    background: url("../img/guide_events_share.png") -28px 0px no-repeat;
    font-size: 12px;
    height: 206px;
    line-height: 23px;
    padding: 0 30px;
    width: 648px;
	margin: 0 auto;
	margin-top: 1px;
	margin-bottom: 13px;
}

.guide-event_share p{
	font-style: italic;
	margin-top: -3px;
}

/********** GURU ***********************/
.guru{
    float: left;
    font-family: Georgia,Palatino,times New Roman;
    padding: 23px 0;
    width: 664px;
	margin-bottom: 2px;
}

.guru .guru-top{
    height: 142px;
}

.guru #guru-himself{
    background: url("../img/guru.jpg") no-repeat;
    float: left;
    height: 108px;
    top: 1px;
    width: 119px;
}

.guru .guru-text{
	float:left;
	width:545px;
}

.guru .guru-text .guru-quote{
    float: left;
    font-size: 21px;
}

.guru .guru-quote{
	white-space:pre-wrap;
}

.guru .guru-text .guru-subtitle{
	float: left;
	clear:left;
	font-size:14px;
	text-decoration:italic;
	color:#8c8c8c;
	margin-top: 4px;
}

.guru hr{
	border-bottom:1px solid #bfb9a9;
	clear:left;
	margin:10px 0;
}

.guru .guru-adviceplease{
	font-family: Lucida Grande,Lucida Sans-serif,Tahoma;
	color:#656565;
}

.guru textarea{
    border: 1px solid #D5CFBF;
    float: left;
    height: 49px;
    margin-top: 13px;
    padding: 9px;
    width: 560px;
}

.guru input{
    float: right;
    margin-top: 13px;
    padding: 6px;
}

.guru .button_blue{
	height: 30px;
	line-height: 15px;
}
/*** guru big ***/

.guru_big{
    background: none no-repeat scroll 0 0 #FDF9EE;
    border: 1px solid #BFB9A9;
    border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px;
    float: left;
    font-family: Georgia,Palatino,times New Roman;
    height: 260px;
    padding: 23px;
    width: 862px;
}

.guru_big .guru-top{
    float: left;
    height: 314px;
}

.guru_big #guru-himself{
    background: url("../img/guru_big.jpg") no-repeat scroll 0 0 transparent;
    float: left;
    height: 300px;
    left: 15px;
    position: relative;
    top: -2px;
    width: 220px;
}

.guru_big .guru-text{
    float: left;
    margin: 4px 0 0 55px;
	width: 586px;
}

.guru_big .guru-text .guru-quote{
    float: left;
    font-size: 24px;
}
.guru_big .guru-text .guru-subtitle{
    clear: left;
    color: #8C8C8C;
    float: left;
    font-size: 18px;
    font-style: italic;
	margin: 18px 0;
}

.guru_big hr{
    border-bottom: 1px solid #BFB9A9;
    clear: left;
    margin: 22px 0;
}

.guru_big .guru-bottom{
    font-size: 14px;
    line-height: 31px;
    padding: 10px;
}

.guru_big .guru-bottom .button{
	font-family: Lucida Grande,Lucida Sans-serif,Tahoma;
	padding: 0 12px;
}

.guru_big .guru-join{
	float:left;
	width:400px;
}

.guru_big .guru-register_crush{
	float:right;
	width:400px;
}


/********** end guru *******************/

/*****************MATCH LIST ****************/

.matchlist_entry{
    border: 1px solid #D5D5D5;
    border-radius: 10px 10px 10px 10px;
    float: left;
    margin-bottom: 10px;
    padding:  9px 5px 11px 12px;
    position: relative;
    width: 328px;
	height: 98px;
	background-color: #FDF9EF;
	margin-left: 12px;
}

.matchlist_entry-pic{
	height: 92px;
	width: 85px;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
	border: 4px solid white;
	box-shadow: 0 0 4px #d0d0d0;
	-webkit-box-shadow: 0 0 4px #d0d0d0;
	-moz-box-shadow: 0 0 4px #d0d0d0;
	margin-right: 10px;
}

.matchlist_entry-data{
	float: left;
	width: 225px;
}

.matchlist_entry-name{
    font-size: 15px;
	font-weight: normal;
	font-family: georgia;
	font-style: italic;
	margin-top: 4px;
}

.matchlist_entry-details{
	height: 50px;
}

.matchlist_entry-details li{
    float: left;
	margin: 2px 0;
	width: 181px;
	color: #A39C89;
	font-size: 12px;
}

.matchlist_entry-sendmail span{
	background-image: url("../img/ico_mail_blue.gif");
	display: block;
	height: 16px;
	margin: -1px 0px;
	width: 23px;
}
    
.matchlist_entry-remove{
	margin-left: 6px;
}

.matchlist_entry-remove, .matchlist_entry-sendmail{
	float: left;
}

.matchlist_entry-remove span{
    background: url("../img/ico_trash.gif") no-repeat scroll 0 0 transparent;
    display: block;
    height: 20px;
    margin: -3px 8px;
    width: 23px;
}

/*****************EVENT LIST ****************/

.eventlist_entry{
    border: 1px solid #dedbc9;
	background-color: #fdf9ef;
	width: 320px;
	height: 150px;
	float: left;
	margin-right: 15px;
	margin-left: 3px;
	margin-top: 3px;
	padding-top: 14px;
	padding-left: 15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
    position: relative;
}

.eventlist_entry-pic{
	height: 135px;
	width: 143px;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 15px;
	background: url(../img/event_map.jpg);
	border: 1px solid #ccccca;
}

.eventlist_entry-data{
	float:left;
	width: 160px;
	height: 97px;
	margin-top: 3px
}

.eventlist_entry-name{
    font-size: 15px;
	font-weight: normal;
	font-family: georgia;
	font-style: italic;
	float: left;
	margin-bottom: 8px;
}

.eventlist_entry-details{

}

.eventlist_entry-details li{
    float: left;
	width: 150px;
	font-size: 11px;
	line-height: 12px;
	line-height: 13px;
	color: #A39C89;
}

.eventlist_entry-details span{
	font-family: Georgia, serif;
	font-size: 11px;
	font-style: italic;
	display: block;
	margin-top: 10px;
}

.eventlist_entry-sendmail span{
	background-image: url("../img/ico_mail_blue.gif");
	display: block;
	height: 16px;
	margin: -1px 0px;
	width: 23px;
}
    
.eventlist_entry-remove{

}

.eventlist_entry-remove, .eventlist_entry-sendmail{
	float:right;
	margin: 31px 4px;
}

.eventlist_entry-remove span{
    background: url("../img/ico_trash.gif") no-repeat scroll 0 0 transparent;
    display: block;
    height: 20px;
    margin: -3px 8px;
    width: 23px;
}

.badge {
    background-color: #C3E7EF;
    padding: 2px 5px;
    border-radius: 24px;
    box-shadow: 0px 2px 3px #c1c1ce;
    color: #4E4E4E;
    font-weight: normal;
    font-size: 10px;
    cursor: default;
    -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}

.eventlist_entry .badge{
    position: absolute;
    top: 3px;
    right: 5px;
}

.button_event{
	background: url("../img/button_bg_blue.gif") repeat-x scroll 0 0 transparent;
	color: white;
	text-align: center;
	text-transform: Uppercase;
	cursor: pointer;
	float: right;
	font-family: Lucida Grande,Helvetica,Arial,Verdana,Lucida,sans-serif;
	font-size: 10px;
	padding: 6px 19px;
	font-weight: bold;
	margin-top: 12px;
	margin-right: 14px;
	width: 107px;
}

/**** Mailbox ****/

#mailbox_folderselect{
	height: 24px;
    padding: 9px;
	margin-bottom: 2px;
}

#mailbox_folderselect .mailbox_header_button{
    cursor: pointer;
	float: left;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 15px;
	line-height: 15px;
	margin: 4px 6px 0 -6px;
	padding: 0 11px;
	border-right: 1px solid #949494;
}

#mailbox_folderselect a.mailbox_header_button.active {
	color: #1CB5C9;
}

#btn_back{

}

#btn_inbox{

}

#btn_outbox{
	border-right: none !important;
}

#message_list_header{
    float: left;
    font-family: Lucida Grande,Lucida Sans-serif,Tahoma;
    font-size: 10px;
    margin-bottom: 2px;
    padding: 7px;
    width: 697px;
}

#message_list_header div{
    float: left;
    text-transform: uppercase;
}

#message_list_header-contact{
    margin-left: 7px;
	width: 161px;
}

#message_list_header-subject{
    width: 299px;
}

#message_list_header-date{

}

a .message_entry{
	float:left;
	width:710px;
	cursor:pointer;
}

.message_entry div{
	float: left;
    line-height: 50px;
}

.message_entry-pic{
    height: 36px;
    margin: 8px 14px;
    width: 33px;
	background-color:#656565;
	float:left;
}

.message_entry-name{
    font-weight: bold;
	width: 116px;
}

.message_entry-subject{
    overflow: hidden;
    width: 300px;
}

#message_container{
	background-color: #E2DED7;
    float: left;
    padding: 11px;
    width: 710px;
}

#message_container-title{
	font-size: 14px;
    font-weight: bold;
}

#message_container-messages{
    margin-top: 18px;
}

.message_container-message{
    width: 686px;
	float:left;
	margin-bottom: 3px;
}

.message_container-message .message_title{
    line-height: 37px;
    width: 686px;
	float:left;
	cursor:pointer;
}

.message_container-message .message_title-read{
	background-color: #F0EDE8;
}

.message_container-message .message_title-unread{
	background-color: #b7b0a6;
	color:#fff;
}


.message_container-message .message_text{
	background-color: #FFFFFF;
    float: left;
    padding: 13px;
    width: 660px;
	white-space: pre-wrap;
}

.message_container-message .message_title .message_title-date{
	float:right;
	margin-right: 22px;
}

.message_container-message .message_title .message_title-sender{
	float:left;
	margin-left: 22px;
	font-weight:bold;
}

#message_container form label{
	float: left;
    margin-top: 30px;
}
	
#message_container form textarea{
    border: 1px solid #B7B0A6;
    float: left;
    font-family: arial;
    font-size: 14px;
    margin-top: 10px;
    padding: 6px;
    width: 672px;
	height: 166px;
}

.btn_send_message{
	clear: both;
    float: right;
    line-height: 30px;
    margin: 10px 26px 12px 0;
    padding: 0 10px;
}

.btn_new_message{
    float: right;
    margin: -3px 0;
    padding: 0 10px;
	font-size: 12px;
	line-height: 30px;
}

.btn_send_message span, .btn_new_message span{
    background: url("../img/ico_mail_blue.gif") no-repeat scroll right center transparent;
    display: block;
    float: right;
    height: 30px;
    margin-left: 7px;
    width: 23px;
}

a.message_read{
	background-color:#f2efe7;
	float:left;
	margin-bottom:2px;
}

a.message_unread{
    background-color: #CCC7BE;
    float: left;
    font-weight: bold;
    margin-bottom: 2px;
}

a.message_read:hover{
	background-color:#f0ede5;
	color:#656565;
}

a:hover .message_unread{
	color:#fff;
}

.skinny_row {
    color: #038EA0;
    float: left;
    font-family: Georgia,Palatino,times New Roman;
    font-size: 15px;
    padding: 10px 0;
    width: 620px;
}

/******** NEW MAIL **********/
#newmail_form{
    background-color: #E2DED7;
    float: left;
    padding: 11px;
    width: 688px;
}

#newmail_form label{
	font-weight: bold;
    line-height: 27px;
    text-transform: uppercase;
	clear:both;
}

#id_recipient{
    float: right;
    margin-left: 10px;
    padding: 5px;
    width: 603px;
}

#newmail_form .mail_subject{
    margin-top: 10px;
    padding: 7px;
    width: 589px;
	float:right;
}

#newmail_form textarea, #newmail_form input, #newmail_form label{
	float: left;
}
#newmail_form textarea, #newmail_form input, #newmail_form select{
    font-family: arial;
    font-size: 14px;
}

#newmail_form textarea{

    height: 166px;
    margin-top: 10px;
    padding: 7px;
    width: 673px;
}

/************* UPLOAD PIC *********/

.upload_pic_form{
	margin:20px;
}

.upload_pic_form #id_pic{
	border: 1px solid #E7E5E1;
    padding: 4px;
	float:left;
}
.upload_pic .button_container{
    float: left;
    height: 62px;
    margin: 20px 0 0 226px;
}

.upload_pic_form #id_submit{
    font-weight: bold;
    height: 27px;
    padding: 0 20px;
	float:left;
}

.upload_pic_form #id_cancel{
    font-weight: bold;
    margin-left: 6px;
    padding: 0 20px;
	float:left;
}

.upload_pic{
	margin: 20px 0;
	text-align: center;
}

.upload_pic img{
	border: 10px solid #FFFFFF;
    box-shadow: 1px 2px 4px #A6A6A6;-webkit-box-shadow: 1px 2px 4px #A6A6A6;-moz-box-shadow: 1px 2px 4px #A6A6A6;
}



.upload_pic .upload_restrictions{
	clear:both;
	float:left;
	font-size: 10px;
}

.upload_pic .upload_control_container{
    height: 38px;
    margin: 0 auto;
    width: 243px;
}


/************* end upload pic *****/

/************* CONFIG *************/

#id_config_form{
	overflow: hidden;
	}

#change_picture{
	position: absolute;
    right: 44px;
	margin-top: 62px;
}

#change_picture span{
	color: #656565;
	line-height: 30px;
	font-size: 12px;
	background-color: #e7e3d7;
	box-shadow: 1px 2px 4px #A6A6A6;
	-webkit-box-shadow: 1px 2px 4px #A6A6A6;
	-moz-box-shadow: 1px 2px 4px #A6A6A6;
	padding: 5px 9px 5px 9px;
}

#change_picture-img{
	height: 92px;
	width: 85px;
	margin: 0 auto;
	border: 6px solid white;
	box-shadow: 1px 2px 4px #A6A6A6;
	-webkit-box-shadow: 1px 2px 4px #A6A6A6;
	-moz-box-shadow: 1px 2px 4px #A6A6A6;
	margin-bottom: 5px;
}
.config_title{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	border-bottom: 1px solid #AC946C;
	color: #816D4B;
	width: 648px;
	line-height: 24px;
}
/************* end config *********/

/************* DIALOG STYLES ******/

.messages{
    color: #786C51;
    font-family: Georgia, Palatino, times New Roman;
    font-size: 19px;
    font-style: italic;
	margin: 28px;
    height: auto;
    min-height: 54px;
    width: auto;
}

/* end dialog styles*/

/************* LANGUAGE SELECTION */

#language_rollout{
    background-color:#F2EFE7;
    bottom: 10px;
    display: none;
    left: 590px;
    padding: 4px 0;
    position: absolute;
	text-align:center;
}

#language_rollout a{
    border-bottom: 1px solid #E1DBDB;
    display: block;
    font-size: 12px;
    padding: 4px 16px;
    text-align: left;
    width: 101px;
}

#language_rollout a:hover {
    color: #252525;
	background-color:#e5e1d7;
}
#language_rollout a:active {
    color: #252525;
}

#language_rollout ul{
}

#language_rollout_trigger{
	background: url("../img/language_rollout_trigger.jpg") no-repeat scroll right center transparent;
    padding-right: 13px;
}

/************** end language selection */

.staffonly{
	color: #81108C !important;
}

.staffonly-border{
	border:1px solid #81108C !important;
}

.staffonly_area{
	border:1px solid #81108C !important;
}

/* SM intro small */
.sm_intro_small{
    background: url("../img/sm_intro_small.jpg") no-repeat scroll 0 0 transparent;
    float: left;
    height: 101px;
    width: 910px;
	position:relative;
	margin-top: 13px;
}

.sm_intro_small .text{
    float: left;
    font-family: Georgia,Palatino,times New Roman;
    font-size: 16px;
    line-height: 23px;
    margin: 27px 0 0 23px;
}

.sm_intro_small .subtext{
    display: block;
    font-size: 0.95em;
    margin: 9px 0;
}

.sm_intro_small .introlink{
	color: #FFFFFF;
    font-family: Lucida Grande,Lucida Sans-serif,Tahoma;
    font-size: 19px;
    left: 693px;
    letter-spacing: 0.6px;
    padding: 11px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 32px;
    width: 170px;
}

.speechbubble-header{
	background: url("../img/speechbubble_arrow.gif") no-repeat scroll 21px top transparent;
    display: block;
    float: left;
    height: 8px;
    width: 100%;
}

.standard_block{
	background-color: #f0ede2;
    float: left;
    position: relative;
    width: 705px;
}

.standard_block .text-big{
	font-family: Georgia,Palatino,times New Roman;
    font-size: 19px;
	display: block;
    margin: 23px;
	float:left;
}

.standard_block .bluebutton_rounded{
    background: none repeat scroll 0 0 #20B2C6;
    border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    color: #FFFFFF;
    float: right;
    font-size: 13px;
    font-weight: bold;
    margin: 18px;
    padding: 9px 16px;
    text-transform: uppercase;
}

.comment_block{
	border-left: 5px solid transparent;
	width:700px !important;
	color: #A39C89;
}

.comment_block.fromauthor{
	background-color: #FBF4DE !important;
}

.comment_block .author{
	margin: 12px 12px 0;
}

.comment_block.own {
	border-left: 5px solid #30C1DA;
}

.comment_block .text{
    color: #555555;
    margin: 2px 4px;
    padding: 7px;
	width:588px;
	white-space: pre-wrap;
}

.comment_block .time_ago{
    margin: 0 12px 7px;
}


.comment_block .like_ctrls{
    padding: 6px;
    position: absolute;
    right: 15px;
    top: 23px;
}

.comment_block .like_ctrls .ctrl{
    margin: 0 3px;
    padding: 2px 7px;
	float:right;
	cursor:default;
}

.comment_block .like_ctrls .ctrl:active{
	background-color:#f3f3f3;
}

.comment_block .like_ctrls.in_progress, .comment_block .like_ctrls.in_progress .ctrl{
	opacity:0.7;
	cursor: progress;
}

.comment_block .like_ctrls .like{
    background: url("../img/sprites.png") no-repeat scroll -30px -62px transparent;
    height: 16px;
    width: 8px;
}

.comment_block .like_ctrls .like.active{
	background-position: 0 -62px;
}

.comment_block .like_ctrls .like.active:active{
	background-color:#58f461;
}


.comment_block .like_ctrls .unlike{
}

.comment_block .like_ctrls .unlike.active{
	background-color: #ED8585;
}
.comment_block .like_ctrls .unlike.active:active{
	background-color: #fD9595;
}

.comment_block .like_ctrls .counter{
    float: right;
    font-size: 14px;
    line-height: 19px;
    margin-right: 5px;
    margin-top: 2px;
    text-align: right;
    width: 34px;
}

.comment_block .delete_comment{
    background: url("../img/sprites.png") no-repeat scroll -30px -83px transparent;
    display: block;
    height: 13px;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 13px;
	cursor:pointer;
}

.comment_block .delete_comment:hover{
	background-position: 0px -83px;
}

.comment_block .removed_by_msg{
    font-style: italic;
    padding: 8px;
    text-align: center;
}

.comment_reply_block {
    margin-top: 8px;
}

.comment_reply_block .author{
	margin: 12px 12px 0;
	color: #A39C89;
}

.comment_reply_block textarea.text{
    height: 77px;
    margin: 13px;
    padding: 5px;
    width: 667px;
}

.comment_reply_block .submitbtn{
    margin: 0 15px 16px;
    padding: 6px 7px;
}


/* tmp */

#home_mid .home_iphone{
	width:603px;
	height: 147px;
	float:left;
    background: url("../img/home_appstore_link.jpg") no-repeat scroll 0 0 transparent;
	position:absolute;
}
#home_mid .home_iphone .iphone_title{
	color: #FFFFFF;
    font-family: Georgia, Palatino, times New Roman;
    font-size: 36px;
    left: 109px;
    position: relative;
    top: 58px;
}

#home_mid .home_iphone .iphone_subtitle{
    color: #575757;
    font-family: Lucida Grande,Lucida Sans-serif,Tahoma;
    font-size: 15px;
    left: 109px;
    position: absolute;
    top: 97px;
}

/* Wish Luck */

.wish_luck {
    height: 55px;
    position: absolute;
    right: 15px;
    top: 23px;
    width: 27px;
	color: #A39C89;
	cursor: default;
}

.wish_luck .clover {
    background: url("../img/sprites.png") no-repeat scroll -30px -29px transparent;
    height: 33px;
}

.wish_luck .clover.active {
	background-position: 0 -29px;
}

.wish_luck .luck_counter{
    text-align: center;
}

.commentcount{
    height: 55px;
    position: absolute;
    right: 54px;
    top: 23px;
    width: 31px;
	color:#A39C89;
}

.commentcount .commenticon {
    background: url("../img/sprites.png") no-repeat scroll -30px 0 transparent;
    height: 29px;
    margin: 2px 0 1px;
	width: 30px;
	display:block;
}

.commentcount .commenticon.active {
	background-position: 0 0;
}

.commentcount .counter{
    text-align: center;
    cursor:default;
}

/* Approve nickname */
#id_div_confirm_nickname{
	padding: 17px;
}

#id_div_confirm_nickname h3{
    font-family: Georgia,Palatino,times New Roman;
    font-size: 20px;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 13px;
}

#id_div_confirm_nickname .nickrow{
    font-size: 15px;
    margin: 11px 0;
}

#id_div_confirm_nickname .nickrow input{
    border: 2px inset;
    margin-left: 10px;
    padding: 5px;
}

#id_div_confirm_nickname .nickrow input.ok {
	border:2px solid #689120 !important;
}

#id_div_confirm_nickname .nickrow input.nok {
	border:2px solid #912020 !important;
}

#id_div_confirm_nickname .nick_check{
    border-radius: 9px 9px 9px 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
    color: #689120;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 15px;
	margin-left:10px;
}



#id_div_confirm_nickname .nick_check.nok{
	border-color:#C92727 !important;
	color:#983C3C !important;
}


/* crush_publish.html */
.publish_crush-options {
    display: block;
    float: left;
    margin: 11px 1px 10px;
    padding: 9px;
    width: 686px;
	background-color:#F9F8F3;
}

.publish_crush-options label {
	clear: both;
	float: left;
	margin-bottom: 9px;
}


.publish_crush-options input {
	vertical-align: bottom;
	margin-right: 10px;
}

.spinner{
	background:url(../img/spinner.gif) no-repeat center center #fff !important;
}

/* Tooltip */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #AAA;
	background-color: #F6F6F6;
	padding: 3px 15px;
	opacity: 0.95;
}
#tooltip h3, #tooltip div { 
	margin: 0; 
}

#tooltip h3{
	color:#D6301D;
}




/*-------------------*/
/*------ Info -------*/
/*-------------------*/



#info{
	width: 758px;
	height: 45px;
	background-color: #f6f3ed;
	left: -29px;
	position:relative;
	margin-top: 20px;
	cursor: pointer;
}

#info h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color:#837760;
	font-weight: normal;
	float: left;
	padding: 15px;
	width:621px;
	text-align:right;
}

#info.event{
	width: 950px;
	height: 45px;
	background-color: #F6F3EF;
	left: -50px;
	position:relative;
	margin-top: 20px;
	cursor: pointer;
}

#info.event h1{
	margin-left: 71px;
}

.exclamation{
	float: left;
	width: 22px;
	height: 22px;
	background: url("../img/sprites.png") no-repeat scroll -1px -227px transparent;
	cursor: pointer;
	margin: 12px 0;
}

.exclamation.active{
	background-position: -27px -227px
}


/***  Crush filter  ***/

#crush_filter{
	width:705px;
	height:33px;
	background-color:#f6f3ed;
}

#crush_filter h3, #crush_sort h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-style:italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#696969;
	padding:10px 40px 10px 18px;
	font-weight:normal;
	float:left;
	width:80px;
}

#crush_filter span{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#696969;
	padding:8px 10px;
	font-weight:normal;
	float:left;
}

#crush_filter .filter_picture{
	float: left;
	width: 3px;
	padding: 31px 12px 0px;
	font-size: 13px;
	background: url("../img/sprites.png") no-repeat scroll -25px -126px transparent;
	cursor:pointer;
}

#crush_filter .filter_picture.active{
	background-position: 3px -126px;
	cursor:pointer;
	}
	
#crush_filter .filter_male{
	float: left;
	padding: 30px 10px 0px;
	font-size: 13px;
	background: url("../img/sprites.png") no-repeat scroll -26px -160px transparent;
	cursor:pointer;
	margin-left: -5px;
}

#crush_filter .filter_male.active{
	background-position: -1px -160px;
	cursor:pointer;
	}
	
#crush_filter .filter_female{
	float: left;
	padding: 30px 10px 0px;
	font-size: 13px;
	background: url("../img/sprites.png") no-repeat scroll -26px -190px transparent;
	cursor:pointer;
}

#crush_filter .filter_female.active{
	background-position: 0 -190px;
	cursor:pointer;
	}


#crush_filter #inpt_distance{
	float: left;
	width: 100px;
	margin: 16px;
}

#crush_filter #distance_counter{
	float: left;
	font-size: 12px;
	color: #65D7E1;
	width: 69px;
	margin: 9px 0px;
	font-weight: bold;
	text-align: right;
}

/* crush_sort */

#crush_sort{
	background-color: #F6F3ED;
	margin: 2px 0 2px;
	overflow: hidden;
	clear:both;
	width: 705px;
}

ul.sort_controls{
	margin: 10px 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: dimGray;
	font-weight: normal;
}

ul.sort_controls li{
	list-style:none;
	float:left;
	cursor:pointer;
	padding:0 10px;
	border-right:1px solid dimGray;
}

ul.sort_controls li:last-child{
	border-right: 0px;
}

ul.sort_controls li.active{
	cursor:default;
	color:#1CB5C9;
}


/* Help for crush pages */
.crushes_info{
	width: 758px;
	position: relative;
	margin-left: -29px;
	display:none;
	overflow:hidden;
	clear:left;
}

#crushes_info_community{
	background-image: url("../img/crushes_info.png");
	width: 758px;
	height: 430px;
}

#crushes_info_myc {
	background-image: url("../img/crushes_info_myc.png");
	height: 430px;
}

#crushes_info_following {
	background-image: url("../img/crushes_info_following.png");
	height: 430px;
}


.crushes_info h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 13px;
	color: white;
	margin-left: 68px;
	margin-top: 45px;
	float: left;
	font-weight: normal;
}

.crushes_info > h1{
	text-align: center;
	width: 188px;
}

.crushes_info h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 13px;
	color: white;
	margin-left: 265px;
	margin-top: 45px;
	float: left;
	font-weight: normal;
}
#crushes_info_filters{
	width: 705px;
	height: 15px;
	margin-top: 18px;
	margin-bottom: 5px;
	clear: both;
}
#crushes_info_filters h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	color: dimGray;
	width: 90px;
	font-weight: normal;
	float: left;
	margin-left: 110px;
	margin-top: 5px;
}
#crushes_info_filters p{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color: dimGray;
	padding: 4px 94px 4px 5px;
	font-weight: normal;
	float: left;
	margin-right: -30px;
}
#crushes_description_myc{
	margin-top: 38px;
	margin-left: 153px;
	clear: both;
}
#crushes_description_myc h1{
	font-family: Helvetica, Arial, Verdana, Lucida,sans-serif;
	font-size: 11px;
	color: dimGray;
	font-weight: normal;
	margin: 20px 0px 0px 0px;
	font-style: normal;
}
#crushes_description_myc p{
	margin-top: 48px;
	color: #A39C89;
	clear: both;
	font-size: 11px;
}
#crushes_info_following h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 13px;
	color: white;
	margin-left: 368px;
	margin-top: 45px;
	float: left;
	font-weight: normal;
}
#crushes_info_description{
	margin-top: 35px;
	margin-left: 240px;
	clear: both;
}
#crushes_info_description p{
	margin-top: 48px;
	color: #A39C89;
	clear: both;
	font-size: 11px;
}
#crushes_info_description h1{
	font-family: Helvetica, Arial, Verdana, Lucida,sans-serif;
	font-size: 11px;
	color: dimGray;
	font-weight: normal;
	margin: 20px 0px 0px 0px;
	font-style: normal;
}
#crushes_explain {
	margin-top: 64px;
	float: left;
	width: 315px;
	margin-left: 70px;
	margin-right: -65px;
}
#crushes_explain p{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color: dimGray;
	padding: 8px 50px;
	font-weight: normal;
	float: left;
	margin-right: -30px;
}
#crushes_infoblock  li {
	height:30px;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* 3. Navegaci—n
/* - - - - - - - - - - - - - - - - - - - - */


ul.tabs{
	background-color:#fff;
	border-bottom: 1px solid #bfbf9b;
	width: 705px;
	margin: 25px 0;
	overflow: hidden;
    }

ul.tabs li{
	float: left;
	list-style: none;
	margin: 0 2px 0 0;
	border-radius: 11px 11px 0 0;
	-moz-border-radius: 11px 11px 0 0;
	-webkit-border-radius:  11px 11px 0 0;
	overflow: hidden;
}

ul.tabs li a{
	display: block;
	padding: 7px 19px 5px;
	background: url("../img/tab_bg_white.gif") repeat-x;
	color: #8D8D8D;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 17px;
}

ul.tabs li.active {}

ul.tabs li.active a{
	color: #fff;
	text-decoration: none;
	background: url("../img/tab_bg_blue.gif") repeat-x;
}
ul.tabs li.active a:hover{}

ul.tabs li a:hover {
	color: #6e6d6d;
}

ul.tabs li.active a:hover {
	color: #fff;
}

ul.tabs li .new_items {
    background-color: #E51915;
	padding: 2px 5px;
	border-radius: 24px;
	box-shadow: 0px 2px 3px #c1c1ce;
	color: white;
	font-weight: normal;
	right: 0;
	top: 0;
	float: right;
	margin-top: -30px;
margin-right: 2px;
	font-size: 10px;
}

#sidebar-info{
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size:12px;
	color:#696969;
	width:155px;
	border-top: 1px solid #C1C1C1;
	border-bottom: 1px solid #C1C1C1;
	margin:10px 10px 0px 10px;
	padding:10px 0px 10px;
}



#event_meta {
	margin:0 auto;
	width:960px;
	background-color: #f4f1ec;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px #dedbc9 solid;
	margin-bottom: 20px;
}

#event_meta {
	margin:0 auto;
	width:955px;
	background-color: #f4f1ec;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px #dedbc9 solid;
	margin-bottom: 20px;
}
#event_meta_container {
	margin: 0 auto;
	width: 730px;
	margin-top: 25px;
	
    padding-bottom: 80px;
}
#event_meta_container .steps{
	float:left;
	width: 352px;
	margin-right: 13px;
	margin-bottom:15px;
	padding-top: 5px;
}
#event_meta_container .steps img{
	margin-bottom: 5px;
}
#event_meta_container .steps span{
	font-size: 14px;
	color: #837760;
	margin-left: 10px;
	font-family: georgia;
	font-style: italic;
}

.guide-event_meta{
    width: 653px;
    background: #fdf9ef url("../img/guide_events_meta.png") no-repeat scroll 0 0;
    font-size: 12px;
    height: 188px;
    line-height: 23px;
    padding: 31px;
    margin-bottom: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px #c8c5c1 solid;
    margin-top: 10px;
}

.guide-event_meta p{
	white-space: pre-wrap;
	width: 432px;
}
.guide-event_meta li{
    margin-left: 23px;
    width: 440px;
}

#event_meta_container #button{
	
}

.button_blue#event_meta_button{
	margin-bottom: 45px;
	margin-top: 15px;
	margin-right: 13px;
	padding: 9px 30px;
	background: url(../img/button_bg_event.png) repeat 0 0;
}

/*-------------------*/
/*------ Zones -------*/
/*-------------------*/

#zones_users {
	margin:0 auto;
	width:960px;
	height:600px;
	background:transparent url(../../media/img/zonas_bg2.jpg) no-repeat 0 0;
	position:relative;
}
#zones_users #slidesContainer .slide {
  margin-top:25px;
  width:540px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:263px;
}

#slideshow {
	margin:0 auto;
	width:960px;
	height:600px;
	background:transparent url(../../media/img/zonas_bg.jpg) no-repeat 0 0;
	position:relative;
}
#slideshow #slidesContainer {  
  margin: 30px 80px;
  width:850px;
  height:6000px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slides_users {  
  margin: 30px 35px;
  width:850px;
  height:600px;
  overflow:auto; /* allow scrollbar */
  position:relative;
  padding-top: 25px;
}
#slides_select {  
  margin: 30px 80px;
  width:850px;
  height:600px;
  overflow:auto; /* allow scrollbar */
  position:relative;
  padding-top: 30px;
}
#slideshow #slidesContainer .slide {
  margin-top:25px;
  width:540px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:263px;
}

#zones-complete{
	width: 760px;
	float: left;
	margin-top: 7px;
	padding-left: 35px;
	height: 500px;
}

#zones-complete img{
	position: relative;
}

#zones-complete p{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 13px;
	color:#837760;
	line-height: 26px;
	position: absolute;
	width: 187px;
	margin-left: 10px;
}

#zones-complete2{
	width: 760px;
	float: left;	
	margin-top: 3px;
	padding-left: 42px;
	height: 500px;
}

#zones-complete2 img{
	position: relative;
	margin-left: -10px;
}

#zones-complete2 p{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 13px;
	color:#837760;
	line-height: 26px;
	position: absolute;
	width: 600px;
	margin-top: 10px;
}

#zones-complete3{
	width: 760px;
	float: left;	
	margin-top: 0px;
	padding-left: 35px;
	height: 500px;
}

#slide_phonel{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 13px;
	color: #837760;
	line-height: 25px;
	position: absolute;
	width: 239px;
	margin-left: 240px;
	margin-top: 32px;
}

#slide_phoner{
	font-family: Arial, Helvetica, Sans-serif;
font-size: 13px;
color: #837760;
line-height: 25px;
position: absolute;
width: 179px;
margin-left: 345px;
margin-top: 254px;
text-align: right;
}

#zones-info{
	width: 760px;
	float: left;	
	padding-left: 25px;
	height: 500px;
}
#zones-info h1{
	font-family: Georgia, Sans;
	font-size: 23px;
	font-style: italic;
	color: #837760;
	border-bottom: 1px solid #d4cec5;
	padding-bottom: 7px;
	color: #837760;
	width: 450px;
	margin: 30px 35px;
	font-weight: lighter;
}
.slide h1{
	font-family: Georgia, Sans;
	font-size: 23px;
	font-style: italic;
	color: #837760;
	border-bottom: 1px solid #d4cec5;
	padding-bottom: 7px;
	width: 450px;
	margin: 30px 35px;
	font-weight: lighter;
}
#zones-left{
	width: 457px;
	float: left
}
#zones-users{
	width: 800px;
	float: left
}
#zones-users p{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 13px;
	color:#837760;
	line-height: 26px;
	margin-left: 36px;
	margin-top: 10px;
}

#zones-left p{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 13px;
	color:#837760;
	line-height: 26px;
	margin-left: 36px;
	margin-top: 10px;
}

#zones-left img{
	margin:0;
	padding:0;
	float: none;
}

#zones-left h2{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 16px;
	color:#837760;
	line-height: 26px;
	font-weight: lighter;
	margin: 22px 35px;
	width: 450px;
	margin-top: 15px;
	padding-left: 5px;
}

#zones-left h2 strong{
	font-size: 16px;
	color:#837760;
	font-weight: bold;
}

#zones-right{
	width: 200px;
	float: left;
	margin-left: 50px;
}

#zones-right h2{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 20px;
	line-height: 34px;
	font-weight: lighter;
	margin: 38px -118px;
	width: 317px;
	color: #837760;
}

.zones_business a#btn_become_a_member{
	background: url(../img/slidebutton.png) no-repeat 0 -22px;
	font-size: 15px;
	color: white;
	text-transform: uppercase;
	line-height: 47px;
	text-align: center;
	width: 179px;
	float: left;
	margin-top: 22px;
}

.zones_business h2 {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 20px;
	line-height: 34px;
	font-weight: lighter;
	color: #837760;
}


#zones-right h2 strong{
	color: #837760;
	line-height: 34px;
	font-weight: bolder;
}

#press_header{ 
	width:960px; 
	margin: 0 auto;
}
#zones-contacto{
	height: 175px;
	width: 810px;
	background-image: url(../../media/img/zones_contact.png);	
	margin-top: 20px;
	margin-left: 13px;
}

#zones-contacto p{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 13px;
	color: #837760;
	line-height: 26px;
	margin-left: 55px;
	padding-top: 32px;
	width: 632px;
	float: left;
	margin-left: 47px;
	text-decoration: none;
}

#zones-select{
	width: 357px;
	float: left;
	padding-top: 13px;	
	margin-left: 13px;
}
#zones-select p{
	position: absolute;
	font-family: Georgia, Sans;
	font-size: 22px;
	font-style: italic;
	color: #9e9480;
	margin: 75px 43px;
	font-weight: lighter;
	width: 173px;
	line-height: 32px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:40px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:245px;
  left:37px;
  background:transparent url(../../media/img/control_left.png) no-repeat 0 0;
   position: absolute;
}
#rightControl {
  top: 245px;
  right: 40px;
  background:transparent url(../../media/img/control_right.png) no-repeat 0 0;
 
}
.slide img {
  float:left;
}

/*################# USERZONES */

#RSVP {
	margin-top: 13px;
	float:left;
	clear:both;
	margin-bottom: 80px;
	width: 145px;
}

#RSVP h2{
	font-size:20px;
}

#RSVP h4{
	border-bottom: 1px solid #DDD;
	font-weight: lighter;
	font-size: 12px;
	color: silver;
	margin-bottom: 13px;
}

#RSVP h5{
	font-weight: lighter;
	font-size: 12px;
	color: silver;
}


#RSVP ul.rsvp {
	margin-bottom: 20px;
	float:left;
	clear:both;
	width:145px;
}

#RSVP.public .unconfirmed {
    display:none;
}

#RSVP ul.rsvp li {
	float:left;
	margin: 0 0 6px;
}

#RSVP ul.rsvp li img{
	float:left;
}

#RSVP ul.rsvp li .name{
	float: left;
	margin-left: 6px;
	font-size: 11px;
	width: 87px;
}

.fb_iframe_widget iframe {
	width: 420px !important;
	overflow: hidden !important;
}

.fb_edge_widget_with_comment {
	width: 54px !important;
}

.generic_dialog_fixed_overflow {
	overflow: hidden !important;
}

#tmpLogin {
	margin:20px 0 0 10px;
	padding:10px;
	border:1px solid #eee;
	float:left;
	background-color:#fafafa;
}

#tmpLogin .fblogin_button{
	background-color: #3B5998;
	border: 1px solid #44438B;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: white;
	font-size: 13px;
	font-weight: bold;
	line-height: 12px;
	padding: 5px 6px;
	text-transform: none;
	clear:both;
	float:left;
}

#tmpLogin_nlogged {
	margin: 0 auto;
	padding: 10px;
	width: 446px;
}

#tmpLogin_nlogged p{
	font-size: 15px;
	color: #5F5F5F;
	font-weight: normal;
	float: left;
	width: 308px;
	line-height: 20px;
	padding-top: 4px;
	margin-top: -9px;
}


.greyblock{
	padding: 15px;
	clear: both;
	width: 900px;
	margin: 61px auto;
	height: 160px;
	background-color: #F2EFE7;
	margin-bottom: 0px;
	padding-bottom: 90px;
	margin-top: 18px;
}
.greyblock label{
	margin-left:17px;
}
.greyblock form{
	width: 270px;
	margin: 0 auto;
	padding-top: 60px;
}
.greyblock span{
	font-family: Georgia, Palatino, times New Roman;
	font-size: 17px;
	font-style: italic;
	color: #816D4B;
	padding-top: 10px;
	margin-left: 5px;
	border-bottom: 1px solid #D4CEC5;
	padding-bottom: 4px;
	padding-right: 30px;
}
#button_event{
	padding-right: 16px;
}

#fb_login{
	background: url("../img/button_bg_blue.gif") repeat-x scroll 0 0 transparent;
	float: left;
	padding: 8px 20px;
	margin-top: -1px;
}
#fb_login a{
	font-family: Lucida Grande,Helvetica,Arial,Verdana,Lucida,sans-serif;
	font-weight: bold;
	color: #fff;
}
