/* Martin's Pretzels styles */

html { 
	background: #fff url(/images/ghost_pretzel.gif) no-repeat 0px 98px fixed;	
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	}

body { 
	margin: 0; 
	padding: 0;
	font-size: 10px;
	 }

#main { clear: both; }
	 
#content { 
	width: 580px;
	height: 600px;
	padding: 10px;
	position: absolute;
	top: 60px;
	left: 252px;
	}	
	
#content_home { 
	width: 580px;
	height: 600px;
	padding: 10px;
	position: absolute;
	top: 90px;
	left: 252px;
	}	

#footer { 
	margin-left: 20px;
	margin-right: auto;
	clear: both; 
	position: absolute; 
	bottom: -40px;
	 }	

/* logo styles */

#logo { 
	position: absolute;
	top: 13px;
	left: 9px;
	width: 243px;
	height: 53px;
	}
#logo a:link, #logo a:visited, #logo a:active { 
	display: block;
	height: 53px;
	width: 243px;
	background: url(/images/full_logo.gif) no-repeat;
	 }

#logo a:link span,
#logo a:visited span,
#logo a:active span  { display: none }

#bucket {
	position: absolute;
	top: 396px;
	left: 45px;
	height: 200px;
	}
	
/* block and element styles */

div.callout { 
	width: 33%;
	float: right;	
	margin: 5px;
	padding:10px;
	border: 1px solid #f90;
	color: #963;
	font-size: 1.5em;
	font-weight: 500;
	}

img { 
	float: left; 
	margin: 10px 10px 10px 0px; 
	border: 0;
	}
img.right { float: right; }	
img.icon { margin: 0px 0px 0px 5px }
img.navicon { margin: 0px 0px 0px 0px }


#content p { margin-bottom: 20px; font-size: 1.4em }
#content li { font-size: 1.4em }
ul li { list-style: square; color: #f90; }
ul li span { color: #000 }

/* navigation item blocks */
/* general styles */

ul#sitenav {
	margin-left: 30px;
	margin-top: 40px;
	text-decoration: none;
	float: left;
	list-style: none;
	}
	
ul#sitenav li { 
	float: left; 
	margin-right: 1px;
	height: 38px; 
	width: 79px;
	list-style: none;
	  }		
	  
ul#sitenav a { 
	text-decoration: none;
	display: block;
	width: 79px;
	height: 25px;
	 }
ul#sitenav li span { display: none }

/* specific styles */
/* starting backgrounds */
ul#sitenav a.home:link, a.home:visited { 
	background: url(/images/icons/home_out.gif) no-repeat;
	}	
ul#sitenav a.order:link, a.order:visited { 
	background: url(/images/icons/order_out.gif) no-repeat;
	}		
ul#sitenav a.market:link, a.market:visited { 
	background: url(/images/icons/market_out.gif) no-repeat;
	}	
ul#sitenav a.reviews:link, a.reviews:visited { 
	background: url(/images/icons/reviews_out.gif) no-repeat;
	}		 
ul#sitenav a.bakery:link, a.bakery:visited { 
	background: url(/images/icons/bakery_out.gif) no-repeat;
	}	
ul#sitenav a.lore:link, a.lore:visited { 
	background: url(/images/icons/lore_out.gif) no-repeat;
	}	
ul#sitenav a.contact:link, a.contact:visited { 
	background: url(/images/icons/contact_out.gif) no-repeat;
	}				
ul#sitenav a.orderhere:link, a.orderhere:visited { 
	background: url(/images/icons/order_out.gif) no-repeat;
	}				
	
/* rollover backgrounds */
ul#sitenav a.home:hover, a.home:active { 
	background: url(/images/icons/home_over.gif) no-repeat;
	}	
ul#sitenav  a.order:hover, a.order:active { 
	background: url(/images/icons/order_over.gif) no-repeat;
	}		
ul#sitenav a.market:hover, a.market:active { 
	background: url(/images/icons/market_over.gif) no-repeat;
	}	
ul#sitenav a.reviews:hover, a.reviews:active { 
	background: url(/images/icons/reviews_over.gif) no-repeat;
	}		 
ul#sitenav a.bakery:hover, a.bakery:active { 
	background: url(/images/icons/bakery_over.gif) no-repeat;
	}	
ul#sitenav a.lore:hover, a.lore:active { 
	background: url(/images/icons/lore_over.gif) no-repeat;
	}	
ul#sitenav a.contact:hover, a.contact:active { 
	background: url(/images/icons/contact_over.gif) no-repeat;
	}				
ul#sitenav a.orderhere:hover, a.orderhere:active { 
	background: url(/images/icons/order_over.gif) no-repeat;
	}				

