/* basic setup*/
* {
	margin: 0;
	padding: 0;
}  
body {
	background: #fff url('/images/bg.gif') repeat-x 0 -134px;
	font: 0.688em/1.375em arial,sans-serif;
}             
div#wrapper {     
	margin: auto;
	width: 1000px;
}
div#container {    
	margin-left: 90px;
	overflow: auto;
	padding-bottom: 50px;
	width: 850px;
}
div.content { 
	float: left;
	margin-right: 30px;
	width: 523px;
}   
a img {
	border: 0;
}
a.jump {
	font-weight: bold;	
}
          
/* shared styles */
a {
	color: #d7090f;
	text-decoration: none;
}	                      
a:hover {
	text-decoration: underline;
}
h2,h3 {
	background: transparent url('/images/hdr_backgrounds.jpg') no-repeat;
	margin-bottom: 13px;
	position: relative;
	width: 523px;
} 
h2 a, h2 span, h3 a, h3 span {
	display: block;
	text-indent: -9999px;
	overflow: hidden;                                                         
}
h2, h2 a, h2 span {
	height: 76px;
}               
h2 {
	font-size: 1.455em;
}
h3 {
	background-position: 0 -76px; 
	font-size: 1.364em;
}             
h3, h3 a, h3 span {
	height: 38px;                                                         
}       
h4 {
	font-size: 1.818em;
}
h4, h4 a {
	color: #FF9400;
}  
h4, p {
	margin-bottom: 1.375em;
}      
div.links, 
ul.breadcrumb {
	background: transparent url('/images/hdr_backgrounds.jpg') no-repeat 0 -76px;
	height: 38px;
	list-style: none;
	margin-bottom: 32px;
	margin-left: 0 !important;
}
ul.breadcrumb a {
	background: transparent url('/images/subheaders.png') no-repeat;
	display: block;
	height: 38px;        
	text-indent: -9999px;
}
ul.breadcrumb li {
	float: left;
	margin-right: 20px;  
}
div.links a {
	background: transparent url('/images/buttons.png') no-repeat;
	display: block;   
	float: left;
	height: 38px;    
	margin-right: 10px;
	text-indent: -9999px;
	overflow: hidden;
}
div.post img {
	border: 1px solid #36aef0;
	margin: 0 10px 10px 0;
}     
p.sorry {
	color: #999;
	font-size: 1.818em;
	font-weight: bold;
}
ul	{
	list-style-image: url('/images/bullet_marble.gif'); 
	margin-left: 2em;
}     
ul.links {
	list-style-image: url('/images/bullet_arrow.gif');
	line-height: 2em; 
	margin-left: 1em;
}
.post_date {
	color: #bbb;
	font-size: 1.091em;
	font-weight: bold; 
	margin-top: -1.75em;
} 
ul.gallery {
	list-style: none;     
	margin-left: 0 !important;
	width: 105%;
}                   
ul.gallery li {
	float: left;
	margin: 0 8px 9px 0;    
	position: relative;
}
ul.gallery li img {
	border: 1px solid #36aef0;
	display: block;
	height: 96px;
	width: 96px;
}
ul.gallery li p {       
	background: transparent url('/images/bg_tooltip.gif') no-repeat bottom left;       
	color: #fff;
	left: 50px;
	padding: 5px 10px 22px;
	position: absolute;
	top: -50px;
	width: 100px;
	z-index: 10;
}
ul.gallery li p em, 
ul.gallery li p strong {
	display: block;
}
ul.gallery li p em {
	font-size: 0.8em;
	font-style: normal;
}
ul.gallery li p a {
	color: #fff;
	text-decoration: underline !important;
}

/* layout */
div#masthead {
	background: transparent url('/images/masthead_interior_blank.jpg') no-repeat;
	vbackground: transparent url('/images/masthead_interior.jpg') no-repeat;
	height: 301px;   
	position: relative;   
	text-align: center;
	width: 1000px;
}  
div#masthead embed, 
div#masthead object{
	margin-top: -134px;
}             
div#masthead h1, div#masthead a {
	text-indent: -9999px;
	overflow: hidden;
}      
div#masthead h1 a {
	display: block;
	height: 260px;
	width: 100%;
}
div#masthead ul#nav {
	left: 113px;
	list-style: none;
	list-style-image: none; 
	margin-left: 0 !important;
	position: absolute;
	top: 265px;
}
div#masthead ul#nav li {
	background: transparent url('/images/nav_labels.png') no-repeat; 
	float: left;
	margin-right: 30px; 
}
div#masthead ul#nav li#nav_gallery {
	background-position: 0 0;     
	width: 70px;
}
div#masthead ul#nav li#nav_flavors {
	background-position: 0 -27px;     
	width: 73px;
}
div#masthead ul#nav li#nav_about {
	background-position: 0 -54px;     
	width: 54px;
}
div#masthead ul#nav li#nav_order {
	background-position: 0 -81px;     
	width: 55px;
}
div#masthead ul#nav li#nav_blog {
	background-position: 0 -108px;     
	width: 46px;
}
div#masthead ul#nav li#nav_store {
	background-position: 0 -135px;     
	width: 50px;
}     
div#masthead ul#nav li#nav_extras {
	background-position: 0 -162px;     
	width: 63px;
}     
div#masthead ul#nav li#nav_events {
	background-position: 0 -189px;     
	width: 60px;
}     
div#masthead ul#nav li#nav_contact {
	background-position: 0 -216px;     
	width: 70px;
}     
div#masthead ul#nav li a {
	display: block;
	height: 24px;
}
div.sidebar {
	float: left;
	width: 290px;
}
div.sidebar a img,
div.sidebar div {
	margin-bottom: 32px;
}                  
div.sidebar h2 {
	background-image: none;  
	color: #167EC5; 
	font-weight: bold;
	height: auto; 
	text-transform: uppercase;
	width: auto;
}    
div.sidebar div {
	border: 5px solid #BFE5FF;
	padding: 20px;
}
div.sidebar p.copyright {
	background: #fff url('/images/sidebar_background.jpg') no-repeat;
	color: #fff;   
	font-weight: bold;
	height: 38px;   
	padding: 4px 6px;
	width: 278px;
}
div.sidebar p.copyright a {
	color: #fff;
	text-decoration: underline;
}
div.sidebar div.twitter,
div.sidebar div.twitter a img {
	margin: 0;
	padding: 0;
	border: 0;
}

