/* $Id: zen.css,v 1.14.2.6 2009/11/05 11:03:32 johnalbin Exp $ */

/*
 * ZEN STYLES
 *
 * This is an example stylesheet. Sub-themes should NOT include the zen/zen.css
 * file, but instead copy this CSS to their own stylesheets.
 *
 * In this stylesheet, we have included all of the classes and IDs from this
 * theme's tpl.php files. We have also included many of the useful Drupal core
 * styles to make it easier for theme developers to see them.
 *
 * Many of these styles are over-riding Drupal's core stylesheets, so if you
 * remove a declaration from here, the styles may still not be what you want
 * since Drupal's core stylesheets are still styling the element. See the
 * drupal6-reference.css file for a list of all Drupal 5.x core styles.
 *
 * In addition to the style declarations in this file, other Drupal styles that
 * you might want to override or augment are those for:
 *
 *   Book Navigation  See line 74  of Zen's drupal6-reference.css file
 *   Forum            See line 197 of Zen's drupal6-reference.css file
 *   Menus            See line 667 of Zen's drupal6-reference.css file
 *   News Aggregator  See line 20  of Zen's drupal6-reference.css file
 *   Polls            See line 287 of Zen's drupal6-reference.css file
 *   Search           See line 320 of Zen's drupal6-reference.css file
 *   User Profiles    See line 945 of Zen's drupal6-reference.css file
 */


/** body **/
  body
  {
    margin: 0;
    padding: 10px;
	font-family: "freight-text-pro", Garamond, Georgia, Times, "Times New Roman", serif;
	background-color: #cee0eb;
	font-weight: 500;
  }

  a {
	color: #a80532;
	text-decoration: none;
}

  a:hover {
	color: #540319;
	text-decoration: underline;
}

  #page
  {
	background-color: #FFFFFF;
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
  }

/** header **/
  #header
  {
	position: relative;
	margin: 0;
	height: 69px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #cbd0cb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cbd0cb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#cbd0cb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#cbd0cb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#cbd0cb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#cbd0cb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cbd0cb',GradientType=0 ); /* IE6-9 */
	
  }

  #logo /* Wrapper for logo */
  {
    margin: 0 10px 0 0;
    padding: 0;
  }

  #logo-image /* The actual logo image */
  {
  }

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

  h1#site-name, div#site-name {
	position: absolute;
	left: 0;
	top: 0;
	text-indent: -9999px;
	width: 396px;
	height: 69px;
}

  h1#site-name a, div#site-name a {
	display: block;
	padding: 10px;
	background: transparent url(../images/physics-and-astronomy.png) no-repeat 0 10px;
}

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

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

#block-search-0 {
	position: absolute;
	right: 10px;
	top: 25px;
}

#search-block-form div {
	display: inline;
}

/** main (container for everything else) **/
  #main {
	margin: 0;
  }

/** content **/

  .home-bottom {
	padding: 0 10px;
	background: #ebeeed; /* Old browsers */
	background: -moz-linear-gradient(top,  #ebeeed 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebeeed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ebeeed 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ebeeed 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ebeeed 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ebeeed 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebeeed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	overflow: hidden;
}

	h2, h3, h4, h5 {
		margin-bottom: 0;
		color: #004684;
	}
	
	h2+p, h3+p, h4+p, h5+p {
		margin-top: 0;
	}
	
	#content-area h3 {
		font-size: 1em;
		text-transform: uppercase;
		letter-spacing: .05em;
	}
	
	#content-area h4 {
		font-size: 1em;
	}

	#content-area h5 {
		margin-top: .9em;
		font-size: 1em;
		color: #666666;
	}

	#content-area h6 {
		margin-top: .9em;
		font-size: .9em;
		text-transform: uppercase;
		letter-spacing: .05em;
		color: #666666;
	}

	#content-area blockquote {
		margin: 1.75em 0;
		padding: 1em;
		font-size: 1.1em;
		line-height: 1.75em;
		font-style: italic;
		color: #666666;
		border-top: 1px solid #999999;
		border-bottom: 1px solid #999999;
	}
	
	#content .field-label {
		margin-bottom: 0;
		color: #004684;
		font-size: 1em;
		text-transform: uppercase;
		letter-spacing: .05em;
	}
	
	#content .field-label+p {
		margin-top: 0;
	}

.people-list h3 {
	margin-bottom: 0;
}

