/*
Theme Name: Craft | Craft New York
Theme URI: http://craftrestaurant.com/
Author: 1 Trick Pony
Author URI: http://1trickpony.com/
Description: Craft New York Specific Theme
Version: 1.0
Tags: custom
*/

#content-container { background:#000 url(images/bg-main.jpg) no-repeat 50% 0; }

#home { background:transparent url(images/bg-home.jpg) no-repeat 8px 0; }
	
	#home-lights { position:absolute; width:308px; height:110px; left:280px; background:url(images/bg-home-lights.png) repeat-x 0 0;}
	#home-lights-left { position:absolute; display:none; width:74px; height:110px; left:-90px; background:url(images/bg-home-lights.png) repeat-x 0 0;}
	#home-lights-right { position:absolute; display:none; width:74px; height:110px; left:970px; background:url(images/bg-home-lights.png) repeat-x 0 0;}

	#home-reservations {background:url(images/bg-home-reservations-bg.jpg) repeat-y 0 0; min-height: 185px; }
	#home-reservations .info { width:236px; min-height:135px; margin-bottom:10px; background:transparent url(images/bg-home-reservations.jpg) no-repeat 0 0; left:-5px; } 
	#home-reservations .btn, #home-reservations .btn:visited { display:block; float:left; width:65px; height:25px; margin-right:10px; color:#26170b; font-size:1.2em; line-height:25px; font-weight:700; text-align:center; text-decoration:none; text-transform:lowercase; font-family:futura-pt-1,futura-pt-2,sans-serif; background:url(images/bg-home-reservations-btn.jpg) no-repeat 0 0; }
		#home-reservations .btn:hover { color:#FFF; }
	#home-reservations .links .btn:first-child { margin-left:45px; }

	#home-news { width:185px; height:220px; padding:0 25px; background:transparent url(images/bg-home-news.png) no-repeat 0 0; }
	
	#home-logo { position:absolute; left:295px; top:140px; }
	
	#home-gallery { width:336px; height:262px; background:url(images/bg-home-gallery.jpg) no-repeat 0 0; }
	
	#home-gallery-link { width:158px; height:26px; padding:8px 0 0; color:#FFF; font-size:1.4em; font-family:futura-pt-1,futura-pt-2,sans-serif; font-weight:600; text-transform:lowercase; letter-spacing:.1em; background:url(images/bg-home-gallery-link.jpg) no-repeat 0 0; }
	
	#home-menu-holder { width:350px; height:166px; background:transparent url(images/bg-home-menu.png) no-repeat 0 0; }
		
	
#footer-container { position:relative; padding-top:12px; background:url(images/gfx-top-wood-bar.jpg) repeat-x 0 0; }

@media all and (min-width:1120px) { 
	#home-lights-left, #home-lights-right { display:block; }
}