/* $Id: lc1_layout.css,v 1.5 2009/09/18 13:07:57 pmorrill Exp $

lc1_layout.css
--------------
Basic page layout is table-less: use div tags with appropriate
id's as defined below to create banner, left, center, right panels, and 
footer.

Override styles in srv/LC1_classes.css in here
*/

html, body {
	font-family: Lato,Helvetica,Arial,sans-serif;
	font-size: 14px;
}
.content-width {
	width: 90%;
	margin: 0px auto;
	max-width: 1160px;
	min-width: 780px;
	float: none;
	border-width: 0px;
	background-color: transparent;
}

label {
	font-size: 1.1rem;
}
input {
	padding: 3px;
	font-size: 1.1rem;
	color: #555577;
}
input[type=submit],input[type=button],button {
	border: 0px;
	color: #ffffff;
	padding: 8px 20px;
	background-color: #659B09;
}
input[type=submit]:focus,input[type=button]:focus,button:focus,input[type=submit]:hover,input[type=button]:hover,button:hover {
	color: #dddddd;
}
.content {
	padding: 0px 0px 14px;
}
#slides-slice {
	height: 425px;
	min-width: 780px;
	position: relative;
	overflow: hidden;
}
.slide,.active-slide {
	position: absolute;
	visibility: hidden;
	top: 0px;
	left: 0px;
	height: 425px;
	width: 100%;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: 10;
}
.active-slide {
	z-index: 12;
	visibility: visible;
}
#slides-slice .readmore {
	font-size: 12px;
}
#slides-slice .title {
	color: #ffffff;
	padding: 120px 81px 0px;
	font-size: 26px;
	height: 55px;
}
#slides-slice .descr {
	color: #ffffff;
	padding: 0px 81px 0px;
	font-size: 20px;
	height: 166px;
}
#slides-slice .credit {
	color: #ffffff;
	padding: 0px 81px 0px;
	font-size: 14px;
	float: left;
}
.slide img {
	height: 525px;
	width: 100%;
}

.slides-nav {
	float: right;
	text-align: right;
	margin-right: 40px;
}
.slides-nav a {
	display: inline-block;
	border: 2px solid #ffffff;
	width: 12px;
	height: 12px;
	margin-right: 7px;
}
.slides-nav a:hover {
	border-color: #454545;
}
.slides-nav a.active {
	background-color: #ffffff;
}
.slides-nav a.active:hover {
	border-color: #ffffff;
	cursor: default;
}
.inner-mask {
	z-index: 15;
	height: 100%;
}
.outer-mask {
	position: relative;
}
/* the following is too screwed up to work (webkit supports saturate???) */
.masking {
	background-color: #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	z-index: 20;
}

.swoosh {
	background-image: url('/images/home/Home_Swoosh.png');
	background-repeat: no-repeat;
	background-position: right -150px;
}
.ra-slogan {
	visibility: hidden;
	height: 25px;
	color: transparent;
	margin: 0px;
}
.hatched {
	height: 46px;
	background-image: url('/images/home/ra-hatch.jpg');
	background-repeat: repeat-x;
	background-position: left 50%;
}

.ra-news {
	margin-bottom: 20px;
}
#member-slice {
	height: auto;
	background-color: #F8F8F8;
	position: relative;
}
#member-slice a span {
	position: absolute;
	top: 140px;
	font-size: 5rem;
	color: #83BE02;
	display: inline-block;
}
#member-slice a:hover span {
	color: #F86829;
}
#member-slice a.quiet span {
	color: #cccccc;
}
#member-slice a.quiet:hover span {
	color: #cccccc;
	cursor: default;
}

.members {
	margin-top: 20px;
}
#member-slider {
	position: relative;
	height: 200px;
	padding-top: 15px;
}
#member-slice {
}
#member-gallery {
	position: relative;
	height: 200px;
	overflow: hidden;
}
#member-set {
	height: 200px;
	position: relative;
	top: 0px;
	left: 0px;
}
.member-photo {
	float: left;
	margin-right: 7px;
	width: 160px;
}
.member-photo a {
	display: block;
	height: 150px;
	overflow: hidden;
	width: 100%;
}
.member-photo img {
	width: 100%;
	min-height: 150px;
	display: block;
}
.member-photo:hover img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
.member-name {
	text-align: center;
	padding-top: 5px;
}
.member-name a {
}
.data-list img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.data-list img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
.member-profile h2 {
	color: #F76826;
	font-size: 18px;
	font-size: 1.3rem;
}

.hatched h1,.hatched h2 {
	color: #88BC02;
	width: auto;
	float: left;
	background-color: #ffffff;
	font-size: 25px;
	font-weight: normal;
	margin: 0px 0px 0px;
	padding: 8px 20px 0px 0px;
}
.hatched h1 a {
	color: #88BC02;
}

