/*----------------------------------------------
	HOMEPAGE.CSS
	Author:		Cesar Mejia
	Requires:	reset.css
				global.css
----------------------------------------------*/

/*---------------------
	HOTDOG PROMO
	Because of overflow issues, this is completely outside
	of the page layout and positioned absolutely from the
	center using negative margins.
---------------------*/

a#specials{
	display:block;
	position:absolute;
	left:50%;
	top:312px;
	width:318px;
	height:313px;
	margin-left:-468px;
	text-indent:-5000px;
	z-index:100;
	background-image: url(../images/homepage/specials/image_front_izquierda.png);
}


/*-------------------------------
	TWITTER
-------------------------------*/

#twitter{
	position:relative;
	width:784px;
	height:34px;
	padding:0 5px 0 30px;
	margin:0 0 5px 14px;
	overflow:hidden;
	color:#FFF;
	background-image: url(../images/homepage/twitter.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#twitter a.link{
	position:absolute;
	right:0;
	top:0;
	display:block;
	width:100px;
	height:34px;
	text-indent:-5000px;
	z-index:200;
	background-image: url(../images/homepage/twitter_button.gif);
	background-position: left top;
}
#twitter a.link:hover{
	background-position:left bottom;
}


/*---------------------
	TEXT STYLING
	Cufon will take over and add .cufon-active to the body/html
*/

#twitter p.loading{
	position:relative;
	height:29px;
	padding:5px 0 0 30px;
	margin-bottom:0;
	background:url(../images/homepage/twitter_loading.gif) 0 4px no-repeat;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
}

.cufon-active #twitter p.loading{
	padding-top:17px;
	font-size:16px;
	line-height:0;
}

/*---------------------
	TWEETS
	The code for this is generated by tweet.js
	(The id cannot be changed, twitter says so)
*/

#twitter_update_list{
	position:absolute;
	left:30px;
	top:30px;
	display:block;
	width:1000px;
	height:300px;
	overflow:hidden;
	z-index:100;
}
#twitter ul li{
	position:relative;
	display:block;
	width:1600px;
	height:28px;
	padding-top:6px;
	margin-bottom:4px;
	font-size:16px;
	font-weight:bold;
}

.cufon-active #twitter ul li{
	padding-top:17px;
	height:17px;
	font-size:16px;
	line-height:0;
}

#twitter_update_list li a{
	color:#C2EFEF;
	text-decoration:none;
}
#twitter_update_list li a:hover{
	text-decoration:underline;
}


/*-------------------------------
	PROMO PANEL
-------------------------------*/

#promo_panel{
	position:relative;
	width:833px;
	height:312px;
	margin-bottom:5px;
	z-index:100;
	overflow:visible;
}


/*---------------------
	SLIDER AND CONTENT
*/

#promo_window{
	position:relative;
	width:833px;
	height:312px;
	overflow:hidden;
}

#promo_slider{
	position:absolute;
	left:0;
	top:0;
	width:10000px;
	height:312px;
	z-index:100;
}

#promo_slider .promo_content {
	float:left;
	width:833px;
	height:312px;
	margin:0 5px 5px 0;
}

#promo_slider .promo_content img.preload {
	display:none;
}


/*---------------------
	NEXT AND PREVIOUS
*/

#promo_nav li{
	display:block;
	position:absolute;
	top:118px;
	width:76px;
	height:76px;
	z-index:200;
	background-image: url(../images/homepage/promo_nav.png);
}
#promo_nav li.prev{
	left:-38px;
}
#promo_nav li.next{
	right:-38px;
}

#promo_nav li a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-5000px;
	background:url(../images/homepage/promo_nav.png);
}
#promo_nav li.prev a{
	background-position:left bottom;
}
#promo_nav li.prev a:hover{
	background-position:left top
}
#promo_nav li.next a{
	background-position:right bottom;
}
#promo_nav li.next a:hover{
	background-position:right top
}


/*---------------------
	CORNER OVERLAYS
*/

