/*****************************************************************************
 ** Frontend styles
 ****************************************************************************/

/* right column */

/* main content area */

#centercolumn .news_list h3, #centercolumn .news_item h3 {
    margin:0 0;
}

#centercolumn .news_list h3 a, #centercolumn .news_item h3 a {
	text-decoration:none;
}

#centercolumn .news_item h3 a,
#centercolumn .news_item h3 a:visited,
#centercolumn .news_list h3 a,
#centercolumn .news_list h3 a:visited {
    color:#074C8C;
}

#centercolumn .news_list ul {
  list-style-type:none;
  margin:0 0;
}

#centercolumn .news_list ul li {
  margin:1em 0 2em 0;
}

.news_publish_time {
  font-size:76%;
  display:none;
}

.news_publish_date {
  font-weight:bold;
  margin-bottom:0.5em;
  font-size:83%;
}

.news_projects {
	padding-top:0.5em;
}

.news_list_archive li {
	margin-bottom:1em;
}

.news_list_archive .news_publish_date {
	margin-bottom:0;
}

#centercolumn .news_list_archive h3 a {
    color:#074C8C;
}

#centercolumn .news_list_archive h3 a:visited {
    color:#496C8C;
}
#centercolumn .news_list_archive h3 a:hover {
    color:#0B76DA;
}

/* contact information styles */
.vcard h3.org, .vcard h4.org {
  font-size:100%;
  margin:0 0 0 1em;
  margin-left:0;
}

.vcard .adr {
  margin:0 0 1em 1em;
  margin-left:0;
}

.vcard .agent {
  margin:1em 0 0 1em;
}

.vcard div.email, .vcard div.tel {
  clear:both;
}

.vcard div.email .type, .vcard div.tel .type {
  display:block;
  font-weight:bold;
  width:5em;
  float:left;
}

/* specialized widgets, etc. */
.pager ul {
  list-style-type:none;
}

.pager ul li {
  display:inline;
  padding-right:1em;
}

.thumbnail_list h2 {
  text-align:center;
  margin-bottom:20px;
}

#centercolumn .thumbnail_list h2 {
    margin-bottom:-10px;
}

#centercolumn .thumbnail_list h3.gallery_name {
    margin-top:0px;
    line-height:1;
}

html>body #centercolumn .thumbnail_list h3.gallery_name {
    margin-top:5px;
}

.thumbnail_list {
  text-align:center;
}

/* God only knows why, but IE needs this or the text in the thumbnail
   list comes out big */
table {
  font-size:100%;
}

.thumbnail_list table {
	margin:0 auto;
}

.thumbnail_list table td {
	padding-left:0;
}

.thumbnail_list ul {
  border:1px solid #f5f4ef; /* needed for some kind of firefox bug */
  list-style-type:none;
}

.thumbnail_list ul.full_width {
    width:480px;
}

.thumbnail_list ul li {
  display:block;
  float:left;
  width:110px;
  margin-right:5px;
  margin-left:5px;
  text-align:center;
  height:104px;
}

.thumbnail_list ul li * {
	1border:1px solid red;
}

.thumbnail_list#gallery_list ul li {
    width:150px;
  height:15em;
}

html>body .thumbnail_list#gallery_list ul li {
    height:15em;
}

.thumbnail_list .gallery_description {
  display:none;
}

.thumbnail_list .gallery_description {
  display:block;
  width:360px;
  margin:0 auto;
  text-align:left;
}

.thumbnail_list .photo_caption {
  display:none;
}

/* the font-size:100px and line-height:100px are to center the
   thumbnail image vertically in IE and Firefox respectively */
.thumbnail_list .thumbnail {
  text-align:center;
  font-size:84px;
}

/* center vertically in Mozilla */
html>body .thumbnail_list .thumbnail {
  font-size:100%;
  line-height:104px;
  height:104px;
}

.thumbnail_list .thumbnail img {
  border:none;
  vertical-align:middle;
}

