@charset "UTF-8";
/*-----------------------------------------------------------------------------
  Louis Latzer Memorial Public Library Style Sheet 

  version:   2.0
  dev date:  January 2008
  author:    Daniel Korte
  email:     daniel (at) danielkorte.com
-----------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------
########## SCREEN #############################################################
-----------------------------------------------------------------------------*/

@media screen {


/* =Reset
-----------------------------------------------------------------------------*/

html,body,p,h1,h2,h3,h4,h5,h6,pre,ul,ol,li,blockquote,table,tr,td,form,fieldset,input {margin:0; padding:0;}h1,h2,h3,h4,h5,h6,pre,code {font-size:100%;}
:link,:visited {text-decoration:none}a img,:link img,:visited img {border:none}
ul,ol {list-style:none}

/* =General
-----------------------------------------------------------------------------*/

body {
	background: #000000 url('../images/bg.gif') top left repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 1.25em;
	text-align: center;
	color: #48463F;}
#wrap {
	position: relative;
	overflow: hidden;
	width: 993px;
	margin: 0 auto;
	background-color: #C2C5AA;}

/* =Left Column
-----------------------------------------------------------------------------*/

#leftcol {
	float: left;
	width: 265px;
	border-right: 5px solid #330000;
	background-color: #993333;
	padding-bottom: 200em;
	margin-bottom: -197em;}
.box {
	width: 10em;
	height: 10em;
	margin: 1.25em auto;
	background: #FEF8D4 url('../images/box_BR.gif') bottom right no-repeat;}
.boxcontent {
	background: url('../images/box_TR.gif') top right no-repeat;}
.boxcontent p {
	font-size: 1.5em;
	line-height: 1.25em;
	padding: 0.2em;
	background: url('../images/box_TL.gif') top left no-repeat;}
.bottom {
	height: 10em;
	background: url('../images/box_BL.gif') bottom left no-repeat;}


/* =Main Content
-----------------------------------------------------------------------------*/

#main {
	float: right;
	width: 718px;
	padding-bottom: 32767px;
	margin-bottom: -32567px;
	text-align: left;
	border-right: 5px solid #330000;
	background-color: #C2C5AA;}
#searchbox {
	background: #7C7E6C url('../images/searchbg.gif') top left no-repeat;}
#search {
	padding: 7px 5px;}
.searchform {
	padding: 1px;
	font-size: 0.8em;
	font-weight: normal;
	color: #000000;
	border: 1px solid #330000;
	background-color: #FFFFFF;}
#submit {
	border: 0;
	vertical-align: middle;
	margin-top: -1px;
	margin-left: 5px;}
#copy {
	padding: 2em;
	background: url('../images/copybg.gif') top left repeat-x;}
#searchbox h1 {
	padding: 4px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #C2C5AA;}
#searchbox h6 {
	float: right;
	clear: both;
	padding-top: 8px;
	margin-right: 6px;
	font-size: 0.9em;
	font-weight: normal;}
#main p {
	margin-bottom: 1em;
	line-height: 1.5em;
	color: #000000;}
#dbstable {
	width: 100%;
	border: 1px solid #7C7E6C;}
#kidtitle {
	width: 100%;
	background-color: #7C7E6C;}
#dbstable h1, #kidtitle h1 {
	padding: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.75em;
	line-height: 1.5em;
	color: #C2C5AA;}
#dbstable p {
	float: right;
	font-size: 0.8em;
	padding-top: 1.4em;
	padding-right: 1em;}
#title {
	background-color: #7C7E6C;}
.image {
	width: 34%;
	padding: 10px;
	background-color: #FFFFFF;}
.desc {
	width: 33%;
	padding: 10px;
	color: #48463F;}
#footer {
	position: absolute;
	bottom: 0;
	width: 718px;
	padding-top: 0.5em;
	background: #7C7E6C url('../images/footerbg.gif') top left no-repeat;}
.third {
	float: left;
	width: 28%;
	text-align: right;
	padding-right: 2%;}
#first {
	width: 38%;}
.third h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.2em;
	color: #C2C5AA;}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	height: 1px;}
.handcursor {
	cursor:hand;
	cursor:pointer;}
.switchgroup1 p {
	margin-top: 3px;
	padding: 0.5em 1.5em;
	border-bottom: 2px dotted #330000;}
.putmid {
	text-align: center;}
.show {
	margin: 0 auto;
	border: 5px solid #330000;}
#kidslinks {
	margin-left: 4em;
	width: 50%;
	border: 1px solid #330000;
	background-color: #FFFFFF;}
#kidslinks li {
	padding: 1em;}
.children {
	margin-left: 2em;
	margin-bottom: 3em;
	float: left;}
.children li {
	padding: 0.5em;}
.children h1 span {
	font-size: 0.9em;
	font-weight: normal;}
.children h6 {
	font-size: 0.9em;
	color: #7C7E6C;}
.dates img {
	float: left;}
#age {
	margin-left: 2em;
	color: #000000;}


/* =Links
-----------------------------------------------------------------------------*/

#nav li {
	margin-bottom: 5px;}
#nav a:link, #nav a:visited {
	display: block;
	width: 265px;
	height: 31px;
	padding-top: 11px;
	text-align: center;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	background: #FFFFFF url('../images/navbg.gif') top left no-repeat;}
#nav a:hover {
	background: #FFFFFF url('../images/navbg.gif') bottom left no-repeat;}
a:link, a:visited {
	color: #660000;}
a:hover {
	color: #993333;}
.smallink:link, .smallink:visited {
	font-size: 0.7em;
	text-transform: uppercase;
	text-decoration: underline;
	color: #000000;}
.smallink:hover {
	text-decoration: none;
	color: #993333;}


}


/*-----------------------------------------------------------------------------
########## PRINT ##############################################################
-----------------------------------------------------------------------------*/

@media print {


/* =General
-----------------------------------------------------------------------------*/


}