/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 */


/*
 * Body
 */

body {
  padding: 0;
  background: #fff;
  color: #3c3521;
}

#page {
  /* background: #fff url(../images/bg/bg-page.png) no-repeat 0 0; */
  /* background: #fff ; */
}

body.front #page {
  background: #fff url(../images/bg/bg-page-front.jpg) no-repeat;
}

#page-outer {
  background: #fff url(../images/bg/bg-body.png) repeat-x;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 * See the element-focusable rule in system.base.css.
 */

#skip-link {
  margin: 0;
}
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/*
 * Header
 */

#header {
/*
	position: relative;
	height: 116px;
*/
	/* background: url(../images/bg/bg-header.png) no-repeat; */
background: url("../images/bg/bg-header2.png?01") no-repeat scroll 50% 29px transparent;
    height: 130px;
    position: relative;
}

body.front #header {
  /* height: 130px; */
}


#logo { /* Wrapping link for logo */
  padding: 0;
  position: absolute;
  top: 0;
  left: 85px;
}
#logo img {
  vertical-align: bottom;
}

#name-and-slogan { /* Wrapper for website name and slogan */
  float: left;
}

#site-name { /* The name of the website */
  margin: 0;
  font-size: 2em;
  line-height: 1.5em;
}
#site-name a:link,
#site-name a:visited {
  color: #000;
  text-decoration: none;
}
#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

#site-slogan { /* The slogan (or tagline) of a website */
  margin: 0;
  font-size: 1em;
}

.region-header { /* Wrapper for any blocks placed in the header region */
  clear: both; /* Clear the logo */
}

#page-title {
  background: url(../images/bg/signpost_blue_solid.gif) top right no-repeat;
  width: 920px;
  height: 57px;
  color: #fff;
  position: relative;
}

body.section-video #page-title {
  background-image: url(../images/bg/signpost-blue-grad.gif);
}

body.section-support #page-title,
body.section-society-fellows #page-title,
body.section-press #page-title,
body.section-conference-centers #page-title {
 /*  background: url(../images/bg/signpost_blue_new.png) top right no-repeat; */
  color: white;
}


#page-title h1 {
  position: relative;
  top: 14px;
  left: 27px;
  float: left;
  width: 680px;
  font-family: "open-sans", arial, sans-serif;
	font-weight: 300;
  font-size: 21px;
  letter-spacing: .025em;
}

#page-title h1.two-line {
  font-size: 20px !important;
  line-height: 20px !important;
  top: 8px !important;
  height: 57px;
  overflow: hidden;
}

#page-title #parent-title {
  width: 200px;
  height: 57px;
  background: #005587;
  float: left;
  color: #fff;
  font-size: 13px;
	line-height: 1;
	text-transform: uppercase;
  font-family: 'lucida grande', 'lucida sans', 'trebuchet', 'trebuchet ms', sans-serif;
	font-weight: 100;
	letter-spacing: 1px;
}

#page-title #parent-title span {
  display: block;
	margin: 24px 0 0 20px;
}

body.section-society-fellows #page-title #parent-title,
body.section-support #page-title #parent-title,
body.section-press #page-title #parent-title,
body.section-conference-centers #page-title #parent-title {
  /* background: #897e78; */
}


body.front #page-title,
body.section-root #parent-title {
  display:none;
}

body.program-page #page-title #parent-title {
  background: none;
  width: 210px;
  height: 28px;
  overflow: hidden;
}

body.program-page #page-title #parent-title span {
  margin: 8px 0 0 20px;
}

body.program-page #page-title {
  background: url(/sites/all/themes/aspeninstitute/images/bg/signpost_blue_slim.gif);
  height: 28px;
  overflow: hidden;
}

body.program-page #page-title h1 {
  display: none;
}


/*
 * Main (container for everything else)
 */

#main {
}

/*
 * Content
 */

#content {
}

.region-highlighted {
  margin-top: -30px;
}

.page-aspen-around .region-highlighted {
  margin-top: 0px;
}

.region-content-top {
  position: relative;
  width: 720px;
  margin-left: 200px;
}

