




/*
     FILE ARCHIVED ON 3:27:34 Jan 16, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 23:29:04 Mar 8, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/* $Id: local-sample.css,v 1.2 2010/11/01 17:37:53 aross Exp $ */ 

/**
 * @file
 * Put your custom CSS and CSS overrides in this file
 */

/* HOW TO USE LOCAL.CSS */
/* Put your custom CSS and CSS overrides in this file and  */
/* rename it local.css.  By restricting your CSS changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.  You can also */
/* use a local-rtl.css file for the equivalent in RTL.     */

/* Steps to activate local.css:                       */
/* 1. Add your custom CSS to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Clear cached data at admin/settings/performance */


/* USING CSS3 PIE */

/* To use CSS3 PIE and have CSS3 round corners rendered in IE */
/* follow instructions for installing the PIE .htc file found */
/* in README.txt in the PIE directory and uncomment the       */
/* following code.                                             */

/*
.round-corners-3 .primary-menu,
.round-corners-3 h2.block-title,
.round-corners-3 .main-wrapper .block .inner,
.round-corners-3 .preface-top-wrapper .block .inner,
.round-corners-3 .postscript-bottom-wrapper .block .inner,
.round-corners-3 .footer-wrapper .block .inner,
.round-corners-3 fieldset,
.round-corners-3 div.comment,
.round-corners-3 .node div.links,
.round-corners-3 #footer,
.round-corners-7 .primary-menu,
.round-corners-7 h2.block-title,
.round-corners-7 .main-wrapper .block .inner,
.round-corners-7 .preface-top-wrapper .block .inner,
.round-corners-7 .postscript-bottom-wrapper .block .inner,
.round-corners-7 .footer-wrapper .block .inner,
.round-corners-7 fieldset,
.round-corners-7 div.comment,
.round-corners-7 .node div.links,
.round-corners-7 #footer,
.round-corners-11 .primary-menu,
.round-corners-11 h2.block-title,
.round-corners-11 .main-wrapper .block .inner,
.round-corners-11 .preface-top-wrapper .block .inner,
.round-corners-11 .postscript-bottom-wrapper .block .inner,
.round-corners-11 .footer-wrapper .block .inner,
.round-corners-11 fieldset,
.round-corners-11 div.comment,
.round-corners-11 .node div.links,
.round-corners-11 #footer {
  behavior: url(/web/20160116032734/http://juliettesbakeryanddeli.com/sites/all/themes/mixnmatch/PIE/PIE.htc);
}

.round-corners-3 h2.block-title,
.round-corners-7 h2.block-title,
.round-corners-11 h2.block-title {
  position: relative;
  z-index: 0;
}
*/


/* SET BACKGROUND IMAGES */

/* NOTE: you may need to add a 1px border or a negative margin to get it to */
/* line up well with the primary menu navigation                            */

/* Add a custom header background (above navbar) here */
.header-group-wrapper {
}

/* Add background image to preface top region (right below the navbar) */

/* IMPORTANT: If there are no blocks in the preface top region, set */
/* an image here, and set a height equal to your image              */
#preface-top-container{
}
/* If there are blocks in the preface top region, use the following instead */
#preface-top {
}

div.smallh {
height: 30px;
}

div.2smallh {
height: 40px;
}

div.shortw {
width: 955px;
}

div.shorterw {
width: 953px;
}

div.liht {
height: 60px
}

div.longw {
float: right;
width: 955px;
}


