/**
 * @file
 * Stark layout method
 *
 * To avoid obscuring CSS added to the page by Drupal or a contrib module, the
 * Stark theme itself has no styling, except just enough CSS to arrange the page
 * in a traditional "Header, sidebars, content, and footer" layout.
 *
 * This layout method works reasonably well, but shouldn't be used on a
 * production site because it can break. For example, if an over-large image
 * (one that is wider than 20% of the viewport) is in the left sidebar, the
 * image will overlap with the #content to the right. The exception to this
 * is IE6 which will just hide the navigation block completely in these
 * instances due to a positioning bug.
 *
 * html
 *   body
 *     page-wrapper
 *       gradient-wrapper
 *       page
 *         header
 *         main-content
 *         footer
 *
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  vertical-align: baseline;
  font-weight: inherit;
  font-family: Verdana;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
}

.view-frontpage-slides .views-field .field-content a, body .region h2 a,
#page-title {
  font-family: Times;
    }

.centered-element {
  display: block;
  margin: 0 auto;
}
/* If this is active then it puts orange arrows in the background of the breadcrumb area.

.breadcrumb  {
  background: url(/sites/all/modules/crumbs/images/orange_arrow.png);
  padding-bottom: 25px;
}
*/
div.inlinePictureBlock {
  display: inline-block;
  padding: 10px;
  font-size: 14px;
}
div.inlinePictureBlock img {
  display: block;
}

a:hover {
  color: rgb(209,106,16);
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
}

html, body {
  height: 100%;
}

ul.menu li {
  
}
/* block-menu-block-3 is menu directly associated with the research section */
#block-menu-block-3 {
  padding-bottom: 40px;
}
#block-menu-block-3 .menu-block-3 > ul.menu > li.first {
  text-indent: -10px;
  font-size: 18px;
  list-style: none;
  font-weight: bold;
}
#block-menu-block-3 .menu-block-3 > ul.menu > li.first a {
  color: #004B8D;
}
#page-wrapper {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  min-height: 100%;
  z-index: 0;
}
#sunbeams {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
#gradient-wrapper {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
}
#page {
  position: relative;
  margin: 0 auto;
  width: 972px;
  padding-top: 10px;
  z-index: 3;
}
#header {
  position: relative;
  width: inherit;
}
#main-wrapper {
  position: relative;
  width: 932px;
  padding: 10px 20px;
}
#footer {
  position: relative;
  width: inherit;
  padding: 5px 0;
  clear: both;
}
#footer p {
  margin-top: 5px;
}
#breadcrumb {
  float: right;
}
#page-bottom-peeks {
  margin-top: 28px;
}
#page-bottom-peeks .views-field-view-node,
#page-bottom-peeks .views-field-field-link,
#page-bottom-peeks .view-footer {
  float: right;
}
#page-bottom-peeks .region {
  padding-bottom: 15px;
}
/*body.no-sidebars #content is here to set Views pages to not overlap
with the contentextual views menu*/ 
body.no-sidebars #content {
  position: relative;
  top: 15px;
  padding-bottom: 15px;
}
/* specific to sub-pages */
body.one-sidebar #content {
  float: left;
  /*width: 721px;*/
  width: 671px;
  padding-left: 15px;
}
/* only appears on sub-pages */
/*added font-size to manage Law of the Sea side menu that appears*/
/*when people go to Law of the Sea page*/
#sidebar-first {
  float: left;
  margin-left: -20px;
  width: 225px;
  padding: 10px;
  font-size: 13px;
}

/** The Research front page is a special case, on this page
 *   and only on this page does the left sidebar need to be
 *   wider than the rest of the left sidebar schemes.
 */
body.page-node-156 #sidebar-first {
  width: 225px;
}
body.page-node-156 #content {
  width: 671px;
}

