/*
Theme Name: CRC Custom 2016
Theme URI: http://seabass.crc.uri.edu
Description: The 2014 Custom CRC Theme, Updated March 2016
Author:
Author URI:
Version: 1.1
Tags:

License:
License URI:

General comments (optional).
*/

.toggle {
    font-family: 'trajan-pro', georgia, sans-serif;
}

.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content {
    display: block;
    zoom: 1;
}

.clearfix:before, .tribe-clearfix:before, .clearfix:after, .tribe-clearfix:after {
    content: "";
    display: table;
}

h1#site-title {
    font-size: 210%;
    text-transform: none;
    margin: 0px 0px;
    padding: 0;
    color: #fff;
    line-height: 115%;
    font-weight: normal;
    font-style: normal;
    vertical-align: baseline;
    word-wrap: normal;
    text-transform: uppercase;
        text-decoration: none;
    font-family: 'Cinzel', serif;
    font-size: 96%;
    letter-spacing: .02em;
}


/* @override
	http://sandbox.tellart.com/crc/wordpress/wp-content/themes/twentyeleven/style/style.css
	http://seabass.crc.uri.edu/wp-content/themes/crcCustom/style/style.css */

/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Removes default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * Removes border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ==========================================================================
   Custom
   ========================================================================== */

/* ------ Header ------- */
#toplogo-bar {
    background-color: #002147;
    margin: 0;
    padding-bottom: 6px;
    padding-top: 6px;
    vertical-align: middle;
    width: 100%;
    height: 90px /*57px is GSO's*/;
    z-index:1;
}

#topdept-bar {
    background-color: #233B6E;
    border-top: 0px solid #07132a;
    padding-top: 0px;
    padding-bottom: 5px;
    height: 50px; /*Was 60px*/
    z-index:1;
}

#headerWrapper {
	background: transparent url('http://www.crc.uri.edu/download/bgHeader.jpg') repeat-x 0 0;
	height: 180px;	
}
p a, li a.title, li a, .name a, .address a, a.email {
    	color: #003366;
    	text-decoration: none;
	border-bottom:1px dotted;
}

a#logo, h3 a {text-decoration:none;}

a:hover,
a:active,
li a.title:hover {
	color: #c79316;
	text-decoration: none;
}

#header{
	width: 1046px;
	padding-top: 5px;
	margin: 0 auto 20px auto;
	position: relative;
}

#uri-gso {
	float:left;
	height:140px;
	 margin-right: 20px;
    	border-right: 1px solid white;
    	padding-right: 20px;
}

img.logo-uri {
	margin-top:12px;
	width: 180px;
}
img.logo-gso {	
	width: 180px;
	padding-top: 12px;
}
#crc-header {
	float: left;
}
img.logo-crc {
	height: 100px;
	margin-top:2px;
	margin-bottom:3px;
}
a span.crc-txt {
	color:#d9b535;
	text-decoration: none;
	text-transform:uppercase;
    	font-family: 'Cinzel', serif;
    	font-size: 1.5em;
    	letter-spacing: .07em;
}


a:hover span.crc-txt {
	color:#ffffff;
}

#searchSocial{
	position: absolute;
	top: 55px;
	right: 0px;
	z-index:100;
}

#searchSocial .social{
	position: relative;
	display: block;
	float: right;
	background: url('img/social.png');
	height: 18px;
	width: 18px;
	z-index:100;
}

#searchSocial .facebook{ background-position: 0 0; margin-left: 5px;}
#searchSocial .twitter{ background-position: -19px 0; margin-left: 5px;}
#searchSocial .youtube{ background-position: -38px 0; margin-left: 5px; }

#searchSocial .facebook:hover, #searchSocial .facebook:active{ background-position: 0 -19px;}
#searchSocial .twitter:hover, #searchSocial .twitter:active{ background-position: -19px -19px;}
#searchSocial .youtube:hover, #searchSocial .youtube:active{ background-position: -38px -19px;}

#searchSocial .projectsContacts{
	text-align: right;
	float: right;
	padding-right: 10px;
	width: 150px;
	color: #1298D5;
	font: normal 12px/20px Helvetica, Arial, Geneva, sans-serif;
}

#searchSocial .projectsContacts a{
	color: #1298D5;
}

#searchSocial .projectsContacts a.projects{
	padding-right: 5px;
}

#searchSocial .projectsContacts a.contact{
	padding-left: 5px;
}

#searchform{
	float: right;
	/*padding-right: 50px;*/
}