/* interior headers */
.hdr_gallery span {
	background: transparent url('/images/headers.png') no-repeat 0 -57px; 
}
.hdr_flavors span {
	background: transparent url('/images/headers.png') no-repeat 0 -133px; 
}
.hdr_about span {
	background: transparent url('/images/headers.png') no-repeat 0 -208px; 
}
.hdr_order-faq span {
	background: transparent url('/images/headers.png') no-repeat 0 -283px; 
}
.hdr_blog span {
	background: transparent url('/images/headers.png') no-repeat 0 -359px; 
}
.hdr_store span {
	background: transparent url('/images/headers.png') no-repeat 0 -434px; 
}
.hdr_extras span {
	background: transparent url('/images/headers.png') no-repeat 0 -509px; 
}
.hdr_events span {
	background: transparent url('/images/headers.png') no-repeat 0 -584px; 
}
.hdr_contact span {
	background: transparent url('/images/headers.png') no-repeat 0 -659px; 
}
.hdr_press span {
	background: transparent url('/images/headers.png') no-repeat 0 -734px; 
}
.hdr_404 span {
	background: transparent url('/images/headers.png') no-repeat 0 -810px; 
}
.hdr_501 span {
	background: transparent url('/images/headers.png') no-repeat 0 -886px; 
}

/* home page */
body#home {
	background-position: 0 0 !important;
}
#home div#masthead {
	background: transparent url('/images/masthead_home_blank.jpg') no-repeat !important;
	vbackground: transparent url('/images/masthead_home.jpg') no-repeat !important;
	height: 435px !important; 
}     
#home div#masthead embed, 
#home div#masthead object{
	margin-top: 0 !important;
}             
#home div#masthead h1 a {
	height: 390px !important;
}
#home div#masthead ul#nav {
	top: 397px !important;
}       
#home div.links a#bt_more { 
	background-position: 0 11px;
	margin-left: 240px;
	width: 85px;
}
#home div.links a#bt_more:hover { 
	background-position: -200px 11px;
}
#home div.links a#bt_view_all {
	background-position: 0 -28px;
	width: 170px;
}
#home div.links a#bt_view_all:hover { 
	background-position: -200px -28px;
}
#home div.post img {
	float: left;
}     
.hdr_welcome {
	margin-bottom: 0px !important;
}
.hdr_welcome span {
	background: transparent url('/images/headers.png') no-repeat 0 18px; 
}
.hdr_latest_cakes a {
	background: transparent url('/images/subheaders.png') no-repeat 0 6px;
}       
.hdr_blog {
	clear: left;
}
.hdr_blog a {
	background: transparent url('/images/subheaders.png') no-repeat 0 -34px;
}   

