/* $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;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #FAF7F5;
  }

  #page
  {
    width: 940px;
    margin: 0px auto;
	min-height:750px;
  }

  #page-inner
  {
  }
  
/** header **/
  #header
  {
    position: relative;
    z-index:3; /*so drop down menus appear over content in IE7 */
    height:165px;  /*so positions the same in ie7 */
	background-color:#FAF7F5; /*so sidebar tiling doesnt go all the way up to the top */
  }
  
  	#header:hover {
		z-index:5;
	}

  #header-inner
  {
    width:100%;
  }

  #logo-title /* Wrapper for logo, website name, and slogan */
  {
  }

  #logo /* Wrapper for logo */
  {
    margin: 18px 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;
  }

  #site-name a:link,
  #site-name a:visited
  {
    color: #000;
    text-decoration: none;
  }

  #site-name a:hover
  {
    text-decoration: underline;
  }

  #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-header /* Wrapper for breadcrumb, title, messages, tabs, and help */
  {
    padding: 0;
	height:0; /*this is a bit brave glyn */
	
  }
 .admin-menu #content-header {
 	height:auto;
 }

  .breadcrumb /* The path to the current page in the form of a list of links */
  {
    padding: 0 18px; /* Undo system.css */
  }

  #content-header .title {
    padding: 0 18px;
  }
  
  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 0 0.3em 0;

  }

  div.messages /* Important messages (status, warning, and error) for the user */
  {
	position: absolute;
	top: -5em;
	display:inline-block;
	width:700px;
  }

  div.status /* Normal priority messages */
  {
  	position: absolute;
	top: -5em;
	display:inline-block;
	width:700px;
  }

  div.warning, tr.warning /* Medium priority messages */
  {
    /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
	position: absolute;
	top: -5em;
	display:inline-block;
	width:700px;
  }

  div.error, tr.error /* High priority messages. See also the .error declaration below. */
  {
  	position: absolute;
	top: -5em;
	display:inline-block;
	width:700px;
  }

  div.tabs /* See also the tabs.css file. */
  {
  }

  .admin-menu div.messages, .admin-menu div.status, .admin-menu div.warning, .admin-menu div.error {
  	pposition: relative;
	ttop:0;
  }

.section-admin #main #content-header,
.section-node-add #main #content-header {
	position:relative;
}


  .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 */
  {
  	margin-bottom:10px;
  }

  ul.links /* List of links */
  {
    margin: 1em 0;
    padding: 0;
  }

  ul.links.inline
  {
    margin: 0;
    display: inline-block;
	
  }

  ul.links li
  {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
  }
  
  ul.menu /* Secondary menu list of links */
  {
    margin: 1em 0;
    padding: 0;
  }

  ul.menu.inline
  {
    margin: 0;
    display: inline;
  }

  ul.menu li
  {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
  }
  
  /* sub navigation panel on top left of all pages*/
  
  #main #sidebar-left #block-block-23, /*latest */
  #main #sidebar-left #block-block-30, /*fellowships */
  #main #sidebar-left #block-block-28, /*resources */
   #main #sidebar-left #block-block-26, /*about oer */
   #main #sidebar-left #block-block-51, /*getting started */
   #main #sidebar-left #block-block-52, /*resources */
   #main #sidebar-left #block-block-27 { /*about us */
    background-color:#e5dddd;
	border:1px solid #9F8C88;
	mmmargin-bottom:300px;
	bbbbbbbackground-image:url(wordclouds/general3.png);
	bbbbbbackground-position:-65px 210px;
	bbbbbbackground-repeat:no-repeat;
  } */
  
  #main #sidebar-left #bbbbbbbbbblock-block-28 {/*resources */
	mmargin-bottom:350px;
	background-image:url(wordclouds/resources.png);
	background-position:-50px 150px
  }
  
   #main #sidebar-left #block-block-38,
   #main #content-bottom #block-block-45 {
	display:none; /*otherwise IE7 gets confused on bottom borders- 
	38: this is on every page as the last block on LHS
	45: this is just on case studies page at bottom of content-bottom */
  }

  
  /* word cloud sidebar images */
 
   #main #sidebar-left {/*all */
	width:240px;
	margin-right:0;
	hhhhhheight:700px;
	background-repeat:no-repeat;
  }
  
  /*.section-news #main #sidebar-left,
  .section-events #main #sidebar-left,
  .section-oer-live #main #sidebar-left,
  .page-blogs  #main #sidebar-left,
  .page-events-showcase #main #sidebar-left,
  .page-score-sites-watch #main #sidebar-left {
	background-image:url(wordclouds/latestW.png);
	background-position:-100px 170px;
  } */
   .section-news #page,
  .section-events #page,
  .section-oer-live #page,
  .page-blogs  #page,
  .page-events-showcase #page,
  .page-score-sites-watch #page {/*latest */
	background-image:url(wordclouds/latestW.png);
	background-position:-100px 320px;
	background-repeat:repeat-y;
  }
  
   .page-score-teaching-fellowships #page,
  .page-short-term-fellowships #page,
  .section-fellows #page,
  .page-outputs #page,
  .page-score-oer-residential-course #page {/*fellow */
	background-image:url(wordclouds/fellowshipsW.png);
	background-position:-100px 60px;
	background-repeat:repeat-y;
  }
  
  .section-case-studies #page,
  .page-storing #page,
  .page-finding #page,
  .page-creating #page,
  .section-publications #page,
  .section-publication-type #page,
  .page-latest-score-oer #page,
  .section-category #page {/*resources */
	background-image:url(wordclouds/resourcesW.png);
	background-position:-100px 120px;
	background-repeat:repeat-y;
  }
  
  .page-faq #page,
  .section-faq #page,
  .section-faq-categories #page,
  .page-what-oer #page,
  .page-why-oer #page,
  .page-how-create-oer #page,
  .page-where-find-oer #page,
  .pppage-aggregator-sources-37 #page,
  .pppage-production #page,
  .pppage-oer-projects #page {/*about OER */
	background-image:url(wordclouds/about-OERW.png);
	background-position:-135px 110px;
	background-repeat:repeat-y;
  }
  
  .page-about-score #page,
  .page-contact #page,
  .page-team #page {/*about us */
	background-image:url(wordclouds/about-usW.png);
	background-position:-70px 20px;
	background-repeat:repeat-y;
  }
  /* end wordclouds */
  
  #main #block-block-23 .block-inner h2.title,
  #main #block-block-30 .block-inner h2.title,
  #main #block-block-28 .block-inner h2.title,
  #main #block-block-26 .block-inner h2.title,
  #main #block-block-27 .block-inner h2.title {
  	bborder-bottom:none;
	font-size:1.3em;
  }
  
  
  #main .block ul.sideMenu li {
    list-style-image: none;
	margin-left:0;
	background-image:none;
	padding:0.3em 0 0.35em 0;
	border-top:1px dashed #977;
	font-family: 'UbuntuBold', 'Charcoal CY', 'Arial Black',  Verdana, Helvetica, sans-serif;
    font-size:1.15em;
  }
  #main .block ul.sideMenu li.first {
	border-top:none;
  }
  
  #main .block ul.sideMenu li a:link, 
  #main .block ul.sideMenu li a:visited {
  	color:#C23459;
  }
  #main .block ul.sideMenu li a:hover,
  #main .block ul.sideMenu li a:focus  {
  	color:#3788B2;
  	text-decoration:underline;
  }
  #main .block ul.sideMenu li a:active  {
  	color:#D87807;
  	text-decoration:underline;
  }
  #main .block ul.sideMenu li a.active {
	color: #D87807;
  }
  

  
  
  .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 li a, 
  .pager strong.pager-current
  {
    ppppadding-right: 0.5em;
    color:none;
  }

  .feed-icons /* The links to the RSS or Atom feeds for the current list of content */
  {
    margin: 1em 0;
  }
  #aggregator .feed-item {
  	border-top:1px dashed #977;
	padding-top:0;
  }
   #aggregator .feed-source {
	padding-bottom:1em;
  }

  #content-bottom /* Wrapper for any blocks placed in the "content bottom" region */
  {
  }

