/* --- General Formatting --- */
* {
	margin: 0;
	padding: 0;
}
body {
	font: normal 12px/1.4em arial,helvetica,sans-serif;
	background: #fff url(/site_images/bg.jpg) left top repeat-x;
}
p, address, ul, ol, li, dt, dd, td, th, span, blockquote {
	color: #444;
}
th, b, strong {
	font-weight: bold;
}
i, em, cite {
	font-style: italic;
}
sup, sub {
	font-size: 75%;
}


/* Links */
a {
	text-decoration: none;
	color: #694a78;
	outline: none;
}
a:hover, a:active {
	text-decoration: underline;
}

/* Paragraphs */
p {
	margin: 0 0 16px;
}
blockquote {
	margin: 0 20px 16px;
	padding: 0;
	font-style: italic;
	text-align: justify;
}
blockquote .byline {
	font-weight: bold;
	font-style: normal;
	margin: 0 0 0 25px;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}

/* Images */
a img {
	border-style: none;
}
.image-wrap {
	width: 255px;
}

img.left, .image-wrap.left {
	float: left;
	margin: 0 10px 10px 0;
}
img.right, .image-wrap.right {
	float: right;
	margin: 0 0 10px 10px;
}
/* Lists */
ul, ol {
	margin: 0 0 10px 30px;
}
li {
	margin: 5px 0;
}
p + ul {
	margin-top: -11px;
}

/* Floating */
.float-left {
	float: left;
}
.float-right {
	float: right;
}

