/* CSS Document */
/*This is the code for the background section of the pages it does not change*/

/*==============================================

				GLOBAL ITEMS

==============================================*/

* {
	border: 0px solid red;
}

body,html {
	padding: 0px;
	margin: 0px;
	height: 100%;

	color: #4D3026;
	background: url(images/menuBG.jpg) repeat-y;

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 150%;
	font-weight: bold;

}

img {
	border: 0;
}

.italic {
	font-style: italic;
}


/*left div that contains the book binding jpg*/
#container {
	width: 100%;
	height: 100%;
}


/*center div block which holds the menu divs blocks*/	
.centercontent {
	background: #fcefd1;
	margin: 0 192px 0 127px;
	padding: 0;
	width:800px;	
	border: 1px solid #6E4424;
	height: auto !important;
	height: 100%;
	min-height: 100%;	
}

/* top main navigation */
#primaryNav {
	width: 800px;
	padding: 20px 0 0 130px;
}

#primaryNav div.wrapper {
	height: 20px;
 	font-size: 10px;
		
}


#primaryNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 40px;
}

#primaryNav li {
	float: left;
}

#primaryNav a,
#primaryNav a:link {
	color: black;
	text-decoration: none;
}

#primaryNav a,
#primaryNav a:link {
	color: #fcefd1;
	text-decoration: none;
}

#primaryNav a:hover {
	text-decoration: underline;
}

#primaryNav li.menuNavOn {
	color: #796e39;
}


/* specific primary nav controls */

#janiesjournal {
	background: url(images/nav/janiesjournal_off.gif) no-repeat;
	
	position: absolute;
	z-index: 6;

	left: 275px;
	
	
}


#janiesjournal img {
	width: 130px;
	height: 40px;
}

/* primary nav buttons, unique CSS for each one */

#janiesfixins {
	background: transparent url(images/nav/janiesfixins_off.gif) no-repeat top left;
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/nav/janiesfixins_on.png', sizingMethod='scale');
	background: url(images/nav/janiesfixins_on.png) no-repeat; */	
	
	position: absolute;
	z-index: 5;
	
	left: 370px;	
}


#janiesfixins img {

	width: 130px;
	height: 40px;
}


#beerwineandhooch {
	background: url(images/nav/beerwineandhooch_off.gif) no-repeat;
	position: absolute;
	z-index: 4;
	
	left: 470px;		
}

#beerwineandhooch img {
	width: 130px;
	height: 40px;
}



#theroutetojanies {
	background: url(images/nav/theroutetojanies_off.gif) no-repeat;
	position: absolute;
	z-index: 3;
	
	left: 570px;
}


#theroutetojanies img {
	width: 130px;
	height: 40px;
}

#cateringandgettogethers {
	background: url(images/nav/cateringandgettogethers_off.gif) no-repeat;
	position: absolute;
	z-index: 2;
	
	left: 670px;	
}


#cateringandgettogethers img {
	width: 130px;
	height: 40px;
}

#givejanieaholler {
	background: url(images/nav/givejanieaholler_off.gif) no-repeat;
	position: absolute;
	z-index: 1;
	
	left: 770px;	
}

#givejanieaholler img {
	width: 130px;
	height: 40px;
}


#primaryNav li.activeNav {
	z-index: 9;
	margin: 1px 0 0 0;

}


.activeNavImage {
	width: 130px;
	height: 40px;
}

/* used to make DIVs not
windowshade up when they
should stretch vertically */
.clear { 
	clear: both; 
	height: 1px;
	width: 100%;
	border: 0px solid red;
}
			
			
			







/* ===========================================

				JOURNAL SECTION 

 =========================================== */

/* janie's story */
.centercontentJournal {
	padding: 20px 0 0 0;
	background: url(images/bg_generic1.gif) bottom right no-repeat;

}

	
#journalContainer {
	width: 700px;
	padding: 50px 0 0 60px;
	background: url(images/head_janiesjournal.gif) no-repeat top left;
	background-position: 50px 0px;
}
	
