/* CSS for The Brown Bag Online*/
* {
	margin: 0;
	padding: 0;
}
body {
	font: 80% Trebuchet MS, Helvetica , sans-serif;
  background: url("/images/bg-body.jpg");
}
h1 {
	color: #830025;
	font-size: 1.6em;
	margin: 0 0 10px 0;
  padding-top: 30px;
}
h2 {
	color: #444a1f;
	font-size: 1.5em;
	margin: 20px 0 10px 0;
}
h3 {
	color: #222122;
	font-size: 1.3em;
	margin: 0 0 10px 0;
}
input { padding: 2px; }
option { padding: 1px 3px 1px 2px; }
ul { margin: 0 0 0 25px; }
p { margin: 0 0 10px 0; }

a img{ border: 0; }

.l { float: left; }
.r { float: right; }
.clear { clear: both; }
.clear-none { clear:none }

.m-tb-5 { margin: 5px 0; }
.m-tb-10 { margin: 10px 0; }
.m-t-10 { margin: 10px 0 0 0; }

.b { font-weight: bold; }
.no-b { font-weight: normal; }
.u { text-decoration: underline; }
.no-u { text-decoration: none; }
.i { font-style: italic; }
.no-i { font-style: normal; }
.small { font-size: .9em; }
.t-c { text-align: center; }
.t-r { text-align: right; }
.green { color: #444a1f; }

ol { margin-left: 60px; }
table {margin-left: 43px; }


#main{
  width: 784px;
  margin: 0 auto;
}

/* Header ---------------------------------------- */
#header{
  height: 120px;
  position:relative;
}

img.logo{
  position: absolute;
  z-index: 75;
  margin-top: 2px;
  margin-left: -85px;
}
img.twitterhdr{
	position:absolute;
	top:40px;
	right:240px;
}
img.facebookhdr{
	position:absolute;
	top:40px;
	right:310px;
}
#visit-location{
  width: 217px;
  float: right;
  margin-top: 25px;
  margin-right: 12px;
  text-align: center;
  color: #830025;
  font-size: 1.12em;
  line-height: 2em;
  display: inline;
}

#visit-location a{
  width: 141px;
  height: 23px;
  margin: 0 auto;
  display: block;
  color: #fff;
  background: #830025;
  text-align: center;
  line-height: 1.6em;
  text-decoration: none;
}

#visit-location a:hover{
  background: #565d27;
}

/*Nav ---------------------------------------------------- */

#nav{
  height: 33px;
  background: #727b34;
}
  
#nav ul { /* all lists */
	padding: 0;
	margin-left: 209px;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
  float: left;
	width: auto;
  height: 33px;
  text-decoration: none;
}

#nav li.first-link a{
  position: absolute; 
  z-index: 100; 
  margin-left: -99px;
}

#nav li.first-link a img.pipe{
  margin-left: 90px;
}

#nav li.first-link a img{
  position: absolute;
  padding-bottom: 8px;
}

#nav li.first-link ul{
  margin-left: -99px;
}

#nav li.first-link ul li a{
  position: static;
  display: block;
  margin-left: 0;
}

#nav img{
  display: inline;
  float: left;
  margin-right: 8px;
  margin-top: 10px;
}
#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
  border: 1px solid #727b34;
  border-top: none;
  position: absolute;
  float: right;
  z-index: 100;
  margin-top: 33px;
  margin-left: 0; /*-10em in IE6 */
  width: 128px;
	background: #fff;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul#corporate{
  margin-left: -38px;
}

#nav li ul li a {
  color: #727b34;
	display: block;
  float: left;
	width: 122px;
  height: auto;
  padding: 3px;
}

#nav li ul li a:hover{
  color: #fff;
  background: #727b34;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* Copy ---------------------------------------------------- */

#copy{
  border: 5px solid #565d27;
  padding: 5px;
}

#bwm-copy{
  margin: 0 auto;
}

/*Index Specific ---------------------------------------------------- */

#index-top{
  height: 287px;
  padding-top: 5px;
  border-bottom: 20px solid #727b34;
  padding-bottom: 5px;
  margin-bottom: 13px;
}

#flash-div{
  display: inline;
  position: absolute;
  z-index: 50;
}


#index-box-links{
  width: 415px;
  height: 191px;
  float: left;
}


#bwm-copy a img.seasonal-box{
  position: absolute;
  z-index: 25;
  margin-left: -23px;
  margin-top: -5px;
}

#bwm-copy a img.hot-specials-box{
  margin-left: 191px;
}

.index-copy{
  font-size: 1.15em;
  font-weight: bold;
  color: #444;
  margin-bottom: 10px;
}
/*Interior Copy---------------------------------------------------- */

#left-col{
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 202px;
  min-height: 498px;
}

#left-col p{
  font-size: 1.18em;
  line-height: 1.5em;
  font-weight: bold;
  color: #444;
  margin-bottom: 10px;
}

