/* $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: 0 10px 10px 10px;
	color: #333333;
	
	/* fallback */ 
	background: #F6F8FA url(../images/light_toast.png) 0 0;
	/* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#F6F8FA)); 
	/* Safari 5.1, Chrome 10+ */ 
	background: -webkit-linear-gradient(top, #fff, #F6F8FA); 
	/* Firefox 3.6+ */ 
	background: -moz-linear-gradient(top, #FFF, #F6F8FA); 
*	background: #F6F8FA url(../images/light_toast.png) 0 0;
	/* IE 10 */ 
	background: -ms-linear-gradient(top, #fff, #F6F8FA); 
	/* Opera 11.10+ */ 
	background: -o-linear-gradient(top, #fff, #F6F8FA); }
	
  }


h1, h2, h3, h4, h5, h6 {
	color: #111111;
}

h1#site-name, div#site-name {
	position: absolute;
	top: 0;
	left: 10px;
}

#search-block-form {
	position: absolute;
	top: 22px;
	right: 20px;
}

#edit-search-block-form-1-wrapper {
	display: inline;
}

.with-navbar #content, .with-navbar #sidebar-left, .with-navbar #sidebar-right {
	margin-top: 1em;
	padding-bottom: 2em;
}

#content-area h2 {
	margin-top: .66em;
	padding-top: .66em;
}

#content-area h2.bordered {
	border-top: 1px #ddd solid;
}

#content-area h3 {
}

#content-area h4 {
}

#content-area h5 {
}

#content-area h6 {
}

#content-area blockquote {
	padding: 0 3em;
	line-height: 1.25em;
}

#content-area  p {
	line-height: 1.5em;
}



#content-area .imagecache-content-image {
	margin: 0 0 1em 1em;
	float: right;
}

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


/*
*	Page
********************************************************/
  #page
  {
  	background: #F6F8FA;
}

  #page-inner
  {
  }

#block-menu_block-1 /* "Primary links" block */ {
  }

  .menu-name-primary-links ul {
	padding-left: 10px;
}

  .menu-name-primary-links ul li {
	margin-top: .5em;
	list-style-type: none;
	list-style-image: none;
	line-height: 1.3em;
}

  .menu-name-primary-links li a {
}

  .menu-name-primary-links li a.active {
}

  .menu-name-primary-links li a:hover {
}

  .menu-name-primary-links ul li ul li {
	font-size: 90%;
}

  .menu-name-primary-links ul li ul li ul li {
	font-size: 90%;
}

/** header **/
#header
  {
  }

  #header-inner
  {
  }

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

  #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: 16px 0 0;
    font-size: 2em;
    line-height: 1.3em;
  }

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

  #site-name a:hover
  {
    color: #a1b7df;
  }

  #site-slogan /* The slogan (or tagline) of a website */
  {
  }

  #header-blocks /* Wrapper for any blocks placed in the header region */
  {
  }

/** main (container for everything else) **/
  #main
  {
  }

  #main-inner
  {
  }

/** content **/
  #content
  {
  }

  #content-inner
  {
  }

  #mission /* The mission statement of the site (displayed on homepage) */
  {
  }

  #content-top /* Wrapper for any blocks placed in the "content top" region */
  {
  }
  
#content-top p
  {
 /* 	line-height: 1.75em;	*/
  }



  #content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */
  {
  }

  .breadcrumb /* The path to the current page in the form of a list of links */
  {
    padding-bottom: 0.5em; /* redo system.css */
    font-size: 80%;
  }

  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;
  }

  div.messages /* Important messages (status, warning, and error) for the user */
  {
  }

  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. */
  {
  }

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

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

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

  #content-bottom /* Wrapper for any blocks placed in the "content bottom" region */
  {
  }

/** navbar **/
  #navbar
  {
	float: none;
	margin-bottom: 0;
	padding-bottom: 8px;
	height: 100%;
  }

  .front #navbar {
	padding-bottom: 0;
}

  #navbar ul {
	margin: 0 20px;
}

  #navbar ul li {
	padding: 0;
}