p.journaltext {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4D3026;
	text-align: left;
	font-style: normal;
	line-height: 16px;
	width: 400px;
	margin: 0;
	padding: 0 0 10px 0;	
}

/*right div that contains the old time picture*/
		
#rightcontent {
 	position: absolute;
 	top: 150px;
 	left: 750px;
	
}


/* featured favorites */

.header {
	font-size: 1.5em;
	font-style: italic;
	color: #b04c21;	
	padding: 30px 0 10px 0;
	width: 100%;
	clear: both;
}


#featuredFavorites {
	width: 300px;
	float: left;
	padding: 0px 30px 30px 60px;
}

.favorite {
	padding: 0 0 10px 0;
}

.favoriteTitle {
	font-size: 1.3em;
}

.favorite img {
	display: none;
}


/* buzz about janie's */

#buzzAboutJanies {
	width: 300px;
	float: left;
	padding: 0px 30px 30px 30px;
}

.buzz {
	padding: 0 0 10px 0;
}

.buzzTitle {
	font-size: 1.3em;
}

		
			
			

/*column menu navigation within the centercontent block contains janie image and menu navigation*/


/*==============================================

				MENU PAGES

==============================================*/

/* Main Container */

.centercontentMenu {
	background: url(images/bg_generic2.gif) repeat-y;
	height: auto !important;
	height: 100%;
	min-height: 100%;		
}

.centercontentMenu div.category {
	
	background: url(images/head_janiesfixins.gif) no-repeat top left;
	width: 500px;
	border: 0px solid red;
	padding: 60px 0 0 10px;
	margin: 0;
}


/* navigation left side */

#leftmenunav {
	float: left;
	width: 150px;
	background: #4c4a18 url(images/4c4a18_150.gif) repeat-y;
	position: relative;
}
 

#leftmenunav img {
	padding: 15px 15px 0px 15px;
	margin: 0 0 20px 0;
	background: #796e39;
}

#leftmenunav ul {
	list-style-type: none; 
	padding: 0;
	margin: 0;
}

#leftmenunav li {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 5px 20px;
}

#leftmenunav a,
#leftmenunav a:link {
	color: #fcefd1;
	text-decoration: none;
}

#leftmenunav a:hover {
	text-decoration: underline;
}

#leftmenunav li.menuNavOn {
	color: #796e39;
}




/* menu container */

.menucontent {
	width: 640px;
	float: left;
	
	padding: 10px 0 0 10px;

}
 
#rightmenunav {
	float:right;
	width: 150px;
	position: relative;
	margin-left: 1px;
 
}
 
#rightmenunav p {
	font-family: Arial, Helvetica, sans-serif;
	color: #796e39;
	padding-top:  .5em;
	text-align: right;
 
}
 
.subHeader {
 	clear: both;
 	width: 100%;
 	color: #b04c21;
 	padding: 25px 0 5px 0;
 	font-size: 1.2em;
}




/* container for all menu items on 1 page view */
 
.category {
	padding: 20px 0 10px 10px;
} 


.category div.header {
	padding: 0 0 5px 0;
}


/* CSS used on ALL menu items or SHARED between them all  */

.menuItem p,
.menuItem2 p,
.menuItem3 p {
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
	border:0px solid red;
	_line-height: 1px;
}




/* without price on title */


.menuItem {
	padding: 10px 0 0px 0px;
	width: 400px;
	padding: 0;
	margin: 0;
}
 
.menuItem div.menuTitle {

	padding: 5px 4px 0 0;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	
} 


.menuItem div.menuDesc {
	width: 400px;	

	background:  url(images/menu_dottedLine.gif) repeat-x;		
	font-size: 8pt;
	margin: 0;
	border: 0px solid orange;
}


.menuItem div.menuDesc div.price {
	float: right;
	font: bold normal 11px Arial, Helvetica, sans-serif;
	padding: 0px 0 0 5px;
	background: #FCEFD1;
	border: 0px solid red;
}


.menuItem div.menuDesc div.description {
	padding: 0 5px 0 20px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	float: left;
	max-width: 300px;
	background: #FCEFD1;
}