.thumbnail_list .thumbnail a img {
  border-left:2px solid #d4d4d4;
  border-top:2px solid #d4d4d4;
  border-right:2px solid #eeeeee;
  border-bottom:2px solid #eeeeee;
}

/*
.thumbnail_list .thumbnail a:hover {
  position:relative;
  left:-2px;
  top:-2px;
}
*/
.thumbnail_list .thumbnail a:visited img {
  border-left:2px solid #d4d4d4;
  border-top:2px solid #d4d4d4;
  border-right:2px solid #eeeeee;
  border-bottom:2px solid #eeeeee;
}

.thumbnail_list .thumbnail a:active img {
  border-left:2px solid #d4d4d4;
  border-top:2px solid #d4d4d4;
  border-right:2px solid #eeeeee;
  border-bottom:2px solid #eeeeee;
}

.thumbnail_list .thumbnail a:hover img {
  border-left:2px solid #eeeeee;
  border-top:2px solid #eeeeee;
  border-right:2px solid #d4d4d4;
  border-bottom:2px solid #d4d4d4;
}

.gallery_info {
	background-color:#f5f4ef;
	font-size:10px;
	padding:10px;
}

.gallery_info .gallery_name {
  text-align:center;
  font-weight:bold;
}

.photo img {
  border-left:2px solid #eeeeee;
  border-top:2px solid #eeeeee;
  border-right:2px solid #d4d4d4;
  border-bottom:2px solid #d4d4d4;
}

.photo_details {
  text-align:center;
}

.photo_details .photo_caption {
  width:360px;
  margin:0 auto;
  text-align:left;
}

.back_link {
  text-align:center;
  margin-bottom:0.5em;
}

.back_link a {
  background:transparent url('/style/images/back_arrow.gif') no-repeat scroll left top;
  color:black;
  padding-left:20px;
}

.back_link a:hover {
  text-decoration:none;
}

ul#static_page_menu {
  list-style-type:none;
}

ul#static_page_menu ul {
  list-style-type:none;
  margin-left:1em;
}

.pagemenu {
	background-color:#f5f4ef;
	padding-bottom:25px;
	margin-bottom:25px;
}

.pagemenu h2 {
	padding:15px;
	padding-left:31px;
	text-align:left;
	color:#004C8B;
	font-size:91.67%;
}

html>body .pagemenu h2 {
	padding-left:33px;
}

.pagemenu h2 a {
	text-decoration:none;
	color:#004C8B;
}

.pagemenu ul {
	list-style-type:none;
	border-top:1px dotted #c0bdaf;
}

.pagemenu ul li {
	padding:5px 0px 5px 31px;
	border-bottom:1px dotted #c0bdaf;
	font-size:83.3%;
}

html>body .pagemenu ul li {
	padding-left:33px;
}

.pagemenu ul li a {
	color:#3c3620;
	text-decoration:none;
	font-weight:normal;
}

.pagemenu ul li a:hover {
	font-weight:bold;
}

.pagemenu li.current_page {
	background-color:#E9ECEA;
	background-image:url("/style/images/pagemenu_current.gif");
	background-position:left center;
	background-repeat:no-repeat;
}

.pagemenu ul li.current_page a {
	font-weight:bold;
	color:#4d000c;
}

.gallery_info .thumbnail {
  text-align:center;
}

/*****************************************************************************
 ** Backend styles
 ****************************************************************************/

.form h3 {
  margin-left:10em;
  margin-bottom:1.0em;
}

.form_field {
  clear:both;
  margin-bottom:1.0em;
}

.form_field label {
  display:block;
  float:left;
  width:10em;
  font-weight:bold;
}

.form_field span.field_proper {
  display:block;
  margin-left:10em;
}

.form_buttons {
  padding-left:10em;
}

.asset_list ul {
  list-style-type:none;
}

