/* @override http://www.firstparish.org/cms/templates/firstparish/css/template.css */

/**
 * @version $Id: template.css 10498 2008-07-04 00:05:36Z ian $
 * @author Design & Accessible Team ( Angie Radtke / Robert Deutz )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */


/* ###################### Basic Element Styles ###################### */

a:link,a:visited {
	color: #000;
}

a:hover,a:active,a:focus {
	color: #6fa2de;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0;
}

h4 {
	border: solid 0;
	color: #000;
	font-size: 1em;
}

input:focus {
	border: solid 2px #000;
}

fieldset {
	border: 0;
}

p {
	line-height: 1.4em;
	margin: 0.5em 0;
}

em {
	font-weight: bold;
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
}

td {
	padding: 5px 5px 5px 0;
	/* remove vertical-align when I remove the layout tables */
	vertical-align: top;
}

/* ###################### Misc. ###################### */

ol {
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 2em;
}

ul {
	list-style: disc inside;
	line-height: 1.5em;
}

ol li {
	font-weight: bold;
}

ol li p {
	font-weight: normal;
	font-style: normal;
}

p.counter {
	background: #EEE;
	color: #000;
	font-weight: bold;
	margin: 10px 0;
	padding: 5px;
}

p.buttonheading {
	text-align: right;
	margin-top: -5px;
}

.buttonheading img {
	border: 0;
}

p.buttonheading a:link,p.buttonheading a:visited {
	margin: 2px;
}

p.buttonheading a:hover {
	background: none !important;
	color: #000 !important;
}

p.buttonheading a:active,p.buttonheading a:focus {
	border: solid 2px;
	color: #000;
}

.unseen {
	display: none;
}

/* force a clear */
.wrap {
	clear: both;
	float: none;
	font-size: 1px;
	height: 0;
	line-height: 1px;
	visibility: hidden;
}

/* Mootools Tooltips */

.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	text-align: left;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* ###################### Basic Structure ###################### */

body {
	background: #fff;
	color: black;
	text-align: left;
	font: 105%/110% arial, helvetica, sans-serif;
}

body.contentpane {
	background: #fff;
	width: auto;
	margin: 10px;
	line-height: 1.4em;
	text-align: left;
}
/* changed width in #all from 1000px to 1100px (originally was 900px */ 
#all {
	background: #FFFFFF;
	color: #000000;
	font-size: 0.8em;
	line-height: 1.2em;
	text-align: left;
	width: 1100px;
	overflow: hidden;
	margin-bottom: 0;
	margin-top: 0;
}

#header {
	height: 110px;
	background: #fff url(../images/header.jpg) no-repeat scroll left top;
	position: relative;
	text-align: right;
	margin-top: 15px;
}

#contentarea,#contentarea2 {
	background-color: #fff;
}

#left {
	float: left;
	width: 190px;
	background-color: #dcdddc;
	margin-bottom: 0;
	margin-right: 0;
}

#right {
	background-color: #e3e3e3;
	float: right;
	width: 190px;
}
/* changed width in #main2 from 580px to 680px - originally was 480px */
#main2 {
	padding: 25px 20px 20px 20px;
	min-height: 520px;
	float: left;
	width: 680px;
}

#main {
	margin-bottom: 0;
	margin-left: 210px;
	margin-right: 0px;
	padding-top: 20px;
}

/* ###########  header content #############  */

#header h1 {
	display: none;
}

#logo img {
	display: block;
}

#logo span {
	display: block;
	margin: 0 0 2px 100px !important;
	border-bottom: solid 1px #666;
}

/*  Search box  */

#header form fieldset {
	border: 0 solid #000;
	display: inline;
	float: left;
	padding: 19px;
	text-align: left;
	width: 6em;
}

#header form label {
	color: #000;
	position: absolute;
	left: -3000px;
	top: -200px;
	width: auto;
}

#header form .button {
	background: url(../images/more_arrow.png) no-repeat;
	border: 0;
	color: #fff;
	font-weight: bold;
	margin: 20px 10px 0 0;
	padding: 0px 5px 0px 30px;
	cursor: pointer;
}

#header form .search {
	height: 30px;
	float: right;
}

#header form .inputbox {
	background: #fff;
	font-weight: bold;
	margin: 10px 0 0 0;
	width: 12em;
}