#navbar ul li a {
	display: block;
	margin-right: 30px;
	padding: 10px 0 2px;
	font-size: 90%;
/*	text-transform: uppercase; */
	letter-spacing: .05em;
}

#navbar ul li a:hover,
#navbar ul li a:focus {
}

#navbar ul li a:active {

}

#navbar ul li a.active {
	border-bottom: 5px solid #a1b7df;
}

  #navbar ul li.last a {
	margin-right: 0;
}

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

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

  #sidebar-right-inner
  {
	margin-right: 20px;
  }

  #navbar-inner
  {
  }

  #search-box /* Wrapper for the search form */
  {
  }

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

  #primary /* Primary links */
  {
  }

  #secondary /* Secondary links */
  {
  }

/** sidebar-left **/
  #sidebar-left
  {
  }

  #sidebar-left-inner
  {
  }

/** sidebar-right **/
  #sidebar-right
  {
  }

  #sidebar-right-inner
  {
  }

/** footer **/
#footer-message /* Wrapper for the footer message from Drupal's "Site information"
                     and for any blocks placed in the footer region */
  {
	border-top: 1px solid #dcdcdc;
	padding: .5em 22px 0;
	color: #999;
 }

#footer-message p {
	padding: 0;
	margin: 0;
	color: #888;
	font-size: .8em;	
	line-height: 1.25em;
  }


  #copyright {
	height: 40px;
	background: #F6F8FA;
	margin-left: 12px;
}

  #copyright p {
	margin: 0;
	padding: 0 10px;
	color: #a1b7df;
	font-size: .8em;
	line-height: 40px;
	text-shadow: 0px 1px 1px #ffffff;
	filter: dropshadow(color=#ffffff, offx=0, offy=1);
}

  #footer-inner
  {
  }

/** closure **/
  #closure-blocks {
	position: relative;
}

  #block-menu-menu-penn-weblogin {
	position: absolute;
	top: -30px;
	right: 20px;
}

  #block-menu-menu-penn-weblogin ul {
	margin: 0;
	padding: 0;
}

  #block-menu-menu-penn-weblogin ul li {
	font-size: 90%;
	list-style-type: none;
	list-style-image: none;
}

#block-menu-menu-penn-weblogin ul li a {
	color: #fff;
	font-size: .5em;
	text-shadow: 1px 1px 2px #333;
	filter: dropshadow(color=#333, offx=1, offy=1);
}

#block-menu-menu-penn-weblogin ul li a:hover {
	text-decoration: underline;
}

/** Drupal nodes **/
  .node /* Node wrapper */
  {
  }

  .node-inner /* Additional wrapper for node */
  {
  }

  .sticky /* A sticky node (displayed before others in a list) */
  {
  }

  .node-unpublished /* Unpublished nodes */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .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 */
  }

  .node-mine /* A node created by the current user */
  {
  }

  .node-teaser /* A node displayed as teaser */
  {
  }

  /* All nodes are given a node-type-FOO class that describes the type of
   * content that it is. If you create a new content type called
   * "my-custom-type", it will receive a "node-type-my-custom-type" class.
   */
  .node-type-page /* Page content node */
  {
  }

  .node-type-story /* Story content node */
  {
  }

  .node h2.title /* Node title */
  {
  }

  .marker /* "New" or "Updated" marker for content that is new or updated for the current user */
  {
    color: #c00;
  }

  .node .picture /* The picture of the node author */
  {
  }

  .node.node-unpublished .picture,
  .comment.comment-unpublished .picture
  {
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
  }

  .node .meta /* Wrapper for submitted and terms data */
  {
  }

  .node .submitted /* The "posted by" information */
  {
  	font-size: .75em;
	text-align: right;
  }

  .node .terms /* Node terms (taxonomy) */
  {
  }

  .node .content /* Node's content wrapper */
  {
  }

  .node ul.links /* Node links. See also the ul.links declaration above. */
  {
  }

  .preview .node /* Preview of the content before submitting new or updated content */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }
  
  