#left-col ul{
  font-size: 1.18em;
  line-height: 1.5em;
  font-weight: bold;
  color: #444a1f;
  margin-bottom: 10px;
}
#left-col ol{
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: bold;
  color: #444a1f;
  margin-bottom: 10px;
}
#left-col ol li{
  color: #444;
}


#left-col img.l{
  border: 5px solid #727b34;
  margin: 5px 10px 5px 0;
}

#left-col table {
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: bold;
  color: #444a1f;
  margin-bottom: 10px;
}

table tr td{
  color: #444;
}

#left-col a{
  text-decoration: none;
  color: #727b34;
}

#left-col a:hover{ text-decoration: underline; }

#menu-list a{
  display: block;
  margin-bottom: 10px;
  margin-left:30px;
  text-decoration: none;
  color: #811427;
  font-size: 2em;
  font-weight: bold;

}

#menu-list img{
  vertical-align: middle;
  margin-right: 20px;
}

#menu-list a:hover{
  text-decoration: none;
}

#left-col form.contact{
  width: 300px;
  margin: 0 auto;
}

#left-col form.contact input{
  width: 300px;
  background: #efe2ad;
  border: 2px solid #565d27;
  float: left;
  margin-bottom: 5px;
  font-family: Trebuchet MS, Helvetica , sans-serif;
}

#left-col form.contact input.submit{
  width: 100px;
  border: 3px outset #565d27;
  margin: 5px 0 5px 100px;
}

#left-col form.contact textarea{
  width: 300px;
  height: 100px;
  overflow-y: hidden;
  background: #efe2ad;
  border: 2px solid #565d27;
  float: left;
  margin-bottom: 5px;
  padding: 2px;
  font: 1em Trebuchet MS, Helvetica , sans-serif;
}

#left-col h1.menu-head{
  margin-top: -40px;
  padding: 0 0 0 10px;
  color: #fff;
  font-size: 2em;
}


#left-col div#menu h3{
  display: inline;
}

#left-col div#menu p{
  padding-right: 100px;
}

#left-col div#menu h2 span.r{
  position: relative;
  left: -20px;
  margin-top: 0px;
  padding: 0;
  font-size: 1.2em;
  font-weight: bold;
}

#left-col div#menu p span.r{
  margin-left: -50px;
  position: relative;
  left: 75px;
  padding: 0;
  font-size: 1.2em;
  font-weight: bold;
  text-align: right;
}

#left-col div#menu h3 span.r{
  margin-left: -71px;
  padding: 0;
  font-weight: bold;
  text-align: right;
}


/*breakfast sandwich alignment*/



.breakfast {
	float:left;
	clear:left;
	color: #222122;
	font-size: 1.3em;
	margin: 0 0 10px 0;
	font-weight:bold;
}


/* Right Col -------------------------------------------- */

#right-col{
  width: 227px;
  margin-left: 567px;
  position: absolute;
  z-index: 75;
}

#right-col a img{
  margin-top: -5px;
}

#right-col a.top img{
  margin-top: -1px;
}

#right-col a.bottom img{
  margin-top: 6px;
}

#right-col img.top-int {
  margin-top: 5px;
}

#right-col a.top-int img {
  margin-top: 4px;
}

#right-col div#quote{
  margin-top: 8px;
  width: 197px;
  background: #444a1f;
}

#right-col div#quote p{
  color: #fff;
  font-size: .88em;
  line-height: 1.2em;
  font-weight: normal;
  padding: 13px 13px 0 13px;
}

#right-col div#quote p.name{
  text-align: right;
  padding: 0 13px 13px 0;
}



/* Footer Nav -----------------------------------------------------*/
#footer-nav{
  text-align: center;
  color: #830025;
  margin-top: 5px;
}

#footer-nav a{
  text-decoration: none;
  color: #830025;
}

#footer-nav a:hover{
  text-decoration: underline;
}

/* Footer Bar --------------------------------------------------------  */
#footer-bar{
  margin: 7px 0;
  padding: 10px 0;
  width: 100%;
  text-align: center;
  background: #830025;
}

#footer-bar p{
  margin: 0;
  padding: 2px 0;
  color: #fff;
}

#footer-credits{
  color: #727b34;
  margin: 0 auto;
  padding-bottom: 30px;
  text-align: center;
}

a.bwm{
  text-decoration: none;
  color: #727b34;
}

a.bwm:hover{
  text-decoration: underline;
  color: #4a8ecb;
}

table.nutrition {margin-left: 0px; }

.links {
	margin: 20px 0 20px 0;
}
.links h2 {
	margin: 8px 0 0px 0;
}

#map_canvas {
	border:1px solid #830025;
}

#infowindow {
	height:300px;
	overflow: visible;
}

.extend-col {
	margin-bottom:200px;
}

#homead{
	clear:both;
	padding:12px 36px;	
	text-align:center;
}
.hdr1{
	color: #830025;
	font-size: 2.2em;
}
.hdr2{
	color: #830025;
	font-size: 1.2em;
}
.hdr3{
	color:#727b34;
	font-size:2.2em;
}