/* header Top-nav */

#header #active_menu-nav {
	color: #f8b345;
}

#header ul {
	background: #4f4f4f;
	display: block;
	text-align: left;
	margin-left: 250px;
	position: relative;
	top: 220px;
}

#header ul li {
	background: #4f4f4f;
	color: #fff;
	display: inline;
	text-align: center;
}

#header ul li a:link,#header ul li a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px;
	line-height: 1.5em;
}

#header ul li a:hover,#header ul li a:active,#header ul li a:focus {
	color: #6fa2de;
}

/*  fontsize chooser  */

#fontsize {
	z-index: 100;
	position: absolute;
	top: 0;
	right: 0;
	background: #4f4f4f;
	color: #fff;
}

#fontsize h3,#fontsize p {
	border: 0;
	display: inline;
	font-size: 1em;
}

#fontsize p {
	margin: 0 0 0 5px;
}

#fontsize p a {
	font-weight: bold;
	margin: 0 5px;
	display: inline;
	padding: 2px 0;
}

#fontsize p a:link {
	color: #fff;
}

#fontsize p a:hover,#fontsize p a:active,#fontsize p a:focus {
	background: #4f4f4f;
}

/* ################# breadcrumbs ################ */

#breadcrumbs {
	text-align: left;
	color: #fff;
	margin-left: 250px;
	margin-top: -15px;
}

#breadcrumbs p {
	padding: 5px;
	display: inline;
}

#breadcrumbs a {
	text-transform: none;
}

#breadcrumbs a:link,#breadcrumbs a:visited {
	color: #fff;
}

#breadcrumbs span {
	color: #fff;
	font-size: 0.9em;
	padding-left: 10px;
}

#breadcrumbs span a:hover,#breadcrumbs span a:active,#breadcrumbs span a:focus {
	color: #6fa2de;
}

/* ################ left ######################## */

#left form {
	color: #000;
	font-size: 0.9em;
	margin-top: 10px;
	line-height: 2em;
}

#left h3,#right h3 {
	font-family: trebuchet MS, sans-serif;
	font-size: 1.2em;
	border-bottom: solid 1px #888;
	color: #333;
	margin: 0 0 3px;
	padding: 0 5px 0 0;
}

/* ################## Main Menu ################## */

.moduletable_menu, .moduletable {
	margin-bottom: 8px;
	padding: 6px;
}

#left ul {
	list-style: none outside;
	padding-top: 10px;
	padding-left: 0;
}

#left ul li {
	margin: 0 0 2px;
	line-height: 1.2em;
}

#left ul a {
	display: block;
	padding: 3px 4px 3px 12px;
	text-decoration: none;
	border-left: 1px solid #fff;
	border-top: solid 1px #fff;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	background-color: #cccdcc;
}

#left ul a:link,#left ul a:visited {
	color: #000;
	font-weight: normal;
}

#left ul li a:hover,#left ul li a:focus {
	background-color: #fff;
}

/* submenus */

#left li.parent > a {
	background-image: url(../images/triangle-rt.png);
	background-position: 2px center;
	background-repeat: no-repeat;	
}

#left li.parent.active > a {
	background-image: url(../images/triangle-dn.png);
}

#left ul ul {
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#left ul li.active > a {
	font-weight: bold;
}

#left ul li#current > a {
	background-color: #b2bfd0;
}

/* ###############  main  ########################### */

#wrapper h1 {
	color: #000;
	margin: 0;
	font: bold 2em trebuchet;
}

#wrapper h2 {
	margin: 0 0 10px;
	font: bold 1.4em trebuchet MS, sans-serif;
	text-align: left;
}

#wrapper h3 {
	margin: 20px 0 10px;
}

#page h3 {
	font-weight: bold;
	font-size: 1.2em;
}

.leading_separator {
	display: block;
	height: 10px;
	border-bottom: solid 0 #333;
	margin: 0;
}

.article_separator {
	border: solid 1px #333333;
	display: none;
	margin: 0px 0 0px 0;
}

.blog {
}

.cols1 {
	display: block;
	float: none !important;
	margin: 0 !important;
}

.cols2 {
	width: 45%;
}

.cols3 {
	width: 30%;
}