form#wysiwyg-profile-overview a {
	display:block;
	margin: .5em;
}



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

  #comments-title /* Heading for the list of comments */
  {
  }

  .comment /* Wrapper for a single comment */
  {
  }

  .comment-inner /* Additional wrapper for a single comment */
  {
  }

  .comment-preview /* Preview of the comment before submitting new or updated comment */
  {
  }

  .comment.new /* A new comment since the user last viewed the page. */
  {
  }

  .comment.odd /* An odd-numbered comment in the list of comments */
  {
  }

  .comment.even /* An even-numbered comment in the list of comments */
  {
  }

  .comment.first /* The first comment in the list of comments */
  {
  }

  .comment.last /* The last comment in the list of comments */
  {
  }

  .comment-unpublished /* Unpublished comments */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .comment-unpublished div.unpublished /* The word "Unpublished" displayed beneath the content. See also the div.unpublished declaration in the node section above. */
  {
  }

  .comment-published /* Published comments */
  {
  }

  .comment-by-anon /* A comment created by an anonymous user */
  {
  }

  .comment-by-author /* A comment created by the node's author */
  {
  }

  .comment-mine /* A comment created by the current user */
  {
  }

  .comment h3.title /* Comment title */
  {
  }

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

  .comment .picture /* The picture of the comment author */
  {
  }

  .comment .submitted /* The "posted by" information */
  {
  }

  .comment .content /* Comment's content wrapper */
  {
  }

  .comment .user-signature /* The user's signature */
  {
  }

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

  .indented /* Nested comments are indented */
  {
    /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
  }

  .preview .comment /* Preview of the comment before submitting new or updated comment */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

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

  .block.region-odd /* Zebra striping for each block in the region */
  {
  }

  .block.region-even /* Zebra striping for each block in the region */
  {
  }

  .block.odd /* Zebra striping independent of each region */
  {
  }

  .block.even /* Zebra striping independent of each region */
  {
  }

  .region-count-1 /* Incremental count for each block in the region */
  {
  }

  .count-1 /* Incremental count independent of each region */
  {
  }

  .block-inner /* Additional wrapper for block */
  {
  }

  .block h2.title /* Block title */
  {
  }

  .block .content /* Block's content wrapper */
  {
  }

  #block-aggregator-category-1 /* Block for the latest news items in the first category */
  {
  }

  #block-aggregator-feed-1 /* Block for the latest news items in the first feed */
  {
  }

  #block-block-1 /* First administrator-defined block */
  {
  }

  #block-blog-0 /* "Recent blog posts" block */
  {
  }

  #block-book-0 /* "Book navigation" block for the current book's table of contents */
  {
  }

  #block-comment-0 /* "Recent comments" block */
  {
  }

  #block-forum-0 /* "Active forum topics" block */
  {
  }

  #block-forum-1 /* "New forum topics" block */
  {
  }

  #block-menu-primary-links /* "Primary links" block */
  {
  }

  #block-menu-secondary-links /* "Secondary links" block */
  {
  }

  #block-node-0 /* "Syndicate" block for primary RSS feed */
  {
  }

  #block-poll-0 /* "Most recent poll" block */
  {
  }

  #block-profile-0 /* "Author information" block for the profile of the page's author */
  {
  }

  #block-search-0 /* "Search form" block */
  {
  }

  #block-statistics-0 /* "Popular content" block */
  {
  }

  #block-user-0 /* "User login form" block */
  {
  }

  #block-user-1 /* "Navigation" block for Drupal navigation menu */
  {
  }

  #block-user-2 /* "Who's new" block for a list of the newest users */
  {
  }

  #block-user-3 /* "Who's online" block for a list of the online users */
  {
  }

.block h2.title {
	margin-top: 1em;
	border-bottom: 1px solid #999999;
}

.imagethumb {
	float: right;
	margin: 1em 0 .6em .6em;
}

