/* HTML5 ✰ Boilerplate */

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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
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; }
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; }

body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
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; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
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; }


/*
::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
*/
a:link { -webkit-tap-highlight-color: #FF5E99; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea { color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }


/**
 * Primary styles
 *
 * Author: Fred.
 			fred@uberwelt.de
 */

body { /* background-color: #f1f1f1; */background-color: #ccc; }

h1, h2, h3, h4, h5, h6 { font-family: 'Arvo', arial, serif; }

h1 { 
	font-size: 3em;
	line-height: 1;
	text-shadow: -1px -1px 2px #ccc;
	}
h2 { font-size: 2em;  font-weight: normal; }
h3 { font-size: 1.5em; font-weight: normal; }


#container { margin: 0 auto; /*  margin: 0 30px 0 30px; */ max-width: 830px; /* background: #f0efef; */}
#main section h1 { margin-bottom: 10px; }
  .individual-post { margin: 30px 0 10px 0; }
  .individual-post h2 { margin: 0 0 5px; }
  .individual-post .posted-on { margin-bottom: 5px; }
#main section p { font-size: 16px; line-height: 22px; margin-bottom: 15px; }
.promo-segment { position: absolute; right: 15px; width: 46%; }
.promo-segment h2 { margin-bottom: 15px; }
.promo-segment p { font-size: 1.5em; line-height: 1.2; }

/*Primary navigation*/
header { width: 100%; height: 235px; display: block; margin-bottom: 15px; overflow: hidden; background: black; }
header h1 { width: 100%; /* float: left; text-align: right;  font-size: 5.5em; border-bottom: 10px double #444; line-height: 1; */position: absolute; width: 404px; height: 248px; text-indent: -9999px; background: url(../img/streat-mobile-stamp.png) 15px -15px no-repeat;}	
.primary-nav { float: left; margin: 0 0 0 596px;  padding-top: 0px; /* for testing */	background-color: #608A25; height: 100%; }
.primary-nav ul { list-style: none; overflow: hidden; margin: 13px 0 10px 0px; }
.primary-nav ul li { 
	float: left; 
	width: 100%; 
	border-bottom: 4px solid #80A612;
	padding: 0 0 0 0;
	margin-left: 15px;
	}
.primary-nav ul li:first-child { 
	border-top: 4px solid #80A612;
}
.primary-nav ul li a { 
 	line-height: 1.1;
 	display: block; 
 	padding: 7px 15px 5px 0px; 
 	text-indent: 5px;
	margin-left: 0;
	background-color: #608A25; 
	letter-spacing: 1px;	
	color: #f1f1f1;
	font-size: 2em;
	text-decoration: none;
	font-family: 'Arvo', arial, serif;
/*    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
*/
 	}
.primary-nav ul li.last_ a { 
 }
.primary-nav ul li.last_ a { border-right: 0; }
.primary-nav ul li.current_ a { 
	margin-left: -15px;
 	padding: 7px 15px 5px 15px; 
	color: black; 
	background: url(../img/dot-current.png) 7px 50% no-repeat;  
} 

.primary-nav a:hover { 
	background: rgba(255,255,255,0.1);
	}

/*Footer styles*/
footer { 
	background-color: #608A25;
	border: 1px solid #80A612;
	border-bottom: 0;
/* 	margin-left: -15px; */
/*
	-moz-border-top-left-radius: 5px; 	
	-moz-border-top-right-radius: 5px; 	
	border-top-left-radius: 5px; 	
	border-top-right-radius: 5px; 
*/
	padding: 5px 5px 0 5px;	

/* 	border-bottom: 1px solid #80A612; */
 }
footer ul { 
	list-style: none; 
	margin: 0 0 0 15px;
	overflow: hidden; 
	}
footer ul li { float: left; margin-right: 15px; }
footer a { font-weight: bold; text-decoration: none; color: black !important; padding-right: 15px; background: url(../img/dot-current.png) 100% 50% no-repeat; }
footer a:hover { text-decoration: underline; }
footer li:last-child a { background: none; }

/*Main content*/
#main { clear: left; } 

#main section { 
	margin-bottom: 80px; /* background-color: #f1f1f1; */ 
	background-color: #E9F1E1; 
	padding: 10px 15px; 
/* 	margin-left: -15px;  */
	-moz-border-top-left-radius: 15px; 	
	-moz-border-top-right-radius: 15px; 	
	border-top-left-radius: 15px; 	
	border-top-right-radius: 15px; 	
	position: relative;
	border: 1px solid #EEE420;
	}
	/*Category events calendar*/
	.category-events #container header {
		margin-top: -311px;
	}
		.category-events #container {
			margin-bottom: 80px; /* background-color: #f1f1f1; */ 
			margin-top: 300px;
			background-color: #E9F1E1; 
			padding: 10px 0; 
		/* 	margin-left: -15px;  */
			-moz-border-top-left-radius: 15px; 	
			-moz-border-top-right-radius: 15px; 	
			border-top-left-radius: 15px; 	
			border-top-right-radius: 15px; 	
			position: relative;
			border: 1px solid #EEE420;
			overflow: visible;		
	}
	.category-events .individual-post { margin: 30px 15px 10px; }
	.category-events #container h1 + a { display: none; }