.asset_list ul.assets li {
  float:left;
  width:15em;
  margin-right:4em;
  margin-bottom:1em;
}

.asset_list ul.assets li .thumbnail {
  height:100px;
  text-align:center;
  background:#f9f9f9;
  vertical-align:center;
}

.asset_list a.pickasset {
  display:block;
  background:black;
  color:white;
  cursor:hand;
  padding:0.25em;
  text-align:center;
  border:1px solid black;
}

html>body .asset_list a.pickasset {
  cursor:pointer;
}

.asset_list a.pickasset:hover {
  background:white;
  color:black;
  border:1px solid black;
}

dl.properties dt {
  clear:left;
  font-weight:bold;
  float:left;
}

dl.properties dd {
  float:right;
}

.admin_links {
  clear:both;
  text-align:center;
  padding-top:0.5em;
}

.entity_details dl.properties dt {
  width:10em;
}

.entity_details dl.properties dd {
  float:left;
}

/* basic page styles */

#centercolumn a {
    color:#074C8C;
}

#centercolumn a:visited {
    color:#496C8C;
}
#centercolumn a:hover {
    color:#0B76DA;
}

/* page content */
#centercolumn {
	color:#3c3620;
	padding:20px;
	padding-top:15px;
	font-size:91.67%;
	line-height:1.75;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#centercolumn h1,#centercolumn h2,#centercolumn h3,#centercolumn h4,#centercolumn h5,#centercolumn h6 {
	margin-top:15px;
	margin-bottom:0px;
	padding:0;
	color:#004C8B;
	/*color:#3c3620;*/
	font-weight:bold;
	font-size:100%;
}

#centercolumn h1 {
	font-family:Georgia, serif;
 	font-size:167%;
 	margin-bottom:5px;
 	margin-top:0px;
	color:#004C8B;
	font-weight:normal;
	padding:0;
}

#centercolumn ul, #centercolumn ol {
    margin-top:10px;
    margin-bottom:10px;
    margin-left:25px;
}

#centercolumn ul li, #centercolumn ol li {
  	margin:5px 0;
}

#centercolumn ul ul, #centercolumn ul ol, #centercolumn ol ul, #centercolumn ol ol {
    margin-top:0px;
    margin-bottom:0px;
}

#centercolumn li {
    line-height:1.5;
}
#centercolumn .news_list li {
    line-height:1.75;
}

#centercolumn blockquote {
  	margin:1em;
  	padding:1em;
  	border:1px solid #eaeaea;
  	background:#f5f5f5;
}

p.PhotoAndCaption {
	text-align:center;
}
/* ************************************************************* */

.HomeHead1 {
	font-family: Garamond, serif;
 	font-size:26px;
 	margin-bottom:5px;
 	margin-top:0px;
	color:#004C8B;
	font-weight:600;
	padding:0;
}

.HomeHead2 {
	font-family:Georgia, serif;
        font-size:16px;
	margin-top:10px;
	margin-bottom:0px;
	color:#004C8B;
	/*color:#3c3620;*/
	font-weight:500;
	text-decoration:none;
}

.HomeText {
        font-size: 15px;
        font-family: Garamond, Georgia, serif;
        color: #3c3620;
        line-height: 18px;
        font-weight:400;
}

.HomeImg {
	margin-bottom:7px;
	margin-top:7px;
	margin-left:7px;
	margin-right:7px;
	border:none;
}