.column1, .column2 {
	border: solid 0px #D4A7C5;
	margin: 0;
	position: relative;
}

.column1 {
	float: left;
}

.column2 {
	float: right;
	width: 45%;
}

.article_row {
	margin: 0px 0 0px 0;
	padding: 0;
	overflow: hidden;
}

.article_column {
	border: solid 0px #ccc;
	padding: 0 10px 0 0;
}

.row_separator2 {
	display: block;
	clear: both;
	margin: 0;
	border: solid 0px;
}

#wrapper h2 a {
	text-decoration: none;
}

.article_column h2 {
	font-family: trebuchet MS;
	font-size: 1.2em !important;
	font-weight: bold !important;
	padding: 0;
}

.article_row .column1 h2,.article_row .column2 h2 {
	border-bottom: solid 1px #555;
	color: #000;
	margin: 0 0 10px;
	padding: 5px 5px 5px 0;
}

.article_row p.iteminfo {
	line-height: 1em;
	margin: 0 -10px 5px;
	padding: 10px;
}

.blog_more h2 {
	font-family: trebuchet MS, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	margin: 0;
}

.blog_more li a {
	display: inline;
	margin: 0;
	padding: 0;
}

.blog_more li {
	padding: 4px;
}

.blog_more ul li a {
	background: url(../images/more_arrow.png) no-repeat;
	font-weight: bold;
	padding: 2px 0 4px 30px;
}

.blog_more ul li a:hover {
	background: url(../images/more_arrow.png) no-repeat !important;
	font-weight: bold;
	padding: 2px 0 2px 30px;
}

.blog_more ul li a:active,.blog_more ul li a:focus {
	background: url(../images/more_arrow.png) no-repeat !important;
	color: #fff;
	font-weight: bold;
	padding: 2px 0 2px 30px;
}

.blog_more ul {
	background: #eee;
	color: #000;
	line-height: 1.3em;
	list-style-type: none;
	margin: 0;
	padding: 10px 10px 30px;
}

.blog_more {
	padding-top: 10px;
}

a.readon {
	background: url(../images/more_arrow.png) #eee no-repeat;
	font-weight: bold;
	padding: 2px 2px 0 30px;
	display: inline-block;
}

a.readon:hover,a.readon:active,a.readon:focus {
	background: url(../images/more_arrow.png) #eee no-repeat;
	padding: 2px 2px 0 30px;
	text-decoration: none;
}

#wrapper ul li {
	padding: 0 0 0 10px;
	line-height: 1.4em;
	margin: 10px 0;
}

#wrapper ul {
	list-style-position: outside;
	list-style-type: disc;
	padding: 2px 0 0 10px;
	margin: 0 0 0 20px;
}

.contentdescription {
	padding: 10px 0;
	overflow: hidden;
}

.createdate {
	display: block;
	font-size: 0.85em;
}

.createdby {
	display: block;
	font-size: 0.85em;
	padding: 0 0 0 2px;
}

.modifydate {
	display: block;
	font-size: 0.85em;
	padding: 0;
}

span.content_rating,.leading span.content_rating {
	margin: 10px 0 0;
	display: block;
}

.content_vote {
	margin: 0 0 10px;
	display: block;
}

.content_vote input {
	margin: 0 5px;
}

.content_vote .button {
	background: url(../images/more_arrow.png) no-repeat;
	border: 0;
	color: #fff;
	font-weight: bold;
	margin: 20px 10px 0 0;
	padding: 0 0 0 30px;
	cursor: pointer;
}

/* ############# pagination ###################### */

#wrapper .pagination {
	border-top: solid 1px #CCC;
	margin: 10px 0 0;
	padding: 10px 0;
}

ul.pagination {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

ul.pagination li {
	display: inline;
	padding: 2px 5px 0;
	text-align: left;
}

ul.pagination li a {
	padding: 2px;
}

/* #################### Page Breaks #################### */

table.contenttoc {
	float: right;
}

table.contenttoc {
	border: solid 1px #ccc;
	padding: 10px;
	margin: 10px;
}

.pagenavcounter {
	font-weight: bold;
}

/* ###############  right #################  */

#right .moduletable {
	color: #000;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
}

#right h3 {
	margin-top: 0;
}

