/*----------------------------------------------
	HOMEPAGE.CSS
	Author:		Engage Interactive
	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.
---------------------*/

#specials{
	display:block;
	position:absolute;
	left:50%;
	top:312px;
	width:332px;
	height:322px;
	margin-left:-468px;
	background:url(/assets/giraffe/images/homepage/specials/coconut_alt.png);
	text-indent:-5000px;
	z-index:100;
}


/*---------------------
	HUG CLUB
---------------------*/

#hug_club div {
	position:relative;
	width:320px;
	height:195px;
	text-indent:-5000px;
	background:url(/assets/giraffe/images/homepage/hug_club_offer.gif); /*_nooffer*/
}

/*---- LINK BUTTON ------*/

#hug_club div a {
	position:absolute;
	right:10px;
	bottom:10px;
	display:block;
	width:173px;
	height:40px;
	background:url(/assets/giraffe/images/homepage/hug_club_button.gif) 0 0 no-repeat;
}

#hug_club div a:hover {
	background-position:0 100%;
}


/*---------------------
	SHOP
---------------------*/

#gift_vouchers {
	margin-top:5px;
	display:block;
	width:320px;
	height:62px;
	margin-bottom:5px;
	background:url(/assets/giraffe/images/homepage/buy_gift_vouchers.gif);
	text-indent:-5000px;
}

#gift_vouchers:hover {
	background-position:0 100%;
}


/*-------------------------------
	TWITTER
-------------------------------*/

#twitter{
	position:relative;
	width:784px;
	height:34px;
	padding:0 5px 0 30px;
	margin:0 0 5px 14px;
	background:url(/assets/giraffe/images/homepage/twitter.gif) left top no-repeat;
	overflow:hidden;
	color:#FFF;
}

#twitter a.link{
	position:absolute;
	right:0;
	top:0;
	display:block;
	width:100px;
	height:34px;
	text-indent:-5000px;
	background:url(/assets/giraffe/images/homepage/twitter_button.gif) left top;
	z-index:200;
}
#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(/assets/giraffe/images/homepage/twitter_loading.gif) 0 4px no-repeat;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
}

.cufon-active #twitter p.loading{
	padding-top:4px;
	font-size:24px;
	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:34px;
	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:4px;
	height:30px;
	font-size:24px;
	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;
}


/*---------------------
	THUMBS
---------------------*/

#promo_thumbs {
	position:absolute;
	left:0; top:-88px;
	width:833px;
	height:88px;
	background:#000;
	z-index:101;
}

#promo_thumbs .corners {
	display:none;
	position:absolute;
	left:0;
	bottom:-8px;
	width:833px;
	height:8px;
	background:url(/assets/giraffe/images/homepage/thumbs_corners.png);
}

#promo_thumbs div {
	position:absolute;
	left:50%; top:0;
	padding-left:14px;
	z-index:111;
}

#promo_thumbs div a {
	display:block;
	float:left;
	padding:2px;
	margin:10px 14px 0 0;
}

#promo_thumbs div a:hover {
	padding:0;
}

#promo_thumbs div a.on {
	padding:0 0 15px;
	background:url(/assets/giraffe/images/homepage/thumbs_arrow.gif) 50% 100% no-repeat;
}

#promo_thumbs div a img {
	padding:2px;
	margin:0;
	border-radius: 3px;
	background:#FFF;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#promo_thumbs div a:hover img,
#promo_thumbs div a.on img {
	padding:4px;
	border-radius: 5px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


/*---------------------
	THUMBS NAV
*/

#thumbs_nav {
	position:absolute;
	right:0; bottom:-38px;
	height:20px;
	padding:8px 3px 10px 10px;
	background:url(/assets/giraffe/images/homepage/thumbs_nav.png) 0 100% no-repeat;
	cursor:pointer;
	z-index:110;
}

#thumbs_nav li {
	display:block;
	float:left;
	width:20px;
	height:20px;
	margin-right:5px;
	background:url(/assets/giraffe/images/homepage/thumbs_nav_state.png) 0 0 no-repeat;
}

#thumbs_nav li.on {
	background-position:0 100%;
}


/*---------------------
	NEXT AND PREVIOUS
*/

#promo_nav li{
	display:block;
	position:absolute;
	top:118px;
	width:76px;
	height:76px;
	z-index:200;
}
#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(/assets/giraffe/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(/assets/giraffe/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;
}

#nearest_news{
	width:290px;
	height:262px;
}

/*---------------------
	NEAREST & NEWS
---------------------*/

/*---------------------
	FIND YOUR NEAREST BUTTON
*/

#find_your_nearest {
	display:block;
	width:290px;
	height:62px;
	margin-bottom:5px;
	background:url(/assets/giraffe/images/homepage/find_a_giraffe.gif);
	text-indent:-5000px;
}

#find_your_nearest:hover {
	background-position:0 100%;
}


/*---------------------
	NEWS & PRESS
*/

dl#news {
	width:270px;
	height:130px;
	padding:65px 10px 0 10px;
	background:url(/assets/giraffe/images/homepage/news_and_press.gif);
}

dl#news dt {
	width:40px;
	padding:5px 0;
	color:#FFF;
	text-align:center;
	float:left;
	margin-right:10px;
	clear:left;
	background:url(/assets/giraffe/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(/assets/giraffe/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(/assets/giraffe/images/homepage/flickr_link.gif);
	text-indent:-5000px;
}

#flickr .facebook_link{
	display:block;
	position:absolute;
	right:0;
	top:0;
	width:165px;
	height:57px;
	background:#3b5998 url(/assets/giraffe/images/homepage/facebook_link.gif);
	text-indent:-5000px;
}