li .imagethumb {
	clear: right;
}



.blocktitle {
	margin: 0;
	font-size: 1.1em;
}

.dateline {
	margin: 0;
	font-style: italic;
	font-size: .9em;
}

/** Drupal boxes **/
  /* Wrapper for Comment form, Comment viewing options, Menu admin, and
   * Search results.
   */
  .box /* Wrapper for box */
  {
  }

  .box-inner /* Additional wrapper for box */
  {
  }

  .box h2.title /* Box title */
  {
  }

  .box .content /* Box's content wrapper */
  {
  }

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

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

  .more-link /* Aggregator, blog, and forum more link */
  {
    text-align: right;
  }

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

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

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

  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;
  }

  .form-submit /* The submit button */
  {
  }

  .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;
  }

/** 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;
  }
  
  
fieldset.fieldgroup {
	border: 2px groove ThreeDDarkShadow;
}


/*
*	SAS header bar 
*****************************************************/

#sas_header {
  margin: 0;
  padding: 0;
  height: 30px;
  text-align: right;
  background-color: #F6F8FA;
}

#sas_header .links{
  float: right;
  clear: none;
  color: #004684;
  margin: 8px 1em 0px 0px;
  padding: 0;
  font-size: 11px;
  text-decoration: none;
  font-weight:normal;
}

#sas_header .links:hover{
  color: #6d0e0e;
  text-decoration: underline;
}