/* WITH price on title */
.menuItem2 {
	padding: 0;
	margin: 0;
	width: 400px;

}



.menuItem2 div.menuTitle {
	background: url(images/menu_dottedLine.gif) repeat-x center;
	_background: url(images/menu_dottedLine.gif) repeat-x top;
	_background-position: 0 5px;
	padding: 5px 0 0 0;
	font-size: 12px;
	
}

.menuItem2 div.menuTitle div.description {
	float: left;
	background: #FCEFD1;
	padding: 0 5px 0 0;
}

.menuItem2 div.menuTitle div.price {
	float: right;
	background: #FCEFD1;
	font: bold normal 11px Arial, Helvetica, sans-serif;
	padding: 0 0 0 5px;
}

.menuItem2 div.menuDesc {
	background:  url(images/menu_dottedLine.gif) repeat-x center;
	_background: url(images/menu_dottedLine.gif) repeat-x top;
	_background-position: 0 5px;	
}

.menuItem2 div.menuDesc div.description {
	float: left;
	padding: 0 4px 0 20px;
	background: #FCEFD1;
	
}

.menuItem2 div.menuDesc div.price {
	float: right;
	font: bold normal 11px Arial, Helvetica, sans-serif;
	padding: 0px 0 0 5px;
	background: #FCEFD1;
}


/* without price on title and REALLY REALLY REALLY long description lists */

.menuItem3 {
	padding: 10px 0 0px 0px;
	width: 400px;
	padding: 0;
	margin: 0;
}
 
.menuItem3 div.menuTitle {

	padding: 5px 4px 0 0;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border: 0px solid orange;
} 


.menuItem3 div.menuDesc {
	width: 400px;	

	background: url(images/menu_dottedLine.gif) repeat-x center;
	font-size: 8pt;
	margin: 0;
	border: 0px solid orange;
}

.menuItem3 div.menuDescPlain {
	width: 400px;	

	font-size: 8pt;
	margin: 0;
	border: 0px solid orange;
}


.menuItem3 div.menuDesc div.price,
.menuItem3 div.menuDescPlain div.price {
	float: right;
	font: bold normal 11px Arial, Helvetica, sans-serif;
	padding: 0px 0 0 5px;
	background: #FCEFD1;
	border: 0px solid red;
}


.menuItem3 div.menuDesc div.description,
.menuItem3 div.menuDescPlain div.description {
	padding: 0 5px 0 20px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	float: left;
	max-width: 300px;
	background: #FCEFD1;
	
	margin: -2px 0 0 0;
}


.menuItem div.menuTitle p,
.menuItem2 div.menuTitle p,
.menuItem3 div.menuTitle p {
	border: 0px solid red;
	_line-height: 1px;
	_height: 3px;
	_margin: 1px;
	_padding: 0;
	_font-size: 1px;
}




#menufooter {
	clear: both;
	height: 1px;
}




/*column navigation withing the centercontent block*/


/* ===========================================

				BEER WINE AND HOOCH 

 =========================================== */


.centercontentBeerwinehooch {
	background: url(images/bg_generic2.gif) repeat-y;
	padding-bottom: 300px;
}
 
.centercontentBeerwinehooch div.category {
	padding: 0 0 0 10px;
	background: url(images/head_beerwineandhooch.gif) no-repeat top left;
	width: 500px;

}

.centercontentBeerwinehooch div.categoryDescription {
 	margin: 0 0 0 150px;
 	padding: 30px 0 0 0;
 	height: 130px;
 	width: 250px;
}
 



/* ===========================================

				CATERING SECTION 

 =========================================== */

.centercontentCatering {
	padding: 20px 0 0 0;
	background: #fcefd1 url(images/bg_generic3.gif) no-repeat top right;
}
 
 
#cateringBody {
	width: 450px;
	padding: 50px 0 30px 60px;
	background: url(images/head_catering.gif) no-repeat top left;
	background-position: 50px 0px;	
	
}


#cateringBody p {
	margin: 0;
	padding: 0 0 10px 0;
}


