/* Creperie CSS */

body  {
	font: 100% Comic Sans MS, Arial, Helvetica, sans-serif;
	background: #f7f3e4;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	/* background-image: url(Images/striped_bkgd_jnj_cream.gif); */
	background-image: url(Images/brownbackground.jpg);
}
.thrColFixHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow: hidden;
	/* font-variant: small-caps; */
	/* height: auto; */
} 

#countdown1 {
  color: red;
	/* text-decoration: underline; */
	font-family: "arial, verdana";
	font-size: 14px;
	font-weight: bold;
	/* border-style: ridge; */
	/* border-color: brown; */
	font-stretch: ultra-expanded;
	letter-spacing: 0.10cm;
	font-variant: small-caps;
}
 
#headercontainer {
	display: inline;
	width: 780px;
	height: 120px;
	/* font-variant: small-caps; */
}
#header { 
	float: left;
	width: 500px;
	background: #ffffff; 
	padding: 0 10px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header2 {
	margin-top: 8px;
	float: right;
	width: 200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: right;
	background-color: #FFFFFF;
	display: block;
	padding-top: 0px;
	padding-right: 5px;
} 
#header2 p {
	/* not used anymore */
	float: right;
	width: 200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: right;
	background-color: #FFFFFF;
	display: block;
	padding-top: 0px;
	padding-right: 5px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	font-size: 12px;
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 370px;
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
	overflow: hidden;
}
.thrColFixHdr #sidebar2 {
	font-size: 14px;
	float: right; /* since this element is floated, a width must be given */
	width: 130px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 370px;
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
	overflow: hidden;
}
#sidebar2window1 {
	padding: 32px 5px 12px 10px;
	#padding: 32px 5px 14px 10px;
	/* height: 80px; */
	top: 0px;
	overflow: hidden;
	position: static;
}
#sidebar2window2 {
	padding: 0px 5px 12px 10px;
	#padding: 0px 5px 14px 10px;
	/* height: 80px; */
	overflow: hidden;
	top: 110px;
	position: static;
}
#sidebar2window3 {
	padding: 0px 5px 25px 10px;
	/* height: 80px; */
	overflow: hidden;
	top: 220px;
	position: static;
}
.thrColFixHdr #mainContent {
	text-align: center;
	height: inherit;
	margin: 0px 0px 0px 0px;
	padding: 13px 5px 15px 5px;
	font-size: x-small;
	height: 370px;
} 
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.rollover a {
	display: -moz-inline-box;
	display: inline-block;
	width: 149px;
	height: 20px;
	padding: 0px 0px 0px 0px;
	/* margin: 0px 0px 0px 0px; */
	border: none;
	font-size: small;
	/* font-variant: small-caps; */
	text-decoration: none;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	color:#333;
	background: url("Images/button.gif") 0 0 no-repeat;
	text-align: -moz-center;
	#text-align: center;
	vertical-align: top;
}
.rollover a:link {
	color: #000000;
}
.rollover a:visited {
	color: #000000;
}
.rollover a:hover { 
	background-position: 0 -20px;
	color: #049;
	text-decoration: none;
}
.rollover a:active {
	background-position: 0 -40px;
	color:#fff;
}
.rollover2 a {
	display: -moz-inline-box;
	display: inline-block;
	width: 149px;
	height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: none;
	font-size: small;
	/* font-variant: small-caps; */
	text-decoration: none;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	color:#333;
	background: url("Images/button.gif") 0 0 no-repeat;
	background-position: 0 -1px;
	text-align: -moz-center;
	#text-align: center;
	vertical-align: top;
}
.rollover2 a:link {
	color: #000000;
}
.rollover2 a:visited {
	color: #000000;
}
.rollover2 a:hover { 
	background-position: 0 -20px;
	color: #049;
	text-decoration: none;
}
.rollover2 a:active {
	background-position: 0 -40px;
	color:#fff;
}
/*
.rollover li {
	display: inline;
	width: 150px;
	list-style-type: none;
	padding-left: 0px;	
}
*/
#menubar {
	display: block; 
	background: #ffffff; 
	padding: 0px 0px 0px 0px;
	width: 780px;
	height: 20px;
	background-image: url("Images/button.gif");
	vertical-align: top;
	text-align: -moz-center;
	#text-align: center;
}
#menubar2 {
	display: block; 
	background: #ffffff; 
	padding: 0px 0px 0px 0px;
	width: 780px;
	height: 20px;
	background-image: url("Images/button.gif");
	background-position: 0 -1px;
	vertical-align: top;
	text-align: -moz-center;
	#text-align: center;
}
#newfooter {
	font-size: x-small;
}
.twoColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow: hidden;
}
.twoColFixCtr #mainContent {
	height: 470px;
	padding: 15px 15px 15px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixCtr #sidebar1 {
	font-size: small;
	float: left; /* since this element is floated, a width must be given */
	width: 75px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 420px;
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow: hidden;
	/* font-variant: small-caps; */
}
.oneColFixCtr #mainContent {
	height: 370px;
	padding: 15px 15px 15px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: small;
	background-image: url('/Images/backgrounds/artichoke_crepe_tall_400h.jpg');
	/* background-image: url(http://new.creperiebyjacknjills.com/Images/backgrounds/rotator.php); */
	background-repeat: no-repeat;
	background-position: top right;
}
.oneColFixCtr #mainContentLocation {
	height: 370px;
	padding: 15px 15px 15px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: small;
	background-image: url('/Images/backgrounds/artichoke_crepe_tall_400h_location.jpg');
	/* background-image: url(http://new.creperiebyjacknjills.com/Images/backgrounds/rotator.php); */
	background-repeat: no-repeat;
	background-position: top right;
}
.oneColFixCtr #sidebar1 {
	font-size: x-small;
	float: left; /* since this element is floated, a width must be given */
	width: 100px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 625px;
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 35px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.oneColFixCtrMenu #container {
	height: 580px;
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow: visible;
}
.oneColFixCtrMenu #mainContent {
	height: 420px;
	/* overflow: auto; */
	padding: 5px 20px 15px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 11px;
}
.oneColFixCtrMenu #sidebar1 {
	font-size: small;
	/* font-variant: small-caps; */
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 330px;
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 35px 10px 7px 20px;
	#padding: 35px 10px 21px 20px; /* padding keeps the content of the div away from the edges */
	background-image: url('Images/backgrounds/mushroom_crepe_tall_200.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
}
a:link {
	text-decoration: none;
	color: #990000;
	border-style: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #0033FF;
}
.xsmall {
	font-size: x-small
}
.menutitle {
	font-size: 16px;
	font-weight: bold;
	background-color: #FFFFFF;
}
.menucategory {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	background-color: #CCCCCC;
}
.menuitem {
    font-size: 12px;
	/* font-variant: small-caps; */
	padding-left: 20px;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFFFF;
}
.menuitemdesc {
    font-size: 10px;
	font-style: italic;
	padding-left: 20px;
	font-weight: normal;
	font-variant: normal;
}
#contact {
	table-layout: automatic;
}
#contactname {
	padding: 0px 20px 0px 0px;
}


[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 140px; }
.thrColFixHdr #sidebar2 { width: 140px; }
.oneColFixCtr #sidebar1 { width: 100px; }
</style>
<![endif]


[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1, oneColFixCtr #sidebar1 { padding-top: 0px; }
<!-- .thrColFixHdr #mainContent, oneColFixHdr #mainContent { zoom: 1; } -->
/* .oneColFixCtrMenu #sidebar1 { height: 335px; padding: 35px 10px 21px 20px; } */
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]