/*** end research front page sidebar tweak ***/
.region-sidebar-top-right {
  position: absolute;
  top: 0px;
  right: 0;
  width: 210px;
  margin-right: 6px;
}
.region-slideshow {
  width: 695px;
}
.region-slideshow .views_slideshow_cycle_slide {
  width: 695px !important;
}
.region h2 {
  padding: 10px 0;
}
#block-views-research-theme-block-block h2 {
  padding: 0;
}
.region-sidebar-top-right {
  border-left: 1px dotted #999;
  /*border-bottom: 1px dotted #999;*/
  padding-left: 20px;
}
.region-sidebar-top-right td {
  padding-top: 5px;
}
.region-sidebar-top-right .views-field, .region-sidebar-top-right .views-field .field-content {
  display: table-cell;
}
.region-sidebar-top-right .views-field-title {
  vertical-align: middle;
  padding-left: 10px;
  line-height: 13px;
}
#page-bottom-peeks .section {
  position: relative;
  display: table;
}
/* layout css that is generic to every region in the bottom peek area
 * of the front page
 */
#page-bottom-peeks .region {
  /*display: inline-block;*/
  display: table-cell;
  vertical-align: top;
}
.region-peek-top-left, .region-peek-bottom-left {
  width: 320px;
  padding-right: 10px;
}
.region-peek-top-middle, .region-peek-bottom-middle {
  width: 320px;
  padding-right: 19px;
  padding-left: 25px;
}
.region-peek-top-right, .region-peek-bottom-right {
  width: 200px;
  padding-left: 20px;
}
#page-bottom-peeks .region .views-field-field-image {
  display: inline;
  float: left;
}
#block-search-form {
  position: absolute;
  bottom: 0;
  right: 0;
}
.region-peek-top-left img, .region-peek-top-middle img, .region-peek-bottom-left img, .region-peek-bottom-middle img {
  margin-right: 10px;
}
.view-people table, .view-staff table, .view-faculty table, .view-gebco table, .view-alumni table, .view-graduate-students table, .view-noaa table, .view-affiliate table {
  width: 100%;
  margin-top: 20px;
}
.view-people td, .view-staff td, .view-faculty td, .view-gebco td, .view-alumni td, .view-graduate-students td, .view-noaa td, .view-affiliate td {
  padding: 5px;
  font-size: 14px;
}
.views-table th {
  padding: 0 5px;
}
.region-peek-bottom-middle .block-views .views-field-field-summary,
.region-peek-bottom-left .block-views .views-field-field-summary,
.region-peek-top-middle .block-views .views-field-field-summary {
  margin-top: 10px;
}
/*******USER PROFILE***********/
.profile #top-profile-no-bio {
  overflow: auto;
  width: 100%;
}
#user-title {
  font-size: 16px;
  }
#user-office {
  font-size: 14px;
  }

.profile .user-picture {
  float: left;
}
.profile .user-field {
  font-size: 10pt;
}
.profile #user-office {
  margin-top: 1em;
}
.profile #user-extension {
  margin-top: 1em;
}
.profile #user-mail {
  margin-top: 1em;
}
.profile #user-bio {
  margin-top: 1em;
}
.profile .field-values {
  float: left;
}
/**** SEMINAR BLOCK VIEWS ****/
.past-seminar-year-menu ul li {
  display: inline;
}
#block-menu-block-2 {
  position: relative;
  top: 30px;
  z-index: 1;
}
#block-menu-block-2 ul {
  text-align: center;
}
#block-views-seminar-content-block-block .field-content {
  margin: 20px 0;
}

#block-views-seminar-content-block-block .views-field-field-image .field-content {
  text-align: center;
}
.node-type-seminar .field-item a:hover {
  color: rgb(209,106,16);
}

.node-seminar .field-name-field-date {
  margin-top: 10px;
}

.node-seminar .field-name-field-name * {
  color: #004B8D;
  font-size: 20px;
  /*font-size: 18px;*/
}
/*************** NODE SPECIFIC LAYOUT *******************/
.node-type-seminar h2.title {
  margin-bottom: 10px;
}
.node-seminar {
  margin-bottom: 20px;
}
.node-seminar .field-label {
  margin-top: 20px;
  margin-bottom: 5px;
  color: #004B8D;
  font-weight: normal;
  font-size: 11pt;
}
.node-seminar .field-items {
  /*color: #666;*/
  font-size: 10pt;
}
.node-seminar .field-name-field-email {
  margin-bottom: 10px;
}