/* Headings */
h1, h2, h3, h4, h5 {
	color: #000;
	font-family: "Californian", Georgia, serif;
	line-height: 1.15em;
	padding: 0 0 .5em 0;
}
h1 {
	clear: both;
	font-size: 48px;
	font-weight: normal;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	color: #5d2578;
	border-bottom: 1px solid #999;
}
#section-index h1 {
	font-size: 24px;
	border: none;
}
#section-index h1 a {
	color: #d7d4d4;
}
.images-on #section-index h1 {
	width: 369px;
	height: 58px;
	background: url(/site_images/logo_pacta.png) left top no-repeat;
}
.images-on #section-index h1 a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -999em;
}
h2 {
	font-size: 24px;
	font-family: Arial, sans-serif;
	padding: 0 0 15px 0;
	color: #282828;
	font-weight: normal;
}
h3 {
	font-size: 15px;
	padding: 0 0 3px 0;
	color: #967831;
	font-family: Arial, sans-serif;
}
h4 {
	font-size: 13px;
	margin: 0 0 5px;
	padding: 0;
}
h5 {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

/* Layout */
#wrapper {
	background: url(/site_images/bg_body.jpg) center top no-repeat;
}
#container {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 24px 0 0 0;
}
#masthead {
	padding: 20px 0 0 0;
}
#logo {
	float: left;
	margin: 0;
}
.tagline {
	width: 445px;
	margin: 0 0 15px;
	float: right;
	font: italic 14px/20px Georgia, Times, serif;
	color: #ccc;
	text-align: right;
}
#primary-menu {
	clear: both;
	margin: 0;
	font-family: Californian, Georgia, serif;
	font-size: 16px;
}
#primary-menu li {
	float: left;
	margin: 0;
	list-style: none;
}
#primary-menu a {
	display: block;
	outline: none;
	padding: 9px 20px;
	color: #ccc;
}
#primary-menu a:hover, #primary-menu a.active {
	text-decoration: none;
	color: #fff;
	background: #602a7a url(/site_images/bg_primary_menu.gif) left top repeat-x;
}
#secondary-menu {
	margin: 0 0 20px 0;
	padding: 0;
}
#secondary-menu li {
	display: inline;
	margin: 0 10px;
	font-size: 12px;
	font-weight: bold;
	list-style: none;
}
#secondary-menu li.first {
	margin: 0 10px 0 0;
}
#secondary-menu li.last {
	margin: 0 0 0 10px;
}
#secondary-menu a {
	color: #7B6532;
}
#secondary-menu a:hover, #secondary-menu a.active {
	color: #602a7a;
	text-decoration: underline;
}
#content {
	clear: both;
	padding: 40px 0;
}
.slider {
	margin: 0 0 40px 0;
}
.columns {
	clear: both;
}
.columns:after {/* Clear after floats */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.column {
	float: left;
}
.one .column.first {
	width: 100%;
}
.two-a .column.first {
	width: 620px;
	padding: 0 15px 0 0;
	font-size: 13px;
	line-height: 1.6em;
}
.two-a .column.second {
	width: 310px;
	padding: 0 0 0 15px;
}
.three .column {
	width: 31%;
	padding: 0 1%;
}
/* Modules */
.module {
	margin: 0 0 25px 0;
}
.module h3 {
	font-size: 16px;
	padding: 0;
	margin: 0;
}
.images-on .module h3 {
	text-indent: -999em;
	height: 15px;
}
.module .forward {
	font-size: 11px;
}
.module.events {
	position: relative;
	background: url(/site_images/bg_events_box.png) left top no-repeat;
	width: 258px;
	height: 322px;
	padding: 20px 25px;
}
.module.events h2, .module.events .forward, .module.events a, .module.events li, .module.events .location {
	color: #ccc;
}
.module.events h2 {
	text-align: center;
	font-family: Georgia, serif;
	font-size: 18px;
	padding: 0 0 10px 0;
}
.module.events ul {
	margin: 0 0 10px 0;
}
.module.events li, .module.events li a {
	font-family: Georgia, serif;
	font-size: 14px;
}
.module.events li {
	margin: 0 0 20px 0;
	list-style: none;
	line-height: 1.1em;
}
.module.events .date {
	display: block;
	padding: 2px 0 2px 20px;
	background: url(/site_images/bullet_clock.png) left center no-repeat;
	font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #a8a7dd;
}
.module.events .location {
	display: block;
	padding: 0 0 0 20px;
	font-family: "Lucida Grande", sans-serif;
	font-size: 11px;
}
.module.events .forward {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.module.patrons {
	padding: 10px 5px;
	background: #f8ecd2;
}
.images-on .module.patrons h3 {
	background: #967b3d url(/site_images/heading_patron_members.gif) left top no-repeat;
}
.module.patrons ul {
	margin: 15px 0 15px 5px;
}
.module.patrons li {
	list-style: none;
	margin: 0 0 10px 0;
	font-weight: bold;
}
.module.patrons li .website, #patrons .website {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	display: block;
}
.images-on .module.jobs h3 {
	background: #ccc url(/site_images/heading_jobs.gif) left top no-repeat;
}
.module.jobs ul, .module.news ul {
	margin: 15px 0 0 0;
	padding: 0;
}
.module.jobs li, .module.news li {
	list-style: none;
	font-weight: bold;
	padding: 5px 0 5px 10px;
	border-bottom: 1px solid #666666;
}
.module.jobs .date {
	font-weight: normal;
}
.module.jobs li.last, .module.news li.last {
	border: none;
}
.images-on .module.news h3 {
	background: #ccc url(/site_images/heading_news.gif) left top no-repeat;
}
.images-on .module.news-archive h3 {
	background: #ccc url(/site_images/heading_news_archive.gif) left top no-repeat;
}

/* Pages */
#section-index #news .item {
	position: relative;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #666666;
}
#section-index #news .item.last {
	border: none;
}
#section-index #news h2 {
	font-size: 16px;
	padding: 0;
	margin: 0 0 20px 0;
}
.images-on #section-index #news h2 {
	text-indent: -999em;
	background: #ccc url(/site_images/heading_news.gif) left top no-repeat;
	height: 15px;
}
#section-index #news h3, #section-index #news h3 a {
	font-family: Georgia, serif;
	font-size: 14px;
	color: #5d2578;
	padding: 0;
}
#section-index #news .item h3, #section-index #news .item .detail, #section-index #news .item .date, #section-index #news .item .file {
	margin: 0 0 0 60px;
}
#section-index #news .item .number {
	position: absolute;
	left: 18px;
	top: 15px;
	display: block;
	font-family: Georgia, serif;
	font-size: 30px;
	font-weight: bold;
	color: #a3a0df;
}
#patrons {
	margin: 0;
}
#patrons li {
	margin: 0 0 15px 0;
	list-style: none;
	font-weight: bold;
	font-size: 18px;
	font-family: Georgia, serif;
}
#patrons li, #patrons li a {
	color: #5d2578;
}
.job, .event {
	margin: 0 0 20px 0;
}
.job .forward {
	display: inline;
	padding: 0;
}
.job-instructions {
	margin: 0 0 10px 0;
	padding: 5px;
	background: #eaeaea;
}
.event h2.item-title {
	color: #5d2578;
	margin: 0 0 5px 0;
}
.event h3 {
	padding: 0;
	margin: 0 0 0 15px;
	color: #967831;
}
.event .location {
	margin: 0 0 0 15px;
}
.resource-cat {
	width: 302px;
	margin: 0 15px 15px 0;
}
.resource-cat.leftItem {
	clear: left;
}
.resource-cat h2 {
	font-size: 18px;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #000;
}
.resource-cat h3 {
	padding: 10px 0 2px 0;
	font-size: 13px;
}
.resource-cat h4 {
	font-weight: normal;
}
#section-resources .item {
	margin: 0 0 8px 0;
}
#featured-resources .item {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #666666;
}
#featured-resources .item p {
	margin: 0;
}
/* Misc */
h2.item-title {
	padding: 0;
	font-weight: bold;
	font-size: 18px;
	font-family: Georgia, serif;
	color: #5d2578;
}
h2.item-title a {
	color: #5d2578;
}
.forward, .back {
	display: block;
	padding: 3px;
	color: #694a78;
	font-family: "Lucida Grande", Arial, sans-serif;
}
.date {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999;
	display: block;
}
.byline {
	font-style: italic;
	font-weight: bold;
}
.byline a {
	color: #444;
}
.caption {
	display: block;
	margin: 5px 0 0 0;
	font-size: 11px;
	color: #999;
}
.lead-in {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 19px;
	color: #333;
}
#login-links {
	position: absolute;
	top: 5px;
	right: 0;
}
#login-links li {
	float: left;
	margin: 0 0 0 30px;
	list-style: none;
	font-size: 10px;
}
#login-links a {
	color: #d7d4d4;
}
/* Comments */
.comment {
	padding: 15px 15px 0 15px;
	margin: 0 0 8px 0;
	background: #f9e9de;
	border: 1px solid #eae3d3;
}
.commenter a, .commenter span {
	font-weight: bold;
	font-size: 18px;
	color: #711B04;
}

