/**
 * @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
 */

/*
*Some mobile styles
*/

.desktop-1st-sidebar-view{
    display:none;
}

.mobile-1st-sidebar-view {
    display:none;
}

.node-type-feature .mobile-1st-sidebar-view  {
    display:block;
}

.node-type-feature.mobile-menu .imagefield-field_sidebar_image {
    display:none;
}

.node-type-feature.mobile-menu .mobile-featured-image-top.mobile-view .imagefield-field_sidebar_image {
    display:block;
}





body {
  margin: 0;
  padding: 0;
}


/*
 * The skip navigation link will be completely hidden until a user tabs to the
 * link. See http://www.webaim.org/techniques/skipnav/
 */
#skip-link a,
#skip-link a:visited {
  position: absolute;
  display: block;
  left: 0;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-align: center;
  background-color: #666;
  color: #fff;
}

#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  position: static;
  width: 100%;
  height: auto;
  padding: 2px 0 3px 0;
}

/*
 * Header
 */

#logo, #block-block-1 /* Wrapping link for logo */ {
  float: left; /* LTR */
  margin: 0;
  padding: 0;
  width: 311px;
  height: 47px;
}

#block-block-1 p {
  margin: 0;
  padding: 0;
}

#logo img {
  margin: 4px 0 0 10px;
}

#name-and-slogan /* Wrapper for website name and slogan */ {
}

h1#site-name,
div#site-name /* The name of the website */ {
  margin: 0;
  font-size: 2em;
  line-height: 1.3em;
}

#site-name a:link,
#site-name a:visited {
  color: #000;
  text-decoration: none;
}

#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

.breadcrumb /* The path to the current page in the form of a list of links */ {
  padding-bottom: 0; /* Undo system.css */
}

/*h1.title,  The title of the page -- margin set in html-reset.css*/
h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
h3.title /* Comment title */ {
  margin: 0;
}


.help /* Help text on a page */ {
  margin: 1em 0;
}

.more-help-link /* Link to more help */ {
  font-size: 0.85em;
  text-align: right;
}

#content-area /* Wrapper for the actual page content */ {
}

ul.links /* List of links */ {
  margin: 1em 0;
  padding: 0;
}

ul.links.inline {
  margin: 0;
  display: inline;
}

ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}

.pager /* A list of page numbers when more than 1 page of content is available */ {
  clear: both;
  margin: 1em 0;
  text-align: center;
}

.pager a,
.pager strong.pager-current /* Each page number in the pager list */ {
  padding: 0.5em;
}

.feed-icons /* The links to the RSS or Atom feeds for the current list of content */ {
  margin: 1em 0;
}

.more-link /* Aggregator, blog, and forum more link */ {
  text-align: right; /* LTR */
}
.region-sidebar-second .view-contact-information {
  /*float: left;*/
  margin: 0 0 30px 0;
  padding: 0;
  width: 225px;
}

.view-contact-information .view-content {
  margin: 0;
  padding: 11px 12px 0 10px;
  width: 203px;
  border-top: 3px solid #640000;
  background: url('../images/backgrounds/utilityBack.gif') repeat-x;
}

.region-header-image {
  /*float: left;*/ 
  margin: 0; 
  padding: 0; 
  width: 705px;
}

.region-header-image:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*
.region-header-image img {
  height: 265px;
}
*/

.landingTallWrap {float: left; margin: 0 0 40px 0; padding: 0; width: 705px; height: 355px;}


/*.pagePic,*/ .views-field-field-small-header-image-fid {
  float: left; 
  margin: 0 0 20px 0; 
  padding: 0; 
  width: 465px; 
  height: 265px; }

.views-field-field-wide-header-image-fid {
  margin: 0 0 20px 0;
}

/*.pagePicTitle*/ .views-field-field-small-header-image-text-value {float: left; margin: 0; padding: 30px 16px 0 15px; width: 207px; height: 235px; border-left: 2px solid #78716f; background-color: #eae9e1;}

.views-field-field-small-header-image-text-value h4 {
   padding-bottom: 10px;
}

.workingPageTitle {float: left; margin: 0; padding: 0; width: 705px;}


/*
 * Footer
 */

/* ---[ FOOT ]------------------------- */
#foot {
  /*float: left;*/
  margin: 0;
  padding:20px 0 20px 0;
  width: 1006px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 1.0em;
  color:#fff;
  background: #43433c url('../images/backgrounds/footBack.gif') repeat-x;
  line-height: 1.5em;
  clear: both;
}

#foot a {
  color:#d6d6cf;
  text-decoration: none;
}

#foot a:hover {
  color:#fff;
  text-decoration: none;
}

.uchicago {
  float: left;
  margin: 0 100px 0 30px;
  padding: 0;
  width: 180px;
}

.footLinks {
  float: left;
  margin: 0;
  padding: 0;
  width: 142px;
  line-height: 23px;
}

.address {
  float: left;
  margin: 0;
  padding: 0;
  width: 235px;
  color:#d6d6cf;
}

.socialFooter {
  float: left;
  margin: 5px 0 0 45px;
  padding: 0;
  color: #ffffff;
  line-height: 13px;
}

.legal {
  float: left;
  margin: 0;
  padding: 0;
}



/*
 * Markup free clearing (See: http://www.positioniseverything.net/easyclearing.html )
 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
.element-hidden {
  display: none;
}

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user. Must
 * not be used for focusable elements (such as links and form elements) as this
 * causes issues for keyboard only or voice recognition users. "!important" is
 * used to prevent unintentional overrides.
 */
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

body.desktop #get-eletter-form {
    padding: 30px;
}

body.mobile-menu #get-eletter-form {
    padding:10px;
}