#home #main section { overflow: hidden; }	
#main section:first-child { 
	padding-top: 25px; 
	margin-top: -16px;
	-moz-border-top-left-radius: 0px; 	
	-moz-border-top-right-radius: 0px; 	
	border-top-left-radius: 0px; 	
	border-top-right-radius: 0px; 	
}
#main section:after { 
    content: ''; 
    background: url(../img/chou.png) left bottom no-repeat; 
	height: 25px;
	width: 71px; 
	display: block;
	position: absolute; 
    bottom: -47px; 
    left: 430px;
}
#main section.last-section_:after { 
    content: ''; 
    background: url(../img/stamps-small.png) left bottom no-repeat; 
	height: 25px;
	width: 76px; 
	display: block;
	position: absolute; 
    bottom: -47px; 
    left: 359px;
}

#catering-request section:after {
	display: none;
	height: 0;
}
#catering-request section { margin-bottom: 0; }
/*Form*/
.form-list { list-style: none; margin: 20px 0 0 0;}
.form-list li { min-height: 2.25em; width: 100%; display: inline-block; }
.form-list label { font-weight: bold; width: 140px; display: inline-block; font-size: 0.925em; }
label.clear-line_ { width: 100%; }
.form-list input { width: 242px; }
.form-list h3 { margin: 10px 0 5px; }
.form-list dl { margin: 0 0 10px 5px; }
.form-list dt { font-weight: bold; line-height: 1.25em; }
#submit-input { width: auto; margin-top: 15px; }
#meals-per-day { display: block;  height: 4em; }
#meals-per-day dt,
#meals-per-day dd{
float: left;
}
#meals-per-day dt{
min-width: 125px;
clear: left;

}

#comments { width: 50%; }

#respond,
.xoxo { display: none; }




/*global styles*/
.menu-items,
.sample-menu-selection,
.bar-selections,
.samples-list  { font-family: Cambria, Georgia, Times, Times New Roman, serif; font-size: 1.2em; padding: 3px 0 0 3px; list-style: none; margin: 0 0 20px; }
.media-list { list-style: none; margin: 0; padding-top: 10px; }
.media-list li { float: left; margin: 0 10px 10px 0; }
.sample-menu-lists { list-style: none; margin: 0; }
	.sample-menu-selection { list-style: none; margin: 0 0 10px; display: block; border-bottom: 1px solid #EEE420; padding-bottom: 10px; }
	
.bar-selections { overflow: hidden; }
	.bar-selections dt { display: inline; font-weight: bold; width: auto; }
	.bar-selections dd { display: inline-block; width: 100%;  margin: 0 0 5px; line-height: 1.1; }	
	
.samples-list dt { font-style: italic; }	
.samples-list dd { padding-left: 10px; margin: -2px 0 4px 0; }	
	

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {
  
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