h2.centered {
	float: none;
	display: block;
	padding: 8px 12px;
	width: 210px;
	margin: 0px auto;
	text-align: center;
}
.members h2.centered {
	background-color: #F8F8F8;
	width: 185px;
}
#announcements-slice {
	padding-bottom: 20px;
}
.announcement {
	border: 1px solid #E8E8E8;
	color: #93A6A2;
	padding: 5px 3px;
	font-size: 0.85rem;
}
.announcement a {
	color: #F76927;
}
.announcement a:hover {
	color: #ababab;
}
.posted {
	font-size: 0.9em;
}
.posted a {
	color: #77AA2B;
}
.posted a:hover {
	color: #ababab;
}
a.info { color: #F85D24; }
a.info:hover { color: #77AA2B; }
.news-item {
	overflow: hidden;
	border: 1px solid  #E8E8E8;
	margin-bottom: 8px;
	height: 344px;
	color: #395A7B;
	position: relative;
	font-size: 0.9rem;
}
.news-item p,.news-item p a {
	font-size: 0.9rem;
	color: #395a7b;
}
.dim:hover {
	background-color: #EDFEEC;
}
.news-item img {
	width: 100%;
	height: auto;
}
.news-item img:hover {
}
.news-item .posted {
	color: #E8653B;
	text-transform: uppercase;
	font-weight: bold;
}
.news-item h3,.news-item h3 a {
	margin: 3px 0px;
	color: #395A7B;
	font-style: normal;
}
.news-item div {
	padding: 6px;
}
.readmore {
	background-color: #F86829;
	color: #ffffff;
	border-width: 0px;
	padding: 12px 35px;
	text-transform: uppercase;
	font-weight: bold;
	position: absolute;
	visibility: hidden;
}

.news-footer {
	padding: 18px 0px 20px;
	color: #395A9B;
	border-top: 1px solid #395A9B;
}
.news-footer a {
	color: #395A9B;
}
.news-footer a:hover {
	color: #898989;
}

#related-topics {
	margin-top: 10px;
	padding: 3px 10px;
	background-color: #f4f4f4;
	border: 1px solid #222222;
}
#related-topics div {
	padding: 0px 0px 0px 10px;
}
#related-topics a {
	display: inline;
	padding: 0px;
	background-color: transparent;
	color: #000000;
}
#related-topics a.show-more {
	color: #82BD00;
}
#related-topics a.show-more:hover {
	color: #F76728;
}
#related-topics a:hover {
	color: #454545;
}

.no-show { display: none; }

#sister-sites {
	height: auto;
	width: 100%;
}
#sister-sites a,.member-links a,#newsletter-signup input[type=submit]  {
	display: inline-block;
	color: #ffffff;
	border-width: 0px;
	text-align: center;
	font-weight: bold;
	font-size: 0.9rem;
	width: 100%;
	padding: 10px 0px;
	margin: 6px auto;
}
.member-links a  {
	font-size: 1rem;
	background-color: #82bd00;
}
.member-links a:hover {
	background-color: #F86829;
}
#sister-sites a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-filter: opacity(80%);
}
.blog {
	background-image: url('/images/home/blog.jpg');
	height: 138px;
	width: 100%;
	color: #ffffff;
	font-size: 25px;
	text-align: center;
	padding-top: 50px;
}

#footer-slice {
	background-color: #B8D581;
}
#footer-slice .div {
	box-sizing: border-box;
}
.footer {
	background-color: #7BA92D;
	border-color: #ffffff;
	border-width: 0px 10px;
	border-style: solid;
	color: #ffffff;
}
#footer-logo {
	box-sizing: border-box;
	padding: 15px;
	text-align: center;
}
#footer-logo img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	width: 100%;
}
.footer a {
	color: #ffffff;

}
.footer a:hover {
	color: #dcdcdc;
}

.footer ul {
	list-style: none;
	padding: 0px;
}
#subpage-banner-slice {
	height: 260px;
	min-width: 780px;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