#searchform input#s{
	outline: none;
	height: 18px;
	width: 300px;
	border: 0px;
	border-radius: 3px;
	background: #fff url('img/search.png')  190px center no-repeat;
	padding:5px;
	font-size: 0.9em; 
	font-style:italic;
	letter-spacing:.02em;	
}

#searchform label, #searchsubmit{
	display: none;
}

.mission p {
	color: #002147;
	background: #fff;
 	font: 500 1.1em/30px 'trajan-pro', georgia, sans-serif;
	padding: 10px;
	display: block;
	text-align:center; 
	letter-spacing:.01em;
}

.crc-name {
    	text-transform: uppercase;
   	font-family: 'Cinzel', serif; georgia, sans-serif;
    	font-size: 1.1em;
    	letter-spacing: .04em;
	border-bottom:1px solid #D9D5D2;
	padding-bottom:5px;
}


.intro {font: 500 1.1em/26px 'trajan-pro', georgia, sans-serif;
    	margin: 0px 0 30px 0;
    	color: #fff;
	background:#022972;
	border-radius:5px;
	padding:20px;
	display:block;
}

.alignleft{
	float: left;
	padding: 5px;
	margin-left:10px;
}

.wp-caption{
	color: #6D6E70;
	font: normal 12px/14px 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
	padding-bottom:5px;
}

.alignright{
	float: right;
	padding: 5px;
	margin-right:10px;

}

h1.fourOhFour{
	font: normal normal 180px/120px "Courier New", Courier, mono;
	text-align: center;
	margin: 100px 0 0 0;
}

h2.fourOhFour{
	font: normal normal 40px/40px "Courier New", Courier, mono;
	text-align: center;
	margin: 0 0 50px 0;
}

h1.entry-title, .page-title{
	color: #002147;
	padding-left: 0px;
	font-family: 'Lusitana', serif;
	font-size:2.1em;
	font-weight:normal;
}

#bodyMiddle h1.entry-title, #bodyMiddle .page-title{
	font-size: 18px;
	color: #3E3E3F;
	padding-left: 0px;
}

h2 {
    	color: #C79316;
    	padding-top: 5px;
    	font-family: 'Lusitana', serif;
    	font-size: 1.6em;
    	font-weight: normal;
	border-top: 1px solid #C79316;
}

h3 {
    margin: .3em 0 1.2em;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
    font-size: .95em;
    line-height:24px;
    font-weight: bold;
    color:#C79316;
}

h3 a {border-bottom:0; color: #c79316;}

h4.entry-title {
    font-size: 1em;
    margin: 0px;
}

.entry-content, p {
	margin-bottom: 15px;
	font: normal 15px/22px 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
	color: #444;
}

li {
	margin-bottom:12px;
	font: normal 15px/22px 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
}

.entry-content ol{
	padding: 0 0 0 20px;
}

.entry-content ul{
	padding: 0 0 0 10px;
}

.clearFix{
	content: ' ';
	clear: both;
	height: 40px;
}

html, body{
	background: #F7F7F7;
	margin: 0;
	padding: 0;
}



/*--------------Navigation------------*/

#menu-top-menu{
	position: relative;
	display: block;
	clear: both;
	margin: 0 auto;
	padding: 20px 0;
	z-index:10000;
	letter-spacing:.05em;	
	border-bottom: 1px solid #D9D5D2;
}
#menu-top-menu ul {
	list-style: none;
}
#menu-top-menu li{
	display: inline;
	position: relative;
	line-height: 30px;
	margin: 0;
	padding: 0;
	font-size: 0;
}

#menu-top-menu .sub-menu{
	display: none;
}

#menu-top-menu li a{
	text-transform: uppercase;
	text-decoration: none;
	color: #233B6E; 
	font: 15px/30px "Century Gothic", sans-serif;
	padding: 10px 20px 10px 20px;
	border-bottom:0px;
	background: none; /* #1298D5 url('img/listSeparator.png') right center no-repeat; moe */
}

#menu-top-menu li a:hover{
	color: #c79316; 
	background: transparent;
}

#menu-top-menu li .sub-menu{
	background: #F7F7F7;
	position: absolute;
	text-transform: capitalize;
	top: 6px;
	left: 0px;
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 2;
	border-right: .5px solid #D9D5D2;
	border-bottom: 1px solid #D9D5D2;
	
}

#menu-top-menu li .sub-menu li{
	line-height: 14px;
}

#menu-top-menu li .sub-menu a{
	font: normal 14px/17px Helvetica, Arial, Geneva, sans-serif;
	background: none;
	display: block;
	text-transform: capitalize;
	white-space: nowrap;
	margin: 0;
	border-bottom:1px dotted; 
}