#cateringBody ul {
	margin: 0 0 10px 20px;
}

#cateringBody li {
	_margin: 5px 0 0 40px;
}




/* ===========================================

				HOLLER SECTION 

 =========================================== */
 
.centercontentHoller {
	padding: 20px 0 0 0;
	background: url(images/bg_generic1.gif) no-repeat bottom right;
	position: relative;
}
 
.centercontentHoller form {
	width: 270px;
	padding: 50px 0 30px 60px;
	background: url(images/head_givejanieaholler.gif) no-repeat top left;
	background-position: 50px 0px;	
	float: left;
}

.centercontentHoller input {
	float: right;
	border: 1px solid #cccccc;
	width: 170px;
}


.centercontentHoller label {
	float: left;
	width: 80px;
	text-align: right;	
}

.centercontentHoller #testID textarea {
	float: right;
	width: 170px;
	height: 130px;

}

.centercontentHoller select {
	float: right;
	width: 170px;
}

#formDescription {
	width: 170px;
	height: 100px;
	border: 1px solid #cccccc;
	
}


.centercontentHoller p {
	clear: both;
	padding: 0 0 20px 0;
}

.centercontentHoller p.greyText {
	color: #cccccc;
}

.centercontentHoller p.error {
	border: 0px solid red;
	color: red;
}

.centercontentHoller div.errorTitle {
	padding: 20px;
	width: 300px;
	background: #cccccc;
	border: 2px solid #666666;
}

.centercontentHoller p.alert {
	background: yellow;
}

.centercontentHoller p.required label {
	font-weight: bold;
	font-size: 10px;
}

.centercontentHoller p.formSubmit input{
	border: 1px solid black;
}

.centercontentHoller p.unchanged label {
	color: red;
}

.errorHeader {
	font-weight: normal;
	border-bottom: 1px solid #666666;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}

.errorContainer {
	font-weight: normal;
}

.errorHeader h1 {
	font-size: 14px;
}

.emailSent {
	padding: 20px;
	width: 100%;
	height: 400px;
}

.hours {
	padding: 45px 200px 0 30px;
	width: 200px;
	float: left;

}

.hours h2 {
	color: #b04c21;	
	font-size: 1em;
	padding: 5px 0px 0px 0px;
}

.hours p {
	text-align: left;
	clear: both;
	padding: 0 0 5px 0;
	margin: 0;
}

.hours p span {
	float: right;
	text-align: left;
	width: 90px;
}

.contactInfo {
	width: 200px;
	float: left;
	padding: 20px 0 0 30px;
}

.contactInfo p {
	margin: 0;
	padding: 0;
}

.contactInfo h2 {
	color: #b04c21;	
	font-size: 1.5em;
	padding: 5px 0px 0px 0px;
}

/* ===========================================

				ROUTE TO JANIE'S 

 =========================================== */

 .centercontentRoutetoJanies {
	padding: 20px 0 0 0;
	background: url(images/bg_generic1.gif) no-repeat bottom right;
}
 
.centercontentRoutetoJanies div.mapContainer {
	padding: 50px 0 30px 60px;
	background: url(images/head_routetojanies.gif) no-repeat top left;
	background-position: 50px 0px;	

}
 
.centercontentRoutetoJanies div#map {
	width: 500px; 
	height: 300px;
	margin: 20px 0 0 0;
}


/* ===========================================

				BOTTOM PICS on MENUS

 =========================================== */
 
 .bigPic {

 	position: absolute;
 	top: 200px;
 	left: 750px;
 }
 
 .bigPic img {
 	width: auto;
 	height: auto;

 }
 
 .bottomLeftPic {
 	margin: 0 0 0 -15px;
 	padding: 40px 0 0 0;
 	position: relative;
 }

 .centerPic {
 	margin: 20px 0 0 -10px;
	border: 0px solid red;

 }

 
 div.globalFooter {
	text-align: center;
	clear: both; 
	padding-bottom: 30px;
	padding-top: 100px;
	font-size: 9px;
	line-height: 12px;
	color: #fcefd1;
 }
 