/* specific pages */
#about div.content img.inline {
	margin-left: 10px; 
}                    
#blog h2, 
#gallery h2 {
	margin-bottom: 0 !important;
}
#blog div.links {
	position: relative;
}
#blog div.links a {
	position: absolute;
	top: 0px;
}
#blog div.links a#bt_next { 
	background-position: 0 -108px;
	left: 410px;
	width: 100px;
}
#blog div.links a#bt_next:hover { 
	background-position: -200px -108px;
}
#blog div.links a#bt_previous {
	background-position: 0 -68px;
	left: 15px;
	width: 130px;
}
#blog div.links a#bt_previous:hover { 
	background-position: -200px -68px;
}
#blog ul.links .post_date {
	color: #999;
	font-size: .85em;
	padding-left: 5px;
}
#contact form ul {         
	list-style: none;
	list-style-image: none; 
	margin-left: 0 !important;
}
#contact form li {
	clear: left; 
	margin-bottom: 1.25em;    
	padding: 3px;
}
#contact form li a {
	margin-left: 30%;
}          
#contact form li input, 
#contact form li textarea {
	width: 250px;
}
#contact form li label {
	float: left;
	font-weight: bold;
	width: 30%;
}
#contact form li span.hint {
	color: #666;
	display: block;
}
#contact form li.error {
	color: #fff;
	background-color: #d7090f;
}
#contact form li.submit {
	background: transparent url('/images/hdr_backgrounds.jpg') no-repeat 0 -76px;
}
#contact form li.submit input {      
	background: transparent url('/images/buttons.png') no-repeat 0 -148px;
	display: block;
	height: 38px;    
	text-indent: -9999px;
	overflow: hidden;
	width: 200px;
}
#contact form li.submit input:hover {      
	background-position: -200px -148px;
}
#extras ul#kudos {
	list-style: none;
	margin-left: 0 !important; 
	margin-top: -10px;
}  
#extras ul#kudos li { 
	background: transparent url('/images/hr01.gif') no-repeat bottom left;
	padding: 10px 0;
}      
#extras ul#kudos li p.author {
	color: #ff9e00;
	font-size: 1.25em;
	font-weight: bold; 
}
#extras ul#kudos li p.author .post_date {
	font-size: 0.85em;
	margin-left: 10px;
}
#extras ul.breadcrumb a#bt_kudos {   
	background-position: 0 -151px;
	width: 100px;
}
#extras ul.breadcrumb a#bt_vt {   
	background-position: 0 -191px;
	width: 180px;
}
#extras ul.breadcrumb a#bt_links {   
	background-position: 0 -231px;
	width: 90px;
}
#extras ul.breadcrumb a#bt_kudos:hover,
#extras ul.breadcrumb li.current a#bt_kudos  {   
	background-position: -300px -151px;
}
#extras ul.breadcrumb a#bt_vt:hover, 
#extras ul.breadcrumb li.current a#bt_vt {   
	background-position: -300px -191px;
}              
#extras ul.breadcrumb a#bt_links:hover, 
#extras ul.breadcrumb li.current a#bt_links {   
	background-position: -300px -231px;
}              
#events h3 {
	background: none;
	height: auto;
}
#events h4 {
	margin-bottom: .25em !important;
}      
#events p.thumb {   
	border: 1px solid #36aef0;     
	float: left;
	margin-right: 10px;
	overflow: hidden;
	width: 	150px;
}          
#events p.date {
	color: #FFA200;
	font-size: 1.091em;
	font-weight: bold; 
	margin-bottom: 0.25em !important;
}                 
#events p.location {
	color: #56090c;
	font-weight: bold;
	margin-bottom: 0.25em !important;
}
#events ul.list {
	list-style: none;
	margin-left: 0 !important;
}
#events ul.list li {
	background: transparent url('/images/hr01.gif') no-repeat bottom left;
	overflow: auto;                    
	padding-top: 10px;     
}  
#events ul.list li h4 {
	font-size: 1.364em;
}   
#flavors div.content ul {
	float: left;
	width: 29%;
}
#gallery img.detail {     
	border: 1px solid #36aef0;    
	margin-bottom: 1.375em;
}
#gallery ul.breadcrumb a#bt_shaped {   
	background-position: 0 -72px;
	width: 110px;
}
#gallery ul.breadcrumb a#bt_stacked {   
	background-position: 0 -112px;
	width: 120px;
}
#gallery ul.breadcrumb a#bt_shaped:hover,
#gallery ul.breadcrumb li.current a#bt_shaped  {   
	background-position: -300px -72px;
}
#gallery ul.breadcrumb a#bt_stacked:hover, 
#gallery ul.breadcrumb li.current a#bt_stacked {   
	background-position: -300px -112px;
	width: 120px;
}              
#gallery ul.gallery {
	clear: left; 
}
#order-faq dl dt { 
	background: transparent url('/images/hr01.gif') no-repeat top left;
	color: #FF9400;  
	font-size: 1.25em;
	font-weight: bold; 
	margin-top: 1.375em;   
	margin-bottom: 0.75em;     
	padding-top: 1.375em;
}
#order-faq dl dd ul {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
#order-faq dl dd a.jump {
	display: block;
}
#press div.photo_box {  
	color: #999;
	display: inline;
	border: 1px solid #ccc;
	float: right;
	font-weight: bold; 
	padding: 10px;  
	margin: 0 0 10px 10px;   
	text-align: center;
}
#press div.photo_box p.thumb {
	float: none !important; 
	margin: auto !important; 
}

/* temporary blog styles?? */
#blog font[style='color: rgb(255, 102, 0);'],
#blog font[size='2'] {
	color: #FFA200 !important;
	display: block;                              
	font-size: 1.5em;
	margin-bottom: 5px;
}

/* temporary store styles?? */
#store hr {
	display: none;
}
#store td table {
	background: transparent url('/images/hr01.gif') no-repeat top left;
}           
#store td table.carttext {
	background: none;
}
#store td table td {
	padding: 10px;
}