/** navbar **/
  #navbar
  {
    height: 100%;
    float: right;
    width: 710px;
  }

  #navbar-inner
  {
    width: 100%;
  }
  
  #navbar ul a {
	cccolor: #162522;
    text-decoration: none;
    font-family: 'UbuntuBold', 'Charcoal CY', 'Arial Black',  Verdana, Helvetica, sans-serif;
    font-size:16px;
    color:#776262;
  }
  
  /* main big title */
  #block-block-9 {
  	position:absolute;
  	top:6px;
	left:254px;
  	padding:0;
  	background-color:transparent;
	clip:rect(0 532px 72px 0);  
  }
  #block-block-9 h1 {
  	font-size:2.8em;
    font-family: 'UbuntuBold', 'Charcoal CY', 'Arial Black',  Verdana, Helvetica, sans-serif;
    color:#a39899;
    line-height:1.1em;
    height:1.1em;
    overflow:hidden;
  }
  #block-block-9 h3 {
    color:#a39899;
    margin-left:0.15em;
	font-weight:normal;
  }
  
  #general, #general1, #general2, #general3 {/* Secondary links */
    margin: 0 0 40px 0; 
    float: right;
    clear: both;
    height:40px;
	position:absolute;
	top:10px;
	right:0;  
}

#general {
  display:none; /* hidding log-in stuff */
}
  #general ul, #general1 ul, #general2 ul, #general3 ul{
    margin: 0;
  }
  
  #general ul li, #general1 ul li, #general2 ul li, #general3 ul li{
    background-image: url(divide.gif);
    background-position: 0px 4px;
    background-repeat: no-repeat;   
  }
  
  #general ul li:first-child, 
  #general1 ul li:first-child, 
  #general2 ul li:first-child, 
  #general3 ul li:first-child{
    background-image: none;
  }
  
  #search-box  {/* Wrapper for the search form */
	background: #e8d9dc;
	padding: 6px 6px;
    float: right;
    clear:both;
    margin: 0px 1px 14px 1px;
	min-width:160px;
  }
  #general3  {
    left:20px;
  }
  
  #search .form-submit {
    background: #f57887 none;
    padding: 3px 2px;
	color: #fff;
    border: 0;
	font-family: 'UbuntuRegular', 'Charcoal CY', Arial,  Verdana, Helvetica, sans-serif;
	font-size:1em;
	cursor:pointer;
	
  }
  
  #search .form-submit:hover,
 #search .form-submit:focus {
	text-decoration:underline;
}
  input #edit-search-theme-form-1 {
      height: 16px;
  }
  #block-admin-configure #edit-body-wrapper .resizable-textarea textarea {
  	font-size:0.75em; /* code text size */
  }
  
  #search-theme-form fieldset.collapsible {
  	display:none;
  }
  
  #edit_submit {
    padding: 0;
    margin: 0;
  }
  
  div#search {
    padding: 0px 2px;
    margin: 0;
    min-width:10px;
	margin-left: 5px;
  }
  
  #edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */
  {
    display: none;
  }
  
  #main-menu {
    ffffloat: right;
	ccccolor: #162522;
    cccclear:both;
    width: 960px;
    margin: 0;
    left:0;
    top:122px;
    position:absolute;
display:none;
  }

  #content-menu, #content-menu-extra /* content links */
  {
    background:#e6e6e6;
    padding: 7px 10px;
    float: right;
    margin-right: 14px;
	color: #162522;
    min-width: 150px;
  }
  
  
  #tools-menu /* tools links */
  {
    background:#CCCCCC;
    padding: 7px 10px;
    margin-right: 14px;
    float: right;
	color: #162522;
    min-width: 10px;
  }
  
  #social-menu /* social links */
  {
    background:#B3B3B3;
    padding: 7px 10px;
    float: right;
	color: #162522;
    clear:both;
  }
  
  #social-menu ul.links li,  #tools-menu ul.links li,  #content-menu ul.links li, #content-menu-extra ul.links li
  {
    padding: 0 0.3em;
	padding: 0 0.5em;
  }
  
  

/** sidebar-left **/
  #sidebar-left
  {
  }

  #sidebar-left-inner
  {
  }

/** sidebar-right **/
  #sidebar-right
  {
  }
  
  #sidebar-right a
  {
  }

  #sidebar-right-inner
  {
  }

/** footer **/
  #footer {
    position: relative;
	bbbackground: #EEEEEF; /*this was my nice steel blue */
	background: #Eee6e6;
    margin-top: 15px;
	padding-top:10px;
	height:110px;
	border-top:1px solid #BA8091;
  }
  

  #footer-inner
  {
    margin: 0px auto;
    width: 715px;
	padding-left:245px;
    padding-top: 14px;
  }
   .front #footer-inner {
    width: 960px;
	padding-left:0;
  }
  
  
  #footer-logos {
    padding: 0;
    width: 480px;
	float:left;
	display:inline-block;
	height:100%;
  }
  
  #footer-logos img {
    margin: 0 17px;
    
  }
  
  #footer-menu {
    display:inline-block;
    font-size: 0.75em;
  }
  
  #footer-menu ul {
	margin-top:5px;
	ddddisplay:inline-block;
  }
   #footer-menu li {
	display:block;
  }

  #footer-message /* Wrapper for the footer message from Drupal's "Site information"
                     and for any blocks placed in the footer region */
  {
  }

/** closure **/
  #closure-blocks /* Wrapper for any blocks placed in the closure region */
  {
  }

/** 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 */
  {
  }

  .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 */
  }

/** Drupal comments **/
  #comments /* Wrapper for the list of comments and its title */
  {
    margin: 1em 0;
  }
  #main div#comments.block {
  	border:3px solid #cbb;
  }
	
  #main div#comments.block .box {
  	border-top:3px solid #aa9990;
	padding-top:0.8em;
  }
  #mmmmain div#comments.block .box:first-child {
  	border-top:none;
	padding-top:0.4em;
  }
  
  #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: 12px;
  }

  .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 */
  {
  	padding: 1px 1px 10px 1px;  
  }



  .block .content /* Block's content wrapper */
  {
  	padding: 0 6px 0;
  }

  #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 */
  {
  }

/** 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: #eee; */ /* Drupal core uses a #eee background */
  }

  li a.active /* The active item in a Drupal menu */
  {
    cccolor: none;
	color: #534747 !important;
  }

 .front li a.active /* dont do above on home page cos loads are active for some reason */
  {
	color: #776262 !important;
  }

/** links **/
  /* The order of link states are based on Eric Meyer's article:
   * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
   */


  .pager li a.active:link ,
  .pager li a.active:visited  {
  	color:#8F1958 !important;
  	text-decoration:none;
  }

  .pager li a.active:hover,
  .pager li a.active:focus  {
  	color:#3788B2 !important;
  	text-decoration:underline;
  }

  .pager li a.active:active  {
  	color:#D87807 !important;
  	text-decoration:underline;
  }




/** 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: inline-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;
  }


.views-exposed-form label {
  font-family: 'UbuntuBold', 'Charcoal CY', 'Arial Black',  Verdana, Helvetica, sans-serif;
  font-weight:normal;
    font-size: 1.1em;
}

/** 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;
  }

/* apply curved adges where required. Achieved entirely through css. 
*/
  .curvededge , #content-menu, 
  #content-menu-extra, 
  #tools-menu, #social-menu, 
  .block, 
  #content-area, 
  #edit-submit-1, 
  #content-header H1.title, 
  #footer-logos, 
  .view-id-home_page, 
  .front #sidebar-left .block {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -o-border-radius: 4px;
    -icab-border-radius: 4px;
    -khtml-border-radius: 4px;
  }

  #sidebar-left .block {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -o-border-radius: 0;
    -icab-border-radius: 0;
    -khtml-border-radius: 0;
  }
  
  #navbar ul a.active, 
  #general3 #edit-submit,
  .more-link,
  #block-menu-primary-links,
  #search-box,
  #edit-submit-2 {
  	 -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -o-border-radius: 6px;
    -icab-border-radius: 6px;
    -khtml-border-radius: 6px;
  }
  
  
  #content-header H1.title {
    background-color: #E6E6E6;
    color: #1A1A1A;
    font-size: 1.5em;
    font-weight: normal;
    padding: 3px 15px;
    margin-top: 14px;
  }
  
  #content-header .breadcrumb {
    color: #000000;
    font-size: 0.8em;
    text-decoration: none;
  }
  
  #content-header .breadcrumb a {
    color: #000000;
    font-size: 0.8em;
    text-decoration: none;
  }
  
  .view-header 
  {
    ppppppadding: 2px 15px;
  }
  
  #block-views-oer_now-block_1 .view-header 
  {
	bbbackground: #162522;	
  }
  
  .block .view-header a, 
  .block .view-header a:hover, 
  .block .view-header a:visited 
  {
	ccccolor: #C61785;
  }
  
  
  .view-header p{
    margin: 0 0 0.5em 0;
  }
  
  .block  {
  	bbbbbackground: #162522;
  	background-color: #162522;
	bbbackground-color: #777272;
    cccolor: #a39899;
	color:#685D5C;
    ppppadding: 14px 18px;
    padding: 10px 11px;
  }
  
  .page-news #main .block_border  {
  }
  

  
