/*
Theme Name: Bonbon Pastry & Cafe Theme, based on HTML5 Boilerplate
Theme URI: https://bonboncleveland.com
Description: A branded theme created for Bonbon Pastry & Cafe
Version: 1.0
Author: Randy Hammons
Author URI: http://www.randyhammons.com
Tags: baking, bakery, pastries, pastry, cafe, restaurant, html5, boilerplate, hml5boilerplate
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Fonts */

@font-face {
    font-family: 'Chunk';
    src: url('fonts/chunk/chunk-webfont.eot');
    src: url('fonts/chunk/chunk-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/chunk/chunk-webfont.woff') format('woff'),
         url('fonts/chunk/chunk-webfont.ttf') format('truetype'),
         url('fonts/chunk/chunk-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'MuseoSlab300';
    src: url('fonts/MuseoSlab/Museo_Slab_300-webfont.eot');
    src: url('fonts/MuseoSlab/Museo_Slab_300-webfont.eot?iefix') format('eot'),
         url('fonts/MuseoSlab/Museo_Slab_300-webfont.woff') format('woff'),
         url('fonts/MuseoSlab/Museo_Slab_300-webfont.ttf') format('truetype'),
         url('fonts/MuseoSlab/Museo_Slab_300-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MuseoSlab300Italic';
    src: url('fonts/MuseoSlab/Museo_Slab_300italic-webfont.eot');
    src: url('fonts/MuseoSlab/Museo_Slab_300italic-webfont.eot?iefix') format('eot'),
         url('fonts/MuseoSlab/Museo_Slab_300italic-webfont.woff') format('woff'),
         url('fonts/MuseoSlab/Museo_Slab_300italic-webfont.ttf') format('truetype'),
         url('fonts/MuseoSlab/Museo_Slab_300italic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MuseoSlab500';
    src: url('fonts/MuseoSlab/Museo_Slab_500-webfont.eot');
    src: url('fonts/MuseoSlab/Museo_Slab_500-webfont.eot?iefix') format('eot'),
         url('fonts/MuseoSlab/Museo_Slab_500-webfont.woff') format('woff'),
         url('fonts/MuseoSlab/Museo_Slab_500-webfont.ttf') format('truetype'),
         url('fonts/MuseoSlab/Museo_Slab_500-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MuseoSlab500Italic';
    src: url('fonts/MuseoSlab/Museo_Slab_500italic-webfont.eot');
    src: url('fonts/MuseoSlab/Museo_Slab_500italic-webfont.eot?iefix') format('eot'),
         url('fonts/MuseoSlab/Museo_Slab_500italic-webfont.woff') format('woff'),
         url('fonts/MuseoSlab/Museo_Slab_500italic-webfont.ttf') format('truetype'),
         url('fonts/MuseoSlab/Museo_Slab_500italic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MuseoSlab700';
    src: url('fonts/MuseoSlab/Museo_Slab_700-webfont.eot');
    src: url('fonts/MuseoSlab/Museo_Slab_700-webfont.eot?iefix') format('eot'),
         url('fonts/MuseoSlab/Museo_Slab_700-webfont.woff') format('woff'),
         url('fonts/MuseoSlab/Museo_Slab_700-webfont.ttf') format('truetype'),
         url('fonts/MuseoSlab/Museo_Slab_700-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* font-family: 'Comfortaa'; Available weights: 300 (Book), 400 (Normal), 700 (Bold) */


/* 
  style.css contains a reset, font normalization and some base styles.
  
  credit is left where credit is due.
  additionally, much inspiration was taken from these projects:
*/

/* 
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }
/* END RESET CSS */


/* fonts.css from the YUI Library: developer.yahoo.com/yui/
   Please refer to developer.yahoo.com/yui/fonts/ for font sizing percentages

  There are three custom edits:
   * remove arial, helvetica from explicit font stack
   * we normalize monospace styles ourselves
   * table font-size is reset in the HTML5 reset above so there is no need to repeat
*/
body { 
	font:13px/1.462 sans-serif; 
	*font-size:small; 
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
} /* hack retained to preserve specificity */

select, input, textarea, button { font:99% sans-serif; }

/* normalize monospace sizing 
 * en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome
 */
pre, code, kbd, samp { font-family: "Consolas", monospace, sans-serif; }
 

/* 
 * minimal base styles 
 */


body, select, input, textarea { 
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */ 
  color: #444; 
  /* set your base font here, to apply evenly 
  /* font-family: Georgia, serif;  */   
}

/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */ 
h1,h2,h3,h4,h5,h6 { font-weight: bold; }

/* always force a scrollbar in non-IE */ 
html { overflow-y: scroll; }

 
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }


ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td, td img { vertical-align: top; } 

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { 
  padding: 15px; 
  
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}
 
textarea { overflow: auto; } /* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } /* thnx ivannikolic! */

/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }
 
/* webkit browsers add a 2px margin outside the chrome of form elements */  
button, input, select, textarea { margin: 0; }

/* colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { 
		border-radius: 1px;
		-moz-box-shadow: 0px 0px 5px red; 
		-webkit-box-shadow: 0px 0px 5px red; 
		box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 
   Also: hot pink. */
::-moz-selection{ background: #2a3e56; color:#fff; text-shadow: 1px 1px 1px #000; }
::selection { background:#2a3e56; color:#fff; text-shadow: 1px 1px 1px #000; } 

/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; } 

/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }
 
/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }



/* 
 * Non-semantic helper classes 
 */

/* for image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; } 

/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/ 
   Solution from: j.mp/visuallyhidden - Thanks Jonathan Neal! */
.visuallyhidden { position: absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* >> The Magnificent CLEARFIX << j.mp/phayesclearfix */
.clearfix:after  { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }

body {
	background: #e8e2d3 url("images/bg-body.png");
}

	#header {
		position: relative;
		width: 100%;
		height: 200px;
		text-align: center;
		background: url("images/bg-header.png") repeat-x;
	}
	
		#header h1 {
			display: block;
			margin: 0 auto;
			padding: 20px 0 0 0;
			width: 482px;
			height: 220px;
		}
	
			#header h1 a,
			#header h1 a:link,
			#header h1 a:visited {
				display: block;
				padding: 220px 0 0 0;
				width: 482px;
				height: 0;
				background: url("images/sprites.png") -510px 4px no-repeat;
				overflow: hidden;
				-webkit-transition: all .25s ease-in-out;
				-moz-transition: all .25s ease-in-out;
			}
	
			#header h1 a:active,
			#header h1 a:hover {
				margin-top: 5px;
			}
			
		.home #header #navMain,
		#header p {
			position: absolute;
			left: -999em;
		}	 
		
		#header #navMain {
			position: relative;
			left: -24px;
			margin: -88px auto 0;
			width: 960px;
		}
		
			#header #navMain ul {				
				left: 0;
				top: 200px;
				padding: 0 0 70px 0;
				width: 210px;
				background: url("images/sprites.png") 0 -200px no-repeat;
			}
		
				#header #navMain ul li {
					margin: 4px 24px;
					padding: 10px;
					border-top: 1px dotted #8d2718;
				}
		
				#header #navMain ul li:first-child {
					padding: 24px 10px 10px 10px;
					border: 0;
				}
		
					#header #navMain ul li a,
					#header #navMain ul li a:link,
					#header #navMain ul li a:visited {
						display: block;
						font-family: 'Chunk', Helvetica, Arial, sans-serif;
						font-size: 1.4em;
						text-transform: uppercase;
						text-decoration: none;
						color: #8d2718;
						-webkit-transition: all .25s linear;
						-moz-transition: all .25s linear;
					}
			
						#header #navMain ul li a:active,
						#header #navMain ul li a:hover {
							color: #36495f;
							text-shadow: 1px 1px 1px #efefef;
						}
	
	#main {
		padding: 60px 0 0 0;
		margin: 0 auto;
		width: 960px;
		min-height: 400px;
		overflow: hidden;
	}
	
		.home #main {
			padding: 0;
		}
		
		.home #main #breakout {
			float: none;
			display: block;
			width: auto;
		}
		
			.home #main #breakout ul {
				list-style: none;
				overflow: hidden;
			}
		
				.home #main #breakout ul li {
					float: left;
					margin: 0 6px;
					width: 300px;
					min-height: 420px;
					background: url("images/bg-PastryBreakout.png") 0 0 no-repeat;
					-webkit-transition: all .375s ease-in-out;
					-moz-transition: all .375s ease-in-out;
					opacity: .80;
				}
		
				.home #main #breakout ul li:hover {
					margin-top: -1em;
					opacity: 1;
				}
		
				.home #main #breakout ul li:nth-child(2) {
					background: url("images/bg-CafeBreakout.png") 0 0 no-repeat;
				
				}
		
				.home #main #breakout ul li:nth-child(3) {
					background: url("images/bg-CateringBreakout.png") 0 0 no-repeat;
				
				}
		
					.home #main #breakout ul li a {
						display: block;
						padding: 300px 0 0 0;
						text-align: center;
						text-decoration: none;
					}
		
						.home #main #breakout ul li a h2 {
							margin: 0;
							font-family: 'Comfortaa', Helvetica, Arial, sans-serif;
							font-size: 2em;
							font-weight: 300;
							letter-spacing: 2px;
							line-height: 1.231;
							text-transform: uppercase;
							color: #fff;
							border: 0;
						}
		
						.home #main #breakout ul li a p {
							margin: 12px 60px;
							font-size: 1em;
						}
						
		#main article {
			position: relative;
			float: right;
			width: 752px;
			/*color: #490401;*/
		}			
						
			#main.split article section {
				float: left;
				padding: 12px;
				margin: -22px 0 0;
				width: 440px;
			}
						
				#main.split article section.first {
					padding: 12px;
					width: 239px;
					
				}
						
				#main.split article section.first article {
				    display: block;
					padding: 0 0 1em;
				    margin: 1%;
				    width: 98%;
					background: #fff; 
				    border: 4px double #36495F;
				    box-shadow: 2px 2px 0 #36495F;
				    color: #36495F;
				    float: left;
				    overflow: hidden;
				}
						
				#main.split article section.first h3 {
						padding: 4px 4px 2px;
						margin: 0 0 0;
						background: #8D2718;
						font-size: 1.6em;
						font-family: 'Chunk', Helvetica, Arial, sans-serif;
						text-transform: uppercase;
						font-weight: normal;		
						text-align: center;
				}
						
				#main.split article section.first h3 a,
				#main.split article section.first h3 a:visited,
				#main.split article section.first h3 a:link {
					color: #fff;
					text-decoration: none;
				}
						
						
				#main.split article section.first h3 a:active,
				#main.split article section.first h3 a:hover {
					color: #fff;
					text-decoration: underline;
				}
						
				#main.split article section.first p {
					margin: 6px;
				}
						
			#main article h1 {	
				margin: 0 0 -12px -24px;
				padding: 8px 24px 26px;
				font-family: 'Chunk', Helvetica, Arial, sans-serif;
				font-size: 2em;
				font-weight: normal;
				line-height: 1.25;
				text-transform: uppercase;
				color: #fff;
				background: url("images/sprites.png") right -900px no-repeat;
			}
						
				#main article h1 a,
				#main article h1 a:link,
				#main article h1 a:visited {
					color: #fff;
					text-decoration: none;
				}	
						
				#main article h1 a:active,
				#main article h1 a:hover {
				
				}
						
			#main article header h1 {	
				margin: 0;
				padding: 8px 24px 26px;
				font-family: 'Chunk', Helvetica, Arial, sans-serif;
				font-size: 2em;
				font-weight: normal;
				line-height: 1.25;
				text-transform: uppercase;
				color: #fff;
				background: url("images/sprites.png") right -900px no-repeat;
			}
						
				#main article header h1 a,
				#main article header h1 a:link,
				#main article header h1 a:visited {
					color: #fff;
					text-decoration: none;
				}	
						
				#main article header h1 a:active,
				#main article header h1 a:hover {
				
				}
						
			#main article h2 {	
				clear: both;
				margin: 0 0 6px;
				color: #314359;
				font-size: 2em;
				font-family: 'Comfortaa', 'Helvetica Neue', Helvetica, Arial, sans-serif;
				font-weight: bold;
				text-transform: uppercase;
				letter-spacing: 1px;
				border-bottom: 1px dotted #490401;
			}
						
				#main article h2 a,
				#main article h2 a:link,
				#main article h2 a:visited {
					color: #314359;
				}	
						
				#main article h2 a:active,
				#main article h2 a:hover {
				
				}
						
			#main article h3 {	
				color: #8D2718;
				font-size: 1.4em;
				font-family: 'Comfortaa', 'Helvetica Neue', Helvetica, Arial, sans-serif;
				font-weight: bold;
				text-transform: uppercase;
				letter-spacing: 1px;
			}
						
				#main article h3 a,
				#main article h3 a:link,
				#main article h3 a:visited {
					color: #314359;
				}	
						
				#main article h3 a:active,
				#main article h3 a:hover {
				
				}
						
			#main article h4 {	
				color: #8D2718;
				font-size: 1.1em;
				font-family: 'Comfortaa', 'Helvetica Neue', Helvetica, Arial, sans-serif;
				font-weight: bold;
				text-transform: uppercase;
				letter-spacing: 1px;
				border-bottom: 1px dotted #490401;
				border-bottom: 1px dotted rgba(0, 0, 0, .15);
			}
						
				#main article h4 a,
				#main article h4 a:link,
				#main article h4 a:visited {
					color: #314359;
				}	
						
				#main article h4 a:active,
				#main article h4 a:hover {
				
				}
						
			#main article section {
				margin: -23px 24px 0 0;
				padding: 12px 24px;
				width: 678px;
				min-height: 400px;				
				background: rgba(255,255,255, 0.5);
			}
						
			.blog #main article section,
			.single #main article section {
				min-height: 0;
			}
						
			.single #main article footer,
			.blog #main article footer {
				margin: 0 24px 24px 0;
				padding: 12px 24px;
				width: 678px;
				background: rgba(255,255,255, 0.25);
				border-bottom: 6px double #8D2718;
				border-top: 1px dotted #8D2718;
			}
			
				#main article footer time {
				
				}	
			
				#main article section > p > img {
					margin: -12px 0 1em 0;
					
				}
			
				#main article section > p > img.clear {
					margin: -10px 0 1em 0;
				}
			
				#main article section p img {
					margin-bottom: 1em;
				}
						
			#main article p {
				margin: 0 0 1em;
				font-size: 1.1em;
				font-weight: normal;
			}	
						
				#main article p.edit {
					clear: both;
				}
							
			#main article table {
				margin: 1em 0 ;
				border: 2px solid #711809;
				width: 100%;
			}
			
				#main article table tr {
				
				}
				
					#main article table tr th {
						padding: 6px;
						color: #fff;
						font-size: 1.2em;
						font-family: 'Chunk', Helvetica, Arial, sans-serif;
						font-weight: normal;
						background: #711809;
						text-transform: uppercase;
						text-align: center;
						border-left: 1px dashed #D7B4AE;
					}
					
					#main article table tr td {
						padding: 6px;
						border-left: 1px solid #711809;
						border-bottom: 1px solid #711809;
						text-align: center;
						font-size: 1.1em;
					}
					
			#main article img.alignright {
				float: right;
				margin: 0 0 12px 12px;
				background: #fff; 
			    border: 4px double #36495F;
			    box-shadow: 2px 2px 0 #36495F;
			}
					
			#main article img.alignleft {
				float: left;
				margin: 0 12px 12px 0;
				background: #fff; 
			    border: 4px double #36495F;
			    box-shadow: 2px 2px 0 #36495F;
			
			}		
							
			#main article ul {
			
			}
							
				#main article ul li {
				
				}
							
					#main article ul li li {
					
					}
							
			#main article ul.sorted {
				overflow: hidden;
				clear: both;
				margin: 6px 0 1em;
				padding: 0;
			}
							
				#main article ul.sorted li {
					list-style: none;
					float: left;
					margin: 0 12px .5em 0;
					padding: 0;
					width: 40%;
					font-size: 1.1em;
				}
							
			#main article ul.catering {
				margin: 0;
			}
							
				#main article ul.catering li {
					list-style: none;
				}
							
					#main article ul.catering li li {
						font-size: 1.1em;
					}
							
					#main article ul.catering li h2 {
						padding: 4px 12px 0 28px;
						margin: 0;
						height: 49px;
						font-size: 1.9em;
						font-family: 'Chunk', Helvetica, Arial, sans-serif;
						text-transform: uppercase;
						font-weight: normal;
						line-height: 1.231;
						letter-spacing: 0;
						color: #fff;
						background:url("images/bg-sliderHeader.png") 0 0 no-repeat;
						border: 0;
						cursor: pointer;
						overflow: hidden;
					}
							
					#main article ul.catering li h2:hover {
						text-shadow: 2px 2px 2px #2c0501;
						background:url("images/bg-sliderHeader.png") 0 -54px no-repeat;
					}
							
					#main article ul.catering li h2.open {
						text-shadow: 2px 2px 2px #2c0501;
						background:url("images/bg-sliderHeader.png") 0 -108px no-repeat;
					}
							
					#main article ul.catering li div {
						display: none;
						position: relative;
						top: -18px;
						margin: 0;
						padding: 12px 0 24px;
						width: 606px;
						background: #36495F;
						color: #fff;
					}
							
						#main article ul.catering li div h3 {
						margin: 0 24px 4px;
						padding: 4px;
						font-family: 'Comfortaa', 'Helvetica Neue', Helvetica, Arial, sans-serif;
						font-weight: bold;
						font-size: 1.6em;
						font-weight: normal;
						border-bottom: 1px dotted #fff;
						text-transform: uppercase;
						color: #8D2718;
							color: #fff;
						}
							
						#main article ul.catering li div h4 {
							margin: 0 24px 6px;
							font-family: Georgia, "Times New Roman", Times, serif;
							font-size: 1.2em;
							font-weight: normal;
							border-bottom: 1px dashed #cdd1d5;
							text-transform: capitalize;
							color: #fff;
							text-align: center;
						}
							
						#main article ul.catering li div p {
							padding: 0 24px;
							margin: 0 12px 1em;
						}
							
						#main article ul.catering li div ul {
							margin: 6px 36px 1em;
						}
							
						#main article ul.catering li div p a,
						#main article ul.catering li div p a:link,
						#main article ul.catering li div p a:visited {
							color: #fff;
							text-decoration: underline;
						}
						
						#main article ul.catering li div p a:active,
						#main article ul.catering li div p a:hover {
							text-decoration: none;
						}
						
			#main.split article section article {
				width: auto;
			}
						
				#main.split article section h2 {
					font-size: 1.9em;
					font-family: 'Chunk', Helvetica, Arial, sans-serif;
					text-transform: uppercase;
					font-weight: normal;
					text-align: left;
				}
						
				#main.split article section.menu h2 {
					color: #8d2718;
				}
						
				#main.split article section h3 {
				}		
						
				#main.split article section h4 {
				
				}
						
				#main.split article section p {
				
				}
						
				#main.split article section p.meta {
					padding: 3px 6px;
					margin: 0;
					border-top: 1px dotted #36495f;
					border-bottom: 1px dotted #36495f;
					font-family: Georgia,"Times New Roman",Times,serif;
				    font-size: 1em;
				    font-style: italic;
				    font-weight: normal;
					background: #fafafa;
				}
						
				#main.split article section figure.warning {
					clear: both;
					display: block;
					margin: 2em 1%;
					width: 98%;
					background: #36495f;
					color: #fff;
					text-align: center;
					border: 4px double #fff;
					box-shadow: 2px 2px 0px #36495f;
				}
						
					#main.split article section figure.warning h3 {
						padding: .5em .25em 0;
						color: #fff;
						font-size: 1.6em;
						font-family: 'Chunk', Helvetica, Arial, sans-serif;
						text-transform: uppercase;
						font-weight: normal;
					} 
						
					#main.split article section figure.warning p {
						text-align: left;
						padding: 0 12px 0;
					}
						
				#main.split article section ul {
					margin: 0;
					padding: 0;
					list-style: none;
				}
						
				#main.split article section li {
					float: left;
					display: block;
					margin: 1%;
					width: 98%;
					text-align: center;
					overflow: hidden;
					color: #36495f;
					background: #fff;
					border: 4px double #36495f;
					box-shadow: 2px 2px 0px #36495f;
				}
						
					#main.split article section li h3 {
						padding: 4px;
						margin: 0 0 12px;
						background: #36495f;
						color: #fff;
						font-size: 1.6em;
						font-family: 'Chunk', Helvetica, Arial, sans-serif;
						text-transform: uppercase;
						font-weight: normal;
					}
						
					#main.split article section li h4 {
						margin: 0 24px 4px;
						padding: 4px;
						font-family: 'Comfortaa', 'Helvetica Neue', Helvetica, Arial, sans-serif;
						font-weight: bold;
						font-size: 1.2em;
						font-weight: normal;
						border-bottom: 1px dotted #D7B4AE;
						text-transform: uppercase;
						color: #8D2718;
						
					}
						
					#main.split article section li p {
						padding: 0 24px;
						text-transform: lowercase;
						font-family: Georgia, "Times New Roman", Times, serif;
						font-weight: normal;
						font-size: 1.1em;
						font-style: italic;
						opacity: .75;
						
						
					}
						
				#main.split article section li:nth-child(even) {
					text-shadow: 0;
					border: 4px double #8D2718;
					background: #fff;
				}
						
					#main.split article section li:nth-child(even) h3 {
						padding: 4px;
						margin: 0 0 12px;
						background: #8D2718;
						font-size: 1.6em;
						font-family: 'Chunk', Helvetica, Arial, sans-serif;
						text-transform: uppercase;
						font-weight: normal;
					}
						
					#main.split article section li:nth-child(even) h4 {
						margin: 0 24px 4px;
						padding: 4px;
						font-family: 'Comfortaa', 'Helvetica Neue', Helvetica, Arial, sans-serif;
						font-weight: bold;
						font-size: 1.2em;
						font-weight: normal;
						border-bottom: 1px dotted #AFAFAF;
						text-transform: uppercase;
						text-shadow: 0;
						color: #36495F;
						
					}
						
					#main.split article section li:nth-child(even) p {
						padding: 0 24px;
						text-transform: lowercase;
						color: #8D2718;
						
					}
						
						#main.split article section li ul {
							clear: both;
							margin: 12px;
							padding: 0 0 12px;
							border-bottom: 4px double #8D2718;
							overflow: hidden;
						}
						
							#main.split article section li ul li,
							#main.split article section li ul li:nth-child(even) {
								float: left;
								margin: 0;
								padding: 0;
								width: 50%;
								box-shadow: none;
								text-align: left;
								font-family: 'Comfortaa', 'Helvetica Neue', Helvetica, Arial, sans-serif;
								font-weight: 300;
								font-size: 1.2em;
								text-transform: uppercase;
								color: #8D2718;								
								border: 0;
								
							}
						
								#main.split article section li ul li em {
									text-transform: lowercase;
									font-family: Georgia, "Times New Roman", Times, serif;
									font-weight: normal;
									font-size: .8em;
									font-style: italic;
									opacity: .75;
								
								}
				
	#footer {
		padding: 0 0 3em;
		width: 100%;
		min-height: 300px;
		background: #320502 url("images/bg-footer.png") repeat-x;
	}
	
		#footer section {
			margin: 0 auto;
			width: 960px;
			overflow: hidden;
			color: #fff;
		}
	
			#footer aside {
				clear: both;
				margin: 40px 40px 8px;
				padding: 10px 0;
				border-bottom: 2px solid #e6e0cf;
				overflow: hidden;
			}
	
				#footer aside section {
					float: left;
					margin: 0 1%;
					width: 54%;
				}
	
					#footer aside section h2 {
						font-family: 'Chunk', Helvetica, Arial, sans-serif;
						text-transform: uppercase;
						font-weight: normal;
					}
	
						#footer aside section h2 em {
							display: block;
							font-style: normal;
						}
	
					#footer aside section.promotions {
						margin-bottom: 18px;
						background: #e6e0cf;
						border-radius: 8px;
						box-shadow: 0 0 10px #000;
					}
	
					#footer aside section.promotions h2 {
						float: left;
						margin: 54px 0;
						padding: 6px;
						width: 175px;
						font-size: 21px;
						font-weight: normal;
						font-family: 'Chunk', Helvetica, Arial, sans-serif;
						text-transform: uppercase;
						color: #711809;
						border-bottom: 4px double #711809;
						border-top: 6px double #711809;
						line-height: .9;
					}
	
						#footer aside section.promotions h2 em {
							display: block;
							font-size: 37px;
						}
					
					#footer aside section.promotions article {
						float: right;
						padding: 12px;
						width: 55%;
						height: 100%;
						border-left: 2px solid #711809;
						background: #36495f;
					}
					
						#footer aside section.promotions article h3 {
							font-size: 22px;
							font-weight: normal;
							font-family: 'Chunk', Helvetica, Arial, sans-serif;
							text-transform: uppercase;
							text-align: center;
							line-height: 1;
						
						}
					
						#footer aside section.promotions article h3 a:link,
						#footer aside section.promotions article h3 a:visited {
							color: #fff;
							text-decoration: none;
						}
					
						#footer aside section.promotions article p.more {
							float: right;
							clear: both;
							margin: 1em 0 0;
							background: #28384d;
							padding: 6px 12px;
							border-radius: 6px;
						}
					
						#footer aside section.promotions article p a:link,
						#footer aside section.promotions article p a:visited {
							display: block;
							color: #c8e1ff;
						}
					
						#footer aside section.promotions article p a:active,
						#footer aside section.promotions article p a:hover {
							color: #fff;
							text-decoration: underline;
						}
	
					#footer aside section.hours {
						float: right;
						margin-bottom: 18px;
						background: #8d2718;
						border-radius: 8px;
						box-shadow: 0 0 10px #000;
						width: 41%;
						border: 1px solid #a45246;
					}
					
						#footer aside section.hours h2 {
							display: block;
							padding: 6px;
							margin: 6px 0;
							font-size: 27px;
							text-align: center;
							line-height: .9;
							font-weight: normal;
							color: #fff;
							border-bottom: 2px solid #a45246;
							text-decoration: none;
						}
						
						#footer aside section.hours h2 a,
						#footer aside section.hours h2 a:link,
						#footer aside section.hours h2 a:visited {
							color: #fff;
							text-decoration: none;
							border-bottom: none;
						}
					
						#footer aside section.hours h2 em {
							color: #d7b4ae;
							font-size: 35px;
						}
					
						#footer aside section.hours h3 {
							margin: 12px 12px 0;
							font-size: 18px;
							text-align: center;
							line-height: .9;
							font-weight: normal;
							font-family: 'Chunk', Helvetica, Arial, sans-serif;
							text-transform: uppercase;
						}
					
						#footer aside section.hours ul {
							margin: 6px 12px 12px;
							list-style: none;
						}
							
							#footer aside section.hours ul li {
								display: block;
								margin: 0 0 .5em;
								padding: 0;
								letter-spacing: 1px;
								font-family: 'Comfortaa', 'Helvetica Neue', Helvetica, Arial, sans-serif;
								font-weight: 300;
								font-size: 1.1em;
								text-transform: uppercase;
								text-align: center;
							}
							
							#footer aside section.hours ul li em {
								text-transform: lowercase;
								font-family: Georgia, "Times New Roman", Times, serif;
								font-weight: normal;
								font-size: .8em;
								font-style: italic;
								opacity: .75;
							
							}
	
					#footer aside section.highlight {
						width: 33%;
					}
	
						#footer aside section.highlight h2 {
							font-size: 26px;
							border-bottom: dotted #fff 1px;
							
						}
						
							#footer aside section h2 strong {
								color: #ddcdc0;
								font-weight: normal;
							}
						
							#footer aside section img {
								border: 2px solid white;
							}
	
						#footer aside section.highlight h3 {
							margin: 0 0 .25em;
							line-height: .9;
							letter-spacing: 1px;
							font-size: 1.6em;
							font-weight: normal;
							font-family: 'Chunk', Helvetica, Arial, sans-serif;
							text-transform: uppercase;
						}
	
						#footer aside section.highlight p {
							margin: 0 0 1em;
							font-size: 1.1em;
							
						}
	
							#footer aside section.highlight h3 a,
							#footer aside section.highlight h3 a:link,
							#footer aside section.highlight h3 a:visited {
								color: #fff;
								text-decoration: none;
							}
	
						#footer aside section.highlight nav {
						
						}
	
							#footer aside section.highlight nav ul {
								list-style: none;
								margin: 0;
								padding: 0;
							}
			
								#footer aside section.highlight nav ul li {
									display: block;
									margin: .25em 0;
									line-height: .9;
									letter-spacing: 1px;
									font-size: 1.4em;
									font-weight: normal;
									font-family: 'Chunk', Helvetica, Arial, sans-serif;
									text-transform: uppercase;
								}
			
									#footer aside section.highlight nav ul li a {
										-webkit-transition: all .5s linear;
										-moz-transition: all .5s linear;
									}
			
									#footer aside section.highlight nav ul li a:link,
									#footer aside section.highlight nav ul li a:visited {
										color: #fff;
										text-decoration: none;
										
									}
				
									#footer aside section.highlight nav ul li a:active,
									#footer aside section.highlight nav ul li a:hover {
										color: #fff;
										text-decoration: none;
										opacity: .75;
									}
	
						#footer aside section.highlight article {
							position: relative;
							padding: 12px 6px 0 72px;
						}
	
							#footer aside section.highlight article time {
								position: absolute;
								left: 0px;
								width: 60px;
								height: 60px;
								background: #fff;
								border-radius: 30px;
								color: #8d2718;
								text-align: center;
								font-weight: normal;
								font-family: 'Chunk', Helvetica, Arial, sans-serif;
								text-transform: uppercase;
							}
	
								#footer aside section.highlight article time strong {
									display: block;
									padding: 12px 0 0 0;
									line-height: 1;
									font-size: 14px;
									font-weight: normal;
								}
		
								#footer aside section.highlight article time em {
									display: block;
									line-height: .8;
									font-size: 30px;
									font-style: normal;
								}
	
			#footer h1 {
				float: left;
				color: #e6e0cf;
				margin: 0 12px 0 40px;
				padding: 30px 0 0;
				width: 80px;
				height: 0;
				overflow: hidden;
				background: url("images/sprites.png") 0 0 no-repeat;
			}
	
			#footer h1 + p {
				float: left;
				margin: 8px 0 0;
				font-family: 'Comfortaa', 'Helvetica Neue', Helvetica, Arial, sans-serif;
				font-weight: 300;
				font-size: .9em;
				letter-spacing: .2em;
				text-transform: uppercase;
				color: #e6e0cf;				
			}
	
				#footer h1 + p a {
					text-decoration: none;
					color: #e6e0cf;
				}
			
			#footer nav.social {
				float: right;
				margin: 0 40px 0 0;
			}
			
				#footer nav.social ul{
					list-style: none;
					overflow: hidden;
				}
			
				#footer nav.social ul li {
					float: left;
					display: block;
					margin: 0 2px;
					width: 32px;
					height: 32px;
					overflow: hidden;
				}
			
					#footer nav.social ul li a {
						float: left;
						display: block;
						padding: 32px 0 0 0;
						width: 32px;
						height: 0;
						overflow: hidden;
						background: url("images/sprites.png") -100px -100px no-repeat;
						opacity: .8;
						-webkit-transition: opacity .125s linear;
						-moz-transition: opacity .125s linear;
					}
			
						#footer nav.social ul li a:hover {
							opacity: 1;
						}
				
						#footer nav.social ul li a.facebook {
							background-position: -137px -100px;
						}
						
						#footer nav.social ul li a.yelp {
							background-position: -174px -100px;
						
						}

/*
* print styles
*/

@media print {
	img { max-width: 100% !important; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
	#navMain,
	.cafe section.first {
		display: none;
	}	
	
	
}