.charitable {
	color:#3c3620;
	padding:5px;
	padding-bottom:3px;
	font-size:91.67%;
	line-height:1.75;
        font-style:italic;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.addy {  font-size:11px; line-height:15px; margin-top:9px; }
.phonenum {  font-size:11px; line-height:15px; margin-top:9px; }

/* ************************************************************ */
p.PhotoAndCaption img {
	display:block;
	margin:0 auto;
	margin-bottom:5px;
}

/* news box on front page */

.news_box h3 {
	color:#3c3620;
	font-family:Georgia, serif;
	font-size:117%;
	padding-left:15px;
}

.news_box h3 a {
	display:block;
	width:53px;
	height:23px;
	position:relative;
	left:130px;
	margin-top:-20px;
	background-image:url("/style/images/news_box_more.gif");
	background-repeat:no-repeat;
	text-indent:-1000px;
	overflow:hidden;
}

.news_box ul {
	margin:5px 0px;
	padding-top:10px;
	border-top:1px dotted #c0bdaf;
	border-bottom:1px dotted #c0bdaf;
	list-style-type:none;
}

.news_box ul li {
	font-size:10px;
	padding-right:5px;
	padding-top:0px;
	padding-bottom:10px;
	padding-left:15px;
	background-image:url("/style/images/news_box_item.gif");
	background-position:left top;
	background-repeat:no-repeat;
}

.news_box ul li a {
	color:#074C8C;
	text-decoration:none;
}

.news_box ul li a:hover {
	text-decoration:underline;
}

.news_box ul li span.date {
	color:#666666;
	display:block;
}

/* get involved box */

.gi_box {
	background-image:url("/style/images/gi_box_middle.gif");
	background-repeat:repeat-y;
	color:white;
	margin-top:25px;
}

.gi_box h3 {
	background-image:url("/style/images/gi_box_header.gif");
	background-repeat:no-repeat;
	height:113px;
	text-indent:-1000px;
	overflow:hidden;
}

.gi_box h3 a {
	display:block;
	position:relative;
	width:53px;
	height:23px;
	text-indent:-1000px;
	overflow:hidden;
	left:150px;
	margin-top:-5px;
}

.gi_box p {
	background-image:url("/style/images/gi_box_bottom.gif");
	background-repeat:no-repeat;
	background-position:left bottom;
	padding:5px 15px 15px 15px;
	font-size:83.3%;
	line-height:1.75;
}

.gi_box p a {
	text-decoration:underline;
	color:#fdc400;
}

/* content images */

#centercolumn img.right {
	float:right;
	margin-top:5px;
	margin-left:5px;
}

#centercolumn img.left {
	float:left;
	margin-top:5px;
	margin-right:5px;
}

#centercolumn .center {
	text-align:center;
}

/* front page */

#frontpage_more {
	padding-left:15px;
	background-image:url("/style/images/frontpage_more_small.gif");
	background-position:left center;
	background-repeat:no-repeat;
}

/* join mailing list form */

.join_mailing_list {
	padding:10px;
	background-color:#4d000c;
	color:white;
	width:200px;
}

/* general forms */

.form h3 {
    clear:both;
    margin-left:0;
}

.form .required_note {
    color:red;
}

.form label {
    display:block;
    clear:both;
    font-weight:bold;
    padding-top:0.5em;
}

.form label input {
    display:block;
    margin-left:125px;
    margin-top:-1.5em;
    font-family:inherit;
    font-size:100%;
    font-weight:normal;
    width:175px;
}

.form label textarea {
    display:block;
    font-family:inherit;
    font-size:100%;
    width:310px;
    height:150px;
    margin-left:15px;
}

.form label .checkboxes {
    display:block;
    margin-left:2em;
}

.form label .checkboxes label {
    font-weight:normal;
    padding-top:0;
}

.form label .checkboxes input {
    display:inline;
    width:auto;
    margin-left:auto;
    margin-top:auto;
}

.form label .checkboxes .other input {
    width:150px;
}

.form .submit {
    text-align:right;
    padding-right:10px;
    margin-top:15px;
}

.form .submit input {
    display:inline;
}

#l_experience_work {
    margin-top:2em;
}

#l_availability {
    margin-top:2em;
}

/** programs **/

#centercolumn h1.project_updates {
	margin-top:15px;
	margin-bottom:15px;
}

.project_date_nav .prev {
	float:left;
}

.project_date_nav .next {
	text-align:right;
}
