/* Cascading Style Sheet (CSS) bildaspagecss.css for bildaspub.com */
/* This is the work of Fat Paw Design, Hubertus, WI copyright 2005 - 2008 */
/* Current as of 2008/07/11 */

body	{
	position: relative;
	font-size: 0.90em;
	line-height: 1.4;
	font-family: "Georgia", serif;
	text-align: center;
	color: white;
}

/* body and html default font color is black, and the background base color is #4a6db8 */


* html #maincol	{
	padding-bottom: 1px;
}
	
* html #rightcol {
	overflow: hidden;
}

#wrapper	{
	width: 776px;
	margin: 0 auto;
	text-align: left;
	color: black;
	background-color: white;
}

/* header div CSS */
#header	{
	width: 100%;
	text-align: center;
	padding-top: 1px;
	color: #002279;
	background-color: white;
}

#replaced	{
	float: left;
	display: inline;
	margin-left: 15px;
	width: 240px;
	height: 120px;
	position: relative;
	font-size: 1em;
	text-align: left;
}

#replaced span {
	background: url(bildaslogosmall.gif) no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#header h3	{
	font-size: 0.8em;
	margin: 5px auto;
	color: #f3791f;
}

#header h3.navy	{
	color: navy;
}

#header h4	{
	clear: left;
	text-align: left;
	font-size: 0.8em;
	margin-left: 15px;
	margin-bottom: 0;
	padding-bottom: 10px;
}

/* address box CSS */
#addresshours	{
	float: right;
	display: inline;
	text-align: left;
	margin-right: 40px;
	padding-top: 8px;
}

#addresshours h2	{
	font-size: 1.0em;
	margin-bottom: 8px;
}

#addresshours ul	{
	line-height: 1.1;
	margin: 0;
}

#addresshours li.lastofclass	{
	padding-bottom: 8px;
	font-size: 0.75em;
}

/* top nav bar CSS */
#nav {
	clear: both;
	float: right;
	width: 100%;
	margin: 0;
	padding: 0;
	color: white;
	background: #035118 url(bg6.gif) repeat-y top left;
}

#nav ul	{
	margin-bottom: 0;
}

#nav li	{
	float: left;
	display: inline;
	text-align: center;
	width: 100px;
	font-weight: bold;
}

#nav li a	{
	display: block;
	padding: 4px;
	line-height: 1.6;
	text-decoration: none;
	color: white;
	background-color: transparent;
	border-right: solid 1px white;
}

#nav li.firstofclass a	{
	border-left: solid 1px white;
}


#nav li a:hover	{
	color: #97d164;
	background-color: transparent;
}

#nav li a:visited	{
	color: white;
	background-color: transparent;
}

#nav li a:visited:hover	{
	color: #97d164;
	background-color: transparent;
}

#nav li a.youarehere	{
	color: #dfe8f7;
	background-color: #4a6db8;
}

#nav li a.youarehere:hover	{
	color: #dfe8f7;
	background-color: #4a6db8;
}

#maincol	{
	position: relative;
	clear: both;
}

#maincol p	{
	margin-bottom: 8px;
}

#tagblurb a	{
	margin-right: 15px;
	font-size: 0.85em;
	font-style: italic;
	font-weight: normal;
	color: #81620d;
	text-decoration: none;
	border-bottom: dotted 1px #81620d;
}

/* CSS for the left column */
#leftcol	{
	float: left;
	display: inline;
	width: 500px;
	margin: 0 0 0 0;
	padding: 10px 10px 5px 10px;
	border-right: solid 1px silver;
}

#specialeventscalendar	{
	float: left;
	display: inline;
	width: 250px;
	margin: 1px 15px 4px 0;
	padding: 7px;
	border: solid 1px black;
	/* color: white;
	background-color: #035118; */
	color: black;
	background-color: white;
}

#specialeventscalendar h3	{
	text-align: left;
	font-size: 1.3em;
	/* color: white;
	background-color: transparent; */
}