#menu-top-menu li .sub-menu a:hover{
	background: #fff;
	color: #c79316;
	text-decoration: none;
}

#menu-top-menu li:hover .sub-menu,
#menu-top-menu li .sub-menu:hover{
	display: block;
}

#menu-top-menu .sub-menu .subMenuTitleMask{
	position: absolute;
	top: -26px;
	left: -10px;
	text-align: center;
	padding: 0px 10px 0px 10px;
	overflow: hidden;
}

#menu-top-menu .sub-menu .subMenuTitle,
#menu-top-menu .sub-menu .subMenuTitle:hover{
	text-transform: uppercase;
	text-decoration: none;
	font: 14px/30px "Century Gothic", sans-serif;
	color: #1298D5;
	background: #fff;
	height: 26px;
	padding: 0px 25px 0px 25px;
}

#menu-top-menu .sub-menu .subMenuTitle:hover{
	text-decoration: underline;
}


#bodyWrapper{
	width: /*1004px; BGH changed to ---> */ 1024px; 
	padding: 0 10px;
	margin: 0 auto;
}

/*bodyLeft, etc. is the navigation on the subpages*/
#bodyLeft{
	float: left;
	width: 185px;
}

#bodyLeft .subNavList,
.menu-top-menu-container ul,
#bodyLeft .submenu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid #bbb; 
	background:white; 
}

#bodyLeft .subNavList li,
.menu-top-menu-container li,
#bodyLeft .submenu ul li{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid /*#D9D5D2*/ #bbb;
}

#bodyLeft .subNavList li a,
.menu-top-menu-container li a,
#bodyLeft .submenu ul li a{
	display: block;
	font: .80em/150% "Lucida Grande","Lucida Sans Unicode", Arial, sans-serif;
	margin:7px 10px;
	color: #022972;;
	text-decoration: none;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
	border-bottom:0px;
}

#bodyLeft .subNavList li a,
.menu-top-menu-container li a,
#bodyLeft .submenu ul li a{
	display: block;
	font: .80em/150% "Lucida Grande","Lucida Sans Unicode", Arial, sans-serif;
	margin:7px 10px;
	color: #022972;;
	text-decoration: none;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
	border-bottom:0px;
}

#bodyLeft .subNavList li a:hover,
#bodyLeft .subNavList li a:active,
#bodyLeft .subNavList li a.selected,
.menu-top-menu-container a:hover,
.menu-top-menu-container a:active,
.menu-top-menu-container .current_page_item a,
#bodyLeft .submenu ul a:hover,
#bodyLeft .submenu ul a:active,
#bodyLeft .submenu ul .current_page_item a,
#bodyLeft .menu .current-menu-item a{
	color: #c79316;
	text-decoration: none;
}


ul.subNavList li a:after {content:'\00a0' '\00bb';}
ul.subNavList li a:link:after {content:'\00a0' '\00bb';}
ul.subNavList li a:active:after {content:'\00a0' '\00bb';}

.menu-top-menu-container li a:after {content:'\00a0' '\00bb';}
.menu-top-menu-container li a:link:after {content:'\00a0' '\00bb';}
.menu-top-menu-container li a:active:after {content:'\00a0' '\00bb';}

.newsEvents p {font-weight:600;
	line-height:15px;}

#bodyLeft .contactsSideList{
	margin-top: 30px;
	color: #555;
}

#bodyLeft .contactsSideList .header{
	position: relative;
	border-bottom: 1px solid #6D6E71;
	margin: 0 0 10px 0;
}

#bodyLeft .contactsSideList .header h3.title{
	padding: 0 10px;
	color: #3E3E3F;
	font: normal 14px/24px Helvetica, Arial, Geneva, sans-serif;
	margin: 0;
}

#bodyLeft .contactsSideList ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#bodyLeft .contactsSideList li{
	font: normal 14px/18px Helvetica, Arial, Geneva, sans-serif;
	padding: 5px 0 10px 10px;
}

#bodyLeft .contactsSideList li a{
	display: block;
}

#bodyMiddle{
	width: 574px;
	padding: 0 30px;
	margin-left: 185px;
}
#bodyMiddle.wide-middle {
	width: 759px;
	margin-left: 0px;
}

#bodyMiddle .postWidget{
	margin-bottom: 30px;
}

#bodyMiddle .postWidget ul{
	margin: 0;
	padding: 0;
}

#bodyMiddle .postWidget .post{
	min-height: 105px;
	margin: 20px 0;
	padding: 0 0 0 205px;
	position: relative;
	list-style: none;
}

