/*
*************************************************
Winestore
Print Stylesheet

Author:		andCulture, info@andCulture.com
Updated:	February 19, 2009
Notes:		None
*************************************************
*/


/* HIDE DIVS */
.hide, #nav, #sidebar, #menu, #loginStatus, div.c-bar, ul#mywinestore-menu { display: none; }

/* HIDING BACKGROUNDS */
body, #header, #footer { background: none !important; }

/* RECONFIGURE ELEMENTS */
#wrap,
#content,
#primary,
#secondary,
#footer { margin: 0 !important; padding: 0; width: auto !important; min-height: auto; float: none; }

#header { height: 60px; }
#logo, #logo a { margin: 0 0 10px 0; height: 42px; left: 0; top: 0; background: none; }
#logo a img { display: inline; width: 179px; height: 42px; }
#content { float: none; }
#footer { padding-top: .5em; border-top: 1px solid #998 !important; left: 0; }

/* FIX IMAGE REPLACEMENTS */
#winekey h2,
#winekey dl dt,
#tasting-notes h2 { background: none; text-indent: 0; }
#tasting-notes h2 { color: #333; text-transform: uppercase; }

/* WINE LIST */
ul.wine-list li div.relevancy { border: 1px solid #FC2288; }

/* LOCATION PAGE */
#store-photos { margin: 0; }
dl#store-hours { width: 30em; }

/* WINE PAGES */
body.wine-details #content { border-top: 1px solid #FFF; }

/* MY WINESTORE PAGES */
body.mywinestore h1 { margin-left: 0; }
body.order-details #primary { width: 75% !important; }
body.order-details #secondary { width: 24% !important; }

/* HOME PAGE */
body.home #intro { margin-left: 200px; padding-top: 200px; }
body.home #intro h1 { margin: 0 0 7px 0; }
body.home #intro p { margin: 0; padding-left: 4px; }
body.home #content { background: #FC2288; }
#featured-wine-info { margin-left: 200px; width: 450px; left: 0; }
#featured-wine-photo { margin: 0; left: 0; }
body.home #footer { padding-top: 50px; border-top: 0 !important; }