.node-type-news .field-name-field-image {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.node-type-news .date-display-single {
  color: #004B8D;
  font-weight: normal;
  font-size: 14pt;
}

.node-type-news .field-items {
  color: #666;
  font-size: 10pt;
}

.node-event .field-label {
  margin-top: 20px;
  margin-bottom: 5px;
  color: #004B8D;
  font-weight: normal;
  font-size: 11pt;
}

.node-type-event .field-name-field-image {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.node-type-event .field-items {
  color: #666;
  font-size: 10pt;
}

/********** PARTNERS TABLE *************/
.view-partners table {
  width: 932px;
}
.view-partners td {
  text-align: center;
}
/*********** ARTICLES *******************/
div.view-articles {
  margin-top: 20px;
}

div.view-news .views-field-field-summary {
  font-size: 10pt;
  padding-top: 10px;
}

div.views-field-field-date,
div.views-field-field-publisher,
div.views-field-created,
div.views-field-field-summary,
div.views-field-field-date-no-time {
  /*font-size: 10pt;*/
}

div.view-articles div.views-field-field-summary,
div.view-articles div.views-field-field-publisher {
  margin-bottom: 10px;
}

.view-events .views-field-field-summary {
  /*color: #666;*/
  font-size: 10pt;
}

div.view-recent-articles div.views-field-field-date-no-time,
div.view-recent-articles div.views-field-field-publisher {
  display: inline-block;
  margin-bottom: 10px;
}

div.view-articles div.views-field-field-date-no-time,
div.view-articles div.views-field-field-publisher {
  display: inline-block;
  margin-bottom: 10px;
}

div.node-article .field-name-field-date-no-time,
div.node-article .field-name-field-publisher {
  
}

.node-article .field-label {
  margin-top: 20px;
  margin-bottom: 5px;
  color: #004B8D;
  font-weight: normal;
  font-size: 11pt;
}

/******* Progress Reports & Anchor Newsletter **********/
div.view-progress-reports,
div.view-anchor-newsletter {
  display: table;
  border-spacing: 0 20px;
  margin-top: -20px;
}
div.view-progress-reports .views-row,
div.view-anchor-newsletter .views-row {
  display: table-row;
}
div.view-progress-reports .views-field,
div.view-anchor-newsletter .views-field {
  display: table-cell;
}
div.view-progress-reports .views-field-title,
div.view-anchor-newsletter .views-field-title {
  vertical-align: middle;
  padding-left: 30px;
}
/*****************************************************/
.view-research-theme-big-block .views-row,
.view-research-project-big-block .views-row {
  margin: 5px 0;
  padding-bottom: 5px;
}

.view-research-theme-big-block .views-field,
.view-research-project-big-block .views-field {
  display: table-cell;
}
.view-research-theme-big-block .views-field-title,
.view-research-project-big-block .views-field-title {
  vertical-align: middle;
}
.view-research-theme-big-block {
  overflow: hidden;
}

#block-views-ccom-jhc-in-the-news-block .views-row,
#block-views-upcoming-events-block .views-row,
#block-views-research-blog-block .views-row,
#block-views-featured-image-block img {
  margin-bottom: 10px;
}

#page-bottom-peeks table td {
  vertical-align: top;
}

#page-bottom-peeks #block-views-ccom-jhc-in-the-news-block .views-field-view-node {
  margin-top: -1em;
}

#page-bottom-peeks #block-views-ccom-jhc-in-the-news-block .views-field-field-publisher {
  float: left;
  margin-right: 5px;
}

#block-views-recent-articles-block h2 {
  padding-bottom: 25px;
}

#block-views-recent-articles-block .views-row,
body.page-articles .views-row {
  padding-bottom: 25px;
}

#block-views-recent-articles-block img,
body.page-articles #content img {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}


.cke_source {
  white-space: pre-wrap !important;
}