#bodyMiddle .postWidget li.post.noImage{
	min-height: 0;
	margin: 0;
	padding: 10px 0;
	position: relative;
	list-style: none;
}

#bodyMiddle .postWidget li.post.list.noImage{
	padding: 20px 0;
}

#bodyMiddle .postWidget .post.list{
	margin: 0;
}

#bodyMiddle .postWidget .post.list{
	padding: 20px 0 20px 205px;
}

#bodyMiddle .projectRight .postWidget .post,
#bodyMiddle .postWidget .post.list{
	border-bottom: 1px dotted #ccc;
}

#bodyMiddle .projectRight .postWidget .post{
	padding: 20px 0 20px 10px;
}

.readMore{
	color: #C79316;
	font: normal 11px/14px Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;
	border-bottom:1px dotted;
}

.readMore::after{
	font: normal 9px/14px Helvetica, Arial, Geneva, sans-serif;
	content: ' ▶';
}

.readMore:hover, .readMore:active{
	color: #C1A14A;
}

#bodyMiddle .postWidget .header{
	position: relative;
	height: 30px;
}

#bodyMiddle .postWidget .header a{
	position: absolute;
	top: 0;
	right: 0;
	color: #3E3E3F;
	font: normal 11px/30px Helvetica, Arial, Geneva, sans-serif;
	text-transform: lowercase;
	color: #C79316;
	border-bottom:0px;
}

#bodyMiddle .postWidget .header a::after,
#frontPageSlides li .featuredOverlay .bottom .more::after{
	font: normal 9px/14px Helvetica, Arial, Geneva, sans-serif;
	content: ' ▶';
}

#bodyMiddle .postWidget .post .title{
}

#bodyMiddle .postWidget .post .title:hover,
#bodyMiddle .postWidget .post .title:active{
	color: #C79316;
}

#bodyMiddle .postWidget .post img{
	background: #eee;
	height: 103px;
	width: 184px;
	position: absolute;
	top: 0;
	left: 0;
}

#bodyMiddle .postWidget .post.list img{
	top: 20px;
}

#bodyMiddle .postWidget .post p{
	margin-top: 0;
	margin-bottom:0;
}

#bodyMiddle .postWidget .post .tags{
	white-space: nowrap;
}

#bodyMiddle .projectRight .postWidget .post .tags{
	left: 10px;
}

#bodyMiddle .postWidget .post.list .tags{
	bottom: 20px;
}

#bodyMiddle .postWidget .readMore{
}

#bodyMiddle .projectRight .postWidget .post .readMore{
	left: 10px;
}

#bodyMiddle .postWidget .post.list .readMore{
	bottom: 40px;
}

#bodyMiddle .postWidget .post .tags li{
	list-style: none;
	margin: 0;
	display: inline;
}

li.publication h3 a {
	font: normal 15px/22px 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
	text-transform: capitalize;
	letter-spacing: normal;
	font-weight:600;
	display:block;
	border-bottom: 1px dotted;
	color:#022972;
}

li.publication h3 a:hover {
	color:#c79316;
}


#bodyMiddle .postWidget .post .tags li a,
#bodyMiddle .publicationList ul .publication .tags a,
#bodyMiddle .publicationList ul .publication .tags{
	font: normal 11px/14px Helvetica, Arial, Geneva, sans-serif;
	color: #666;
	text-decoration: none;
	text-transform: capitalize;
	margin-top:10px;
}

#bodyMiddle .publicationList ul .publication .author,
#bodyMiddle .publicationList ul .publication .date{
	font: italic 12px/14px Helvetica, Arial, Geneva, sans-serif;
	color: #666;
	text-transform:capitalize;
	letter-spacing:normal;
}

#bodyMiddle .publicationList ul .publication .head{
	margin-bottom: 10px;
}

#bodyMiddle .projectRight{
	margin-top: 40px;
	width: 370px;
	float: right;
}

#bodyMiddle .projectLeft{
	margin-top: 40px;
	width: 184px;
	float: left;
}

#bodyMiddle .publicationList .publication .title{
}

#bodyMiddle .staffList ul,
#bodyMiddle .publicationList ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#bodyMiddle .staffList ul .member,
#bodyMiddle .publicationList ul .publication{
	border-bottom: 1px solid #ccc;
	padding: 10px 0 15px 10px;
}

#bodyWrapper.search #bodyMiddle .publicationList ul .post{
	border-bottom: 1px solid #ccc;
	padding-top: 20px;
	padding-bottom: 25px;
}