.headerwhite {
	background-image: -moz-radial-gradient(center center, circle farthest-side, #013470, #02182f 90%);
	background-image: -webkit-radial-gradient(center center, circle farthest-side, #013470, #02182f 75%);
	background-image: -o-radial-gradient(center center, circle farthest-side, #013470, #02182f 75%);
	background-image: -ms-radial-gradient(center center, circle farthest-side, #013470, #02182f 75%);
	background-image: radial-gradient(center center, circle farthest-side, #013470, #02182f 75%)
}

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



/*
*	slideshow 
****************************************************************************/
#slideshow {
	position: relative;
	margin: 0;
	height: 300px;
	background: #ffffff url(../images/nav-bottom.jpg) repeat-x 0 bottom;
	outline: thin red solid;
}

#slideshow .view-content {
	position: relative;
	height: 300px;
	-webkit-box-shadow:  0px 2px 2px 0px rgba(0, 0, 0, .75);
	box-shadow:  0px 2px 2px 0px rgba(0, 0, 0, .75);
}

#slideshow .slideshow-text-block {
	position: absolute;
	top: 0;
	left: 720px;
	width: 240px;
	height: 300px;
	background: #333333;
	background: rgba(51,51,51,.8);
	color: #ffffff;
}

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

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

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

#slideshow .views-slideshow-controls-bottom {
	position: absolute;
	bottom: 20px;
	right: 20px;
	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 #bbb;
	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 slideshow */

/* 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;
}



/*
*	Book or Publication content type
*****************************************************************************/

.node-type-publication .imagefield-field_book_image {
    float: right;
    margin: 0 0 1.5em 1.5em;
}

.node-type-publication .field-field-book-biblio {
    margin-bottom: 2em;
}

.node-type-publication .field-label {
    margin: 1em 0 0;
}



/*
*	Book on Profile View
*****************************************************************************/
 
.view-books-on-profile table.views-view-grid {
	clear: right;
    margin: 2em 0 0 2px;
}

.view-books-on-profile table.views-view-grid td {
    padding: 0 0 5px 20px;
}

.view-books-on-profile table.views-view-grid td.col-1 {
    padding: 0 0 5px 0;
}


/*
*	Book Slideshow
*****************************************************************************/

.view-book-slideshow {
	border-top: 1px #DDDDDD solid;
	margin-top: 2em;
	padding-top: 1em;
}


.view-book-slideshow div.book-image {
	float: left;
	margin: 1em 1em 1em 0;
}

.view-book-slideshow div.book-title {
	font-weight: bold;
	font-size: 110%;
	font-style: italic;
}

.view-book-slideshow div.book-description {
	min-height: 210px;	/* to allow space for the image with short descriptions */
}



.views_slideshow_singleframe_pager div a img {
    height: 100px;
    width: inherit;
}


/* Pager Controls (Book thumbnail images) */
.view-book-slideshow .views_slideshow_singleframe_pager {

}

.view-book-slideshow .views_slideshow_singleframe_pager div {
	padding: 0 8px;
}

.view-book-slideshow .views_slideshow_singleframe_pager div.activeSlide {
	border-bottom: 3px #a1b7df solid;
}


/* Previous, Pause, and Next Controls */
.view-book-slideshow .views_slideshow_controls {
	margin: 4px auto 8px;
	width: 50%;
}
.view-book-slideshow .views_slideshow_controls a {
	padding: 0 1em;
	margin: 0 1em;
	outline: thin #a1b7df solid;
	font-size: 75%;
}


.view-book-slideshow .view-footer {
	font-size: 85%;
	color: #616262;
	margin: 0;
	text-align: right;
}

/*
*	Books Page view				/books
******************************************************************/
.view-book-page .views-row {
	min-height: 204px;
}

.view-book-page .book-image img {
	float: right;
	margin-left: 1em;
}



/*
*	Events Block
******************************************************************/
.view-events ul {
	list-style-type: none;
    padding: 0;
}

.view-events li.views-row {
	margin-bottom: .5em;
}

.view-events  .event-item:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.view-events .front-event-right {
    float: right;
    margin: 5px 0;
    width: 210px;
*    min-height: 60px;
}

.view-events .front-event-left {
    float: left;
    margin-top: 6px;	
    width: 50px;
    height: 50px;
	text-align: center;
	border: 1px #215e94 solid;
}


.view-events ul .front-event-date-month {
	width: 50px;
	background-color: #215e94;
	color: #fff;
	text-transform: uppercase;
}

.view-events ul .front-event-date-day {

	margin-top: 5px;
	width: 50px;
	font-size: 150%;
	color: #616262;
}


.view-events ul .date-month {
	width: 50px;
	text-transform: uppercase;
	position: relative;
}

.view-events ul .date-month span.date-display-single {
	position: absolute;
	width: 100%;
	top:4px;
	left:1px;
	background-color: #215e94;
	color: #fff;
	text-align: center;
}

.view-events ul .date-day {
	position: relative;
	width: 50px;
	top:30px;
	left:0;
	text-align: center;
	border: thin blue solid;
	font-size: 150%;
	color: #616262;
}



.view-events h3 {
    margin: -3px 0 0;
    font-size: 110%;
}

.view-events ul .front-event-teaser p {
	font-size: 80%;
	color: #616262;
	margin: 0;
}


.view-events .view-footer {
	font-size: 85%;
	color: #616262;
	margin: 0;
	text-align: right;
	clear: both;
}

.view-events .more-link {
	position: relative;
	bottom: 10px;
}


/*
*	Events view page
*****************************************************************/

.view-events li {
	padding-bottom: 2em;
}

.view-events .dateline,
.view-events .event-location {
	margin: 0 0 .1em;
	font-style: normal;
	font-size: 0.9em;
}

.view-events .where-label,
.view-events .when-label {
	font-weight: bold;
}

.view-events .readmore {
	font-size: 0.9em;
	margin-left: 3em;
}

.featured-image {
	float: right;
	margin: 0 0 .6em .6em;
}


/*
*	Events node
*****************************************************************/

.node-type-events .field-field-events-date,
.node-type-events .field-field-event-location,
.node-type-events .field-field-more-url{
	margin-bottom: .33em;
}

ul.links.inline {
	font-size: 80%;
}

/*
*	People listing
*****************************************************************/

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

.people-list .official-title {
	margin: -2px 0 0 1em;
	font-style: italic;
	text-indent: -2em;
	padding-left: 2em;
/*	color: #004684;			*/
}

.people-list p.interest-summary,
.people-list li div {
	margin: 0 0 0 1em;
	text-indent: -2em;
	padding-left: 2em;
}

.people-list .profile-photo {
    float: left;
    margin: 0 1em 1em 0;
}



/*
*	Biographical Profiles
*****************************************************************/

.field-label,
.field-label-inline-first {
	font-size: 1.0em;
}

.field-field-profile-address .field-label {
	margin: 0; padding: 0;
}

.field-field-profile-address .field-items,
.field-field-contact .field-items {							/* NEW */
	margin: -5px 0 0 3em;
}

.field-field-profile-cv-url {
	margin-bottom: 5px;
}

.field-field-profile-courses .field-item {

}

.field-field-profile-education {
	margin: 0 0 1em 0;
}

.view-people h2 {
	border-bottom: 1px solid #b0b0b0;
	padding-top: .5em;
	margin-top: 1em;
}

.field-field-profile-website {
	margin-top: 1em;
}

.page-people-students-graduate-students tr {
	border-bottom: 1px solid #ccc;
}


/*
* Alum nodes and views
**************************************************************************/

.field-field-dissertation-title,
.views-field-field-dissertation-title-value {
	font-style: italic;
}

.view-alums-dissertations {
	font-size: 95%;
}

.views-field-field-alum-year-value,
.views-field-field-profile-last-name-value,
.views-field-field-profile-first-name-value {
	padding-right: 1em;
}


/*
* PennCourse views
**************************************************************************/

.view-pc-section-table {
	font-size: 90%;
}

.views-field-field-pc-meeting-value, 
.views-field-field-pc-instructors-value,
.view-pc-section-table .views-field-title,
.views-field-field-pc-location-value, 
.views-field-field-pc-syllabus-url-url {
    padding-left: 1em;
}


/* course description in Course Detail view */
div.attachment-before .views-field-field-pc-descr-value .field-content {
    background-color: #eee;
    margin: 1em 0 2em;
    outline: 3px ridge #a1b7df;
    padding: 1em;
}

div.view-pc-course-detail .views-field-field-pc-section-id-value {
    background-color: #a1b7df;
    font-weight: 600;
    margin-top: 0.5em;
}

div.view-pc-course-detail label,
div.view-pc-course-detail .field-content{
	display: inline-block; 
}


div.view-pc-course-detail .views-field-field-pc-meeting-value {
    padding: 0 0 0 1em;	
}

div.view-pc-course-detail .field-content p {
	margin: 0;
}

.views-field-field-pc-instructors-value {
	margin: 0;
}



/********************************
*	Calendar
***************************************************************************/
#block-views-calendar-calendar_block_1 {
	margin-top: 2em;
}

.calendar-calendar table td.empty {	/* empty cells in large calendar */
	background-color: #F6F8FA;
    border: 1px solid #DCD6CE;
}

.calendar-calendar table td {	/* empty cells in large calendar */
	background-color: #F6F8FA;
    border: 1px solid #DCD6CE;
}


.calendar-calendar td .inner div, 
.calendar-calendar td .inner div a {
    background: none;
}

.calendar-calendar table.mini td.empty {	/* empty cells in mini */
	background-color: #F6F8FA;
    border: 1px solid #DCD6CE;
}

.calendar-calendar .mini {					/* non-empty cells in mini */
	background-color: #F6F8FA;
    border: 1px solid #DCD6CE;
}

.calendar-calendar div.date-nav {			/* month banner */
    background-color: #215E94;
}

.calendar-calendar tr td.today, 
.calendar-calendar tr.odd td.today, 
.calendar-calendar tr.even td.today {
    background-color: white;
    box-shadow: 0 0 20px -5px #215E94 inset;
	-moz-box-shadow: 0 0 20px -5px #215E94 inset;
	-webkit-box-shadow: 0 0 20px -5px #215E94 inset;
}

.calendar-calendar div.date-nav a, 
.calendar-calendar div.date-nav h3 {
    color: #FFFFFF;
    font-weight: normal;
}

table td.mini a {
    font-weight: bold;
}

.calendar-calendar td .inner div.calendar div, 
.calendar-calendar td .inner div.calendar div a {
    background: none repeat scroll 0 0 #fff;
    padding: 0 2px;
    color: #004684;
}

.calendar-calendar td span.date-display-single, 
.calendar-calendar td span.date-display-start, 
.calendar-calendar td span.date-display-end, 
.calendar-calendar td span.date-display-separator {
    display: none;
}

/********************************
*	Nodequeue
***************************************************************************/

.view-nodequeue-1 .readmore {
	font-size: .8em;
	text-align: right;
}

.nodequeue-teaser {
	font-size: .8em;
}

.view-nodequeue-1 h2.title {
	font-size: 1.1em;
	border-bottom: 0;
}

.view-nodequeue-1 p {
	margin: 0 0 .5em 0;
}


/********************************
*	Special cases
***************************************************************************/

table#attachments {						/* attachments to nodes */ 
	border-top: 1px #ddd solid;
	margin-top: 2em;
}

