﻿/* external CSS file */
/* Meridian Library District Test Page */
/* filename: default.css */

body {
	background: #2f4f4f; 
	background-repeat: no-repeat; 
	background-position: center;
	background-attachment: fixed;
}

body.main {
	background-image: url(images/backgrounds/index-0.jpg);
}

body.adults {
	background-image: url(images/backgrounds/adults.jpg);
}

body.children {
	background-image: url(images/backgrounds/children.jpg);
}

body.resources {
	background-image: url(images/backgrounds/research-1.jpg);
}

body.silverstone {
	background-image: url(images/backgrounds/silverstone-0.jpg);
}

body.silverstone-alt {
	background-image: url(images/backgrounds/silverstone-alt.jpg);
}

body.bookmobile {
	background-image: url(images/backgrounds/bookmobile.jpg);
}

body.teens {
	background-image: url(images/backgrounds/teens.jpg);
}

body.local {
	background-image: url(images/backgrounds/map.jpg);
}

body.info {
	background-image: url(images/backgrounds/info.jpg);
}

body.contact {
	background-image: url(images/backgrounds/contact.jpg);
}

body.request {
	background-image: url(images/backgrounds/request.jpg);
}

body.readers {
	background-image: url(images/backgrounds/readers.jpg);
}

span.note {
	font-size: 9pt;
	line-height: 1;
}

a:focus {
	outline: none;
}

iframe {
	border: 1px solid black;
}

#frame {
	background: transparent;
	/* margin-left: 20px; */
	margin-left: auto;  /* centers the page */
	margin-right: auto; /* centers the page */
	width: 855px;
}

#header p {
	text-align: center;
	font-weight: bold;
	line-height: 3px;
	font-size: 15px;
}

#header a {
	border-style: none;
}

#header {
	float: left;
	width: 100%;
}

#header img {
	/* width: 100%; */
	border: 3px solid tan;
}

/* inline list properties */
#header ul {
	clear: left;
	float: left;
	width: 100%;
	list-style: none;
	/* margin: 0 0 0 0; */
	margin: 0 0 0 50px;
	padding: 0;
}

#header ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header ul li a {
	display: block;
	float: left;
	margin: 0 0 5px 1px;
	padding: 3px 10px;
	text-align: center;
	border: 2px solid black;
	background-color: tan;
	color: black;
	font-family: sans-serif;
	font-weight: bold;
	font-size: small;
	position: relative;
	left: 18px;
	width: 95px;
	line-height: 1.3em;
	text-decoration: none;
}

#header ul li a:hover {
	background: tan;
	color: black;
	border-color: white;
}
/* end inline list properties */

#columnMain {
	float: right;
	border: 1px solid black;
	background-color: tan;
	padding: 5px;
	width: 500px;
}

#columnMain h3 {
	text-align: center;
	font-family: sans-serif;
	border: 2px solid black;
	background: #FFCC99;
}

#columnMain h4 {
	text-align: center;
	font-family: sans-serif;
	border: 2px solid black;
	background: #FFCC99;
}

#columnMain img {
	float: left;
	border: 1px solid black;
	margin: 0 7px 0 0;
	width: 90px;
	height: 90px;
}

#columnMain ul {
	list-style: none;
}

#columnMain p {
	clear: left;
	padding-top: 5px;
	font-family: sans-serif;
	font-size: 11pt;
}

#columnMain p.database img {
	width: 90px;
	height: 30px;
}

#columnMain p.database a img {
	width: 90px;
	height: 30px;
}

#columnMain p.summary {
	font-weight: normal;
	font-family: serif;
	font-size: 12pt;
}

#columnMain p.notice {
	font-weight: bold;
	text-align: center;
	font-size: 10pt;
	color: red;
}

#columnLeft {
	float: left;
	border: 1px solid black;
	background-color: tan;
	padding: 5px;
	width: 150px;
}

#columnLeft h3 {
	text-align: center;
	font-family: sans-serif;
	border: 2px solid black;
	background: #FFCC99;
}

#columnLeft ul {
	margin-left: 0;
	padding-left: 1em;
	list-style: none;
}

#columnLeft ul li {
	padding-bottom: 10px;
}

#columnLeft ul li a img {
	border: 2px solid transparent;
}

#columnRight {
	float: right;
	border: 1px solid black;
	background-color: tan;
	padding: 5px;
	width: 150px;
}

#columnRight h3 {
	text-align: center;
	font-family: sans-serif;
	border: 2px solid black;
	background: #FFCC99;
}

#columnRight ul {
	margin-left: 0;
	padding-left: 1em;
}

#columnRight ul li {
	padding-bottom: 10px;
}

#columnRight img {
	border: 1px solid black;
}

#enclose {
	float: left;
	width: 683px;
}

#footer {
	clear: both;
	padding: 10px 0 0 0;
	width: 100%;
	text-align: center;
}

#footer p.info {
	font-weight: bold;
	background: tan;
	font-family: sans-serif;
}