#right h4 {
	color: #000;
	font-size: 1em;
	padding: 10px 5px 0 0;
	margin: 0;
	border: solid 0;
}

#right ul {
	border: solid 0 #ccc;
	color: #000;
	line-height: 1.4em;
	list-style-type: none;
	margin: 0;
	padding: 10px 10px 10px 0;
	position: relative;
}

#right ul li {
	margin-bottom: 4px;
}

#right ul li a {
	color: #000;
	font-weight: normal;
	padding: 2px;
}

#right ul li a:link,#right ul li a:visited {
	color: #000;
}

#right form.poll {
	padding: 10px 0 0;
}

#right form.poll fieldset {
	line-height: 1.6em;
}

#right form.poll fieldset label {
	padding: 0 0 0 4px;
}

#right form.poll .button {
	border: outset 1px #000;
	cursor: pointer;
	float: left;
	width: auto;
	line-height: 0.9em;
	display: inline;
	height: 1.55em;
	font-size: 1em;
	overflow: visible;
	margin: 0 10px 0 0;
	padding: 0 2px !important;
}

#right form.poll .button:focus {
	border: outset 1px #000;
}

#right form.poll a {
	text-decoration: none;
	color: #000 !important;
	padding: 1px 2px !important;
	border: outset 1px #000;
	cursor: pointer;
	float: left;
}

#right form.poll a:hover,#right form.poll a:active,#right form.poll a:focus,#right form.poll .button:hover,#right form.poll .button:active,#right form.poll .button:focus {
	border: 2px outset #C39;
}

#right form.poll:after {
	content: ".";
	visibility: hidden;
	height: 0;
	display: block;
	clear: both;
}

/* ################# footer ################ */

#footer {
	padding: 5px;
	text-align: center;
	border-top: 1px solid #000;
	margin-top: 10px;
}

/* ################# polls ################ */

.poll .polls_color_1,.poll .polls_color_2,.poll .polls_color_3,.poll .polls_color_4,.poll .polls_color_5 {
	border: solid 1px;
	position: relative;
}

.poll {
	padding: 20px 20px 20px 0;
}

form.poll fieldset {
	border: 0 solid #000;
	margin: 0 0 10px;
	padding: 0;
}

dl.poll {
	
}

dl.poll dt {
	border-bottom: solid 1px #ccc;
}

dl.poll dd {
	padding: 6px 0;
	font-weight: bold;
}

.polls_color_1 {
	background: #eee;
}

.polls_color_2 {
	background: #999;
}

.polls_color_3 {
	background: #333;
}

.polls_color_4 {
	background: #eee;
}

.polls_color_5 {
	background: #ccc;
}

.polls_color_6 {
	background: #333;
}

.poll h3 {
	border: solid 0;
	margin: 20px 0;
}

.poll td {
	border: solid 1px #ddd;
	padding: 2px;
}

.poll td.line {
	width: 300px;
}

.poll .td_2 {
	width: 100px;
}

.poll .td_3 {
	width: 300px;
}

.poll form {
	margin: 20px 0;
}

.poll table {
	font-size: 1em;
	width: auto;
	border: solid 0;
	position: relative;
}

.poll table .td_1 {
	width: 30px;
}

.poll table caption {
	font-size: 1em;
	font-weight: bold;
	margin: 10px 0;
	text-align: left;
}

.poll th {
	background: #EEE;
	border: solid 1px #ccc;
}

.question {
	font-weight: bold;
}

/*  ####################   Forms   #####################  */

form.limit {
	
}

form.login {
	color: #000;
	font-size: 0.9em;
	margin: 5px 0 20px;
	padding: 10px 10px 20px 15px;
	text-align: left;
}

form.login .inputbox:focus {
	border: solid 2px #000;
}

form.login p {
	clear: both;
	border: solid 0 #000;
	font-size: 1em;
}

form.login .button {
	background: url(../images/more_arrow.png) no-repeat;
	clear: left;
	color: #fff;
	display: block;
	font-weight: bold;
	margin: 0 0 10px !important;
	padding: 0 0 0 30px !important;
	cursor: pointer;
	border: solid 0;
}

form.login fieldset {
	border: solid 0 #000;
	margin: 0;
	padding: 0;
	text-align: left;
}