.people-list .official-title, .field-field-profile-official-title {
	margin: 0;
	font-style: italic;
	color: #004684;
}

.field-field-profile-official-title {
	font-size: 1.2em;
	line-height: 1.8em;
}

  #content img {
	float: right;
	margin: 0 0 10px 10px;
}

#content .img-center {
	text-align: center;
}

#content .img-center img {
	float: none;
	margin: 0 auto;
}

  #content img.filefield-icon {
	float: left;
	margin: 0 2px 0 0;
}

ul.unstyled {
	list-style-type: none;
	padding: 0;
}

#block-menu-menu-login ul {
	padding: 0;
}

#block-menu-menu-login li {
	list-style-type: none;
	list-style-image: none;
}

ul.home-news-list, ul.home-event-list {
	margin-top: 0;
}

ul.home-news-list li, ul.home-event-list li {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #dddddd;
}

#block-views-News-block_1 h2.title, #block-views-Events-block_2 h2.title {
	padding-bottom: .5em;
	border-bottom: 1px solid #dddddd;
}

ul.home-news-list li.first, ul.home-event-list li.first {
	
}

ul.home-news-list li.last, ul.home-event-list li.last {
	border-bottom: none;
}

ul.home-event-list h3, ul.home-news-list h3, ul.home-event-list .dateline, ul.home-news-list .dateline, ul.block-event-list h3, .event-speaker {
	margin: 0;
}

ul.home-event-list h3, ul.home-news-list h3 {
	margin-top: 1em;
	font-size: 1.1em;
}

ul.block-event-list h3 {
	margin-top: 1em;
	font-size: 1em;
}

ul.home-event-list .event-location, ul.block-event-list .event-location {
	margin: 0 0 1em 0;
}

ul.event-list .event-location {
	margin: 0;
}

.dateline {
	margin: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .8em;
	text-transform: uppercase;
	letter-spacing: .01em;
	color: #004684;
}

.block-event-list .dateline {
	font-size: .7em;
}

.news-image {
	float: right;
	margin: .75em 0 1em 10px;
}

.teaser p {
	margin-top: .75em;
}

.news-image a {
	line-height: 0;
	font-size: 0;
}

.news-list h3, .event-list h3 {
	margin: 1.5em 0 0 0;
}

.event-speaker {
	font-style: italic;
}

.field-field-event-speaker {
	display: block;
	margin: 1em 0;
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
}

/* Home page slideshow */

.view-slideshow {
	position: relative;
	margin: 0 10px;
	height: 300px;
}

.view-slideshow .view-content {
	position: relative;
	height: 300px;
}

.view-slideshow .slideshow-text-block {
	position: absolute;
	top: 0;
	right: 20px;
	width: 240px;
	height: 300px;
	background: transparent url(../images/slideshow-bg.png) 0 0;
	background: rgba(0,70,132,.8);
	color: #ffffff;
}

