/* screen styles for first-level pages */

/* layout */

#local_nav {
	background: url(../images/logo_local_nav.gif) no-repeat;    	
	float: left;
	width: 150px;
}
#innerwrapper {
	margin-left: 150px;
}
#content {
	background: url(../images/logo_content.gif) no-repeat;    	
	float: left;
	padding: 30px 0 10px 15px;
	width: 370px;
}
#sidebar {
	margin-left: 385px;
	padding-top: 40px;
}


/* local navigation */
#local_nav ul {
	list-style-type: none;
	padding: 40px 0 30px 10px;
	margin: 0;
}
#local_nav ul li {
	border: 1px solid #333;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 0;
  position: relative;
}
#local_nav ul li a {
	background-color: #b3a353;
	color: black;
	display: block;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 10px;
}
#local_nav ul li a:hover {
		background: #fdf6d1;
}
#local_nav ul li#currentlocal {
	border-right: none;
	border-left: none;
}
#local_nav ul li#currentlocal a {
	background-color: #fdf6d1;
	border-right: none;
	border-left: none;
	color: #A00417;
}

#local_nav ul li ul {
  border-bottom: 1px solid #333;
  display: none;
  left: 128px;
  margin-left: 10px;
  padding: 0;
	position: absolute;
  top: -1px;
	width: 130px;
}
#local_nav ul li ul li {
  border-bottom: none;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
div#local_nav ul li a {
  border-bottom: none;
  padding: 5px;
}
#local_nav li:hover ul, #local_nav li.over ul {
  display: block;
}
/* content */
#content img {
	float: right;
	padding: 0 0 10px 10px;
}
#location, #hours {
  font-weight: bold;
  padding: 0 1em;
}

/* Banners */
#store_h, #locallinks_h, #commonblog_h, #location_h, #coffee_h, #calendar_h, #about_h {
  height: 49px;
}
#store_h h2, #locallinks_h h2, #commonblog_h h2, #location_h h2, #coffee_h h2, #calendar_h h2, #about_h h2 {
  text-indent: -9999px;
}
#locallinks_h {
  background: transparent url(../images/locallinks_bk.gif) no-repeat;
}
#store_h {
  background: #fdf6d1 url(../images/coffee_store_bk.gif) no-repeat;
}
#commonblog_h {
  background: transparent url(../images/commonblog_bk.gif) no-repeat;
}
#location_h {
  background: transparent url(../images/location_bk.gif) no-repeat;
}
#coffee_h {
  background: transparent url(../images/coffee_bk.gif) no-repeat;
}
#calendar_h {
  background: transparent url(../images/calendar_bk.gif) no-repeat;
}
#about_h {
  background: transparent url(../images/about_bk.gif) no-repeat;
}