ul#sitenav a.realpage { background: transparent }

/* different icons for active pages */
ul#sitenav a.orderherepage:link, a.orderherepage:active, a.orderherepage:visited, a.orderherepage:hover { 
	background: url(/images/icons/order_active.gif) no-repeat;
	}
	
ul#sitenav a.marketpage:link, a.marketpage:active, a.marketpage:visited, a.marketpage:hover { 
	background: url(/images/icons/market_active.gif) no-repeat;
	}
		
ul#sitenav a.reviewspage:link, a.reviewspage:active, a.reviewspage:visited, a.reviewspage:hover { 
	background: url(/images/icons/reviews_active.gif) no-repeat;
	}
	
ul#sitenav a.bakerypage:link, a.bakerypage:active, a.bakerypage:visited, a.bakerypage:hover { 
	background: url(/images/icons/bakery_active.gif) no-repeat;
	}
	
ul#sitenav a.lorepage:link, a.lorepage:active, a.lorepage:visited, a.lorepage:hover { 
	background: url(/images/icons/lore_active.gif) no-repeat;
	}		

ul#sitenav a.contactpage:link, a.contactpage:active, a.contactpage:visited, a.contactpage:hover { 
	background: url(/images/icons/contact_active.gif) no-repeat;
	}		
	
/* positions */
ul#sitenav li a { position: absolute; height: 38px; width: 79px; }
ul#sitenav li a.orderhere, a.orderherepage { top: 70px; left: 91px }
ul#sitenav li a.market, a.marketpage { top: 166px; left: 130px }
ul#sitenav li a.reviews, a.reviewspage { top: 190px; left: 52px }
ul#sitenav li a.bakery, a.bakerypage { top: 235px; left: 12px }
ul#sitenav li a.lore, a.lorepage { top: 290px; left: 0px }
ul#sitenav li a.contact, a.contactpage { top: 350px; left: 16px }



/* fonts and headlines */

a:link { color: #963 }
a:hover { text-decoration: underline overline }
a:visited, a:active { color: #963 }


#content p.dropcap:first-letter {
	font-family: Times New Roman;
	float: left;
	padding-right: 3px;
	padding-top: 3px;
	font-size: 400%;
	line-height: .8em;
	font-weight: 800;
	color: #963;
	}
		
#content p.copyright,
#content p.legal { 
	font-size: 0.9em;	
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
	
	 }
#content p.legal { 
	font-size: 1em;
	text-align: left;
	 }
	 
#content p.copyright:first-letter,
#content p.plain:first-letter,
#content p.legal:first-letter { 
	font-weight: inherit;
	font-size: 100%; 
	color: #000; 
}	

#content h1,
#content_home h1 {
	font-family: Times New Roman;
	font-size: 3.2em;
	line-height: 1em;
	letter-spacing: -1px;
	text-align: center;
	word-spacing: -2px;
	text-decoration: none;
	text-align: left;
	color: #000;
	margin-bottom: 5px;
	}
#content h1+p { 	
	border-top: 2px solid #f90;
	padding-top: 10px;
	}
#content h1 span { color: #963 }
#content h1 a:link, 
#content h1 a:visited,
#content_home h1 a:link,
#content_home h1 a:visited { text-decoration: none }	
#content h1 a:hover span ,
#content_home h1 a:hover span { color: #f90;   }
#content h2 { 

	text-transform: uppercase;
	border-top: 2px solid #f90;
	padding-top: 10px;
	font-size: 2.2em;
	 }	
#content h3 { 	 
	border-top: 2px solid #f90;
	padding-top: 10px;
	}
#content h3, h4, h5, h6 { color: #963 }
#content h3 { font-size: 2.2em }
#content h4 { font-size: 1.3em }
h4, h5 { margin: 0; padding: 0 }

/* other elements */

hr { color: #fff; 
size: 5px; 
width: 450px; 
border: 1px double #f90; 
clear: both;
margin-top: 5px;
margin-bottom: 15px;
}
		
		
/* order form styles */

input, select { 
	border: 1px solid #ddd;
	font-size: 10px;
	 }
td.click { 
	text-align: right;
	}
		 
.subtotal {
	background: #f90;
	color: #fff;
	font-weight: bold;
	}
	
/* general table styles */


table th {
	font-size: 1.1em;
	color: #963;
	border-bottom: 1px solid #f90;
	text-align: left;
	vertical-align: bottom;
}		

table th.category { 
	padding-top: 15px;
	font-size: 1.2em;
	font-weight: bold;
		
 }
 
table td { 
	padding-top: 5px;
	vertical-align: top;
	 }
/* main table grid */

table.order_grid {

}