#menu-slice { background-color: #f9f7f8; }
.subpage-banner {
	position: relative;
}
.banner-title,.banner-credit {
	color: #ffffff;
	position: relative;
	top: 50px;
	left: 80px;
	font-size: 28px;
	font-weight: normal;
}
.banner-credit {
	left: 80px;
	top: 120px;
	font-size: 15px;
}
.breadcrumbs {
	text-align: right;
	color: #C48D78;
	margin: 10px auto;
}
.breadcrumbs a:link,.breadcrumbs a:active,.breadcrumbs a:visited {
	color: #C48D78;
}
.breadcrumbs a:hover {
	color: #ababab;
}
.global-search {
	float: right;
	padding: 0px 0px 0px 0px;
}
.global-search form {
	display: inline-block;
	width: 100%;
}
.global-search button {
	background-color: #659B09;
	float: right;
	border: 0px;
	height: 40px;
	width: 45px;
	padding: 6px 0px;
	text-align: center;
	margin-top: 5px;
	color: #ffffff;
}
.global-search button:focus { background-color: #659B99; }
.global-search .str-find {
	font-size: 1.7rem;
	width: 80%;
	height: 30px;
	margin-top: 6px;
	font-weight: normal;
}

.signin-box {
	background-color: #F76728;
	height:  45px;
	position: relative;
	text-align: center;
	color: #ffffff;
	box-sizing: border-box;
}
.signin .error-label {
	color: #ffffff;
}
.signin-box a {
	box-sizing: border-box;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	display: block;
	height: 100%;
	width: 100%;
	display: block;
	padding-top: 13px;	
}
.signin-box a:hover {
	color: #ababcc;
}
#signin.signout {
	width: 100%;
	padding-bottom: 5px;
	box-sizing: border-box;
}
#signin.signout a {
	width: 75%;
	margin: 3px auto;
	padding: 0px 0px 4px;
	height: auto;
	font-size: 14px;
	text-transform: none;
}
.signin-box table a {
	text-transform: none;
}

.member-highlight {
	position: absolute;
	width: 160px;
	text-align: center;
	top: 0px;
	color: #88BC02;
}

/**********************************************************
 *
 * Sub-page styles
 *
 *********************************************************/
/**********************************************************
 *
 * Utilities
 *
**********************************************************/
.ctr { text-align: center; }
.lft { text-align: left; }
.rght { text-align: right; }
.brdr { border: 1px solid #dddddd; }

.spacer-slice {
	border-bottom: 1px solid #dddddd;
	position: relative;
	margin-top: 12px;
}
.select-perpage {
	color: #666666;
}
.alpha-links {
	border: 1px solid #dddddd;
	border-bottom-color: #ffffff;
	height: 26px;
	text-align: center;
	position: relative;
	top: 1px;
	padding: 12px 0px 0px 0px;
}
.perpage-links {
	padding-bottom: 5px;
}
.select-perpage select,select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 5px 33px 4px 5px;
	background: url('/images/select-arrow-green.jpg') no-repeat;
	background-position: right;
	border: 1px solid #eeeeee;
}
select[multiple] {
	background: none;
	padding: 0px;
}
#newsletter-signup {
	border: 1px solid #cdcdcd;
	padding: 7px;
}
.signup,#search {
	font-size: 16px;
}
.signup input,#search input {
	height: 25px;
	color: #787878;
	font-size: 16px;
	font-size: 1.2rem;
}
#search input[type=submit] {
	color: #ffffff;
	border: 0px;
	padding: 6px 20px;
	height: auto;
	background-color: #82bd00;
}
.signup select {
-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 33px 4px 5px;
  background: url('/images/select-arrow-green.jpg') no-repeat;
  background-position: right;
  border: 1px solid #eeeeee;
}
.signup input.btn-green {
	margin-top: 20px;
	height: 32px;
	width: 100%;
	color: #ffffff;
	border: 0px;
}
.signup input.btn-green:hover,.signup input.btn-green:focus {
	opacity: 0.8;
}
.data-list {
	width: 100%;
}
.data-list th {
	color: #F76929;
	font-weight: bold;
}
.data-list td {
	font-size: 1.1em;
	padding: 3px 5px 10px 2px;
	vertical-align: top;
	color: #454545;
	font-weight: bold;
}
.data-list .even {
	background-color: #efefef;
}
.data-list td a { color: #395A7D; }
.data-list td a:hover { color: #676767; }
.data-list input {
	background-color: #F86829;
	color: #ffffff;
	border: 0px;
	padding: 6px 12px;
}
.ra-pagination {
	font-size: 1.3rem;
	margin: 10px 0px;
	color: #666666;
}
.simplify .ra-pagination { color: transparent; }
.ra-pagination .plinks {
	text-align: right;
}
.ra-pagination a,.ra-pagination .nolink {
	display: inline-block;
	height: 24px;
	padding: 4px 2px 4px;
	color: #666666;
	background-color: #Ffffff;
	text-align: center;
	margin-right: 5px;
	min-width: 25px;
}
.ra-pagination .nolink {
	background-color: #DBDBDB;
	color: #ffffff;
}
.ra-pagination .active {
	background-color: #659B09;
}
.ra-pagination .quiet {
	background-color: #ffffff;
	color: #666666;
}
.ra-pagination a:hover {
	background-color: #F76929;
	color: #ffffff;
}

/******************************************************
 *
 * TDB
 *
 ******************************************************/
.tdb-params {
	border: 1px solid #343434;
	padding: 12px 35px;
	margin: 12px 0px;
}
.tdb-params div.row {
	padding: 6px 0px;
}
a.orange { color: #F86829; }
a.orange:hover { color: #777777; }
/*****************************************************
 *
 * RA Projects styles
 *
******************************************************/
#ra-project-filter {
	margin-top: 20px;
}
#map { height: 400px; width: 600px; margin: 0px auto; }
#pr-search-slice {
	background-color: #F8F8F8;
	padding: 30px 0px;
}
#ra-project-search {
	font-size: 1.3em;
	color: #686868;
}
#ra-project-search input[type=text] {
	height: 28px;
}
#ra-project-search a {
	color: #F86829;
	font-size: 14px;
	font-size: 1rem;
}
#ra_project {
	margin-top: 20px;
}
#ra_project_intro {
	border: 0px solid #44aa44;
}
#ra_project_mapping {
	height: 380px;
	border: 0px solid #454545;
	padding: 3px;
}