.breadcrumb { /* The path to the current page in the form of a list of links */
}
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.ajax-progress {
  display: none;
}

h1.title, /* The title of the page */
h2.node-title, /* Title of a piece of content when it is given in a list of content */
h2.block-title, /* Block title */
h2.title, /* Comment section heading */
h2.comment-form, /* Comment form heading */
h3.title { /* Comment title */
  margin: 0;
}

h2.block-title,
h2.pane-title,
h3 {
  color: #6E6557;
  text-transform: uppercase;
  font-family: 'lucida grande', 'lucida sans', 'trebuchet', 'trebuchet ms', sans-serif;
  font-size: 10px;
  line-height: 1.2em;
  font-weight: 900;
  margin-bottom: 0.3em;
}

.region-content-scroller h2.block-title {
  margin-bottom: 1.5em;
}

.page-content h2 {
  font-weight: normal;
  font-size: 16px;
  margin-top: 2px;
  margin-bottom: 9px;
  color: #3C3521;
  line-height: 1.4em;
}

.page-content h3 {
  font-size: 21px;
	color: #005587;
	margin-top: 2px;
	margin-bottom: 9px;
	text-transform: none;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.4em;
}

.page-content h4 {
	font-size: 18px;
	color: #005587;
	margin-bottom: 6px;
	font-weight: normal;
	line-height: 1.4em;
}

.page-content h5,
.page-content h6 {
	font-weight: bold;
	font-size: 12px;
	color: #3c3521;
	margin-bottom: 12px;
}


h2.node-title {
  font-size: 20px;
  line-height: 1.2em;
  margin-bottom: 7px;
}

.sidebar .block h2.node-title {
  color: #3C3521;
  font-size: 14px;
  line-height: 1.2em;
  margin: 0 0 0.2em 0;
  padding: 0;
}


.page-content li,
.page-content ol{
  font-size: 13px;
  line-height: 1.3;
  padding-left: 10px;
  margin: 0 40px 9px 0;
}

.page-content li {
  list-style-type: none;
  background: url(../images/bg/blue_bullet.gif) no-repeat 0 5px;
}

.page-content ol {
    list-style-type: decimal;
}

.page-content blockquote  {
	clear: both;
	margin: 18px;
	padding: 10px;
	line-height: 1.25;
	margin-bottom: 11px;
	color: #3c3521;
}

.page-content table {
		display: block;
		margin: 15px 0;
		color: #3c3521;
		font-size: 12px;
	}
.page-content table tbody {
	width: 100%;
}

.page-content table th,
.page-content table td{
  padding: 4px;
  vertical-align: top;
}

.page-content hr {
	margin: 18px 0;
	height: 1px;
	color: #C0C0A1;
	background-color: #C0C0A1;
	border: none;
}