form.login input {
	background: #fff;
	border: solid 2px #C39;
	color: #000;
	padding: 2px 2px 0;
	width: 90%;
}

form.login input.checkbox {
	background: none;
	border: solid 0 #000;
	float: left;
	margin: 11px 0 0;
	padding: 5px;
	width: 20px;
}

form.login label {
	color: #000;
	display: block;
	font-weight: bold;
	margin: 5px 0 0;
	padding: 2px 2px 0;
}

form.login label.remember {
	float: left;
	margin: 5px 0 20px;
	padding: 5px 0 0;
	width: 11em;
}

form.login p {
	color: #000;
}

form.login p a {
	color: #000;
}

form.lost_password .button,.login_form .button {
	background: url(../images/more_arrow.png) no-repeat;
	border: 0;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 30px;
	cursor: pointer;
}

/****  form.registration ****/

form.search_result,form.registration,form.lost_password,.login_form {
	background: #fff;
	border: solid 0 #93246F;
	margin: 15px 10px 0;
	padding: 0;
	position: relative;
}

.search_result .button,form.registration .button {
	background: url(../images/more_arrow.png) no-repeat;
	border: 0;
	color: #fff;
	font-weight: bold;
	margin: 10px 0 0;
	padding: 0 5px 0 30px;
	cursor: pointer;
}

.registration fieldset p {
	margin: 10px 0;
}

.registration div,.login_form div,.lost_password div {
	margin: 5px 0;
}

form.registration input,form.lost_password input,.login_form input {
	border: solid 2px #93246F;
}

form.registration label,form.lost_password label,.login_form label {
	display: block;
	float: left;
	font-weight: normal;
	width: 12em;
}

/**** User Form ****/

form.user {
	margin: 10px 0;
}

form.user label {
	width: 40%;
	float: left;
}

/**** Error Message contact form ****/

p.error {
	color: #93246F;
	background: #F2E3ED;
	border-top: 3px solid #93246F;
	border-bottom: 3px solid #93246F;
	padding: 10px;
}

/* ########################## search ############################ */

.searchintro {
	font-weight: normal;
	margin: 0 0 20px;
}

.searchintro img {
	display: inline;
	border: 0px;
}

.display {
	margin: 20px 0 0;
	text-align: right;
}

.filter {
	margin: 10px 0 0;
}

.highlight {
	font-weight: bold;
}

fieldset.word,fieldset.only {
	border: solid 1px #ccc;
}

.only {
	border: solid 0;
	margin: 10px 0 0 10px;
	padding: 5px 10px;
	line-height: 1.3em;
}

.word {
	background: #fff;
	padding: 10px 10px 10px 0;
	border: solid 0 !important;
}

.word input {
	background: #fff;
	border: solid 2px #999;
	font-weight: bold;
	margin: 0 0 0 10px;
	padding: 2px;
}

.phrase {
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 10px;
	width: 60%;
	border: solid 1px #ccc;
	float: left;
}

/* Selects */

.phrase .inputbox {
	background: #fff;
	color: #000;
	display: block;
	height: 1.5em;
	margin-top: 10px;
	width: 12em;
}

.phrase .inputbox option {
	border-bottom: solid 1px #333;
	padding: 2px;
}

.phrase .inputbox option a:hover {
	border-color: #CFD0D6;
}

.search_result legend {
	border-bottom: solid 0 #000;
	background: #fff;
}

/* ########################### contacts ########################### */

div.contact {
	margin: 10px 0;
}

address {
	font-style: normal;
	margin: 10px 0;
}

address p {
	line-height: 1em;
}

.contact label {
	float: left;
	font-weight: bold;
	width: 14em;
	margin: 10px 0 0;
}

span.marker {
	margin: 0 10px 0 0;
}

.contact_email_checkbox label {
	float: none !important;
}

.contact label.copy {
	width: 90%;
	padding: 0 0 0 10px;
}

.contact form {
	color: #000;
	padding: 20px;
	margin: 10px 0;
}

.contact input {
	background: #fff;
	border: solid 2px #C39;
	color: #000;
	padding: 2px 2px 0;
	margin: 10px 0 0;
}