/* Footer */
#footer-wrap {
	background: #e1e3db url(/site_images/bg_footer.gif) left top repeat-x;
	min-height: 90px;
}
#footer {
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
}
#footer img {
	float: left;
	margin: 0 20px 0 0;
}
#footer a {
	text-decoration: none;
}
#footer p {
	font-family: "Lucida Grande", arial, sans-serif;
	font-size: 9px;
	color: #666666;
	line-height: 1.2em;
}
#footer p.copy {
	float: left;
	width: 300px;
}
body #footer .cd {
	color: #bfbfbf;
}
body #footer a .c-link {
	color: #9a9a9a;
}
body #footer a .d-link {
	color: #34b9df;
}
/* Forms */
.form-line {
	margin: 9px 0;
	clear: both;
}
input, textarea {
	padding: 6px;
	color: #555;
	border: 1px solid #a9aaa8;
	background: #dcded8;
}
input.text {
}
textarea {
	height: 100px;
}
label {
	display: block;
	float: left;
	margin: 5px 5px 0 0;
	color: #555;
}
#customform-contact .form-line {
	margin: 0 0 15px 0;
}
#customform-contact label {
	width: 140px;
}
#customform-contact label.checkbox {
	width: auto;
	display: inline;
	float: none;
}
#customform-contact input, #customform-contact textarea {
	width: 250px;
}
#customform-contact input.radio, #customform-contact input.checkbox {
	width: auto;
	border: none;
	background: transparent;
}
#customform-contact #Label7 {
	margin: 0 5px 0 0;
}
#customform-contact #submit {
	width: auto;
	margin: 0 0 0 145px;
}
.button {
	background: #1a1848;
	color: #fff;
	border: 1px solid #a8a7dd;
	padding: 5px 10px;
	cursor: pointer;
}
#customform-subscribe label {
	float: right;
	width: 60px;
	font-size: 11px;
	font-family: "Lucida Grande", sans-serif;
	color: #999;
}
#section-index #customform-subscribe label {
	width: 75px;
}
#section-index #customform-subscribe input.text {
	width: 220px;
}
#comment-form {
	margin: 20px 0 0 0;
}
#comment-form fieldset {
	border: none;
}
#comment-form legend {
	font: bold 22px/1.2em "Arial Narrow", sans-serif;
	margin: 0 0 12px;
	color: #907856;
}
#comment-form label {
	float: right;
	width: 170px;
	font-size: 11px;
	font-family: "Lucida Grande", sans-serif;
	color: #999;
}
#comment-form .email label {
	margin: 0 5px 0 0;
	line-height: 1.25em;
}
#comment-form input.text, #comment-form textarea {
	width: 250px;
}
#comment-form .hint {
	display: block;
	width: 250px;
	text-align: right;
}
.required {
	margin: 0 0 0 10px;
	color: #6b2102;
}
.hint {
	font-size: 11px;
	color: #999;
	font-family: "Lucida Grande", sans-serif;
}
label .required {
	margin: 0;
}
.error-line {
}
.error {
	padding: 0 0 0 10px;
	color: #740000;
}