#main div.block {
  -webkit-box-shadow:rgba(0,0,0,0.2) 1px 1px 1px;
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  background-color: white;
  border: 1px solid #AF9C98;
  padding: 0;
}
  
   #main #content-inner #content-area {
  	-webkit-box-shadow:rgba(0,0,0,0.2) 1px 1px 1px;
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  	background-color: white;
  	border: 1px solid #AF9C98;
  	padding: 1px;
  }

  
  #main #content-inner #content-area .view,
  #main #content-inner #content-area .content,
  #main #content-inner #content-area .faq-content,
  #main #content-inner #content-area .meta,
  #main #content-inner #content-area .feed-source,
  #main #content-inner #content-area form {
  	padding: 0 6px 4px;
  }
  
  /*not doing these inset shadows */
  #sidebar-left .block {
  	bbbackground-color: #fff;
  	-wwwwwwebkit-box-shadow:rgba(0,0,0,0.4) 4px 4px 5px inset;
  	-mmmmmmmmoz-box-shadow: 4px 4px 5px rgba(0,0,0,0.4) inset;
  	bbbbbbox-shadow: 4px 4px 5px rgba(0,0,0,0.4) inset;
  }
  
  .block .view-content {
    padding: 0;
  }
  
  .block a, 
  .block a:hover, 
  .block a:visited {
	cccccccolor:#C61785; /*not distinguishing these links */
  }
  
  .block a {
	ccccccccolor:#C61785;
    text-decoration: none;
  }
    
  .block div.block-inner h2.title,
    #content #content-inner h1.title { /*block / content titles */
   	color:#685D5C;
   	border-radius: 3px 3px 0 0;
  }
  
  
  /*   ------  gradient   -----  */
  .block-inner .title,
  #content-inner .title {
  	border-bottom: 1px solid #D0BDAA;
  	font-weight: normal;
  	padding: 6px 3px 2px 6px;

  

  /* fallback */
  background-color:#EFDEE0;
  
  /* chrome 2+, safari 4+; multiple color stops */
  background-image:webkit-gradient(linear, left top, right top, from(#EFDEE0), to(#FFFFFF));
  /* chrome 10+, safari 5.1+ */
  background-image:-webkit-linear-gradient(0deg, #EFDEE0,#ffffff);
 
 /* firefox; */
  background-image:-moz-linear-gradient(left,#EFDEE0,#FFFFFF);

 /* ie 6+ */
  
  height:100%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffefdee0', endColorstr='#ffffffff', gradientType='1');
  /* ie8 + */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffefdee0', endColorstr='#ffffffff',gradientType='1')";
  /* ie10 */
  background-image: -ms-linear-gradient(0deg, #EFDEE0,#FFFFFF);
  /* opera 11.1 */
  background-image: -o-linear-gradient(0deg, #EFDEE0,#FFFFFF);
 /* The "standard" */
  background-image: linear-gradient(0deg, #EFDEE0,#FFFFFF);

  }
  
    
  .not-front.sidebar-left #sidebar-left .block .block-inner .title {
  		  /* dont want it in side nav panel titles */
  		background-image:none;
  		background-color:transparent;
  		filter:none;
  }
    
  /*   ------ end gradient   -----  */
  
  
  /** links **/
  /* The order of link states are based on Eric Meyer's article:
   * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
   */
  h3 a, h3 a:link,
  h3 a:visited {
  	color:#c23459;
  }

  h3 a:hover,
  h3 a:focus {
  	color:#3788B2 !important;
  }

  h3 a:active {
  	color:#D87807 !important;
  }
  
  
  /* some page specific over-rides */
  
  /* home */
	.front #content-area {
		display:none;
	}
	 #frontIE6warning {
		position:relative;
		left:0;
		top:0;
		width:600px;
		border:1px solid gray;
		background-color:#EADDDD;
		color:#AA9A9A;
		font-weight:normal;
		z-index:6;
		text-align:center;
		height:30px;
		padding-top:8px;
		display:none !important;
		display:inline-block; /*only ie6 (and <6) will override the above, see webdevout.net/css-hacks#in_css-important*/
		
	}
	.front #block-block-46 {
		display:none; /* code block to use block titles as block class names, may not be worth bothering with */
	}
	
	.front #content-top {
		padding-top:262px;
	}
	
  	.front .block p {
		margin:0 0 1em;
  	}
  
	.front .block .view-news-item .views-row,
	.front .block #publicationsHomepageListing .views-row,
	.front .block.Events-and-Features-block .views-row {
		border-bottom: none;
		padding:0 0 0 1em;
	}


	.front .block .view-news-item .item-list ul {
		overflow:hidden;  
		max-height:8em;
	/*line-height is 1.286em (x6 = 7.716, rounded > 8, not sure where the little bit of extra padding came from, this means 6 lines max displayed) */
  	}
  	
  	.front #main .block#block-block-48 {

		width:708px;
		height:248px;
	}
	
	.front #main .block#block-block-48 .block-inner {
  		padding: 0;
	}
	
	
	
	.front #main #sidebar-left-inner {
  margin: 0 10px -2px -2px; /*adjustment totry to  sort chrome alignment */
}


	.front #main .block#block-block-48 .content {
		padding:0;
		bbbackground-color:#4f4a47 !important;
		/*   #675F5D  lightest  #252821  middle   */
		
	  /* fallback */
	  background-color:#675F5D;
	  /* chrome 2+, safari 4+;  */
	  background-image:webkit-gradient(linear, left top, right top, from(#050801), to(#877F7D));
	  /* chrome 10+, safari 5.1+ */
	  background-image:-webkit-linear-gradient(0deg, #050801,#877F7D);
	 /* firefox; */
	  background-image:-moz-linear-gradient(left,#050801,#877F7D);
	 /* ie 6+ (and it needs a dimension) */
	  height:100%;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff050801', endColorstr='#ff877F7D', gradientType='1');
	  /* ie8 + */
	  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff050801', endColorstr='#ff877F7D', gradientType='1')";
	  /* ie10 */
	  background-image: -ms-linear-gradient(0deg, #050801,#877F7D);
	  /* opera 11.1 */
	  background-image: -o-linear-gradient(0deg, #050801,#877F7D);
	 /* The "standard" */
	  background-image: linear-gradient(0deg, #050801,#877F7D);
	  
	  
		border-radius: 3px 3px 3px 3px;
		
	}
	
	
	.front #main .unformatted-carousel-data-block {
		display:none;
	}
	
	.front #carousel_content #the_image {
		padding:0;
		height:248px;
	}
	.front #carousel_content #the_image img {
		padding:0;
		border-radius: 3px 0 0 3px;
	}
	
	.front #carousel_content .textOverlayPanel {
		position:absolute;
		left:468px;
		top:14px;
		width:220px;
		height:193px;
		overflow:hidden;
	
	}
	
	.front #carousel_content #the_title {
		font-family: UbuntuBold, 'Charcoal CY', Arial,  Verdana, Helvetica, sans-serif;
		font-size:1.25em;
		color:#f2f2f4 !important;
		line-height:22px;
	}
	
	.front #carousel_content #the_blurb p {
		font-family: UbuntuRegular, 'Charcoal CY', Arial,  Verdana, Helvetica, sans-serif;
		font-size:1.00em;
		color:#f2f2f4 !important;
		line-height:21px;
	}
	.front #carousel_content #the_blurb a {
		color:#FAA9BB;
		font-size:100%;
	}
	.front #carousel_content #the_blurb a:hover {
		color:#43D4FF;
	}
	
	
	.front #carousel_buttons {

	
	}
	
	.front #carousel_buttons a.button {
		position:absolute;
		top:214px;
		width:28px;
		height:31px;
		overflow:hidden;
		display:block;
		z-index:3;
	
	}
	.front #carousel_buttons a.bwdButton {
		left:4px;
		background-image:url(graphicElements/bwd.png);
		text-indent:-100px;
	}
	.front #carousel_buttons a.fwdButton {
		left:674px;
		background-image:url(graphicElements/fwd.png);
		text-indent:-100px;
	}
	
	.front #carousel_buttons a.bwdButton:hover {
		background-image:url(graphicElements/bwdHi.png);
		
	}
	.front #carousel_buttons a.fwdButton:hover {
		background-image:url(graphicElements/fwdHi.png);
	}
	
	.front a span#playPause_button {
		display:inline-block;
		width:16px;
		height:16px;
		text-indent:-100px;
		margin:0 2px 0 10px;
		background-repeat:none;
	}
	
	.front a span#playPause_button.pauseLo {
		background-image:url(graphicElements/pauseLo.png);
		
	}
	.front a:hover span#playPause_button.pauseLo {
		background-image:url(graphicElements/pauseHi.png);
	}
	.front a span#playPause_button.playLo {
		background-image:url(graphicElements/playLo.png);
	}
	.front a:hover span#playPause_button.playLo {
		background-image:url(graphicElements/playHi.png);
	}
	.front #carousel_overlay #the_counter_text a:hover {
		text-decoration:none;
	}
	
	
	.front #carousel_overlay {
		position:absolute;
		top:209px;
		left:0;
		width:708px;
		height:39px;
		overflow:hidden;
		z-index:2;
		display:none; /* dont show to start */	
	
	}
	.front.not-logged-in #carousel_overlay {	
		top:210px;	/* dunno why these are different but they are */
		margin-left:-1px;
	}
	
	.front #carousel_overlay #carousel_background {
		width:100%;
		height:100%;
		
		background-color:#080606;
		
		zoom:1;

        /* Theoretically for IE 8 & 9 (more valid) */
        /* ...but not required as filter works too */
        /* should come BEFORE filter */
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";

        /* This works in IE 8 & 9 too */
        /* ... but also 5, 6, 7 */
        filter: alpha(opacity=60);

        /* Older than Firefox 0.9 */
        -moz-opacity:0.6;

        /* Safari 1.x (pre WebKit!) */
        -khtml-opacity: 0.6;

        /* Modern!
        /* Firefox 0.9+, Safari 2?, Chrome any?
        /* Opera 9+, IE 9+ */
        opacity: 0.6;		
	}
	
	
	.front #carousel_overlay #the_counter_text {
		position:absolute;
		top:10px;
		left:44px;
		width:190px;
		height:20px;
		z-index:4;
		color:#DEDFDA;
		font-size:0.8em;
	}
	.front #carousel_content #the_attribute {
		position:absolute;
		top:210px;
		left:253px;
		width:160px;
		height:30px;
		z-index:4;
		text-align:right;
		color:#DEDFDA;
		font-size:0.8em;
		padding-right:28px;
		padding-top:10px;
		background-image:url(logos/CC-by-med.png);
		background-repeat:no-repeat;
		background-position: 164px, 0;
	}
	.front #carousel_content #the_attribute a {
		color:#FAA9BB;
	}
	.front #carousel_content #the_attribute a:hover {
		color:#43D4FF;
	}
	
	
	.front #scoopIt_logo {
		position:absolute;
		top:219px;
		left:469px;
		width:73px;
		height:20px;
		z-index:4;
		background-image:url(logos/scoopIt-homeMain.png);
	}
	.front #twitter_logo {
		position:absolute;
		top:219px;
		left:562px;
		width:94px;
		height:20px;
		z-index:4;
		background-image:url(logos/twitter-homeMain.png);
	}
	.front #scoopIt_logo a {
		display:inline-block;
		width:100%;
		height:100%;
		overflow:hidden;
		text-indent:-100px;
	}
		.front #twitter_logo a {
		display:inline-block;
		width:94px;
		height:100%;
		overflow:hidden;
		text-indent:-100px;
	}
	
	
	
  	
	.front #block-block-4 { /*hom page image intro block NOW REMOVED*/
		padding: 0;
		background-repeat:no-repeat;
		background-image:url(images/home-image.png);
		bbbackground-position:5px 5px;
	}

	.front #main #block-block-4 p:first-child { 
		display:inline-block;
		padding-top:254px;
		margin-top:0;
	}
	.front #main #block-block-4 {
		ppppadding:0 0 0 10px;
		background-color:#1A1A1A !important;
		width:680px;
	}
	.front #main #block-block-4 .block-inner {
		bbackground-color:#1A1A1A !important;
	}
	
	.front #main #block-block-4 p {
	    font-family: 'UbuntuRegular', 'Charcoal CY', Arial,  Verdana, Helvetica, sans-serif;
		font-size:1em;
		margin:1em 2px 0 0;
		width:420px;
		color:#e8e8e8 !important;
		wword-break:break-all;
		word-wrap:break-word;
		whwite-space:nowrap;
	} /*end hom page image intro block */
	
	
	.front #block-views-news_item-block_2,
	.front #block-views-Fellows-block_2,
	.front #block-block-4 {
		min-height:418px;
		padding-bottom:2px;
	}
	
	.front .block .view-news-item .views-field-title {
		font-weight:normal;
  	}

  .front #block-block-15,
  .front #block-views-Events-block_5,
  .front #block-views-publications-block_1 {
  	display:none; /*home page blocks that are needed but shouldnt display */
  }
  
  /*home page fellows thumbs */
  .front #block-views-Fellows-block_2 .views-field-nothing-1 {
  	padding-right:2px;
	padding-bottom:6px;
  	wwwwidth:84px;
  }
   .front #block-views-Fellows-block_2 .row-2 .views-field-nothing-1 {
	padding-bottom:0;
  }
  .front #block-views-Fellows-block_2 .views-field-nothing-1 a {
  	line-height:0.9em;
  	font-family: 'UbuntuBold', 'Charcoal CY', 'Arial Black',  Verdana, Helvetica, sans-serif;
  }
  
  .front #block-views-Fellows-block_2 table.views-table tr {
      border:0 solid white;
   }
  
  .front #block-views-Fellows-block_2 table.views-table td.views-field-nothing,  
  .front #block-views-Fellows-block_2 table.views-table td.views-field-nothing-1 {
    border:0 solid white;
    margin:0;
    padding:0;
    height:92px;
    background-color:white;
  }
  
    .front #block-views-Fellows-block_2 table.views-table td.views-field-nothing .fellowBlurb {
    font-size: 13px;
    line-height:15px;
    margin:0;
    padding:2px 0 0 0;
    height:77px;
    overflow:hidden;
  }
  
  
  
  .front #block-views-Fellows-block_2 table.views-table td a {
  font-family: 'UbuntuBold','Charcoal CY','Arial Black',Verdana,Helvetica,sans-serif;
  font-size: 1.1em;
  font-weight: normal;

  margin-bottom: 0;
  margin-top: 12px;
  color: #C23459;
}

  .front #block-views-Fellows-block_2 table.views-table td a:hover,
  .front #block-views-Fellows-block_2 table.views-table td a:focus {
  color: #3788B2;
}


  .front #block-views-Fellows-block_2 img.imagefield-field_photo {
  	width:80px;
  	height:80px;
  	margin-right:0;
  	border:1px solid #988;
  	-wwwwwwebkit-box-shadow:rgba(0,0,0,0.3) 3px 3px 4px;
  	-mmmmmmmoz-box-shadow: 3px 3px 4px rgba(0,0,0,0.3);
  	bbbbbox-shadow: 3px 3px 4px rgba(0,0,0,0.3);
  	margin-right:5px;
  	margin-top:2px;
  }
  
   .front #block-views-Fellows-block_2 table.views-table {
  	margin:4px 0;
  }
  .front #block-views-Fellows-block_2 table.views-view-grid {
  	margin:0.4em 0 0 0;
  }
  
  .front #block-views-Fellows-block_2 table.views-table td,
  .front #block-views-Fellows-block_2 table.views-view-grid td {
  	vertical-align:top;
  }
  
  .front #block-views-Fellows-block_2 table thead {
  	display:none;
  }
  
  
  
    /*home page tools images */
  .front #block-block-6 img.homeToolsImage {
  	margin:4px 0 15px 0;
    border:1px solid #988;
  }
    .front #block-block-6 div#toolsImagesDiv {
  	height:57px;
	width:440px;
  }
  .front #block-block-6 div#toolsImagesDiv a {
  	ddisplay:inline-block;
	pposition:absolute;
  }
   .front #block-block-6 div#toolsImagesDiv a#toolKitLink {
  	lleft:206px;
  }
   .front #block-block-6 img#labSpaceHomeImage {
  	margin-right:5px;
  }
     .front #block-block-6 img#OERinfoToolkitHomeImage {
  	margin-right:0;
	pposition:relative;
  }
  /* home page OER live  */   
  
  .front .OER-Live-block div.views-row {
 	clear:both;
 }
 .front .view-oer-now h4 {
 	margin-top:0.7em;
 	margin-bottom:0.4em;
 }
  
   .front .OER-Live-block div.thumb {
 	clear:both;
 	display:inline-block;
 	float:left;
 	width:60px;
 }
 
   .front .OER-Live-block div.thumb img {
  	width:53px;
  	height:53px;
  	border:1px solid #a99;
  }
  
   .front .OER-Live-block span.field-content {
 	tttext-indent:88px;
 }
  
  .front .OER-Live-block div.views-field-title {
 	font-size:13px;
 	line-height:15px;	
 	float: right;
	font-size: 13px;
	line-height: 15px;
	margin-top: -86px;
	padding-bottom: 15px;
	top: 0;
	width: 161px;
 }
 
   .front .OER-Live-block div.views-field-timestamp {
	clear: both;
	line-height: 13px;
	width: 58px;
	font-size:10px;
	padding-top:3px;
 }
 
  .front .OER-Live-block div.views-field-title .authorSpan {
  	font-family: 'UbuntuBold','Charcoal CY','Arial Black',Verdana,Helvetica,sans-serif;
  	font-size: 1.05em;
  	font-weight: normal;
 }
 
  
  
    /*news page OER live (as above & see also oer live page) */		
  .page-news #block-views-oer_now-block_2 .view-footer h4 {
 	margin-top:1.2em;
 	margin-bottom:0.1em;
 }
 
  /*news individual news pages */		
	.node-type-news #main #content-area .node-inner .meta ul li {
		display:inline-block;
		background-image:none;
		padding:0.5em 0 1em 0;
		font-size:16px;
    	font-family: 'UbuntuBold', 'Charcoal CY', 'Arial Black',  Verdana, Helvetica, sans-serif;
	}
	
  /*events */
  .onlyShowInEvents {
  	display:none;
  }
  .page-events p.onlyShowInEvents {
  	display:inline; 
  }
  
  .page-events h3.dontShowInEvents {
  	display:none; /*link to a page we're already in */
  }
  
  /* hide the events month blocks */
 	.page-events #main #content-area,
 	.page-events #block-views-score_events-block_11111,
 	.page-events #block-views-score_events-block_2,
	.page-events #block-views-score_events-block_3,
	.page-events #block-views-score_events-block_4 {
 		display:none;
 	}
  
  
  #main #sidebar-left #block-block-32, /*events showcase */
  #main #sidebar-left #block-block-20 { /*upcoming months */
  	background-color:#f5eeee;
	border:1px solid #9F8C88;
  }
  #main #block-block-32 .block-inner h2.title,
  #main #block-block-20 .block-inner h2.title {
	font-size:1.3em;
  }
  
  #main #sidebar-left .block ul#listOfMonthFilters li,
  #main #sidebar-left .block ul#listOfShowcaseMonthFilters li {
  	background-image:none;
	margin-left:0;
	padding:0;
	border-top:1px dashed #977;
	font-family: 'UbuntuBold', 'Charcoal CY', 'Arial Black',  Verdana, Helvetica, sans-serif;
    font-size:1.15em;
	bbbackground-color:#cfbfbf;
  }
  #main #sidebar-left .block ul#listOfMonthFilters li a,
  #main #sidebar-left .block ul#listOfShowcaseMonthFilters li a {
	display:inline-block;
	width:100%;
	padding:0.3em 0 0.35em 0;
	font-size:1em;
  }
   #main #sidebar-left .block ul#listOfMonthFilters li span.activeMonth,
  #main #sidebar-left .block ul#listOfShowcaseMonthFilters li span.activeMonth {
	background-color:#ead8d8;
	display:inline-block;
	width:100%;
	padding:0.3em 0 0.35em 0;
  }
  
  
  #main #sidebar-left .block ul#listOfMonthFilters li.first,
  #main #sidebar-left .block ul#listOfShowcaseMonthFilters li.first {
	border-top:none;
  }
  
  /*events pages */
  /*hiding both events listing side panels, code is in block 18 which will re-display relevant one*/
  .node-type-event #block-views-Events-block_2,
  .node-type-event #block-views-Events-block_4,
  .page-events #block-block-1888888888,
  .node-type-event #block-block-188888888888888  {
  	display:none;
  }
  
  .page-events .block .content h2,
  .page-events-showcase .block .content h2 {
  	margin-bottom:0;
  }
   .page-events .block .view-content table,
   .page-events-showcase .block .view-content table {
  	margin-top:0.4em;
  }
  
    /*events showcase */
	/*hiding eventshow listing panels, code is in block xxx which will re-display relevant one*/
	.page-events-showcase #block-views-score_old_events-block_2,
	.page-events-showcase #block-views-score_old_events-block_3,
	.page-events-showcase #block-views-score_old_events-block_4 {
		display:none;
	}
	
	
  .page-events-showcase h3.dontShowInShowcase {
  	display:none; /*link to a page we're already in */
  }
    
  .page-events-showcase #content-area .view-content,
  .page-events-showcase #content-area .item-list {
  	display:none; 
  }
  
  /*oer now */
 .page-oer-live .views-row {
 	padding:6px 0 4px;	
 }
 
     /*see also news/home pages */		
 .page-oer-live .view-oer-now .view-footer h4 {
 	margin-top:0em;
 	margin-bottom:0.1em;
 }
 
 .page-oer-live .view-oer-now .item-list {
 	clear:both;
	display:block;
 }
 .page-oer-live .view-oer-now .view-footer {
 	clear:both;
	display:block;
 }
 