tr.even { /* Some tables have rows marked even or odd. */
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

tr.odd {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

div.messages { /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */
  margin: 1.5em 0; /* Drupal core uses "6px 0" margin */
}
div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

div.status { /* Normal priority messages */
}

div.warning,
tr.warning { /* Medium priority messages */
  /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
}

div.error,
tr.error { /* High priority messages. See also the .error declaration below. */
}

.error { /* Errors that are separate from div.messages status messages. */
  /* color: #e55; */ /* Drupal core uses a #e55 background */
}

.warning { /* Warnings that are separate from div.messages status messages. */
  /* color: #e09010; */ /* Drupal core uses a #e09010 background */
}

.tabs { /* See also the tabs.css file. */
}

.region-help { /* Help text on a page */
}

.more-help-link { /* Link to more help */
}

.region-content { /* Wrapper for the actual page content */
}

ul.inline { /* List of links generated by theme_links() */
  display: inline;
  padding: 0;
}
ul.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0; /* LTR */
}
span.field-label { /* The inline field label used by the Fences module */
  padding: 0 1em 0 0; /* LTR */
}

.item-list .pager { /* A list of page numbers when more than 1 page of content is available */
  margin-top: 3px;
  padding: 9px 10px 3px 0;
  list-style-type: none;
  height: 20px;
  text-align: right;
  border-top: 1px solid #d9cebf;
  font: 12px/1 arial, helvetica, sans-serif;
}
.item-list .pager li { /* Each page number in the pager list */
  display: inline;
  margin-left: -2px;
  padding: 0px 4px;
  border-right: 1px solid #d9cebf;
}

.item-list .pager li.pager-current {
  color: #5b524d;
  font-weight: bold;
}
.item-list .pager li.last {
  border: none;
}

.item-list .pager .pager-summary {
  float: left;
  margin-left: 8px;
  border: none;
}

.view .pager-top .item-list .pager {
  border-top: none;
  border-bottom: 1px solid #ccc;
  margin: 0 0 15px 0;
  padding: 0;
}


/*

.results #results-header,
.eventsResults #results-header {
  margin-top: 15px;
}

#results-header .item-list .pager {
  background: #F3ECD2;
}
.results #results-header .item-list .pager,
.eventsResults #results-header .item-list .pager,
body.path-people #results-header .item-list .pager {
  background: #f4f2ed none repeat scroll 0 0;
}

#results-footer .item-list .pager {
  background: #FFF;
}


.item-list .pager li.results-shown {
  float: left;
  margin-left: 8px;
  border: none;
}
#results-footer .item-list .pager li.results-shown {
  margin: 0;
  padding: 0;
}

.item-list ul.pager li a {
  color: #005587;
}

*/


.feed-icon { /* The link to the RSS or Atom feed for the current list of content */
}

.more-link { /* Aggregator, blog, and forum more link */
  text-align: left;
  margin-top: 1em;
}

/*
 * First sidebar (on left in LTR languages, on right in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-first
 * (see the layout.css file.)
 */

.region-sidebar-first {
}

/*
 * Second sidebar (on right in LTR languages, on left in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-second
 * (see the layout.css file.)
 */

.region-sidebar-second {
}

body.front .region-sidebar-first,
body.front .region-sidebar-second,
body.node-type-aspen_event .region-sidebar-second {
  border-top: 3px solid #edede1 !important;
  padding-top: 17px;
}

/*
 * Footer
 */

#footer-regions-outer {
  margin-left: auto;
  margin-right: auto;
  min-width: 1090px;
}

#footer-regions {
  background: #edeae1;
  font-size: 11px;
  padding: 23px 0 86px 0;
  clear: both;
}

#footer-regions-inner {
  width: 920px;
  margin: 0px auto;
  padding: 0;
}

#footer-regions-inner .region {
  width: 920px;
}

#footer-trees {
  width: 920px;
  margin: 0px auto;
  background: url(../images/bg/trees.gif) no-repeat bottom left;
  height: 90px;
  clear: both;
}

/*
 * Page bottom
 */

.region-bottom { /* Wrapper for any blocks placed in the page bottom region */
}

/* A global way to float columns */

.aspen-columns {
  float: left;
  clear: both;
}

.aspen-columns .aspen-column {
  float: left;
}


/* User profile */

/* Generated by user.module but used by profile.module: */
.profile {
  clear: both;
  margin: 0;
}

.profile .group-snapshot,
.profile .group-contact,
.profile .group-bio,
.profile .group-blog-posts {
  position: relative;
  line-height: 22px;
}

.profile .field-group-format {
  margin-bottom: 24px;
}

.profile .group-snapshot a {
  color: #3C3521;
}

.profile .group-snapshot .group-col1 {
  float: left;
  margin: 0;
}

.profile .group-snapshot .group-col2 {
  float: left;
	margin: 0 0 0 6px;
}

.profile .group-bio,
.profile .group_contact {
clear: both;
}

.profile .field .field-label {
  color: #999;
  font-weight: normal;
}

.profile .user-picture {
  float: none;
  margin: 0;
}

.profile .user-picture img	{
  margin: 0;
  padding: 5px;
  width: 90px;
  border: 1px solid #dfd6ca;
  background: #fff;
}

.profile .profile2-page h2 {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 27px;
  color: #005587;
}