#bodyWrapper.search #bodyMiddle .publicationList strong{
	color: #a00;
}

#bodyMiddle .staffList ul .member h3,
#bodyMiddle .publicationList ul .publication h3{
	margin: 0;
}

#bodyMiddle .staffList ul .member h3 .role{
	font: italic 14px/24px Helvetica, Arial, Geneva, sans-serif;
	color: #58595B;
}

#bodyMiddle .staffList ul .member p,
#bodyMiddle .publicationList ul .publication p{
	color: #333;
	margin: 0;
	margin: 0px;
}

#bodyWrapper.search #bodyMiddle .publicationList ul .publication p{
	font: normal 14px/18px 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
}

#bodyMiddle .staffList ul .member .email{

}

#bodyMiddle.staff h1.entry-title{
	color: #231F20;
	font: normal 24px/24px 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
	padding: 0;
	margin: 0;
}

#bodyMiddle.staff .about{
	color: #58595B;
	font: italic 16px/24px 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
}

#bodyMiddle.staff .about a{
	font: normal 16px/24px 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
}

#bodyMiddle.staff .entry-content{}


#bodyRight{
	float: right;
	width: 185px;
}

#bodyRight .allProjects{
	text-align: center;
	display: none;
	height: 40px;
	margin-top: 45px;
	background: #4EBABA;
	color: #fff;
	font: bold 18px/40px 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
}

/***********************************Front page, bottom right block, News & Events**************************************/
#bodyRight .newsEvents{
	padding: 10px;
	border: 1px solid #F3F3F3;
	background: #fff;
	overflow: hidden;
}

#bodyRight,
#frontBottom .bottomRight{
	color: #414142;
	border-bottom: 1px solid #D9D5D2;
	margin: 0 0 20px 0;
}
#frontBottom .bottomRight { /* moe moved this from above because bodyRight on inner pages shouldn't have a height */
	/* height: 380px; moe removing because height calculated in jQuery to match other 2 columns on home page */
}
#bodyRight .newsEvents h3 {
	line-height: 30px;
}

.home #bodyRight .newsEvents h3 {
	line-height: 45px;
}

#bodyRight .newsEvents .news,
#frontBottom .bottomRight .newsEvents .news
{
	list-style: none;
	padding: 0;
	margin: 0;
	color: #333;
}

#bodyRight .newsEvents .news,
#frontBottom .bottomRight .newsEvents .news a:hover
{
	color:#C79316;
	text-decoration:none;
}

.see-more {
	text-transform:uppercase;
	font-size: .8em;
    	font-weight: 600;
	padding-top:20px;}

.see-more:after {
	content:'\00a0' '\00bb';}

/***********************************Front page, bottom middle block, Publications **************************************/
.front-publications {
	list-style:none;
	font-weight:400;
	padding-left:0;
}

.front-publications li {
	list-style:none;
	margin:0 0 20px 0px;
	font: normal .9em/1.3em 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
}

.front-publications li:last-child {margin-bottom:-15px;}

.front-publications a {color: #003366; display:block;}
.front-publications li a:visit {color: #003366 !important;}
.front-publications li a:hover {color: #C79316 !important; text-decoration:none;}
.front-publications li a:active {color: #003366 !important;}

#bodyRight .newsEvents .newsItem,
#frontBottom .bottomRight .newsEvents .newsItem{
	list-style: none;
	padding: 0;
	margin: 0 0 15px 0;
	font-family: serif;
   	font-size: 15px;
    	line-height: 20px;
}

#bodyRight .newsEvents .newsItem {
	color: #444;}

.date{
	margin: 0 0 3px 0;
       	color: #6E6F71;
        display: none;
	font: normal 12px/12px 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
        
}

#bodyRight .newsEvents .news .title,
#frontBottom .bottomRight .newsEvents .news .title{
	display: block;
	font: normal .9em/1.3em 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
	font-weight:400;
}

#sliderWidget h3 a.title {
	display: block;
	font: normal .8em/1.3em 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
	font-weight:600;
	color:#002147;
}

#sliderWidget h3 a.title:hover {
	color:#C79316;
}
#bodyRight .newsEvents .news .readMore,
#frontBottom .bottomRight .newsEvents .news .readMore,
#sliderWidget .readMore{
	/*display: block;*/
	margin: 0px 0 0 0;
}

#frontBottom .bottomRight .newsEvents .news .readMore {
	margin: 5px 0 0;
}

#bodyRight .initLications{
	list-style: none;
	padding: 0 0 0 10px;
	margin: 35px 0 0;
	font: normal 14px/18px 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
}