/*  fellows grid and pop up panel*/

.page-fellows #content-area,
.page-fellows #main .tabs,
.page-fellows #block-views-Fellows-block_4 {
		display:none;
	}
	 /*NB tabs  visible so admins can edit a fellow  */
.section-fellows #content-area,
.section-fellows #block-views-Fellows-block_4 {
		display:none;
	}	
	
  .section-fellows div.views-field-field-photo-fid,
.page-fellows div.views-field-field-photo-fid {
	width:110px;
	display:inline-block;
	float:left;
  }
  .page-fellows div.views-field-title {

  }
  .section-fellows div.views-field-title a span ,
.page-fellows div.views-field-title a span {
  	display:inline-block;
  }
  .section-fellows div.views-field-field-project-value ,
.page-fellows div.views-field-field-project-value {
	width:200px;
	display:inline-block;
	float:left;
	font-size:0.9em;
	padding:0.1em 0 1em 3px;
  }
  .page-fellows div.view-display-id-block_3 table td,
.section-fellows div.view-display-id-block_3 table td  {
	width:230px;
	vertical-align:top;
  }

  .page-fellows #block-views-Fellows-block_3 .views-field-title,
.section-fellows #block-views-Fellows-block_3 .views-field-title  {
  	width:100px; 
	display:inline-block;
	padding:6px 0 0 6px;
	line-height:1.1em;
  	font-family: 'UbuntuBold', 'Charcoal CY', 'Arial Black',  Verdana, Helvetica, sans-serif;
	font-size:1.1em;
  }

  .page-fellows #block-views-Fellows-block_3 .views-field-field-photo-fid img,