#ra_project_mapping #map {
	height: 300px;
	width: 600px;
	border: 1px solid #454545;
	margin: 0px auto;
}

#project_desc {
	height: 100px;
	padding: 3px;
	width: 600px;
	margin: 0px auto;
	border: 0px solid #454545;
}
#ra_project_map {
	margin-top: 10px;
	margin-right: 20px;
	float: left;
	width: 310px;
	height: 60px;
	border: 1px solid #44aa44;
	padding-top: 40px;
	text-align: center;
}
#ra_project_browse {
	margin-top: 10px;
	float: left;
	width: 310px;
	height: 60px;
	border: 1px solid #44aa44;
	padding-top: 40px;
	text-align: center;
}
#ra_project_twitter_feed {
	margin-top: 5px;
	margin-right: 20px;
	float: left;
	width: 310px;
	height: 200px;
	border: 1px solid #aaaaaa;
	text-align: center;
	font-weight: bold;
}
#ra_project_tag_cloud {
	margin-top: 5px;
	padding: 0px;
	float: left;
	width: auto;
	height: auto;
	border: 0px solid #aaaaaa;
	background-color: #ffffff;
	overflow: auto;
	text-align: center;
}

#ra_project_tag_cloud a,#ra_project_tag_cloud a:link,#ra_project_tag_cloud a:visited {
	font-family: Helvetica,Verdana,Arial,Trebuchet MS,sans-serif;
	font-weight: bold;
        color: #565656;
        text-decoration: none;
}

#ra_project_tag_cloud a:hover {
        color: #111111;
        text-decoration: underline;
}


/* table listing projects */
#ra_project_list {

}

#ra_pr_image {
	float: left;
	width: 360px;
}

/* project details page */
#ra_pr_image img {
	border: 1px solid #454545;
	float: left;
	margin-right: 3px;
}
#ra_pr_image #ra_pr_main_image {
	margin-right: 10px;
	margin-bottom: 5px;
	width: 350px;
}

a.ra_pr,a.ra_pr:link,a.ra_pr:visited {
	color: #232323;
	text-decoration: underline;
	font-weight: bold;
}
a.ra_pr:hover {
	color: #ababab;
}

/* summary fields (eg: location, etc) */
#ra_pr_summary {
	float: left;
	height: 242px;
	border: 0px solid #454567;
	margin: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 10px;
	width: 250px;
	font-size: 14px;
	background-color: #ffffff;
}

#ra_pr_summary p {
	padding: 0px;
	margin: 0px;
	margin-bottom: 3px;
}

#ra_project_map_display #map_content {
	width: 650px;
	margin: 0px auto;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
#ra_project_map_display #map {
	width: 650px;
	margin: 0px auto;
	height: 400px;
	border: #444444 solid 1px;
	margin-top: 14px;
}

#ra_project_gallery_display {
	width: 700px;
	margin: 0px auto;
	text-align: center;
}
#ra_project_gallery_display img {
	margin-top: 10px;
	border: 1px solid #454545;
}
#ra_project_gallery_display #gallery_content {
	margin: 0px auto;
	width: 600px;
	margin-top: 20px;
	text-align: center;
}
.additional-info {
	font-size: 0.9em;
	color: #555577;
	font-style: italic;
}
.member-profile {
	width: 100%;
}
.member-profile td {
	vertical-align: top;
	padding: 5px 15px 5px 0px;
	width: 50%;
}
label[for=LC1_tblcontacts_fkImageID] {
	font-size: 0.9rem;
}