ul.initLications li {
	color:#c79316;
}

#bodyRight .initLications a{
	text-decoration: none;
}

#pagination{
	margin-top: 30px;
	height: 14px;
	position: relative;
	font: normal 12px/14px 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
	color: #58595B;
}

#pagination .back{
	position: absolute;
	left: 15px;
	top: 0;
}

#pagination .back::after{
	position: absolute;
	left: -15px;
	top: 1px;
	height: 9px;
	width: 8px;*
	content: 'â—€ ';
}

#pagination .next{
	position: absolute;
	top: 0;
	right: 15px;
	margin: 0;
}

#pagination .next a{
	margin-left: 10px;
}

#pagination .light{
	color: #bbb;
}

#pagination .next a::after{
	position: absolute;
	right: -15px;
	top: 1px;
	height: 9px;
	width: 8px;
	content: ' ▶';
}

#frontWrapper{
	width: 1046px; /* moe 1024px; */
	margin: 0 auto;
  	padding: 0; 
}

#frontPageSlidesWrapperWrapper{
	position: relative;
	height: 400px;
	width: 1024px;
	background:#fff;
	border:.5px solid #999;
	padding:10px;
	margin-bottom:30px;
}

#frontPageSlidesWrapperWrapper #slideDotHolder{
	position: absolute;
	right: 20px;
	bottom: 25px;
	z-index: 15;
	width: 300px;
}

#frontPageSlidesWrapperWrapper #slideDotHolder .slideDot{
	cursor: pointer;
	float: right;
	height: 15px;
	width: 15px;
	background: white;
	border-radius: 15px;
	margin-left: 15px;
}

#frontPageSlidesWrapperWrapper #slideDotHolder .slideDotPrev,
#frontPageSlidesWrapperWrapper #slideDotHolder .slideDotNext{
	cursor: pointer;
	float: right;
	height: 15px;
	width: 15px;
	margin-left: 15px;
	background: url( 'img/slide-arrows-big.png') no-repeat;
	background-position: top right;
}
#frontPageSlidesWrapperWrapper #slideDotHolder .slideDotNext{
	background-position: top left;
}

#frontPageSlidesWrapperWrapper #slideDotHolder .slideDot.selected{
	background: #B79D69;
}

#frontPageSlidesWrapper{
	height: 400px;
	width: 1024px;
	overflow: hidden;
	position: relative;
}

#frontPageSlides{
	height: 480px;
	width: 10240px;
	list-style: none;
	padding: 0;
	margin: 0;
}

#frontPageSlides li.slide{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	width: 1024px;
	height: 400px;
	overflow: hidden;
}

#frontPageSlides li .featuredOverlay{
	position: absolute;
	bottom: 0;
	left: 0px;
}

#frontPageSlides li .featuredOverlay p{
	padding: 0;
	margin: 0;
}

#frontPageSlides li.story .featuredOverlay .top{ background: /*#336799;*/ #002147; opacity:.7; border-radius:0 10px 0 0; }
#frontPageSlides li.story .featuredOverlay .bottom{ background: #5f88bf; }

#frontPageSlides li.project .featuredOverlay .top{ background: /*#CC6666;*/ #002147; opacity:.7; border-radius:0 10px 0 0; }
#frontPageSlides li.project .featuredOverlay .bottom{ background: /*#E07F80;*/  }

#frontPageSlides li.news .featuredOverlay .top{ background: /*#329999;*/ #002147; opacity:.7; border-radius:0 10px 0 0;  }
#frontPageSlides li.news .featuredOverlay .bottom{ background: #4EBBBB; }

#frontPageSlides li.activity .featuredOverlay .top{ background: /*#996632;*/ #002147; opacity:.7; border-radius:0 10px 0 0;  }
#frontPageSlides li.activity .featuredOverlay .bottom{ background: #CB9966; }



#frontPageSlides li .featuredOverlay .top{
	color: #fff;
	padding: 15px;
	font: normal 20px/22px "Open Sans", sans-serif;
	font-weight:600;
}

#frontPageSlides li .featuredOverlay .top a{
	color: #fff;
	text-decoration: none;
	border-bottom:none;
}

#frontPageSlides li .featuredOverlay .bottom{
	color: #fff;
	padding: 15px;
	font: normal 14px/15px "Century Gothic", sans-serif;
	/*BGH added the following-->*/ display:none;
}

#frontPageSlides li .featuredOverlay .bottom .date{
	text-transform: uppercase;
	font: normal 9px/15px "Century Gothic", sans-serif;
}