.section-fellows #block-views-Fellows-block_3 .views-field-field-photo-fid img  {
  	width:100px;
  	height:105px;
  	margin-right:12px;
  	border:3px solid #988;
  	-webkit-box-shadow:rgba(0,0,0,0.3) 3px 3px 4px;
  	-moz-box-shadow: 3px 3px 4px rgba(0,0,0,0.3);
  	box-shadow: 3px 3px 4px rgba(0,0,0,0.3);

  }
  .section-fellows div.view-display-id-block_3 table,
.page-fellows div.view-display-id-block_3 table  {
  	margin:0.4em 0 0 0;
  }
  .section-fellows div.view-display-id-block_3 table td 
.page-fellows div.view-display-id-block_3 table td {
  	vertical-align:top;
  }
  
  /*lightbox style panel with indvdl fellows info */
  .section-fellows div#fellowPopUpPanel,
.page-fellows div#fellowPopUpPanel { 
  	width:760px;
	height:512px;
	margin-left:100px;
	margin-top:100px;
	position:fixed;
	background:#988;
	mmborder:2px solid #655;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -o-border-radius: 8px;
    -icab-border-radius: 8px;
    -khtml-border-radius: 8px;
  	-webkit-box-shadow:rgba(0,0,0,0.3) 3px 3px 4px;
  	-moz-box-shadow: 3px 3px 4px rgba(0,0,0,0.3);
  	box-shadow: 3px 3px 4px rgba(0,0,0,0.3);
	z-index:203; /*admin links are at z=201 */
	display:none;
  }
  #fellowPopUpPanel a:link,
  #fellowPopUpPanel a:visited {
  	color:#ffb0b0;
  }
    #fellowPopUpPanel a:hover,
  #fellowPopUpPanel a:focus {
  	color:#a7ddf2;
	text-decoration:underline;
  }
  #fellowPopUpPanel a:active {
  	color:#ffc867;
	text-decoration:underline;
  }
  
  .section-fellows div#fellowPanelBackground {
  	width:100%;
	height:100%;
	background-color:white;
	z-index:202; /*admin links are at z=201 */
	display:none;
	filter:alpha(opacity=90);
	opacity:0.9;
	left:0;
	top:0;
	position:fixed;
	}
  
  .page-fellows div#fellowPopUpPanel #infoSidePanel,