.contact .button {
	background: url(../images/more_arrow.png) no-repeat;
	border: 0;
	color: #fff;
	font-weight: bold;
	margin: 20px 10px 0 0;
	padding: 0 0 0 30px;
	cursor: pointer;
}

label.textarea {
	float: none !important;
	margin: 10px 0;
	display: block;
	width: 100%;
}

#contact_text {
	width: 80%;
	height: 150px;
}

.contact input.invalid,.contact textarea.invalid {
	border: solid 2px red;
}

.contact label.invalid {
	color: red;
}

/*#################### tables ############################ */

table.newsfeed {
	border: solid 1px;
}

table.newsfeeds td,table.weblinks td,table.category td {
	border-right: solid 1px #EEE;
	padding: 5px;
}

table.newsfeeds th,table.weblinks th,table.category th {
	background: #ddd;
	padding: 5px;
}

table.newsfeeds,table.weblinks,table.category {
	border: solid 1px #eee;
	font-size: 1em;
	margin: 20px 0;
	width: 100%;
}

/* category table */

#count {
	width: 5%;
}

#tableOrdering {
	width: 60%;
}

#tableOrdering2 {
	width: 15%;
}

#author {
	width: 20%;
}

tr.sectiontableentry2 {
	background-color: #eee;
}

p.syndicate {
	float: left;
	display: block;
	text-align: left;
}

/* #################### editor #################### */

.contentpaneopen_edit {
	float: left;
}

.contentpaneopen_edit img {
	border: 0;
}

form.editor legend {
	font-size: 1.2em;
	font-weight: bold;
	padding: 2px;
}

form.editor fieldset {
	border: solid 1px #ccc;
	padding: 20px;
	margin: 10px 0;
}

form.editor .publishing label {
	float: left;
	width: 14em;
	font-weight: bold;
}

form.editor .publishing div {
	margin: 5px 0;
}

form.editor .publishing .radio label {
	float: none;
	width: 14em;
}

form.editor .publishing .radio label span {
	float: left;
	width: 14em;
}

form.editor fieldset.metadata label {
	float: none !important;
	display: block;
	font-weight: bold;
}

.save {
	text-align: right;
	padding: 10px 0;
}

/* #################### Banner Module #################### */

.moduletable_text {
	margin: 10px;
}

.banneritem_text {
	margin: 10px 0 10px 0;
	background: #f5f5f5;
	padding: 5px;
	border: solid 1px #eee;
}

/* #################### Styles for user content #################### */

.image_left {
	float: left;
	border: solid 0 #ccc;
	margin: 0 10px 10px 0;
}

.image_right {
	float: right;
	border: solid 1px #ccc;
	margin: 0 0 10px 10px;
}

.wrap_image {
	clear: left;
}

.small {
	border: solid 0;
	font-size: 0.85em;
	margin: 0 0 20px;
}

.centered {
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 10px;
}

/* Images with possible captions */

.img_caption.left {
	float: left;
	margin-right: 1em;
}

.img_caption.right {
	float: right;
	margin-left: 1em;
}

.img_caption.left p {
	clear: left;
	text-align: center;
	line-height: 1em;
}

.img_caption.right p {
	clear: right;
	text-align: center;
	line-height: 1em;
}

/* boxes with borders */
.border {
	border: 1px solid #000;
}

.clear_both {
	clear: both;
}

/* Set the main menu Home item to use a " home" suffix, so that all
   the classes also get a "home" class */
.home .not_front_page {
	display: none !important;
}

/* #################### site-specific content #################### */

#weblinks a {
	font-weight: bold;
}

#staff img {
	float: left;
	margin: 1em;
	width: 100px;
	height: 100px;
}

#staff .staff_item {
	float: left;
}

#staff .staff_section {
	float: left;
}

#staff h3 {
	font-size: 1.5em;
}

#staff h4 {
	margin-top: 1em;
	font-size: 1.1em;
}

.sac-projects td:first-child {
	visibility: hidden;
}

tr.sac-projects {
	background-color: #fff;
}

#sac_grants table {
	margin-left: 2em;
	margin-bottom: 2em;
	border-bottom: 1px solid #000;
}

#sac_grants tr {
	border-bottom: 1px solid #000;
}

#sac_grants ol li {
	font-weight: normal;
	font-style: normal;
}