#frontPageSlides li.project .featuredOverlay .bottom .date{color: #002147;}
#frontPageSlides li.news .featuredOverlay .bottom .date{color: #336667;}
#frontPageSlides li.activity .featuredOverlay .bottom .date{color: #653614;}


#frontPageSlides li .featuredOverlay .bottom .excerpt{
	margin: 0 0 20px 0; /*BGH added -->*/ display:none;
}

#frontPageSlides li .featuredOverlay .bottom .more{
	font: normal 12px/15px Helvetica, Arial, Geneva, sans-serif;
	margin: 20px 0;
	text-decoration: underline;
}

.slide-readmore {
	font-size:.6em;
	border-bottom:1px dotted;
	font-weight:400;
	text-transform:lowercase;
}


#frontPageSlides li.project .featuredOverlay .bottom .more{ color: #663434; }
#frontPageSlides li.news .featuredOverlay .bottom .more{ color: #336667; }
#frontPageSlides li.activity .featuredOverlay .bottom .more{ color: #653614; }

.front-bottom-clear { /* moe */
    display: table;
}
#frontBottom{
	margin-top: 30px;
}

#frontBottom .bottomRight{

}

#frontBottom .bottomRight /*.newsEvents */ {
	padding: 10px 20px 20px; 
	background: #fff;
	width: 300px;
	float:right;
}


#frontBottom .bottomRight .newsEvents .news{
	padding: 0;
}

/*Initiatives in front page left block*/
#frontBottom .bottomLeft{
	float: left;
	width: 300px;
	background-color:#fff;
	padding: 10px 20px 20px; 
	margin-right:13px; 
	border-bottom: 1px solid #D9D5D2;
/* height: 380px; moe removing because height calculated in jQuery to match other 2 columns on home page */
}
#frontBottom .bottomMid{
	float: left;
	width: 300px;
	background-color:#fff;
	padding: 10px 20px 20px; 
	margin-right:13px; 
    	border-bottom: 1px solid #D9D5D2;
/* height: 380px; moe removing because height calculated in jQuery to match other 2 columns on home page */
}

#sliderWidgetWrapperWrapper{
	position: relative;
}

#sliderWidgetWrapper{
	padding: 0 20px;
	overflow: hidden;
}
.single-initiative #sliderWidgetWrapper,
.single-location #sliderWidgetWrapper {
	padding: 10px 0;
}

#sliderWidget{
	width: 10000px;
	list-style: none;
	padding: 0;
	margin: 0;
	font: normal 14px/17px Helvetica, Arial, Geneva, sans-serif;
	color: #333;
}

#sliderWidgetWrapperWrapper.projects{
	margin-bottom: 30px;
}

#sliderWidgetWrapperWrapper.projects h1{
	font: normal 20px/24px Helvetica, Arial, Geneva, sans-serif;
	color: #58595B;
	padding-left: 20px;
}
.single-initiative #sliderWidgetWrapperWrapper.projects h1,
.single-location #sliderWidgetWrapperWrapper.projects h1 {
	padding-left: 0;
}

#sliderWidget img,
#sliderWidget .no-image {
	height: 150px;
	width: 268px;
	background: grey;
	margin-bottom: 10px;
}
#sliderWidget .no-image {
	background: none;
}

#sliderWidget .slide p{
	margin: 0;
}

#sliderWidget .slide{
	width: 268px;
	display: block;
	float: left;
	padding-right: 20px;
}

#frontWrapper #sliderWidget .slide{
	padding-right: 40px;
}

#sliderWidget .slide.empty{
	content: '.';
	height: 20px;
	width: 350px;
}

#sliderWidget h3{
	font: normal 18px/22px Helvetica, Arial, Geneva, sans-serif;
	margin: 0;
}

#sliderWidget .slide{
}

.initiativesList{
	color: #B79D69;
	clear: both;
	padding: 20px 10px 0 0;
	font: normal 12px/24px Helvetica, Arial, Geneva, sans-serif;
}

.initiativesList a{
	text-decoration: underline;
}

.initiativesList h6{
	font: normal 10px/18px Helvetica, Arial, Geneva, sans-serif;
	color: #929497;
	margin: 0;
}

#sliderWidgetDotHolder{
	text-align: center;
}

.sliderWidgetDot{
	cursor: pointer;
	margin-top: 25px;
	border: none;
	height: 10px;
	width: 10px;
	padding: 0;
	background: #D1D2D3;
	border-radius: 10px;
	margin-right: 10px;
}