.section-fellows div#fellowPopUpPanel #infoSidePanel  {
  	left:12px;
	top:50px;
	position:absolute;
	width:155px;
  }
   .section-fellows div#fellowPopUpPanel #infoSidePanel #fellowImage img,
.page-fellows div#fellowPopUpPanel #infoSidePanel #fellowImage img {
  	width:150px;
	height:150px;
	border:1px solid #cbb;
  	-webkit-box-shadow:rgba(0,0,0,0.3) 3px 3px 4px;
  	-moz-box-shadow: 3px 3px 4px rgba(0,0,0,0.3);
  	box-shadow: 3px 3px 4px rgba(0,0,0,0.3);
  }
  .section-fellows div#fellowPopUpPanel #infoSidePanel #fellowBlurb .fellowLabel,
.page-fellows div#fellowPopUpPanel #infoSidePanel #fellowBlurb .fellowLabel  {
  	color:#edd;
	font-size:11px;
	line-height:1em;
    font-family: 'UbuntuRegular', 'Charcoal CY', Arial,  Verdana, Helvetica, sans-serif;
  }
  .section-fellows div#fellowPopUpPanel #infoSidePanel #fellowBlurb .fellowInfo,
.page-fellows div#fellowPopUpPanel #infoSidePanel #fellowBlurb .fellowInfo  {
  	color:white;
	font-size:14px;
	margin-bottom:0.6em;
	font-weight:bold;
    font-family: 'UbuntuRegular', 'Charcoal CY', Arial,  Verdana, Helvetica, sans-serif;
	display:inline-block;
  }
  
  
  .section-fellows div#fellowPopUpPanel #mainTextPanel {
  	overflow-y:auto;
	width:553px;
	max-height:432px;
	left:176px;
	top:50px;
	position:absolute;
	border:1px solid #cbb;
	background-color:#988;
	padding:4px 6px 2px 9px;
	color:#edd;
	font-family: Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-size:12px;
  }
  .section-fellows div#fellowPopUpPanel #mainTextPanel p,