.view-slideshow .slideshow-text-block h2, .view-slideshow .slideshow-text-block p {
	font-size: 12px;
	padding: 0 20px;
	text-shadow: 0px -1px 0px #000000;
	filter: dropshadow(color=#002342, offx=0, offy=-1);
}

.view-slideshow .slideshow-text-block h2 {
	margin-top: 20px;
	font-size: 1.2em;
	color: #ffffff;
}

.view-slideshow .slideshow-text-block h2+p {
	margin-top: 1em;
}

.view-slideshow .views-slideshow-controls-bottom {
	position: absolute;
	bottom: 20px;
	right: 40px;
	z-index: 100;
	height: 10px;
}

.views_slideshow_singleframe_pager div {
	padding: 0;
}

.views-slideshow-controls-bottom .pager-item {
	display: block;
	float: left;
	margin-left: 5px;
	
}

.views-slideshow-controls-bottom .pager-item a {
	display: block;
	
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 8px;
	height: 8px;
	background: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.views-slideshow-controls-bottom .pager-item.activeSlide a {
	background: transparent;
}

.views-slideshow-controls-bottom .pager-item.activeSlide a:hover, .views-slideshow-controls-bottom .pager-item a:hover {
	background: rgba(255,255,255,.7);
}

/* end Home page slideshow */

	
	#content .view-display-id-page_1 li img {
		float: left;
		margin: 0 1em 1em 0;
	}
	
	#content fieldset {
		margin: 0;
		padding: 0;
		font-family: "freight-text-pro", Garamond, Georgia, Times, "Times New Roman", serif;
		border: none;
	}

  #content-inner {
	padding-left: 10px;
  }

  #content-header h1.title {
	margin-bottom: .5em;
	padding-bottom: .25em;
	border-bottom: 2px solid #ebeeed;
}

  .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 */
  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;
	color: #004684;
  }

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

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

	.section-pc tr {
		font-size: .8em;
		border-bottom: 1px solid #cee0eb;
		background-color: #ffffff;
	}
	
	.section-pc tr.odd {
		background-color: #ebeeed;
	}


  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
  {
    padding: 0.5em;
  }

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

  /** navbar **/
  #navbar
  {
	float: none;
	margin: 5px 0;
	padding: 0;
	height: 2.2em;
	background-color: #b5bbb4;
  }

	#navbar ul.links {
		margin: 0;
	}

	#navbar li {
		margin-top: .8em;
		margin-right: 1px;
		padding: 0;
		font-size: .8em;
		line-height: 1.4em;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: .05em;
	}

	#navbar li a {
		padding: .8em;
		text-decoration: none;
		color: #004684;
	}

	#navbar li a:hover, #navbar li.active a, #navbar li.active-trail a, .section-pc li.menu-1382 a {
		color: #004684;
		background-color: #ffffff;
	}

  #edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */
  {
    display: none;
  }

  #primary /* Primary links */
  {
	margin: 0;
  }

/** sidebar-left **/
  #sidebar-left
  {
	background: #ebeeed; /* Old browsers */
	background: -moz-linear-gradient(top,  #ebeeed 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebeeed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ebeeed 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ebeeed 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ebeeed 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ebeeed 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebeeed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	overflow: hidden;
	border-top: 2px solid #cee0eb;
  }

.home-bottom #sidebar-left {
	background: none;
	border: none;
}

.menu-name-primary-links ul.menu {
	list-style-type: none;
	padding: 0;
	margin-right: -20px;
}

.menu-name-primary-links ul.menu li {
	padding: 0;
	font-family: "freight-sans-pro", Verdana, Helvetica, sans-serif;
	font-weight: 600;
	list-style-type: none;
	list-style-image: none;
}

.menu-name-primary-links li a, .menu-name-primary-links .leaf a, .menu-name-primary-links .collapsed a, .menu-name-primary-links .expanded a {
	display: block;
	padding: 5px 0 5px 10px;
}

.menu-name-primary-links ul.menu ul {
	list-style-type: none;
	padding: 0;
	margin-right: 0;
}

.menu-name-primary-links .leaf ul li a, .menu-name-primary-links .collapsed ul li  a, .menu-name-primary-links .expanded ul li a {
	padding-left: 20px;
	font-size: 90%;
}

.menu-name-primary-links .leaf ul li ul li a, .menu-name-primary-links .collapsed ul li ul li a, .menu-name-primary-links .expanded ul li ul li a {
	padding-left: 30px;
	font-size: 85%;
	line-height: 100%;
}


.menu-name-primary-links ul.menu li a:hover, .menu-name-primary-links .leaf a:hover, .menu-name-primary-links .collapsed a:hover, .menu-name-primary-links .expanded a:hover {
	background: #dddddd;
	text-decoration: none;
}

/** footer **/

  #footer-message /* Wrapper for the footer message from Drupal's "Site information"
                     and for any blocks placed in the footer region */
  {
	margin: 10px;
	font-size: 11px;
	color: #666666;
  }

#copyright {
	background: #004684;
}