.profile h3 {
	font-size: 10px;
	font-family: 'lucida grande', 'lucida sans', 'trebuchet', 'trebuchet ms', sans-serif;
	color: #6e6557;
  border-bottom: none;
  text-transform: uppercase;
  margin: 0;
}

.profile dl {
  margin: 0;
}
.profile dt {
  margin:0;
  font-weight: normal;
}
.profile dd {
  margin: 0;
}

.profile .profile2-teaser .field {
  float: left;
  clear: right;
  width: 330px;
}

.profile .profile2-teaser .field-name-field-profile-user-picture {
  float: left;
  margin: 0;
  width: 120px;
}

.profile .profile2-teaser .field-name-field-profile-aspen-position,
.profile .profile2-teaser .field-name-field-profile-aspen-program,
.profile .profile2-teaser .field-name-field-profile-aspen-program a {
  color: #6d6555;
  line-height: 21px;
}

.profile .profile2-teaser .field-name-field-profile-aspen-position {
  font-weight: bold;
  color: #605956;
}

/* styles adjustments on profile/bio page display - hgm, feb 14, 2013 */

.field-name-field-profile-staff-department .field-item , .field-name-field-profile-areas-of-expertise .field-item { display: inline; }
.field-name-field-profile-staff-department .field-item:after, .field-name-field-profile-areas-of-expertise .field-item:after { display: inline; content: ",";}

.field-name-field-profile-staff-department .field-item:last-child:after, .field-name-field-profile-areas-of-expertise .field-item:last-child:after { display: inline; content: " ";}


div.field-name-field-profile-staff-department a, .field-name-field-profile-areas-of-expertise a, div.field-name-field-profile-aspen-program a{ color:#005587!important;}

div.field-name-field-profile-staff-department, .field-name-field-profile-areas-of-expertise, div.field-name-field-profile-aspen-program { margin-top: 8px; }

div.field-name-field-profile-staff-department .field-label , .field-name-field-profile-areas-of-expertise .field-label, div.field-name-field-profile-aspen-program .field-label {color: #666!important; font-family: "open-sans",arial,sans-serif;}

.field-name-field-profile-aspen-position, .field-name-field-profile-aspen-position2 {
  font-family: "open-sans",arial,sans-serif !important;
  font-size: 14px;
  line-height: 16px!important; margin-top: 0px !important; padding-top: 0px!important;

}

.profile h2 {
margin-bottom: 6px!important;
}

.profile .field-label { color: #666!important;}

.views-field-title { padding-top:14px!important; /*border-top: 1px solid #ddd;*/ font-size: 16px;}

div.events-list .views-field-title,
div.view-id-Multimedia.view-display-id-page_1 .views-field-title ,
div.view-what-we-do .views-field-title  {
	border-top: none;
}



.twitter-follow-button {
  width: 102px;
}


/* Search */

#journal-search-results .search-result,
#ideasfestival-search-results .search-result {
  border-bottom: 1px solid #CBC6B8;
  padding: 0 0.5em 0.8em 0.5em;
  margin: 0 0 1em 0;
}

#journal-search-results .search-image,
#ideasfestival-search-results .search-image {
  float: left;
  margin: 0 6px 1px 0;
}

#journal-search-results .search-image img,
#ideasfestival-search-results .search-image img {
  width: 94px;
  height: auto;
}

#journal-search-results h3.title,
#ideasfestival-search-results h3.title {
  text-transform: none;
  font-weight: normal;
  font-size: 1.2em;
  font-family: Arial, sans-serif;
}

a.ideas-see-more {
  font-weight: bold;
}

.related-aspen-sites .block-content div {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #CBC6B8;
  padding: 0 0.5em 0.5em 0.5em;
  margin: 0 0 0.5em 0;
}

#search-api-page-search-form {
  margin: 0 0 1em 0;
}

#search-api-page-search-form * {
  display: inline;
}

#search-api-page-search-form label {
  display: block;
}

div.search-results-filters-wrapper {
  position: relative;
}
div.search-results-sorts {
  position: absolute;
  right: 0;
  bottom: 13px;
  font-size: 10px;
}