#specialeventscalendar dl	{
	margin: 6px 0 12px 0;
}

#specialeventscalendar dt	{
	padding-top: 8px;
	font-weight: bold;
}

#specialeventscalendar dd a	{
	/* color: aqua; */
	background-color: transparent;
	font-weight: normal;
}

/*  #specialeventscalendar dd a:hover	{
	color: #97d164;
	background-color: transparent;
}

#specialeventscalendar dd a:visited	{
	color: aqua;
	background-color: transparent;
}

#specialeventscalendar dd a:visited:hover	{
	color: #97d164;
	background-color: transparent; 
} */

#weeklyspecials	{
	float: left;
	display: inline;
	width: 250px;
	margin: 8px 15px 8px 0;
	padding: 8px;
	color: white;
	background: #035118 url(bg6.gif) repeat-y top left;
}

#weeklyspecials h2	{
	text-align: center;
	font-size: 1.3em;
	color: white;
	background-color: transparent;
}

#weeklyspecials dl	{
	margin: 0;
}

#weeklyspecials dt	{
	padding-top: 8px;
	font-weight: bold;
}

#menulist	{
	clear: both;
}

#menulist h3	{
	padding-top: 4px;
	font-size: 1.1em;
}

#menulist h3 a	{
	margin-left: 15px;
	font-size: 0.7em;
	font-style: italic;
	font-weight: normal;
	color: #81620d;
	text-decoration: none;
	border-bottom: dotted 1px #81620d;
}

#menulist table	{
	margin-bottom: 8px;
}

/* CSS for the right column */
#rightcol	{
	float: right;
	display: inline;
	width: 230px;
	margin: 0 0 0 0;
	padding: 8px 10px 5px 10px;
}

#rightcol dd	{
	margin: 0;
}

#rightcol h3.firstofclass	{
	color: #002279;
}

/* CSS for emailnewsletterblock */

#emailnewsletterblock	{
	text-align: center;
	background-color: #dfe8f7;
	padding: 5px;
	margin-bottom: 8px; 
}

#emailnewsletterblock a, #emailnewsletterblock a:link, #emailnewsletterblock a:visited, #emailnewsletterblock a:hover, #emailnewsletterblock a:visited:hover	{
	color: inherit;
	background-color: inherit;
	text-decoration: none;
}

#emailnewsletterblock p,form	{
	margin-bottom: 5px;
}

#emailnewsletterblock p.block_01	{
	color: #002279;
	font-size: 0.9em;
	font-weight: bold;
}

#emailnewsletterblock input.addy	{
	border: 1px solid #999999;
	font-family: "Arial"; sans-serif;
	font-size: 0.7em;
}

#emailnewsletterblock input.submit	{
	font-family: "Verdana"; sans-serif;
	font-size: 0.7em;
}

#emailnewsletterblock p.block_01 img	{
	float: right;
	display: inline;
	background-color: #002279;
	border: none;
	padding: 3px 0 5px 0;
}

#emailnewsletterblock p.block_02	{
	margin-bottom: 0;
}

#emailnewsletterblock p.block_03	{
	color: #999999;
	font-family: "Arial", sans-serif;
	font-size: 0.7em;
}

/* CSS for the page footers */
#footer	{
	clear: both;
	margin: 0;
	padding: 16px 10px 16px 10px;
	text-align: center;
	font-family: "Verdana", sans-serif;
	font-size: 0.90em;
	color: #4a6db8;
	background-color: #dfe8f7;
	border-top: solid 1px #4a6db8;
}

#footer p	{
	margin-bottom: 8px;
}

#footer ul,li	{
	margin: 0;
	padding: 0;
}

#footer li	{
	display: inline;
}

#footer li a	{
	color: #4a6db8;
	background-color: #dfe8f7;
	font-weight: normal;
	text-decoration: underline;
	padding: 1px 10px;
	border-right: solid 1px #4a6db8;
}

#footer li.lastofclass a	{
	border-right: none;
}

#footer li a:hover	{
	color: #002279;
}