#promo_panel span.overlay_left,
#promo_panel span.overlay_right{
	position:absolute;
	top:0;
	width:8px;
	height:312px;
	background:url(../images/homepage/promo_overlay.png);
	z-index:110;
}
#promo_panel span.overlay_left{
	left:0;
	background-position:right top;
}
#promo_panel span.overlay_right{
	right:0;
	background-position:left top;
}


/*-------------------------------
	COLUMNS
-------------------------------*/

#hotdog{
	width:213px;
	height:262px;
}
#two4one{
	position:relative;
	width:320px;
	height:262px;
	background:#c600ff url(../images/homepage/two4one_background.gif);
}
#nearest_news{
	width:290px;
	height:262px;
}


/*---------------------
	HUG CLUB
---------------------*/

#hug_club{
	position:relative;
	display:block;
	width:320px;
	height:262px;
	text-indent:-5000px;
	background-image: url(../images/homepage/workandtravel_p.jpg);
	/*background:url(../images/homepage/hug_club_nooffer.gif); */
}

#hug_club a {
	position:absolute;
	right:5px;
	bottom:10px;
	display:block;
	width:150px;
	height:36px;
	background-image: url(../images/homepage/more_info_program.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#hug_club a:hover {
	background-position:0 100%;
}


/*---------------------
	NEAREST & NEWS
---------------------*/

#nearest_news {
	width:290px;
}


/*---------------------
	NEAREST BUTTON
*/

#find_your_nearest {
	display:block;
	width:290px;
	height:62px;
	margin-bottom:5px;
	text-indent:-5000px;
	background-image: url(../images/homepage/find_a_partners.jpg);
}

#find_your_nearest:hover {
	background-position:0 100%;
}


/*---------------------
	NEWS
*/

dl#news {
	width:270px;
	height:130px;
	padding:65px 10px 0 10px;
	background:url(../images/homepage/news_and_press.jpg);
}

dl#news dt {
	width:40px;
	padding:5px 0;
	color:#FFF;
	text-align:center;
	float:left;
	margin-right:10px;
	clear:left;
	background:url(../images/homepage/news_date.gif) top left no-repeat;
}

dl#news dt span.news_month {
	display:block;
	font-size:10px;
	margin-bottom:3px;
	text-transform:uppercase;
}

dl#news dt span.news_day {
	display:block;
	font-size:15px;
	font-weight:bold;
}

dl#news dd {
	min-height:33px;
	padding:0 0 10px 50px;
}

dl#news dd a {
	line-height:16px;
	font-size:22px;
	text-transform:uppercase;
	color:#02131b;
}

dl#news dd a:hover {
	color:#FFF;
}

/*-------------------------------
	FLICKR
-------------------------------*/

#flickr{
	position:relative;
	width:833px;
	height:57px;
	margin-bottom:5px;
	clear:both;
	background:#FFCC00;
}

#flickr ul{
	float:left;
	width:630px;
	height:49px;
	padding:4px 0 4px 3px;
	overflow:hidden;
}

#flickr ul li{
	display:block;
	float:left;
	width:49px;
	height:49px;
	margin-right:8px;
	overflow:hidden;
}

#flickr ul li a{
	display:block;
	width:45px;
	height:45px;
	padding:2px;
	background:url(../images/homepage/flickr_img.gif) left top no-repeat;
}

#flickr ul li a img {
	margin:0;
	padding:0;
}

#flickr ul li a:hover{
	background-position:left bottom;
}

#flickr .flickr_link{
	display:block;
	float:left;
	width:94px;
	height:57px;
	background:url(../images/homepage/flickr_link.jpg);
	text-indent:-5000px;
}

#flickr .facebook_link{
	display:block;
	position:absolute;
	right:0;
	top:0;
	width:105px;
	height:57px;
	background:url(../images/homepage/facebook_link.jpg);
	text-indent:-5000px;
	background-image: url(../images/homepage/facebook_link.jpg);
}