div.search-results-sorts {
  font-weight: bold;
  padding: 0;
  margin: 0;
}

div.search-results-sorts .search-results-sort-title {
  text-transform: uppercase;
  color: #999;
  padding: 0;
  margin: 0 0 -3px 0;
}

div.search-results-sorts a,
div.search-results-sorts a.active {
  color: #005587;
}

div.search-results-sorts a.override-active {
  color: #000 !important;
}

.search-results .node {
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #CCC;
  clear: both;
  line-height: 1.6em;
}

.search-results .node:last-child {
  border-bottom: none;
}

.search-results .node h2.node-title{
  font-size: 20px !important;
  font-weight: normal !important;
  margin: 0 0 5px 0 !important;
  padding: 0 !important;
}

.search-results .field-name-field-aspen-policy-program h3,
.search-results .field-name-field-profile-aspen-position,
.search-results .meta-info {
  font-size: 11px !important;
  color: #403c39 !important;
  text-transform: none !important;
  font-family: Arial, sans-serif !important;
}

.search-results .meta-info .field-name-field-city,
.search-results .meta-info .field-name-field-city * {
  display: inline;
}

.search-results .display-url a {
  color: #403c39;
}

.search-results .display-url {
  overflow: hidden;
  font-size: 11px;
  white-space: nowrap;
}

.search-results a.arrow {
  font-weight: bold;
  white-space: nowrap;
}

span.search-result-type {
  font-weight: bold;
}

.search-result-thumbnail {
  margin: 0;
}

.search-results .column-1 {
}

.search-results .column-2 {
  float: none;
}

.search-result-thumbnail * {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  display: inline !important;
}

.node-aspen-publication .search-result-thumbnail img {
  border: 1px solid #CCC !important;
}

.search-results .node-has-thumbnail .column-2 {
  margin-left: 10px;
  float: right;
  width: 505px;
}


/* video search results */

.search-results .node-video .search-result-thumbnail img {
  width: 153px;
  height: auto;
  border: 1px solid #77725f !important;
}

.search-results .node-video .column-2 {
  margin-left: 10px;
  float: right;
  width: 450px;
}

/* people search results */

.search-results .node-profile2-node .search-result-thumbnail img {
  padding: 5px !important;
  width: 90px !important;
  border: 1px solid #dfd6ca !important;
  background: #fff !important;
}

/* Second Sidebar Program pages  Div styles "funding opportunities" */
.scholar-program-sidebar  div.programfunding
{
 background: #edeae0; border: 2px solid #ffffff; box-shadow: 2px 2px 6px rgba(12, 14, 16, 0.35);
}

.scholar-program-sidebar  h3
{
 text-align: center; color: #005587; margin-top: 8px!important; font-weight: bold; font-size: 13px;
}

.scholar-program-sidebar  ul {
 margin: 0 0 0 6px; padding: 6px; list-style: none; list-style-type: none;
}

.scholar-program-sidebar li {
 margin-bottom: 4px; border-bottom: 1px solid #ffffff; padding-bottom: 2px;
}

.scholar-program-sidebar li:last{
 border-bottom: none;
}

.scholar-program-sidebar  p {
 margin: 0 0 0 6px; padding: 6px;
}

/* Highlighted Block area class for quote header images to remove vertical spacing */
.scholar-header {
 margin-bottom: 0px!important;
 overflow: hidden;
 height: 220px;
}

/* Support pages main body styles */
div .donorpic {
 background-image: url(../images/bg/event_summary.jpg); width: 490px; display: block; clear: both; margin-bottom: 10px; text-align: center;
}


/** Hide .hiddenPrint ***/

.hiddenPrint {
	display: none;
}

/** for client demo  ***/

div.testDIVjenter {
	border: 1px dotted blue;
	background: transparent url('/sites/all/themes/grandee/images/logos/logo.gif') repeat top left;
}

/** change for HGM  ***/

.section-society-fellows .position-dual-3,
.section-society-fellows .position-dual-2,
.section-society-fellows .events-list .position-dual-3,
.section-society-fellows .events-list .position-dual-2
{
width: 100%;
float: none;
}