/*
    anythingSlider v1.0
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/


.anythingSlider                         { width: 620px; height: 359px; position: relative; margin: 0 auto 15px; }
.anythingSlider .inner                  { width: 620px; overflow: hidden; height: 359px; margin: 0; position: absolute; top: 0; left: 0; }
.anythingSlider .inner ul               { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin: 0; }
.anythingSlider ul li                   { position:relative; display: block; float: left; padding: 0; height: 353px; width: 680px; margin: 0; }
.slide-detail                           {position: absolute; bottom: 0; left: 0; padding: 10px; width: 600px; background: url(/site_images/bg_opacity.png) left top repeat;}
.slide-detail h2 						{color: #fff; font-family: Georgia, serif; font-size: 16px; font-weight: bold; padding: 0;}
.slide-detail h2 a						{color: #fff;}
.slide-detail p							{color: #dadada; font-size: 11px; line-height: 1.25em; font-family: "Lucida Grande", Arial, sans-serif; margin: 0;}
.anythingSlider .arrow                  { display: none; }

#thumbNav                               { position: relative; top: 10px; right: 5px; text-align: right; }
#thumbNav a                             { color: #fff; font: bold 12px/18px Arial, sans-erif; display: inline-block; padding: 0 0 2px 0; height: 16px; width: 31px; margin: 0 5px 0 0; background: transparent url(/site_images/bg_slider_nav.png) 0 0 no-repeat; text-align: center; }
#thumbNav a:hover                       { background-position: -35px 0; text-decoration: none; }
#thumbNav a.cur                         { background-position: -35px 0; }

#start-stop                             { display: none; }

/*
  Prevents
*/
.anythingSlider .inner ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .inner ul ul li       { float: none; height: auto; width: auto; background: none; }