.page-fellows div#fellowPopUpPanel #mainTextPanel p  {
  	margin:0 0 1em 0;
  }
  
  #fellowPopUpPanel h2.title {
	margin:12px;
    color:
   #faf5f5;
  }

    
	
    #fellowPopUpPanel #closeFellowPopUp {
	    
    position: absolute;
	    
    right: 5px;
	    
    top: -28px;

    width:56px;
    height:56px;
    background-repeat:no-repeat;

	background-image:url(images/closeButton.png);
	cursor:pointer;
    }
    
	
	/* case studies */
	.page-case-studies .tabs, .page-case-studies #content-area {
	    
	dddisplay: none; /* main content split into 2 blocks instead , now 3 blocks */
	}
	
	.page-case-studies .block ul p, .page-case-studies .block ul h4 {
	    margin: 0.1em 0 0 0;
	}
	/* tools */	
	.page-tools #content-area .content h3,
	.page-creating #content-area .content h3,
	.page-finding #content-area .content h3,
	.page-storing #content-area .content h3 {
	    mmmargin-left: 150px;
		text-indent:12px;
		ppppadding-top:10px;
		line-height:37px;
		height:27px;
	}
	.page-tools #content-area .content h5,
	.page-creating #content-area .content h5,
	.page-finding #content-area .content h5,
	.page-storing #content-area .content h5 {
	    margin: 0;
		font-size:1em;
		text-indent:12px;
		llllline-height:30px;
		display:inline-block;
		height:43px;
	}
	.page-tools #content-area .content img,
	.page-creating #content-area .content img,
	.page-finding #content-area .content img,
	.page-storing #content-area .content img {
	    margin-bottom:10px;
		border:1px solid #baa;
  	-webkit-box-shadow:rgba(0,0,0,0.3) 3px 3px 4px;
  	-moz-box-shadow: 3px 3px 4px rgba(0,0,0,0.3);
  	box-shadow: 3px 3px 4px rgba(0,0,0,0.3);
	}
		/*tools page */	
	.page-tools #content-area .content p {
		margin:0.1em 0 1em 0;
	}
	.page-tools h3, .page-tools h4 {
		margin-bottom:0;
	}
	
	
	
	/* presentations */
	.page-presentations .tabs, 
	.page-presentations #content-area {
	    display: none; /* main content not needed - using feed and side panel */
	}
	
	
	/*publications table page */
	.page-publications h3.dontShowInPublicationsTable {
	    display: none; /*link to a page we're already in */
	}
	.page-publications #views-exposed-form-publications-page-1 fieldset {
	    display: none; /*CAPTCHA stuff */
	}
	.page-publications #content-area .views-field-nothing a {
	    padding-left:46px;
		padding-top:4px;
		background-repeat:no-repeat;
		height:44px;
		display:inline-block;
	}
	.page-publications #content-area .views-field-nothing a.purchase {
	    background-image:url(icons/publications/purchase.png);
	}
	.page-publications #content-area .views-field-nothing a.free {
	    background-image:url(icons/publications/free.png);
	}
	.page-publications #content-area .views-field-nothing a.direct {
	    background-image:url(icons/publications/direct.png);
	}
	.page-publications #content-area .views-field-nothing a.reference {
	    background-image:url(icons/publications/reference.png);
	}
	.page-publications #content-area .views-field-nothing a.online {
	    background-image:url(icons/publications/online.png);
	}
	
	/*publications categories pages */	
	.section-category .node-teaser .meta {
		display:none; /* dont show as were in a page specific for this categoruisation */
	}
	.section-category #content-inner .node-inner h2.title {
		border-bottom:0px solid white; 
	}
	.section-category .node-teaser {
		border-bottom:1px dashed #977; 
		padding:1em 0 !important;
	}

	/*publications individual publication pages */		
	.node-type-publication .node-inner .meta .terms-inline {
		dddisplay:none;
	}
	.node-type-publication #main #content-area .node-inner .meta ul li {
		display:inline-block;
		background-image:none;
		padding:0.5em 0 1em 0;
		font-size:16px;
    	font-family: 'UbuntuBold', 'Charcoal CY', 'Arial Black',  Verdana, Helvetica, sans-serif;
	}
	.node-type-publication .node-inner ul.links.inline li.comment_add,
	.node-type-publication .node-inner ul.links.inline li.comment_forbidden {
		display:none; /*hide comments / log in to comment cos couldnt do it in drupal interface */
	}
	

	/*faq page(s) */	
	.page-faq h5.faq-header {
		border-top:1px dashed #977; 
		padding-top:0.8em;
	}
	
	.faq-qa .faq-answer ul.links,
	.faq-qa ul.links li.comment_add,
	.faq-qa ul.links li.faq_edit_link,
	.faq-qa ul.links li.comment_forbidden, 
	.node-type-faq ul.links li.comment_add,
	.node-type-faq ul.links li.faq_edit_link,
	.node-type-faq ul.links li.comment_forbidden {
		display:none; /*hide comments / log in to comment cos couldnt do it in drupal interface */
	}
	
	.faq-qa .faq-answer {
		border-bottom:0 solid white;
	}
		/*team page */	
	.page-team #content-area img {
		float:left;
		margin-bottom:0;
		border:1px solid #baa;
  		-webkit-box-shadow:rgba(0,0,0,0.3) 3px 3px 4px;
  		-moz-box-shadow: 3px 3px 4px rgba(0,0,0,0.3);
  		box-shadow: 3px 3px 4px rgba(0,0,0,0.3);
	}
	.page-team #content-area h3 {
		pppadding-left:80px;
		dddisplay:inline-block;
		clear:right;
		text-indent:12px;
		height:27px;
		line-height:37px;
	}	

	.page-team #content-area h4 {
		text-indent:12px;
		margin-top:0;
		margin-bottom:30px;
		font-size:0.9em;
	}	

	
	
	/* latest - rule colour */
	.page-news .block-inner .title, 
	.page-news #content-area .title, 
	.page-events #content-area .title, 
	.page-events-showcase #content-area .title, 
	.section-events #content-area .title {
	    bbborder-bottom: 1px solid #ef9c59;
		border-bottom: 1px solid #D09DBA;
	}
	/* fellowships - rule colour */
	.page-score-teaching-fellowships #content-area .title, 
	.page-short-term-fellowship-april-2011 #content-area .title, 
	.page-fellows #content-area .title, 
	.page-past-fellows #content-area .title, 
	.page-outputs #content-area .title, 
	#fellowPopUpPanel .title {
	    bbborder-bottom: 1px solid salmon;
		border-bottom: 1px solid #D09DBA;	
	}
	/* resources - rule colour */
	.page-case-studies #content-area .title, 
	.page-tools #content-area .title, 
	.page-publications #content-area .title, 
	.page-tools #content-area .title {
	    bbborder-bottom: 1px solid purple;
		border-bottom: 1px solid #D09DBA;
	}
	
	#header-blocks .block {
    background-color: white;
    color: #685D5C !important;
    padding: 4px 4px 10px 300px;    
  }
   #content-area {
   	color:#685D5C;
   }
   
   .block p {
	color:#685D5C !important;
	margin:0.5em 0 1em 0;
	font-size:0.95em;
  }
  .block a {
	font-size:0.95em;
  }
  
  #block-block-5, /*drop down jquery stuff */
  #block-block-37,
  #block-block-21, /*fellows pop up code */
  #block-block-31, /*fellows mark menus / links with taget=blnak */ 
  #block-block-24, /*news pages */
  #block-block-18, /*events pages */
  #block-block-25,
  #block-block-33, /*case studies */
  #block-block-40,  /*FAQ page and sub pages , force exteral links*/
  #block-block-34,  /*FAQ sub pages only - mark menu*/
  #block-block-35, /* fellows automagiclly pop up */
  #block-block-39, /* outputs page -external links */
   #block-block-41, /* presentations -external links */
   #block-block-42, /* production -external links */
   #block-block-43, /* OER projects -external links */
     #block-block-44, /* about SCORE -external links */
  #block-block-29 { /*publications */
    /* we only like you for your code */
    display:none;
  }
  
  
  /*
  home page image block
  */
  #block-block-3 
  {
    pppadding: 0;
    bbbbbackground: #FFFFFF;
  }
  
  .views-row 
  {
    padding: 16px 0 8px;
  }
  
  #content-area .view-News .views-row, 
  #content-area .view-news-item .views-row
  {
    bbborder-bottom: 1px solid #1A1A1A;
   padding: 12px 0;
    border-bottom:1px dashed #977;
	font-size:1.1em;
	font-family: 'UbuntuBold', 'Charcoal CY', 'Arial Black',  Verdana, Helvetica, sans-serif;
	font-weight:normal !important;
  } 
  
  .block .view-news-item .views-row
  {
    border-bottom: 1px solid #E6E6E6;
  }
  
  .view-News .views-row a
  {
    color: #1A1A1A;
  } 
  
  .view-News .views-row a:hover
  {
    color: #1A1A1A;
  } 
  
  .view-News .views-row a:visited
  {
    color: #1A1A1A;
  } 
  
  #block-views-welcome-block_1
  {
    min-height: 314px; /*includes padding of .block*/
  }
  
  /* table used in events and elsewhere*/
  .views-table   
  {
    border-collapse:collapse;
    background: #8f8fb1;
  }
  
  .views-table .odd, .views-table .even  
  {
    bbbborder-bottom-color: #1A1A1A;
    background: #FFFFFF;
  }
   .view-content .views-table .odd  {
    bborder-bottom-color: #1A1A1A;
    background: #FAF7F5;
  }
   .view-content .views-table .even {
bborder-bottom-color: #1A1A1A;
    background: #FfFcFc;
  }
  
  .views-table td {
    padding: 5px;
    border:1px solid #8f8fb1;
    font-size:0.95em;
  }
  
  .views-table td span.date-display-single,
   .view-content .views-table th a {
  	white-space:nowrap;
  }
  .view-content .views-table th a.active img,
  .view-content .sticky-header th a.active img {
  	padding-left:0.3em;
  }
  
   .view-content .views-table .even td.active {
    background-color: #f8f5f6;
  }
    .view-content .views-table .odd td.active,
    .view-content .views-table th.active {
    background-color: #f6f4f5;
  }
  .view-content .views-table th,
  .view-content .sticky-header th {
    padding: 5px;
    border:1px solid #8f8fb1;
    background-color: #f6f0f9;
    font-weight:normal;
    font-family: 'UbuntuBold', 'Charcoal CY', 'Arial Black',  Verdana, Helvetica, sans-serif;
    font-size:1.1em;
  }
  .view-content .views-table th.views-field-field-event-time-value {
    white-space:nowrap; /* to keep start date and arrowhead on one line */
  }

#content-area .field-field-event-host .field-label {
	float:left;
}

  
  
  .views-table a, .views-table a:hover, .views-table a:visited
  {
    cccolor: #1A1A1A;
  }
  
  a, a:hover, a:visited
  {
    cccolor: #1A1A1A;
  }
  
  .faq-question
  {
    margin-top: 8px;
    margin-left: 0;
    padding-left: 0;
  }
  
  .faq-answer
  {
    margin-bottom: 8px;
    padding-bottom: 8px;
    margin-left: 0;
    padding-left: 0;
    border-bottom: 1px solid #1A1A1A;
  }
  
   #content-area > div.content, 
   #content-area .node { /* Wrapper for the actual page content */
    pppadding: 6px 0 16px 0;
	padding: 0;
  }
  
  #content-area .view-content {
  	padding:0;
  }
  
  #content-area .content p {
    padding-left:0;
    margin-left:0;
  }
    
  .not-front, front, a, a:hover, a:visited {
    cccolor:#1A1A1A; 
  }
  
  h22222 {
    font-size:1.55em;
    font-weight:normal;
    margin-top:14px;
  }
  
  h33333 {
    font-size:1.25em;
    font-weight:normal;
    margin-top:14px;
    margin-bottom:0;
  }
  
div.faq br {
	height: 0;
	margin: 0;
	padding:0;
	display: none;
}



#content-inner{
	mmmmargin-top: -14px;
}
.page-events #content-inner {
	margin-top: 0;  /*otherwise new left panel doesnt align top nicely */
}


span .field-content.category, span .views-label-name.category  
{
	font-size: 0.8em;
}