#footer li a:visited:hover	{
	color: #002279;
}

/*CSS specific to 'ABOUT' page */
#bildasabout #maincol	{
	height: 1000px;
	padding: 8px 10px 5px 10px;
}

#bildasabout #maincol h3	{
	margin-top: 10px;
	margin-bottom: 10px;
}

#bildasabout #maincol a:link	{
	font-weight: normal;
}

#bildasabout #maincol p {
	width: 600px;
	margin: 10px auto;
	text-align: left;
}

/*CSS specific to 'CONTACT' page */
#bildascontacts #maincol	{
	height: 1000px;
	padding: 8px 10px 5px 10px;
}

#bildascontacts #maincol div	{
	width: 600px;
	margin: 10px auto;
	text-align: left;
}

#bildascontacts #maincol h3	{
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*CSS specific to 'CONTACT' page with php form */
#bildascontactsphp #maincol	{
	padding: 8px 10px 5px 10px;
}

#bildascontactsphp #maincol div	{
	width: 600px;
	margin: 10px auto;
	text-align: left;
}

#bildascontactsphp #maincol h3	{
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*CSS specific to 'INDEX' page */
#bildasindex a.menulink	{
	font-size: 0.75em;
	font-style: italic;
	font-weight: normal;
	color: #81620d;
	text-decoration: none;
	border-bottom: dotted 1px #81620d;
}

/*CSS specific to 'MAP' page */
#bildasmap #maincol	{
	text-align: center;
}

#bildasmap #maincol h5	{
	padding-top: 10px;
	font-size: 1.0em;
}

#bildasmap #maincol h6	{
	font-size: 1.0em;
}

#bildasmap #maincol div p {
	width: 600px;
	margin: 10px auto;
	text-align: left;
}

#bildasmap #maincol div p.lastofclass {
	padding-bottom: 20px;
}

/*CSS specific to 'MENU' page */
#bildasmenu #leftcol	{
	padding-top: 4px;
}

#bildasmenu #weeklyspecials	{
	float: none;
	display: block;
	width: 210px;
}

#bildasmenu #weeklyspecials dd	{
	margin-left: 1em;;
}

#bildasmenu h5 a	{
	font-size: 0.75em;
	font-style: italic;
	font-weight: normal;
	color: #81620d;
	text-decoration: none;
	border-bottom: dotted 1px #81620d;
}

/*CSS specific to 'SITE MAP' page */
#bildassitemap #maincol	{
	padding: 8px 10px 5px 10px;
}

#bildassitemap #maincol div	{
	width: 600px;
	margin: 10px auto;
	text-align: left;
}

#bildassitemap #maincol h3	{
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bildassitemap #maincol dl	{
	margin-bottom: 10px;
}

#bildassitemap #maincol dd a:link	{
	font-weight: normal;
}

/*CSS specific to 'TERMS OF USE' page */
#bildasterms #maincol	{
	padding: 8px 10px 5px 10px;
}

#bildasterms #maincol div	{
	width: 600px;
	margin: 10px auto;
	text-align: left;
}

#bildasterms #maincol h3	{
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.seymour	{
	text-align: center;
	margin: 8px auto;
}

div.seymour h4	{
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	line-height: 1.1;
	margin: 5px auto;
}

div.seymour h4 span	{
	font-size: 50%;
}

div.seymour h5	{
	font-size: 1em;
	font-weight: bold;
	line-height: 1.0;
	margin: 5px auto;
}

div.seymour img	{
	border: solid 1px black;
	display: block;
	margin: auto;
}

/* */

a[href^="http:"]	{
	background: url(externalLink.gif) no-repeat right top;
	padding-right: 10px;
}

/*
a[href^="http://www.whitehouseinwestbend.com"], a[href^="http://whitehouseinwestbend.com"]	{
	background-image: none;
	padding-right: 0;
}

a[href^="mailto:"]	{
	background: url(email.png) no-repeat right top;
	padding-right: 15px;
}
*/