.sliderWidgetDotPrev,
.sliderWidgetDotNext{
	cursor: pointer;
	margin-top: 25px;
	border: none;
	height: 10px;
	width: 10px;
	padding: 0;
	background: blue;
	margin-right: 10px;
	background: url('img/slide-arrows.gif') no-repeat;
	background-position: top left;
}
.sliderWidgetDotNext{
	background-position: top right;
}

.sliderWidgetDot.selected{
	background: #B79D69;
}

#map{
	height: 350px;
	width: 590px;
	margin-left: -10px;
}

#map .markerText{
	font: normal 12px/16px Helvetica, Arial, Geneva, sans-serif;
	width: 300px;
}

#bodyWrapper.search{
}

#bodyWrapper.search .result{
	font: normal 14px/18px Helvetica, Arial, Geneva, sans-serif;
}

#bodyWrapper.search .result h1{
	padding: 0 10px;
	color: #3E3E3F;
	font: normal 18px/30px Helvetica, Arial, Geneva, sans-serif;
	margin: 0;
}

#bodyRight .pubTags{
	display:none; 
}

/*#bodyRight .pubTags li{
	display: inline;
	text-decoration: underline;
}*/

#publicationSearch{
}

#publicationSearch select,
#publicationSearch input{
}

#publicationSearch p input[type="checkbox"]{

}

#publicationSearch p select{
	display: inline;
	width: 150px;
	margin-left: 10px;
}

#publicationSearch #constrainSearch{
	margin-top: 10px;
	font: normal 11px/14px Helvetica, Arial, Geneva, sans-serif;
}

#publicationSearch #constrainSearchOptions .disabled{
}

#publicationSearch input[type="text"]{
	width: 170px;
}

#publicationSearch input[type="submit"]{
	margin-top: 20px;
}
form.filter-form, .search-box {
	padding: 5px 20px 10px 20px;
}
form.filter-form p {
	margin-top: 15px;
	margin-bottom: 0;
	font-family: 'Lusitana', serif;
	font-size:1.1em;
	color:#002147;
}
p.filter-instructions {
	display: block;
	float: left;
	clear: both;
	text-align: left;
	margin-top:10px;
}
.search-box {
	background-color: #dedede;
	border-radius:5px;
}

#searchAndFilter{
	position: relative;
}

#searchAndFilter h1, h1.search-title {
	padding-left: 0px;
	font-family: 'Lusitana', serif;
	font-size:1.2em;
	font-weight:normal;
	color: #002147;
}
#searchAndFilter h1 { /* only filter results need less space moe */
	margin-bottom: 0;
}

input[type="search"] {  /* BGH added to make the width of the search bar longer */
    width: 300px;
}

#publicationFilterWrapper{
	position: absolute;
	right: 0;
	top: 0;
	line-height: 28px;
}

#publicationAllLabel.disabled{
	color: #999;
}

#nav-below{
	border: 1px solid #ddd;
	padding: 10px;
	background: #eee;
}

#nav-below h3{
	padding: 0;
	margin: 0 0 5px 0;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #fff; 
	padding: 8px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption.alignleft {margin-right:20px;}

.wp-caption.alignright {margin-left:20px;}


figcaption {margin-top:5px;}

#footer{
	position: relative;
	width: 994px;
	/*padding:0;*/
	/*background: url('img/footerLogo.svg') no-repeat 10px 15px;*/
	margin: 40px auto 0 auto;
	border-top: 1px double #999999;
	padding-top:20px;
}

#footer .copyright {
	color: #999999;
	text-align: right;
	float: right;
	font-size:.7em;
    	line-height: 1.3em;
	position:relative;
}

.footer-logo-crc {
	height:80px;
	float:left;
	padding-right:15px;
}

#footer a{
    text-transform: none;
    color: #003366;
    font-size: 12px;
    border-bottom: 1px dotted #003366;
}

#footer a:hover, #footer a:active{
	color: #c79316;
	text-decoration:none;
	border-bottom: 1px dotted #c79316;
}

#footer .address{
	color: #999999;
	text-align: left;
	float:left;
	margin: 0px;
    	padding: 0px;
	font-size:.8em;
    	line-height: 1.5;
	position:relative;
}

#footer .name{
	float:left;
	margin-left:30px;
}


#footer .sub-menu{
	display: none;
}

/*#footer #footMenu{
	list-style: none;
	padding: 0;
	text-transform: capitalize;
}*/

/*#footMenu,
#footer .footer-menu{
	display: inline;
}

#footer #footMenu li{
	display: inline;
}*/