#block-views-oer_now-block_1, #block-views-news_item-block_1
{
	/*min-height: 430px;*/
}


 #main #content-header {
 	display:inline-block;
    position:absolute;
    ttop:0;
    z-index:4;
	margin:-24px 0 0 0;
  }
  
  .admin-menu #main div.tabs {
 	ddisplay:block;
    ttop:0;
  }
  
 ul.primary.tabs {
    margin: 0 0 0 8px;
 }
  
ul.links li.print_html
{
	margin: 0;
	padding: 0;
}

#content #content-area .content
{
	margin-bottom: 10px;
}

.block .views-row 
{
	padding: 2px 0px 8px;
}



.view-news-item .views-field-teaser
{
    margin-top: 14px;
}

.views-field-field-news-link-url a:hover
{
	text-decoration: underline;
}

.block .view-header h4 {
	margin-top:0.7em;
	margin-bottom:0.4em;
}

.content .view-header a, 
.content .view-header a:hover, 
.content .view-header a:visited {
	tttext-decoration: underline;
}

.views-field-field-news-link-url a, 
.views-field-field-news-link-url a:hover, 
.views-field-field-news-link-url a:visited {
	ttttext-decoration: underline;
} 

div.view:hover div.views-hide {
	margin-top:-2.5em;
}




.views-field-timestamp {
	font-size: 0.8em;
}

.view-oer-now .view-header {
	pppadding-top: 8px;
	pppadding-bottom: 8px;
}

#navbar ul a:hover {
	text-decoration: underline;
}

#footer ul a:hover {
    text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

.node-type-event div.content div.location {
	display: inline;
}

div.tl_corner_content_s{
	background:transparent;
}
div.tr_corner_content_s{
	background:transparent;
}
div.bl_corner_content_s{
	background:transparent;
}
div.br_corner_content_s{
	background:transparent;
}


.more-link {
	padding: 3px 0;
	margin-top: 6px;
	margin-bottom: 8px;
	background-color:#F57887;
	text-align:center;
	width: 3.5em;
	font-family: 'UbuntuRegular', 'Charcoal CY', Arial,  Verdana, Helvetica, sans-serif;
	font-size:1.1em;
}
.more-link a:link, .more-link a:visited {
	color: #fff;
	text-decoration: none;
	
}
.more-link a:hover,
.more-link a:focus {
	cccolor: #0078a9;
	text-decoration: underline;
}
div#main-inner div div div div div div div div div.more-link {
	margin-left: 150px;
}
div#main-inner div div div div div div div div div.feed-icon {
	width: 20px;
	margin-top: -25px;
}
div#sidebar-right-inner .view-oer-now div.more-link {
	margin-left: 0px;
	clear:both;
}

.form-text{
	border-color:#C61785;
}

div#main-menu ul a.active {
	color:#b71854;
	background: transparent none;
}
.red{
	color:#CC0000;
}
div .views-field-field-email-email a,
div .views-field-field-email-email a:hover,
td.views-field-field-email-email a.email,
div.field-field-email a.email,
div.field-field-email a{
	float: left;
	background: url(icon-email.png) no-repeat;
	margin: 6px 3px 6px 0px;
	text-indent:-9999px;
	width: 32px;
	height: 32px;
	display: inline;
	outline: none;
}

#fellowPopUpPanel #fellowBlurb a {
	float: left;
	margin: 0 2px 0 0px;
	text-indent:-9999px;
	width: 44px;
	height: 44px;
	display: inline;
	outline: none;
}
#fellowPopUpPanel #fellowBlurb .email a {
	background: url(icons/fellows/email.png) no-repeat;
}
#fellowPopUpPanel #fellowBlurb .url a {
	background: url(icons/fellows/url.png) no-repeat;
}
#fellowPopUpPanel #fellowBlurb .blog a {
	background: url(icons/fellows/blog.png) no-repeat;
}
#fellowPopUpPanel #fellowBlurb .twitter a {
	background: url(icons/fellows/twitter.png) no-repeat;
}
#fellowPopUpPanel #fellowBlurb .wiki a {
	background: url(icons/fellows/wiki.png) no-repeat;
}
#fellowPopUpPanel #fellowBlurb .outputs a {
	background: url(icons/fellows/outputs.png) no-repeat;
}


div .views-field-field-url-url .field-content a,
div .views-field-field-url-url .field-content a:hover,
td.views-field-field-email-email a.website,
div.field-field-url a.website{
	float: left;
	background: url(icon-www.png) no-repeat;
	margin: 6px 3px 6px 0px;
	text-indent:-9999px;
	width: 32px;
	height: 32px;
	display: inline;
	outline: none;
}
/*
div .views-field-field-blog-url a,
div .views-field-field-blog-url a:hover,
*/
td.views-field-field-email-email a.blog,
div.field-field-blog a{
	float: left;
	background: url(icon-blog.png) no-repeat;
	margin: 6px 3px 6px 0px;
	text-indent:-9999px;
	width: 32px;
	height: 32px;
	display: inline;
	outline: none;
}
div.views-field-field-twitter-url a.twitter,
div.views-field-field-twitter-url a:hover.twitter,
td.views-field-field-email-email a.twitter,
div.field-field-twitter a
{
	float: left;
	background: url(icon-twitter.png) no-repeat;
	margin: 6px 3px 6px 0px;
	text-indent:-9999px;
	width: 32px;
	height: 32px;
	display: inline;
	outline: none;
}
/*
div .views-field-field-wiki-url a,
div .views-field-field-wiki-url a:hover,
*/
td.views-field-field-email-email a.wiki,
div.field-field-wiki a{
	float: left;
	background: url(icon-wiki.png) no-repeat;
	margin: 6px 3px 6px 0px;
	text-indent:-9999px;
	width: 32px;
	height: 32px;
	display: inline;
	outline: none;
}
div.node-type-publication div a.website {
	background: none;
	text-indent: 0;
	max-width: none;
	max-height: none;
	float: none;
	display:none; /*url field went wrong so made new one and am hiding this */
}
div.view-Fellows div.views-row {
	margin-top: 1em;
	/*margin-top: 4em;*/
	margin-bottom: 2em;
}
div.view-Fellows div.views-row-first {
	margin-top: 0em;
	margin-top: 1em;
	margin-bottom: 2em;
}
form#community-tags-form label{
	clear: left;
}
div.block p,
div.block .title,
div.block h3,
div.block hr,
div.block div .views-field-name,
div.block div .views-field-timestamp,
div.block div.views-field-field-project-value,
div.block span.views-field-field-project-start-value,
div.block span.views-field-field-project-end-value,
div.block span.views-field-field-author-value,
div.block span.views-field-field-yearonly-value,
div.block div.views-row {
	cccolor: #c4abb9;
	color:#685D5C;
}
.block .view-news-item .views-row {
	border-bottom: 1px solid #c4abb9;
}
div.view-Publications div.views-exposed-widgets {
	 padding-left: 1.5em;
}
/*////////////Aug 16th 2010 modifications Jes Ackland-Snow (below this line)///////////////*/
div#block-views-Fellows-block_1 .views-field-title{
	vertical-align: top;
	padding-left: 1em;
}
div.view-Fellows table.views-table{
	border-collapse: collapse;
}
div.view-Fellows table.views-table td{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}
/*////////////Aug 24th 2010 modifications Jes Ackland-Snow (below this line)///////////////*/
.views-field-field-url-url a,
.views-field-field-url-url div.field-item{
	margin-bottom: 0.5em;
	max-width: 16em;
}
.views-field-field-blog-url a,
.views-field-field-blog-url div.field-item{
	margin-bottom: 0.5em;
	max-width: 16em;
}
.views-field-field-wiki-url a,
.views-field-field-wiki-url div.field-item{
	margin-bottom: 0.5em;
	max-width: 16em;
}
div.view-Fellows table.views-table .fellowbody td{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C61785;
}
div.view-Fellows table.views-table .fellowbody td p{
	margin-top: 0;
	padding-top: 0;
}
/*////////////////////////////29-8-2010/////////////*/
.node-type-fellow div.node-inner div.content p{
	clear: left;
}
/*webform 04 07 12*/
table.webform-results {
width:100%;
}
.webform-results table tr {
height: 20px;
}
td.webform-name{
font-weight: bold;
width:200px !important;
text-align:left;
}
td.webform-inst {
width:400px !important;
text-align:left;
}