﻿body { 
	background-image: url(../../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	font-family: Verdana, Tahoma, arial, sans-serif;
	color: #777;
	text-align: center;
	margin: 0;
}

#wrap {
	width: 815px;
	margin: 0 auto;
	text-align: left;
}
#form1 { margin: 0; padding: 0; }
.leftBodyBorder { background-image: url(../../images/localkidzstuff_06.gif); background-repeat: repeat-y; width: 27px; }
.rightBodyBorder { background-image: url(../../images/localkidzstuff_08.gif); background-repeat: repeat-y; width: 25px; }

/* search */
#search {
	background-image: url(images/search_box.gif); background-repeat: no-repeat;
	line-height: 28px; width: 201px; height: 34px; text-align: left; vertical-align: middle; }
#search .textbox { font-size: 12px; color: #999; margin: auto 5px auto 25px;
	 padding: 0; clear: both; }
#search .button { position: relative; top: 5px; right: 8px; }

/* top navigation */
#topnav { 
	background-image: url(images/top-nav-box.gif);
	width: 763px; height: 42px; vertical-align: middle;
	margin: 0 auto; padding: 0; clear: both; font-weight: bold; font-size: 12px; line-height: 40px;
}
#topnav ul {
	float: left;
	list-style: none;
	margin: 0 0 0 7px; padding: 0;
}
#topnav ul li {
	display: inline;
}
#topnav ul li a {
	display: block;
	float: left;
	padding: 0 12px;
	color: #000;	
	text-decoration: none;
}
#topnav ul li a:hover {
	color: #000; text-decoration: underline;
}
#topnav ul li#current a {	
	color: #000; text-decoration: underline;
}

/* header styles */
#leftHeaderBox
{
	background-image: url(images/header_graphic.jpg); padding: 0; margin: 0; background-position: left top;
	background-repeat: no-repeat; width: 487px; height: 174px; float: left;
}
#rightHeaderBox
{ 
	background-image: url(images/right_header_box.gif); padding: 0; margin: 0; background-position: left top;
	background-repeat: no-repeat;	width: 276px; height: 174px; float: left;
}

#rightHeaderBox h2 { text-align: center; color: #fff; font-size: 16px; margin-top: 15px; margin-bottom: 3px; }
#rightHeaderBox ul { margin-top: 0; }
#rightHeaderBox ul li { font-size: 10px; color: #000; margin-right: 12px; line-height: 14px; }

/* bottom navigation */
#btmnav { background-image: url(images/bottom-nav-box.gif);
	width: 763px; height: 42px; vertical-align: middle; color: #fff;
	margin: 0 auto; padding: 0; clear: both; font-weight: bold; font-size: 12px; line-height: 40px; }

#breadcrumb { font-size: 10px; float: left; text-align: left; width: 487px; }
#breadcrumb a { color: #ff6600; text-decoration: none; }
#breadcrumb a:hover { color: #ff6600; text-decoration: underline; }

#loginLink { font-size: 10px; float: left; margin-left: 10px; text-align: right;	width: 260px; }
#loginLink a { color: #ff6600; text-decoration: none; }
#loginLink a:hover { color: #ff6600; text-decoration: underline; }

#bodyContent { font-size: 12px; margin: 0 10px 10px 10px; }

#sidebar { font-size: 12px; width: 200px; }

.texpixspacer { height: 10px; }
.twentypixspacer { height: 20px; }

#footer { color: #999; font-size: 10px; text-align: center; border-top: solid 1px #999; margin: 10px; }
#footer a { color: #999; text-decoration: none; }
#footer a:hover { color: #000; text-decoration: underline; }

/* normal content styles */
.textbox2 { border: 1px solid #999; }
.listing_busName { font-size: 1.5em; font-weight: bold; color: #1773BC; }
.listingBox { margin: 4px 0; border: solid 1px #c0c0c0; background-color: 
              #fff; padding: 4px; }
.listingDetailBox { margin: 10px 20px 10px 15px; border: solid 1px #c0c0c0; background-color: #fff; padding: 4px; }
.eventBox { margin: 0 0 15px 0; background-color: #fff; padding: 4px; }
.eventDateHeader
{
	font-size: 1.1em; font-weight: bold;
	background-color: #fff;
	background-image: url(images/eventDate-box.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	color: #fff;
	margin-bottom: 0;
	margin-top: 8px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	position: relative;
	height: 42px;
}
.eventName { font-size: 1.25em; font-weight: bold; color: #1773BC; border-bottom: solid 1px #c0c0c0; }
.eventName a:link, .eventName a:visited { font-size: 11px; font-weight: normal; color: #1773BC; text-decoration: none; }
.eventName a:active, .eventName a:hover { font-size: 11px; font-weight: normal; color: #ff6633; text-decoration: none; }

/* rounded boxes */
.sticky {
  background-color: #F0F0F0;
  border: 1px solid #D0D0E0;
  position: relative; /* peekaboo ie bug */
}
.sticky .w1 {
  background-image: url(../../images/sticky-tl.png);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  position: relative;
  top: -1px;
  left: -1px;
}
.sticky .w2 {
  background-image: url(../../images/sticky-tr.png);
  background-position: 100% 0%;
  background-repeat: no-repeat;
  position: relative;
  left: 2px;
}
.sticky .w3 {
  background-image: url(../../images/sticky-br.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
}
.sticky .w4 {
  background-image: url(../../images/sticky-bl.png);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  position: relative;
  left: -2px;
  padding: 1.2em;
  overflow: hidden;
}
.sticky .w4 p {
  position: relative;
}