#node-488 li {		/* list items on Unofficial Guide */
	padding: 0 0 0.5em;
}

#node-488 .sidenote ul {		/* list items in sidenote */
	margin-top: 1px;
	list-style-type: none;
}
#node-488 .sidenote li {		/* list items in sidenote */
	padding: 0 0 1px;
}

.menu-name-primary-links ul li.menu-mlid-1779 {
	border-top: 1px #ddd solid;
	margin-top: 1em;
	padding-top: 0.5em;
}

.bluebox td+td, 
.bluebox th+th {
	padding-left: 1em;
	/* border-left: 1px #ddd dashed; */
}

.bluebox h3 {
	text-align: center;
	margin-bottom: 0;
}



/***********************************
* Some styles available to user input in this theme and site.
**************************************************************************/

p {
	line-height: 1.5em;
	margin: .5em 0;
}

p.bodytext {
	line-height: 1.4em;
	text-indent: 2em;
}

p.hangingindent {
	text-indent: -3em;
	padding-left: 3em;
}

.fineprint {
	font-size: 75%;
	line-height: 140%;
}
.smaller {
	font-size: smaller;
}
.larger {
	font-size: larger;
}

.color-brightred {
	color: #F00;
}

.color-pennred {
	color: #900;
}

.color-pennblue {
	color: #011F5B;
}