#copyright p {
	padding: 1em 10px;
	font-size: 11px;
	color: #ffffff;
}

  .node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
  .comment-unpublished div.unpublished
  {
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  .marker /* "New" or "Updated" marker for content that is new or updated for the current user */
  {
    color: #c00;
  }
  .node.node-unpublished .picture,
  .comment.comment-unpublished .picture
  {
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
  }

/** Drupal comments **/
  #comments /* Wrapper for the list of comments and its title */
  {
    margin: 1em 0;
  }

  .new /* "New" marker for comments that are new for the current user */
  {
    color: #c00;
  }

  .comment ul.links /* Comment links. See also the ul.links declaration above. */
  {
    margin: 1em 0;
  }

/** Drupal blocks **/
  .block /* Block wrapper */
  {
    margin-bottom: 1em;
  }

  .menu-block-3 ul, .menu-block-3 ul li {
	margin: 0 0 1em 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

.menu-block-3 ul li {
	text-align: center;
	border: 1px solid #004684;
}

.menu-block-3 ul li a {
	display: block;
	padding: 10px;
	color: #004684;
	font-weight: bold;
}

.menu-block-3 ul li a:hover {
	color: #ffffff;
	text-decoration: none;
	background: #004684;
}

/** Drupal boxes **/
  .more-link /* Aggregator, blog, and forum more link */
  {
	font-size: .9em;
    text-align: left;
  }

  #user-login-form /* Drupal's default login form */
  {
    text-align: left;
  }

  li a.active /* The active item in a Drupal menu */
  {
    color: #000;
  }


/** Drupal forms **/
  .form-item, /* Wrapper for a form element (or group of form elements) and its label */
  .form-checkboxes,
  .form-radios
  {
    margin: 1em 0;
  }

  .form-item input.error, /* Highlight the form elements that caused a form submission error */
  .form-item textarea.error,
  .form-item select.error
  {
    border: 2px solid #c00;
  }

  .form-item label /* The label for a form element */
  {
    display: block;
    font-weight: bold;
  }

  .form-item label.option /* The label for a radio button or checkbox */
  {
    display: inline;
    font-weight: normal;
  }

  .form-required /* The part of the label that indicates a required field */
  {
    color: #c00;
  }

  .form-item .description /* The descriptive help text (separate from the label) */
  {
    font-size: 0.85em;
  }

  .form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
  .form-radios .form-item
  {
    margin: 0.4em 0;
  }

  .container-inline div, .container-inline label /* Inline labels and form divs */
  {
    display: inline;
  }

  .tips /* Tips for Drupal's input formats */
  {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
  }

	#search-block-form {
		margin: 0;
		padding: 0;
		border: #004684 1px solid;
		font-size: 12px;
		line-height: 12px;
		background: none;
	}
	
	#search-block-form #edit-search-block-form-1 {
		margin: 0 -3px 0 0;
		padding: 2px 0;
		width: 12em;
	}
	
	#search-block-form .form-submit {
		margin: 0;
		padding: 4px 4px;
		color: #ffffff;	
		text-transform: uppercase;
		letter-spacing: .15em;
		border: none;
		background: none;
		background-color: #a80532;
	}
	
	#search-block-form .form-submit:hover {
		background-color: #004684;
	}

/** OpenID **/
  /* The default styling for the OpenID login link seems to assume Garland's
   * styling of list items.
   */
  #user-login-form ul /* OpenID creates a new ul above the login form's links. */
  {
    margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
  }

  #user-login-form li.openid-link /* The "Log in using OpenID" links. */
  {
    margin-top: 1em;
    margin-left: -20px; /* Un-do some of the padding on the ul list. */
  }

  #user-login-form li.user-link /* The "Cancel OpenID login" links. */
  {
    margin-top: 1em;
  }

  #user-login ul
  {
    margin: 1em 0;
  }

  #user-login li.openid-link, /* The OpenID links on the /user form. */
  #user-login li.user-link
  {
    margin-left: -2em; /* Un-do all of the padding on the ul list. */
  }

/** Drupal admin tables **/
  /* We overrode these styles in html-elements.css, but restore them for the
   * forms on the site.
   */
  form tbody
  {
    border-top: 1px solid #ccc;
  }

  form th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  form tbody th
  {
    border-bottom: 1px solid #ccc;
  }

  form thead th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

/* SAS header bar */
#sas_header{
  margin: 0;
  padding: 0;
  height: 30px;
  text-align: right;
}
#sas_header .links{
  float: right;
  clear: none;
  color: white;
  margin: 8px 1em 0px 0px;
  padding: 0;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 11px;
line-height: 1.5em;
  text-decoration: none;
}
#sas_header .links{
  color: #ffffff;
  font-weight:normal;
}
#sas_header .links:hover{
  color: #bfd1e0;
}

.headerblue {
	margin-bottom: 0;
	background: #004684;
}

#sas_header img {
  float: left;
  border: none;
  padding-top: 6px;
  padding-left: 10px;
}

/* self-clear floats */

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .group { /* IE6 */
	height: 1%;
}

*:first-child+html .group { /* IE7 */
	min-height: 1px;
}