.color-gold {
	color: #FC0;
}

.color-lightblue {
	color: #A0B7E0;
}

.font-mono {
	font-family: "New Courier", Courier, monospace;
}

.boxed {
	margin:0.5em 1em;
	padding: .5em;
	border: 2px groove #B2956D;
	color:#272E33;
}

.bluebox {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F7F7FF;
    background-image: url("../images/shieldbox.jpg");
    border: 2px #003377 inset;
    margin: 1.5em 0;
    padding: .5em 1em 2em;
}

.sidenote {
	padding: 0.5em;
	margin: 0 0 1em 1em;
	float: right;	
	width: 16em;
	background: #a1b7df  url("../images/shieldbox.jpg") repeat-y scroll right top;
	font-size: 85%;
	line-height: 1.25em;
	border: 2px groove #004684;
}

div.captioned-image,
img.captioned-image,
img.image-at-right {
	float: right;
	margin: 1em 0 .5em 1em;
	padding: .5em;
	border:2px groove #B2956D;
	text-align:center;
	background-color: #fff;
	font-size: 85%;
}

img.image-at-left {
	float: left;
	margin: 1em 1em 0.5em 0;
	padding: .5em;
	border:2px groove #B2956D;
	text-align:center;
	background-color: #fff;
	font-size: 85%;
}

div.two-column {
	-moz-column-count:2; /* Firefox */
	-webkit-column-count:2; /* Safari and Chrome */
	column-count:2;
}

.centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.white-bg {
	background-color: #fff;
}
