/*
	style.css (CMN Theme)
	Author: Ray Dickman (X-RD) Phil Champagne (BV02)

*/	
	
/* =Global
------------------------------------------------------------------------------ */
body { background: #508f15; }

a:link,
a:focus, 
.tweets-pulled-listing a, 
li a, 
li a:link, 
li a:focus  {
	color: #2a7cb6;
	outline: none;
	text-decoration: underline;
}
a:hover, 
a:focus, 
.tweets-pulled-listing a:hover,
li a:hover { color: #333; }

a:visited, div.tweets-pulled-listing a:visited, li a:visited {
	color: #184464;
}

/* =Common Elements
------------------------------------------------------------------------------ */
blockquote { 
	margin-left: 40px;
	margin-right: 40px;
}
sup {
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}
sub {
    vertical-align: baseline;
    position: relative;
    bottom: -0.25em;
}
hr {
	border: 1px dotted #e2e1de;
	margin-bottom: 10px;
}

/* =Drupal
---------------------------------------------------------- */
div.messages {
	padding: 5px;
	margin: 5px 0 20px;
	background: #d4e9c4;
	color: #000;
	border: 0;
	font-size: 1.2em;
}
div.messages ul {
	margin-bottom: 0 !important;
}
div.messages ul li, div.messages ol li {
	font-size: 0.9em;
}
div.error {
	background: #e9c4c4;
	padding: 5px;
	border: 0;
}
div.warning {
	border: 0;
	padding: 5px;
	background: #FFFFDD;
}
div#forgot-password-block {
	clear: both;
	padding-top: 5px;
}
.password-strength, .password-confirm {
	display: block;
}
.password-strength .error, .password-confirm .error, div.password-description {
	border: 0 !important;
}
div.password-description ul {
	margin-bottom: 0 !important;
}
.fieldset-wrapper {
	margin: 0 10px;
}

/* =Header / Branding
------------------------------------------------------------------------------ */
.header {
	background: url('../images/header_bg.png') 0 100% repeat-x #fff;
	width: 100%;
	/*position: relative;
	z-index: 999; */
	/* overflow: hidden; */
}
.header .headerInner {
	margin: 0 auto;
	background: url('../images/header_bg.png') 0 100% repeat-x #fff;
	padding: 55px 10px 0 0;
	position: relative;
	width: 970px;
}
.header .headerInner .logo {
	left: 5px;
	position: absolute;
	top: 23px;
}
.social-icons {
	float: right;
	margin-top: -25px;
}
.social-icons li {
	display: inline;
	margin-left: 2px;
}

/* =Utility nav
------------------------------------------------------------------------------ */
.header .utilityNav {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 0 245px;
	width: 520px;
}
#disabled-lang {
	color: #999;
}
.fr .header .utilityNav {
	margin-left: 225px;
}
.header .utilityNav ul {
	float: left;
}
.header .utilityNav li {
	border-left: 1px solid #c7c5be;
	float: left;
	padding: 0 7px 0 8px;
}
.header .utilityNav li a {
	color: #AD8C34;
	text-decoration: none;
}
.header .utilityNav li a:hover { text-decoration: underline; }
.header .utilityNav ul li.homeLink {
	border-left: 0;
	padding-left: 0;
} 
.header .utilityNav ul.langSwitch { float: left; }
.header .utilityNav ul.langSwitch li {
	border-left: 0;
	padding-left: 0;
} 

.header .utilityNav li.menu-6320 a {
	color: #cc0000;
	text-decoration: none;
}
.header .utilityNav li.menu-6320 a:hover { text-decoration: underline; }

.header .utilityNav li.menu-6324 a {
	color: #cc0000;
	text-decoration: none;
}
.header .utilityNav li.menu-6324 a:hover { text-decoration: underline; }

/* =Information for nav
------------------------------------------------------------------------------ */
.header .infoFor {
	color: #797877;
	font-size: 1.2em;
	font-weight: bold;
	margin: 6px 0 0 245px;
	width: 500px;
}
.fr .header .infoFor {
	margin-left: 225px;
	width: 550px;
}
.header .infoFor p {
	float: left;
	margin-right: 8px;
}
.header .infoFor ul { 
	float: left; 
}
.header .infoFor li {
	border-left: 1px solid #c7c5be;
	float: left;
	padding: 0 7px 0 8px;
}
.header .infoFor li.last {
	padding-right: 0;
	margin-right: 0;
} 
.header .infoFor li:first-child {
	border: 0;
	padding-left: 0;
}
.header .infoFor li a {
	color: #2a7cb6;
	text-decoration: none;
	white-space: nowrap;
}
.header .infoFor li a:hover { 
	text-decoration: underline; 
}
.header .infoFor li.active-trail a { 
	color: #184464;
}



/* =Main navigation / Primary links
------------------------------------------------------------------------------ */
.header .mainNav {
  background: url("../images/main_nav_bg.png") 0 6px repeat-x;
  font-size: 2em;
  min-height: 50px;
  height: auto !important;
  height: 50px;
  margin: 15px 0 0;
  width: 100%; }
  .header .mainNav ul {
    padding-left: 22px; }
  .header .mainNav li {
    float: left;
    height: 50px; }
    .header .mainNav li a {
      background: url("../images/main_nav_cap.png") 100% -100px no-repeat;
      color: #6d695c;
      display: block;
      height: 50px;
      margin: 0 45px 0 0;
      padding-right: 4px;
      text-decoration: none; }
      .header .mainNav li a span {
        background: url("../images/main_nav.png") 0 -100px no-repeat;
        display: block;
        height: 32px;
        padding: 18px 18px 0 22px; }
      .header .mainNav li a:hover {
        background-position: 100% 0; }
      .header .mainNav li a:hover span {
        background-position: 0 0; }
    .header .mainNav li.last a {
      margin-right: 0 !important; }
  .header .mainNav ul.menu li {
    position: relative; }
    .header .mainNav ul.menu li .menu {
      -webkit-transform-style: preserve-3d;
      clear: both;
      display: none;
      margin: 0;
      padding: 0;
      overflow: visible;
      width: auto;
      z-index: 9999;
      background-color: #D5CFBE;
      display: none;
      padding-left: 0;
      text-transform: none;
      position: absolute;
      left: 0;
      top: 50px; }
      .header .mainNav ul.menu li .menu li {
        height: auto;
        margin: 0;
        padding: 0;
        list-style-image: none;
        list-style-type: none;
        display: block;
        padding-right: 0;
        background-color: #D5CFBE;
        font-size: 14px;
        line-height: 36px;
        background: transparent;
        text-decoration: none;
        width: auto;
        float: none;
        border-bottom: 1px solid #9E957F; }
        .header .mainNav ul.menu li .menu li:last-child > a {
          border: none; }
        .header .mainNav ul.menu li .menu li a {
          color: #000000;
          display: inline-block;
          padding-left: 1.5em;
          margin: 0;
          text-align: left;
          width: 250px;
          background: none;
          height: auto; }
          .header .mainNav ul.menu li .menu li a span {
            background: none;
            height: auto;
            padding: 0;
            margin: 0; }
          .header .mainNav ul.menu li .menu li a:hover {
            color: #FFFFFF;
            background: #978f75; }
    .header .mainNav ul.menu li.active-trail .menu {
      background-color: #BDB49D; }
    .header .mainNav ul.menu li.dropdown-visible .menu, .header .mainNav ul.menu li:hover .menu {
      display: block; }

.fr .header .mainNav li a {
  margin-right: 10px; }

/* =Active state
-----------------*/
.header .mainNav li.active a,
.header .mainNav li.active a:hover,
.header .mainNav li.active-trail a,
.header .mainNav li.active-trail a:hover {
  background-position: 100% -50px;
  color: #fff; }

.header .mainNav li.active a span,
.header .mainNav li.active a:hover span,
.header .mainNav li.active-trail a span,
.header .mainNav li.active-trail a:hover span {
  background-position: 0 -50px;
  height: 35px;
  padding-top: 15px; }

.header .mainNav li.active a:hover {
  text-decoration: none; }

.header .menu-close {
  display: block;
  text-align: right;
  margin: 1em 0 0 1em; }

#menu .open-menu-link {
  color: white;
  display: none;
  position: absolute;
  right: 7px;
  top: 0;
  line-height: 36px;
  font-size: 30px;
  cursor: pointer;
  padding: 2px 10px; }
#menu .visible {
  display: block !important; }
#menu li {
  position: relative; }
  #menu li a {
    padding-right: 50px; }

/*# sourceMappingURL=mainNav.css.map */








/* =Layout
------------------------------------------------------------------------------ */
.wrapper {
	background: #508f15 url('../images/bg.jpg') 50% 0 no-repeat; 
	width: 100%;
	min-height: 670px;
	position: relative;
	z-index: 99;
}
.wrapper .wrapperInner {
	background: url('../images/section_nav_bg.png') 8px 0 no-repeat;
	margin: 0 auto;
	width: 990px;
}
.wrapper .wrapperInner #fullPage {
	overflow: hidden;
}
.wrapper.fullColumn .wrapperInner {
	background: none;
}
.wrapper.fullColumn .wrapperInner #fullPage { 
	overflow: hidden;
}
.wrapper #mainWrap {
	margin-left: 3px;
	position: relative;
	top: -5px;
	clear: both;
}
.wrapper.fullColumn #mainWrap  {
	margin: 0 0 10px;
	width: 987px;
}
.wrapper #mainWrap #mainContent {
	background: url('../images/main_content_top.png') 0 0 no-repeat;
	float: left;
	width: 776px;
	margin: 0 0 0 -4px;
	padding-top: 4px;
}
.wrapper.fullColumn #mainWrap #mainContent {
	float: none;
	margin: 0;
	width: auto;
}
.wrapper .sponsor {
	margin: 10px 0 10px 0;
	clear: both;
}
.wrapper #mainContent .mainBlockWrap {
	background: url('../images/main_block_bottom.png') 0 100% no-repeat;
	padding-bottom: 2px;
}
.wrapper.fullColumn #mainContent .mainBlockWrap {
	background-image: url(../images/main_block_bottom_full_col.png);
	margin-bottom: 0;
}
.wrapper #mainContent .mainBlock {
	background: url('../images/main_block_side.png') 0 0 repeat-y;
	padding-left: 4px;
}
.wrapper #mainContent .VideoFloated {
	float: right;
}
.wrapper.fullColumn #mainContent .mainBlock {
	background-image: url(../images/main_block_left_full_col.png);
	padding-left: 3px;
}
.wrapper #mainContent .mainBlockIn {
	background: #fff;
	padding: 14px 20px;
	position: relative;
	min-height: 700px;
}
.wrapper.fullColumn #mainContent .mainBlockIn {
	position: static;
}
.twoColumnFixed .wrapper #mainContent .mainBlockIn,
.twoColumnFixed2 .wrapper #mainContent .mainBlockIn {
	padding: 14px 0 0 20px;
}
.twoColumnFixed .wrapper #mainContent .mainBlockIn #innerContentWrap,
.twoColumnFixed2 .wrapper #mainContent .mainBlockIn #innerContentWrap {
	padding-bottom: 20px;
}
.twoColumnFixed .wrapper.fullColumn #mainContent .mainBlockIn #innerContentWrap,
.twoColumnFixed2 .wrapper #mainContent .mainBlockIn #innerContentWrap { 
	background: none; 
}

/* =Inner content blocks (misc)
------------------------------------------------------------------------------ */
.wrapper #mainContent .newsBlockInner div {
	margin-bottom: 15px;
}
.wrapper #mainContent .newsBlockInner p {
	color: #34322f;
	margin: 0 0 6px 0;
}
.wrapper #mainContent .newsBlockInner p.news-title-paragraph{
	margin-bottom: 0;
} 
.wrapper #mainContent .newsBlockInner h2 {
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 0 !important;
	margin: 0 !important;
}
.wrapper #mainContent .newsPageBlock {
	margin-bottom: 15px;
}
.wrapper #mainContent .newsPageBlock .newsInner h2 {
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 0 !important;
	margin: 0 !important;
}

/* =Emergency Messages */
div#emergency-message {
	background: #efe47d;
	padding: 10px;
	color: #000;
	margin-bottom: 10px;
}
div#emergency-message p {
	margin-bottom: 10px;
	font-size: 110%;
}
div#emergency-message h3 {
	color: #990000;
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 3px;
}
/* =What's on */
.wrapper #mainContent .mainEventItems {
	margin-bottom: 10px;
	padding: 10px 10px 3px 8px;
	background: #eef3f6;
}
.wrapper #mainContent .mainEventItems h3 {
	color: #2a7cb6;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.wrapper #mainContent .eventItem {
	margin-bottom: 10px;
	padding: 0 5px 3px 8px;
}
.wrapper #mainContent .rightColumn h3.eventHeader {
	background: url('../images/h2_dashed_border.gif') 0 100% no-repeat;
	font-size: 1.8em;
	text-indent: 8px;
	height: auto !important;
	padding: 0 0 5px 0;
	border-bottom: 0 !important;
}
.wrapper #mainContent .rightColumn h3.eventHeader a {
	float: right;
	font-size: 60%;
	margin-top: 7px;
}
.wrapper #mainContent .rightColumn .eventItem .eventThb {
	float: left;
	width: 22%;
	margin-top: 3px;
}
.wrapper #mainContent .rightColumn .eventItem .eventDeets {
	float: left;
	width: 78%;
}
.wrapper #mainContent .rightColumn .eventItem p {
	font-size: 1.1em;
	margin: 0 0 8px 0;
}
.wrapper #mainContent .eventItem h3 {
	color: #2a7cb6;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 6px 0;
}
.wrapper #mainContent .mainEventItems h3 a, .wrapper #mainContent .eventItem h3 a {
	color: #2a7cb6;
	font-weight: bold;
	text-decoration: none;
}
.wrapper #mainContent .mainEventItems h3 a:hover, .wrapper #mainContent .eventItem h3 a:hover {
	text-decoration: underline;
}

/* =Block aggregator */
.wrapper #mainContent .block-aggregator {
	margin-top: 25px;
}
.small-caps {
	font-variant: small-caps !important;
}
.publication {
	font-family: Georgia, "Times New Roman", Times, serif !important;
}
.pub {
	font-family: Georgia, "Times New Roman", Times, serif !important;
}

/* =Flikr block */
.wrapper #mainContent .rightColumn .flkrBlock {
	background: #f0ede4;
	padding: 10px 3px 10px 10px;
}
.wrapper #mainContent .rightColumn .flkrBlock ul {
	clear: both;
	float: left;
	margin: 0 0 25px 0;
	padding: 0;
}
.wrapper #mainContent .rightColumn .flkrBlock ul li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 8px 0 0;	
}
.wrapper #mainContent .rightColumn .flkrBlock h3 {
	background: url('../images/sidebar-dashed-divider.gif') 0 100% no-repeat;
	color: #32250f;
	clear: both;
	font-size: 1.4em;
	padding-bottom: 10px;
}
.wrapper #mainContent .rightColumn .flkrBlock h3 a {
	font-size: 0.7em;
	margin-left: 6px;
}

/* =Social buttons
--------------------------*/
#sub .wrapper #mainContent .rightColumn .follow {
	background: #f0ede4;
	padding: 10px 0px 10px 0px;
}
#sub .wrapper #mainContent .rightColumn .sharePage{
	margin:10px 0 0 -3px;
}
#sub .wrapper #mainContent .rightColumn .follow ul {
	list-style: none;
	margin: 9px 0 0;
}
#sub .wrapper #mainContent .rightColumn .follow li {
	float: left;
	margin-right: 6px;
}

/* =Inner (content) aside
--------------------------*/
.wrapper #mainContent .mainBlockIn #contentRight {
	float: right;
}
.wrapper #mainContent .mainBlockIn .innerAside {
	border-left: 30px solid #fff;
	float: right;
	padding-top: 3px;
	width: 180px;
}

/* =feature block
-----------------*/
.feature img { display: block; }
.feature .deets ul, .feature .deets ol {
	margin-left: 20px;
}
.feature .deets ul li{
	list-style: disc;
}
.feature .deets ol li{
	list-style: decimal;
}
#mainContent .mainBlockWrap .feature p {
	margin: 0;
}
#mainContent .mainBlockWrap .feature .deets h3, 
.sidebarLeft .feature .deets h3, 
#home #discover .feature .deets h3,  
#mainContent .innerAside .feature .deets h3 {
	color: #5D5241;
	font-size: 1.6em;
	font-weight: bold;
	margin: 10px 0 0px;
	line-height: 1em;
}
#home #discover .feature .deets h3 {
	margin-top: 0;
}
#mainContent .mainBlockWrap .exhibition .deets h3{
	margin-top: 0;
}
.sidebarLeft .feature .deets h3{
	margin-top: 0;
}
.feature .deets h4, 
.sidebarLeft .feature .deets h4, 
#mainContent .mainBlockWrap .feature .deets h4 {
	font-size: 1.3em;
	color: #34322f;
}
.feature .deets h3 a { text-decoration: none; }
.feature .deets h3 a:hover { text-decoration: underline; 
	color: #2a7cb6;
}
.wrapper .feature .deets p.date, 
.wrapper .feature .deets p.meta {
	color: #908e8b;
	line-height: 1.4;
	margin-bottom: 3px;
}

/* =Inner content 2 col layout
------------------------------------------------*/
#innerContentWrap #innerContent {
	float: left;
	width: 381px;
	padding-top: 0;
}
.fullColumn #innerContentWrap #innerContent {
	float: left;
	width: 570px;
}
#innerContentWrap #innerContent .see-all-title {
	position: relative;
}
#innerContentWrap #innerContent .see-all-link {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 11px;
}
#innerContentWrap #innerContent h2 span, #innerContentWrap #innerContent span.see-all  {
	font-size: 11px;
	margin-left: 12px;
}
#innerContentWrap #innerContent .see-all {
	line-height: 2em;
	text-align:right;
	float:right;
}
#innerContentWrap #innerContent .embedded { margin: 25px 0; }
#innerContentWrap #innerContent .features { margin: 0px 0 0 -11px; }
#innerContentWrap #innerContent .buddySystem {
	clear: left;
	margin-bottom: 25px;
}
#sub #innerContentWrap #innerContent .feature,
#sub #innerContent .features .feature,
.mainBlockIn .feature {
	float: left;
	background: #f4f2ec url(../images/feature-bg.jpg) 0 100% no-repeat;		
	margin: 0 0 20px 11px;
	width: 180px;
	padding-bottom: 10px;	
}
#mainContent .mainBlock .mainBlockIn #contentRight .feature{
	margin-left: 0;
}
#innerContentWrap #innerContent .feature img {
	display: block;
}
#innerContentWrap #innerContent .feature .deets { 
	padding: 0 4px 0 9px;
}
#innerContentWrap #innerContent .feature .deets p { color: #4d4a46; }
#innerContentWrap .rightColumn {
	float: right;
	padding: 0 0 10px 0;
	width: 335px;
	margin: 9px 20px 0 0;
	position: relative;
	background: #f0ede4;
}
#innerContentWrap .rightColumn #right-inner-wrapper{
	padding: 0 10px;
}
.hasLargeBanner .rightColumn{
	top: 0 !important;
}
.fullColumn #innerContentWrap .rightColumn {
	float: right;
	width: 364px;
	position: relative;
	padding: 0 0 10px 0;
	margin: 0 15px 0 0;
}
.fullColumn #innerContentWrap .rightColumn h2 {
	border-bottom: 0;
	margin-bottom: 10px;
}
#innerContentWrap .rightColumn.rightColumnNb {
	background: none !important;
	top: 0;
}
#innerContentWrap .rightColumn h2 {
	border-bottom: 0;
	margin-bottom: 10px;
	padding: 12px 10px 10px 10px;
	color: #333;
	min-height: 25px;
	height: auto !important;
	height: 25px;	
	background: #f0ede4 url('../images/right_column_bg.png') 0 0 no-repeat;
}

#innerContentWrap .rightColumn h2#recent-blog-posts{
	background: none;
	margin: 0;
	height: auto;
	padding: 0;
}
#innerContentWrap .rightColumn .item { margin-bottom: 40px; }
#innerContentWrap .rightColumn .lastItem{ margin-bottom: 0px; }
#innerContentWrap .rightColumn .item .head {
	border-bottom: 1px solid #d9d5ca;
	clear: both;
	padding-bottom: 10px;	
	margin-bottom: 10px;
}
#innerContentWrap .rightColumn .item .head h3 {
	color: #32250f;
	float: left;
	font-size: 1.8em;
	margin: 0;
}
#innerContentWrap .rightColumn .flickr-block .head h3{
	width: 150px;
}
#innerContentWrap .rightColumn .item .head a {
	float: right;
	font-size: 1.1em;
	margin: 0 0 0 12px;
	position: relative;
	top: 4px;
}
#innerContentWrap .rightColumn .item h4 {
	font-size: 1.3em;
	margin: 10px 0 12px;
}
#innerContentWrap .rightColumn .news-article h4 {
	margin-bottom:0 !important;
}
#innerContentWrap .rightColumn .item h4 a { text-decoration: none; }
#innerContentWrap .rightColumn .item h4 a:hover { text-decoration: underline; }
#innerContentWrap .rightColumn .item h4 a { font-weight: normal; }
#innerContentWrap .rightColumn .item p {
	color: #2b2011;
	font-size: 1.1em;
}
#innerContentWrap .rightColumn .news-article p {
	font-size: 1.2em;
}
#innerContentWrap .rightColumn .item .head p  {
	font-size: 1em;
}
#innerContentWrap .rightColumn .item.photos ul {
	list-style: none;
	margin: 7px 0 0;
}
#innerContentWrap .rightColumn .item.photos li {
	float: left;
	margin: 8px 8px 0 0;
	width: 67px;
}
#innerContentWrap .rightColumn .item.follow ul {
	list-style: none;
	margin: 9px 0 0;
}
#innerContentWrap .rightColumn .item.follow li {
	float: left;
	margin-right: 6px;
}

/* =Right column callouts (horizontal) */
.twoColumnFixed .wrapper .rightColumn .feature {
	background: url('../images/sidebar-dashed-divider.gif') repeat-x scroll 0 100% transparent;
	padding: 0 0 20px;
	margin: 0 0 20px;
	width: 320px;
}
.twoColumnFixed .fullColumn .rightColumn .feature {
	width: 344px !important;
}
.twoColumnFixed .wrapper .rightColumn .last {
	background:none;
}
.twoColumnFixed .wrapper .rightColumn .feature img {
	display: block;
	float: left;
}
.twoColumnFixed .wrapper .rightColumn .feature .deets {
	float: left;
	margin-left: 11px;
	width: 120px;
	padding: 0 !important;
}
.twoColumnFixed .fullColumn .rightColumn .feature .deets{
	width: 150px !important;
}
.twoColumnFixed .wrapper .rightColumn .feature .deets h3 {
	margin: 0 !important;
}
.fullColumn #innerContentWrap .rightColumn .features .feature .deets {
	float: left; 
	margin-left: 11px;
	width: 150px;
	padding: 0;
}

/* =Events Calendar
------------------------------------------------------------------------------ */
#innerContentWrap .rightColumn #eventsCalendar {
	padding: 0 20px;
}
#innerContentWrap .rightColumn #eventsCalendar h2 {
	font-size: 2.4em;
	margin-top: 22px;
	margin-bottom: 70px;
}
#innerContentWrap .rightColumn #eventsCalendar .eventBlock {
	margin-bottom: 20px;
}
#innerContentWrap .rightColumn #eventsCalendar .eventBlock h3 {
	color: #32250f;
	font-size: 1.8em;
	padding-bottom: 10px;
	border-bottom: 1px dotted #d9d5ca;
}
#innerContentWrap .rightColumn #eventsCalendar .eventBlock h3 span {
	font-size: 0.7em;
	font-weight: normal;
}
#innerContentWrap .rightColumn #eventsCalendar .eventBlock h4 {
	margin: 0;
}
#innerContentWrap .rightColumn #eventsCalendar .eventBlock p {
	line-height: 18px;
}
#innerContentWrap .rightColumn #eventsCalendar .eventBlock a {
	text-decoration: none;
}

/* =Photo galleries
------------------------------------------------------------------------------ */
.wrapper #mainContent .photoAlbum ul {
	margin: 0;
	padding: 0;
}
.wrapper #mainContent .photoAlbum ul li {
	list-style: none;
	float: left;
	margin: 0 6px 6px 0;
}
.wrapper #mainContent .photoAlbum ul li img.galleryThumb {
	border: 1px solid #f4f4f4;
}

/* =Section navigation
------------------------------------------------------------------------------ */
.wrapper .sectionNav {
	background: url(../images/section_nav_bottom.gif) 0 100% no-repeat;
	font-size: 1.2em;
	font-weight: bold;
	height: 35px;
	margin-left: 3px;
	padding: 0 0 8px 11px;
	position: relative;
	top: 0;
	width: 964px;
}
.wrapper .no-side-nav .sectionNav {
	background: url(../images/section_nav_bottom-no-column.gif) 5px 100% no-repeat !important;
}
.wrapper .no-side-nav .sidebarLeft {
	margin-top: 21px;
}
.sectionNav ul { margin-left: 3px; }
.wrapper.fullColumn .sectionNav {
	background: url(../images/section_nav_bg.png) 5px 6px no-repeat;
	padding-bottom: 0;
  background-position-y: 0px;
}
.sectionNav li {
	float: left;
	height: 41px;
	margin-right: 5px;
}
.sectionNav li a {
	background: url('../images/section_nav_cap.png') 100% -300px no-repeat;
	color: #fff;
	display: block;
	height: 41px;
	padding-right: 4px;
	text-decoration: none;
}
.sectionNav li a span {
	background: url('../images/section_nav.png') 0 -300px no-repeat;
	display: block;
	height: 23px;
	padding: 12px 6px 0 10px;
}
.sectionNav li a:hover { background-position: 100% 0; }
.sectionNav li a:hover span { background-position: 0 0; }

/* =Active state */
.sectionNav li.active a, 
.sectionNav li.active-trail a {
	background-position: 100% -41px;
	color: #000;
}
.sectionNav li.active a span,
.sectionNav li.active-trail a span {
	background-position: 0 -41px;
	height: 27px;
	padding-top: 14px;
}

/* =Left column
------------------------------------------------------------------------------ */
.sidebarLeft {
	float: left;
	width: 213px;
}

/* =Sponsors (small - for sidenav)
---------------------------------*/
.sidebarLeft .sponsor {
	background: url('../images/sponsor_bottom_small.png') 0 100% no-repeat;
	margin: 0 0 27px 5px;
	padding-bottom: 12px;
	width: 190px;
}
.sidebarLeft .sponsor .sponsorIn {
	background: #ffffff url('../images/sponsor_top_small.png') 0 0 no-repeat;
	padding: 18px 16px 1px;
}
.sidebarLeft .sponsor .sponsorIn .bground {
	background: #ffffff url('../images/col-blkbground.jpg') 0 0 no-repeat;
	padding: 18px 16px 1px;
}
.sidebarLeft .sponsor .sponsorIn img {
	max-width: 158px;
}
.sidebarLeft .sponsor .quote { 
	font-size: 3em;
	font-weight: bold;
	margin: 0 0 11px;
	line-height: 0px;
}
.sidebarLeft .sponsor .quotefr { 
	font-size: 2em;
	font-weight: bold;
	margin: 0 0 11px;
	line-height: 0px;
}
.sidebarLeft .sponsor .sal { 
	font-size: 1.0em;
	font-weight: normal;
	margin: 0 0 11px;
	text-align: right;
	margin-top: -15px;
}
.sidebarLeft .sponsor h2 { 
	font-size: 1.6em;
	font-weight: bold;
	color: #bfa152;
	margin: 0 0 11 0px;
}
.sidebarLeft .sponsor h3 { 
	font-size: 1.3em;
	font-weight: normal;
	margin: 0 0 11px;
}
.sidebarLeft .sponsor p, .sidebarLeft .sponsor ul {
	color: #5c5954;
	font-size: 1.2em;
	margin: 0 0 20px;
}
.sidebarLeft .sponsor ul {
	list-style: disc;
	margin-left: 22px;
}
/* =Feature (for sidenav)
-------------------------*/
.sidebarLeft .feature {
	background: url('../images/feature_bottom_small.png') 0 100% no-repeat;
	margin: 0 0 10px 5px;
	padding-bottom: 6px;
	width: 180px;
}
.sidebarLeft .feature a {
	background: #fff;
	display: block;
	width: 180px;
}
.sidebarLeft .feature .deets {
	background: #fff;
	padding: 10px 8px 14px;
}
.sidebarLeft .feature .deets a, .sidebarLeft .feature a.editContent {
	background: transparent;
	display: inline;
	width: auto;
}
.sidebarLeft .feature p {
	margin: 0;
}

/* =Share this page (for sidenav)
---------------------------------*/
.sidebarLeft .sharePage { 
	margin: 0 0 10px 5px;
}

/* =Sub navigation
------------------------------------------------------------------------------ */
.sidebarLeft .sideNav {
	margin-top: 4px;
	width: 213px;
}
.sideNav .subSectionNav {
	background: url('../images/left_nav_cap.png') 0 100% no-repeat;
	font-weight: bold;
	margin-bottom: 23px;
	padding-bottom: 9px;
	position: relative;
}
.sideNav #emptySubSectionNav {
	background: url('../images/empty_left_nav_cap.png') 0 0 no-repeat;
	font-weight: bold;
	height: 0;
	margin-bottom: 23px;
	padding-bottom: 9px;
	position: relative;
}
.subSectionNav .in {
	background: url('../images/left_nav_top.png') 0 0 no-repeat #37612c;
	width: 213px;
}
.subSectionNav ul {
	font-size: 1.6em;
	padding: 0 0 10px 11px;
}
.subSectionNav .in-wrapper {
	background: url('../images/left_nav_bottom.png') 0 100% no-repeat transparent;
	min-height: 250px;
}
.subSectionNav li {
	background: url('../images/left_nav_arrow1.png') 179px 13px no-repeat;
	width: 202px;
}
.subSectionNav li.active, .subSectionNav li.active-trail {
	background: #172511;
}
.subSectionNav li a {
	/*background: url('../images/left_nav_arrow1.png') 179px 13px no-repeat;*/
	border-bottom: 1px solid #28501f;
	color: #fff;
	display: block;
	padding: 9px 33px 7px 5px;
	text-decoration: none;
}
.subSectionNav li a:hover {
	background: #27401e url('../images/left_nav_arrow1_hover.png') 179px 13px no-repeat;
	color: #c2a65b;
}
.subSectionNav li.active a,
.subSectionNav li.active-trail a,
.subSectionNav li.active a:hover,
.subSectionNav li.active-trail a:hover {
	background: #172511 url('../images/left_nav_arrow1_active.png') 179px 13px  no-repeat;
	color: #c2a65b;
	border: 0;
}

/* =Second level */
.subSectionNav li ul {
	background-image: none;
	border-top: 1px dotted #353d30;
	display: none;
	font-size: 0.81em;
	margin: 4px 0 0 7px;
	padding: 0 0 14px;
	min-height: 0;
}
.subSectionNav li.active ul, .subSectionNav li.active-trail ul { 
	display: block;
}
.subSectionNav li.active li, .subSectionNav li.active-trail li {
	background: transparent;
	margin: 0;
	padding-top: 0;
	width: 195px;
}
.subSectionNav li.active li a,
.subSectionNav li.active-trail li a,
.subSectionNav li.active li a:hover,
.subSectionNav li.active-trail li a:hover {
	background: url('../images/left_nav_arrow2.gif') 1px 10px no-repeat;
	color: #fff;
	margin-left: 0;
	padding: 5px 10px 4px;
}
.subSectionNav li.active li.active a,
.subSectionNav li.active-trail li.active-trail a,
.subSectionNav li.active li.active a:hover,
.subSectionNav li.active-trail li.active-trail a:hover {
	color: #c2a65b;
}
.subSectionNav li.active li a:hover,
.subSectionNav li.active-trail li a:hover{
	color: #c2a65b;
	text-decoration: none;
}

/* =Third level */
.subSectionNav li.active li ul,
.subSectionNav li.active-trail li ul {
	border-top: 0;
	font-size: 0.92em;
	margin: 4px 0 5px 8px;
	padding: 0;
}
.subSectionNav li li.active ul, 
.subSectionNav li li.active-trail ul { display: block;  }
.subSectionNav li li.active li,
.subSectionNav li li.active-trail li {
	margin-bottom: 1px;
	width: 187px;
}
.subSectionNav li.active li.active li a,
.subSectionNav li.active-trail li.active-trail li a,
.subSectionNav li.active li.active li a:hover,
.subSectionNav li.active-trail li.active-trail li a:hover,
.subSectionNav li.active-trail li.active-trail li.active-trail a,
.subSectionNav li.active-trail li.active-trail li.active-trail a:hover {
	background: url('../images/left_nav_arrow2.gif') 6px 8px no-repeat;
	color: #fff;
	margin-left: 0;
	padding: 4px 10px 4px 17px;
}
.subSectionNav li.active li.active li a:hover,
.subSectionNav li.active-trail li.active-trail li a:hover { color: #c2a65b; }
.subSectionNav li.active li.active li.active a,
.subSectionNav li.active-trail li.active-trail li.active a ,
.subSectionNav li.active li.active li.active a:hover,
.subSectionNav li.active-trail li.active-trail li.active a:hover,
.subSectionNav li.active-trail li.active-trail li.active-trail a {
	background: #223d1a url('../images/left_nav_arrow3_active.gif') 6px 8px no-repeat;
	color: #c2a65b;
}
.sideNav .subSectionNav .relatedItems {
	padding-top: 30px;
}
.sideNav .subSectionNav .relatedItems h2 {
	color: #80987a;
	font-size: 2em;
	font-weight: normal;
	margin-left: 15px;
}
.sideNav .subSectionNav .relatedItems ul {
	background: none;
	min-height: 0;
}
.sideNav .subSectionNav .relatedItems ul li {
	width: 202px;
}
.sideNav .subSectionNav .relatedItems ul li a {
	background: url('../images/left_nav_arrow1.png') 179px 13px no-repeat;
	display: block;
	color: #fff;
	padding: 9px 33px 7px 5px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	border-bottom: 0;
}
.sideNav .subSectionNav .relatedItems ul li a:hover {
	background: #27401e url('../images/left_nav_arrow1_hover.png') 179px 13px no-repeat;
	color: #c2a65b;
}

/*= Inner content
------------------------------------------------------------------------------ */
#mainContent .photo {
	background: #fff;
	border: 1px solid #dcd9ce;
	margin-bottom: 20px;
	padding: 6px;
}
#mainContent  .photoAlbum .photo{
	border: 0;
	padding: 0;
	margin: 0;
}
#mainContent .photo.pageHeader {
	border: 0;
	display: inline-block;
	margin-bottom: 15px;
	padding: 0;
	width: 732px;
}
.fullColumn #mainContent .photo.pageHeader {
	border: 0;
	display: inline-block;
	margin-bottom: 15px;
	padding: 0;
	width: 100%;
}
#mainContent #innerContent .pageHeader,  
#mainContent #innerContent .pageHeader .photoIn {
	width: 561px;
}
#mainContent #innerContent #highbox {
	background: #d2cab3;
	width: 360px;
	padding: 10px;
	overflow: hidden;
	clear: float;
}
#mainContent #innerContent #highbox .photoside {
	margin-right: 10px;
	float: left;
}
#mainContent .oneThirdFloated {
	float: right;
	width: 220px;
	margin-left: 20px;
}
#mainContent .clearCopyRight{
	clear: right;
}
#mainContent .clearCopyRightLeft {
	clear: left;
}
#mainContent .photo.oneThird {
	float: right;
	max-width: 206px;	
	zoom: 1;
}
#mainContent .photo.twoThirds {
	padding: 6px 7px;
	max-width: 506px;
}

#mainContent .photo.responsive {
	padding: 6px 7px;
	max-width: 100%;
}

#mainContent .photo.fullPhoto {
	padding: 6px 7px 6px 8px;
	width: 715px;
}
#mainContent .photo.callOutfullPhoto {
	padding: 6px 7px 6px 8px;
	width: 690px;
}
#mainContent .photo.leadingPhoto {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	width: 206px;
}	
#mainContent .photo.leadingPhotoRight {
	float: right;
	margin-left: 0;
	margin-right: 20px;
	width: 330px;
}	
#mainContent .photo.leadingPhotorec {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	width: 160px;	
}
#mainContent .photo .photoIn { position: relative; overflow: hidden;}
#mainContent .photo.fullPhoto .photoIn {
	overflow: hidden;
	width: 715px;
	max-width: 100%;
}
#mainContent .photo img { display: block; }
#mainContent .photo .controls {
	position: absolute;
	bottom: 0;
	right: 0;
}
#mainContent .photo .controls ul {
	list-style: none;
	margin: 0;
}
#mainContent .photo .controls li {
	float: right;
	height: 23px;
	margin: 0;
	width: 23px;
}
.photo .controls li a {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 23px;
	text-decoration: none;
	text-indent: -9999px;
	width: 23px;
}
.photo .controls li.copyright a { background-image: url('../images/photo_control_copyright.png'); }
.photo.showCredit .controls li.copyright a { background-position: -23px 0; }
.photo .controls li.magnify a { background-image: url('../images/photo_control_magnify.png'); }
#mainContent .photo .credit, #mainContent .photoAlbum .photo .caption {
	background: #e9e7de;
	display: none;
	padding: 4px;
	position: relative;
}
#mainContent .photo.showCredit .credit { display: block; }
#mainContent .photo .credit p {
	color: #5d5a57;
	font-size: 1.2em;
	margin: 0;
	padding-right:15px;
}
#mainContent .photo .credit a {
	background: url('../images/credit_close.gif') 0 0 no-repeat;
	height: 8px;
	position: absolute;
	right: 7px;
	text-decoration: none;
	text-indent: -9999px;
	top: 8px;
	width: 9px;
}
#mainContent .photo .caption { padding: 7px 3px 2px; }
#mainContent .photo .caption p {
	font-size: 1em;
	margin: 0;
}
#superbox-innerbox .caption p {
	margin-bottom: 8px;
}
#mainContent .photo .photoIn { position: relative; }
#mainContent .photo img { display: block; }
#mainContent .photo .controls {
	position: absolute;
	bottom: 0;
	right: 0;
}

/* =Pager */
.wrapper #mainContent .item-list ul.pager {
	list-style: none;
	text-align: center;
	margin: 0 0 15px 0;
	padding: 0;
}
.wrapper #mainContent .item-list ul.pager li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0 3px;
}
.item-list .pager {
	clear: none;
}

/* =Inner (content) aside
--------------------------*/
#mainContent .aside.innerAside {
	border-left: 30px solid #fff;
	float: right;
	padding-top: 3px;
	width: 180px;
}

/* =Deep navigation
--------------------*/
#mainContent .aside .deepNav {
	background: url('/images/deep_nav_bg.png') 0 100% no-repeat #eeece4;
	margin-bottom: 18px;
	padding: 12px 5px 20px;
}
#mainContent .aside .deepNav h2 {
	border-bottom: 0;
	color: #2b261e;
	font-size: 1.8em;
	margin: 0 0 5px 5px;
	padding-bottom: 0;
}
#mainContent .aside .deepNav ul {
	font-weight: bold;
	list-style: none;
	margin: 0;
}
#mainContent .aside .deepNav li { margin: 0; }
#mainContent .aside .deepNav li a {
	background: url('/images/deep_nav_arrow.png') 150px 11px no-repeat;
	border-bottom: 1px solid #d1cfc9;
	display: block;
	padding: 9px 30px 8px 5px;
	text-decoration: none;
}
#mainContent .aside .deepNav li.last a { border-bottom: 0; }
#mainContent .aside .deepNav li a:hover { text-decoration: underline; }
#mainContent .aside .deepNav li ul {
	border-bottom: 1px solid #d1cfc9;
	font-weight: normal;
}
#mainContent .aside .deepNav li li a {
	background: url('../images/deep_nav_arrow2.gif') 10px 4px no-repeat;
	border-bottom: 0;
	margin: 7px 0;
	padding: 0 5px 0 19px;
}

/* =Feeds
-----------------------------*/
#mainContent .block-aggregator .more-link {
	display: none;
}

/* =Feature (for inner asides)
-----------------------------*/
#mainContent .innerAside .feature {
	background: url('../images/feature_bottom_inner_aside.png') 0 100% no-repeat;
	margin-bottom: 18px;
	padding-bottom: 4px;
}
#mainContent .innerAside .feature .deets {
	background: #F4F2EC;
	padding: 9px;
}
#mainContent .innerAside .feature .deets h3 {
	margin-top: 0;
}
#mainContent .innerAside .feature .deets {
	padding-top: 10px !important;
}
#mainContent .mainBlockWrap .innerAside .feature p {
	margin: 0;
}

/* =Callout box
----------------------------*/
#mainContent .callOut {
	background: #e9e7de;
	margin: 20px 0;
	overflow: hidden;
	padding: 15px 15px 1px 15px;
	clear: both;
}
#mainContent .callOut.squeezed {
	clear: none;
	width: 489px;
}
#mainContent .callOut h2 {
	border: 0;
	margin: 0 0 4px;
	padding: 0;
}
#mainContent .callOut h2, 
#mainContent .callOut h3, 
#mainContent .callOut h4, 
#mainContent .callOut h5, 
#mainContent .callOut h6 {
	color: #5d5241;
}
#mainContent .callOut .photo {
	float: right;
	margin-bottom: 14px;
	margin-left: 15px;
}
#mainContent .callOut .photo.leadingPhoto {
	float: left;
	margin-left: 0;
}

/* =Callout box small
----------------------------*/
#mainContent .callOutsmall {
	background: #e9e7de;
	margin: 20px 0;
	overflow: hidden;
	max-width: 460px;
	padding: 15px 15px 1px 15px;
}
#mainContent .callOutsmall.squeezed {
	clear: none;
	width: 460px;
}
#mainContent .callOutsmall h2 {
	border: 0;
	margin: 0 0 4px;
	padding: 0;
}
#mainContent .callOutsmall h2, #mainContent .callOut h3, #mainContent .callOut h4, #mainContent .callOut h5, #mainContent .callOut h6{
	color: #5d5241;
}
#mainContent .callOutsmall .photo {
	float: right;
	margin-bottom: 14px;
	margin-left: 15px;
}
#mainContent .callOutsmall .photo.leadingPhoto {
	float: left;
	margin-left: 0;
}

/* =Content foot 
----------------------------*/
#mainContent .foot {
	background: #fff;
	border-top: 1px dotted #d7d7d7;
	clear: both;
	width: 712px;
	padding: 21px 30px 8px;
}
.fullColumn #mainContent .foot {
	width: 924px;
}
#mainContent .foot h5 {
	color: #040404;
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
	margin: 0 0 3px;
}
#mainContent .foot p {
	color: #5c5954;
	font-size: 1.1em;
	margin-bottom: 4px;
}
#mainContent .foot .plugins {
	font-size: 1.1em;
	list-style: none;
	margin-left: 0;
}
#mainContent .foot .plugins li {
	float: left;
	margin-right: 25px;
	white-space: nowrap;
}
#mainContent .foot .plugins li a {
	display: block;
	padding: 2px 0 1px 0;
	white-space: nowrap;
}
#mainContent .foot .plugins li a.pdf {
	background: url('../images/icon_pdf.gif') 0 0 no-repeat;
	padding: 2px 0 1px 23px;
}
#mainContent .foot .plugins li a.flash {
	background: url('../images/icon_flash.gif') 0 0 no-repeat;
	padding: 2px 0 1px 23px;
}

/* =Feature image carousel
------------------------------------------------------------------------------ */
#sub #mainContent #featureImgs {
	background: url('../images/carousel_dotted.gif') 0 100% no-repeat;
	width: 561px;
	margin: 0 0 15px 0;
	min-height: 310px;
	position: relative;
}
#sub #mainContent #featureImgs img {
	display: block;
	float: left;
	width: 360px; 
	height: 275px;
}
#sub #mainContent #featureImgs .deets { 	
	float: left;
	width: 174px;
	padding: 16px 10px 10px 16px;
}
#sub #mainContent #featureImgs h3 {
	color: #007e44;
	font-size: 1.6em;
	font-weight: normal;
}
#sub #mainContent #featureImgs h4 {
	color: #aba9a5;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 0 10px 0;
}
#sub #mainContent #featureImgs p {
	color: #34322f;
	font-size: 0.9em;
	margin: 0 0 12px 0;
}

#sub #mainContent #featureImgs h3 p {
  color: #007e44;
}
#sub #mainContent div#carousel {
	width: 561px;
}
#sub #mainContent .js-off {
	height: 275px;
	margin-bottom: 20px;
	overflow: hidden;
	background: #F0EDE4 !important;
}
#home .js-off li {
	display: none;
}
#home .js-off li.first {
	display: block;
}
#sub #mainContent div#carousel ul {
	list-style: none;
	margin: 0;
	width: 561px;
}
#sub #mainContent div#carousel .js { 
	overflow: hidden;
}
#sub #mainContent div#carousel .carousel-wrap {
	width: 561px;
}
#sub #mainContent div#carousel .IE .js .carousel-wrap {
	display: inline;
}
#sub #mainContent div#carousel ul li {
	background: #f0ede4;
	width: 561px;
	margin: 0;
}
.carousel-admin ul li{
	float:left;
	margin-bottom: 20px !important;
}
#sub #mainContent div#carousel .js ul li {
	overflow: hidden;
	float: left;
	width: 561px;
	margin: 0;
	height: 275px;
}
#sub #mainContent div#carousel .carousel-control {
	display: block;
	cursor: pointer;
}
#sub #mainContent div#carousel ul li img {
	display: block;
}
#sub #mainContent div#carousel ul li a {
	text-decoration: underline;
}
#sub #mainContent div#carousel .previous, div#carousel .next {
	position: absolute;
	width: 16px;
	height: 17px;
	z-index: 10;
	display: block;
	cursor: pointer;
}
#sub #mainContent div#carousel .previous {
	background: url('../images/carousel_prev.gif') 0 0 no-repeat;
	display: block;
	width: 16px;
	height: 17px;
	bottom: 15px;
	right: 30px;
	text-indent: -10000px;
}
#sub #mainContent div#carousel .next {
	background: url('../images/carousel_next.gif') 0 0 no-repeat;
	width: 16px;
	height: 17px;
	bottom: 15px;
	right: 3px;
	text-indent: -9999em;
}
#sub #mainContent div#carousel .next:hover, #sub #mainContent div#carousel .previous:hover {
	background-position: 0 -19px;
}
#sub #mainContent div#carousel .disabled, #sub #mainContent div#carousel .disabled:hover {
	background-position: 0 -38px;
	cursor: default;
}
#sub #mainContent div#carousel ul li cite {
	position: absolute;
	bottom: 3px;
	right: 10px;
	line-height: 19px;
	font-size: 11px;
}
#sub #mainContent div#carousel ul li cite a { 
	color: #fff;
	text-decoration: none;
}
#sub #mainContent div#carousel div.center-wrap {
	height: 35px;
	margin: 0 auto;
	clear: both;
}
#sub #mainContent div#carousel div.carousel-pagination {
	clear: both;
	font-size: 1.3em;
	position: relative;
	top: 2px;
}
#sub #mainContent div#carousel div.center-wrap div.carousel-pagination a {
	border-right: 1px solid #c8c5c1;
	font-weight: bold;
	display: block;
	float: left;
	cursor: pointer;
	text-decoration: none;
}
#sub #mainContent div#carousel div.center-wrap div.carousel-pagination a:last-child,
#sub #mainContent div#carousel div.center-wrap div.carousel-pagination a.last {
	border-right: 0;
}
#sub #mainContent div#carousel div.center-wrap div.carousel-pagination a.active {
	color: #aba9a5;
}
#sub #mainContent div#carousel div.center-wrap a span {
	padding: 0 5px;
}

/* Hide pager if only one item */
#sub #mainContent div#carousel.hidePager div.carousel-pagination,
#sub #mainContent div#carousel.hidePager .previous,
#sub #mainContent div#carousel.hidePager .next,
#sub #mainContent div#carousel.hidePager div.center-wrap {
	display: none;
}

/* Admin Page */
div.carousel-admin ul li { 
	position: relative;
}
div.carousel-admin ul li .additional-fields {
	font-size: 15px;
	position: absolute;
	top: 0;
	right: -320px;
	width: 300px;
}
div.carousel-admin ul li .additional-fields p { 
	margin-bottom: 10px;
}

/* =Sponsors
------------------------------------------------------------------------------ */
#mainContent .sponsor {
	background: url('../images/sponsor_bottom.png') 0 100% no-repeat;
	margin: 10px 0 7px 4px;
	padding-bottom: 12px;
}

#mainContent .sponsor .quote { 
	font-size: 3em;
	font-weight: bold;
	margin: 0 0 11px;
	line-height: 0px;
}
#mainContent .sponsor .quotefr { 
	font-size: 2em;
	font-weight: bold;
	margin: 0 0 11px;
	line-height: 0px;
}

#mainContent .sponsor.altSponsor { 
	background-image: url('../images/sponsor_bottom2.png'); 
}
#mainContent .sponsor .sponsorIn {
	background: url('../images/sponsor_top.png') 0 0 no-repeat;
	padding: 20px 17px 1px;
	position: relative;
}
#mainContent .sponsor.altSponsor .sponsorIn { background-image: url('../images/sponsor_top2.png'); }

/* =Full */
.fullColumn #mainContent .sponsor {	background: url('../images/sponsor_bottom_full.png') 0 100% no-repeat; }
.fullColumn #mainContent .sponsor.altSponsor { background-image: url('../images/sponsor_bottom2_full.png'); }
.fullColumn #mainContent .sponsor .sponsorIn { background: url('../images/sponsor_top_full.png') 0 0 no-repeat;}
.fullColumn #mainContent .sponsor.altSponsor .sponsorIn { background-image: url('../images/sponsor_top2_full.png'); }

#mainContent .sponsor.altSponsor .sponsorIn ul {
	list-style: disc;
	margin-left: 22px;
}
#mainContent .sponsor .sponsorIn ul {
	list-style: disc;
	margin-left: 22px;
}
#mainContent .sponsor .instance { margin-bottom: 18px; }
#mainContent .sponsor .instance p { margin-bottom: 0; }
#mainContent .sponsor h3 {
	/*float: left;*/
	margin: 0 7px 0 0;
	overflow: hidden;
	width: 170px;
	font-size: 1.5em;
	color: #007E44
}
#mainContent .sponsor p {
	color: #5c5954;
	font-size: 1.2em;
	margin-bottom:15px;
}
#mainContent .sponsor h2 {
    color: #007E44;
    font-size: 2em;
    font-weight: normal;
    margin: 0 0 5px;
}    
#mainContent .sponsor ul, #mainContent .sponsor ol {
	font-size: 1.2em;
}

.rtecenter {
 text-align: center;
}

/* =Feature blocks
------------------------------------------------------------------------------ */
#sub #mainContent .features { 
	margin-bottom: 23px;
	margin-left: -5px;
	clear: both;
}
#sub #mainContent #contentRight .features {
	margin-left: 0;
}
#sub #mainContent #right-inner-wrapper .features { 
	margin-left:0;
}
#sub #mainContent .features .feature .deets {
	padding: 0 9px 9px 9px;
}
#sub #mainContent .feature img { 
	display: block; 
}
#sub #mainContent .feature .deets h3 a { 
	text-decoration: none;
}
.feature h3 a:hover{
	text-decoration:none !important;
	color:#000 !important;
}
#sub #mainContent .feature .deets h3 a:hover { 
	color: #000; 
}
.deets p { 
	font-size: 1.1em !important;
	margin: 7px 0 0 0 !important;
}
#sub #mainContent .feature .deets ol,
#sub #mainContent .feature .deets ul { font-size: 1.1em; margin-top:7px; }
#sub #mainContent .feature .deets table ol,
.feature .deets table ul { font-size: 1.1em; }
.feature .deets .infoBlock {
	background: #e1ddd7;
	margin: 7px 0 0 0;
	padding: 10px 10px 3px 10px;
}
.feature .deets .infoBlock p{
	margin:0 0 7px !important;
}
.feature .deets .infoBlock h4 {
	color: #4d4a46;
	font-size: 1.1em;
	margin-bottom: 3px;
}
.feature .deets p.date {
	color: #908e8b;
	line-height: 1.4;
	margin: 0 0 3px 0;
}
/* =Site Map
------------------------------------------------------------------------------ */
#site-map .sitemap-box {
	margin-top: 30px;
	font-size: 1.1em;
}
#site-map .sitemap-box h2.title {
	display: none;
}
#site-map ul li {
	font-weight: bold;
	line-height: 17px;	
	list-style:none;
}
#site-map  ul li li,  #site-map ul li li {
	padding: 0 0 0 9px;
	margin: 0;
	position: relative;
}
#site-map .sitemap-box ul li li li {
	font-weight: normal;
}
#site-map .sitemap-box ul li a, #site-map ul li a {
	display: block;
	line-height: 16px;
	text-decoration: none;	
	margin: 22px 0 10px 0;
	padding: 0 0 8px 0;
	font-size:1.1em;
	font-weight:normal;
	border-bottom: 1px dotted #e2e1de;
}
.level-0 > a {
	font-size: 1.25em !important;
	font-weight: bold !important;
}
.level-1 > a {
	font-weight:bold !important;
}
#site-map .sitemap-box ul li li a, #site-map ul li li a {
	display: inline;
	width: auto;
	padding: 0;
	margin: 0;
	border: 0;
}
#site-map .level-4 {
	display: none;
}
#site-map .sitemap-box ul {
	margin: 10px 0 10px 20px;
}
#site-map .sitemap-box ul ul ul {
	margin: 10px 0 10px 15px;
}
#site-map .sitemap-box ul ul ul ul {
	margin: 3px 0 10px 15px;
}
#site-map .sitemap-box ul ul ul ul ul {
	margin: 0 0 0 15px;
}

/* =Crumb
---------*/
#mainContent ol#crumby {
	color: #8c836d;
	font-size: 1.1em;
	list-style: none;
	margin: 0 80px 14px 0;
}
#mainContent ol#crumby li {
	display: inline;
	margin: 0;
}
#mainContent ol#crumby li span {
	margin: 0 3px;
}
#mainContent ol#crumby li.last { font-weight: bold; }
#crumby li a {
	color: #AD8C34;
	text-decoration: none;
}
#crumby li a:hover { text-decoration: underline; }

/* =Breadcrumb
------------------------------------------------------------------------------ */
.breadcrumb {
	font-size: 1.0em;
	color: #8c836d;
	padding-bottom: 15px;
	line-height: 18px;
}
.fullColumn .breadcrumb {
	width: 560px;
}
.breadcrumb a {
	color: #b4984e;
	text-decoration: none;
}
.breadcrumb a:hover {
	color: #b4984e;
}
.breadcrumb span {
	color: #8c836d;
	line-height: 15px;
	font-size: 0.9em;
	padding: 0 2px 0 2px;
	position: relative;
	top: -1px;
}

/* =Common Links
------------------------------------------------------------------------------ */
.seeAll {
	text-align: right;
	font-size: 1em !important;
}
.readMore {
	text-align: right;
	font-size: 1em !important;
}
.editContent {
	clear: both;
}
.editContent a {
	color: #990033;
	font-size: 11px;
}
.skipNav {
	display: block;
	position: absolute; 
	top: -10000px;
	left: 0;
}

/* =Exhibitions
------------------------------------------------------------------------------ */
#mainContent .exhibitions { 
	clear: both;
	margin: 0 0 10px -12px; 
	padding:0;
	float:left;
}
#mainContent .exhibitions .buddySystem {
	clear: left;
	margin-bottom: 28px;
}
#mainContent .exhibitions .exhibition {
	float: left !important;
	margin: 0 0 0 12px !important;
	width: 360px !important;
	background:none;
}
#mainContent .exhibition img {
	float: left;
	width: 180px;
}
#mainContent .exhibition .deets {
	float: left;
	margin-left: 11px;
	width: 169px;
}
#mainContent .exhibition .deets p { color: #4d4a46; }

/* =Exhibitions - right sidebar */
.twoColumnFixed .rightColumn .exhibition {
	background: url('../images/h2_dashed_border.gif') 0 100% no-repeat;
	float: none;
	margin: 0 0 14px 0;
	padding-bottom: 14px;
}
.twoColumnFixed .rightColumn .exhibition:last-child {
	background: none;
}
.twoColumnFixed .rightColumn .exhibition img {
	float: left;
	width: 180px;
}
.twoColumnFixed .rightColumn .exhibition .deets {
	float: left;
	margin-left: 11px;
	width: 159px;
}
.twoColumnFixed .rightColumn .exhibition .deets h3 {
	font-weight: bold;
}
.twoColumnFixed .rightColumn .exhibition .deets h3 a {
	color: #2a7cb6;
	text-decoration: none;
}
.twoColumnFixed .rightColumn .exhibition .deets h3 a:hover {
	text-decoration: underline;
}

/* =Plugins
------------------------------------------------------------------------------ */

/* =Search form
------------------------------------------------------------------------------ */
.block-search, .block-google_cse {
	background: url('../images/search_text.png') 0 0 no-repeat;
	padding-left: 10px;
	position: absolute;
	right: 10px;
	top: 57px;
	width: 180px;
	height: 35px;
	line-height: 30px;
}
form#search-form {
	background: url('../images/search_text.png') 0 0 no-repeat;
	padding-left: 10px;
	width: 180px;
	height: 35px;
	line-height: 30px;
	position: relative;
	margin-top: 10px;
}
.block-search label, .block-google_cse h2 { 
	display: none; 
}
.block-search input.form-text, .block-google_cse input.form-text, form#search-form  input.form-text/*, #search input[type="text"]*/ {
	background: transparent;
	border: 0;
	color: #787672;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.2em;
	padding: 8px 0 0 !important;
	display: block;
	width: 130px;
}
form#search-form input.form-text {
	font-size: 1.4em !important;
	background: none !important;
	border: 0 !important;
}

#google-cse-searchbox-form {
    /* display: none; */
	background: url('../images/search_text.png') 0 0 no-repeat;
	padding-left: 10px;
	width: 180px;
	height: 35px;
	line-height: 30px;
	position: relative;
	margin-top: -90px;
	float: right;
}
.block-search input.form-submit,
#google-cse-searchbox-form input.form-submit,
.block-google_cse input.form-submit,
form#search-form  input.form-submit  {
	background: url('/sites/all/themes/realdecoy/images/search_go.png') 0 0 no-repeat transparent;
	border: 0;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	height: 31px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 35px;
	text-indent: -999px;
	text-transform: capitalize;
	overflow: hidden;
}
#edit-query {
	background: transparent !important;
	border: 0 !important;
}
#edit-sa {
	color: transparent;
}
form#search-form label{
	display: none;
}
.search .box h2 {
	display: none;
}

/* =Tables
------------------------------------------------------------------------------ */
table {
	border-bottom: 1px solid #b6b3ad;
	margin: 10px 0 20px;
	width: 100%;
}
table.page-controls, .page-controls tbody, .page-controls td{
	border: 0;
}
table.page-controls {
	border-top: 1px dotted #D7D7D7;
}
table.full-width {
	width: 100%;
}
table.invisible-table, table.invisible-table tbody, table.invisible-table td, table.invisible-table tr {
	border: 0 !important;
}
.feature table { margin: 7px 0 0 0 !important; }
thead th, thead td {
	background: #edece5;
	border: 0;
	color: #5d5241;
	font-size: 1.6em;
	font-weight: normal;
	padding: 3px 10px;
	text-align: left;
	vertical-align: top;
}
tbody { border-top: 1px solid #a5a08e; }
tbody td {
	border-bottom: 1px dotted #a5a08e;
	padding: 10px 10px 7px;
	vertical-align: top;
}
#mainContent .mainBlockWrap tbody td, #mainContent .mainBlockWrap tbody th {
	font-size:1.2em;
}
table th {
	padding: 10px 10px 7px;
	vertical-align: top;
	font-size: 1.4em !important;
}
table#floor-plan {
	width: 775px;
	border: 0;
	border-bottom: 0;
}
table#floor-plan tbody{
	border:0;
}
#floor-plan tbody td, #floor-plan thead th, #floor-plan thead th, #floor-plan td {
	padding: 0;
	border: 0;
	border-bottom: 0;
	margin: 0;
	vertical-align: middle;
}
#floor-plan tbody td img, #floor-plan tbody td a {
	border: 0;
	position: relative;
}
tbody .alternate td, .alternate th { background: #efeee7; }
.feature tbody td {
	padding: 3px;
	font-size: 1.1em !important;
}
#mainContent .mainBlockWrap tbody td p {
	margin: 0 0 3px;
	font-size: 1em;
}
#mainContent .mainBlockWrap tbody td ul,
#mainContent .mainBlockWrap tbody td ol {
	margin: 0 0 3px 20px;
	font-size: 1em;
}
#mainContent .mainBlockWrap tbody td ul li,
#mainContent .mainBlockWrap tbody td ol li { margin-bottom: 2px; }

table.rooms {
	background: none;
	border-left: 1px solid #ccc;
	margin-top: 0;
}
table.rooms tbody {
	border-top:0;
}
table.rooms th {
	background: #ccc;
	font-weight: bold;
	font-size: 1.2em;
	text-align: left;
	padding: 5px;
	border-right: 1px solid #ddd;
}
table.rooms th.last { border-right: none; }
table.rooms td {
	padding: 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* =Footer
------------------------------------------------------------------------------ */
.footer {
	margin: 0 auto;
	padding: 35px 0 20px 5px;
	width: 980px;
}
.footer .footerInner {
	background: #96BC73;
	margin-bottom: 13px;
	padding: 18px 145px 17px 20px;
	position: relative;
}
.footer .footerInner img.fluff {
	position: absolute;
	right: 0;
	top: -25px;
}
.footer .footerInner h2 {
	color: #007e44;
	font-size: 1.8em;
	font-weight: normal;
	margin: 0 0 8px;
}
.footer .footerNav {
	border-bottom: 1px solid #91ad73;
	margin-bottom: 12px;
	padding-bottom: 20px;
}
.footer .footerNav h2 { 
	margin-bottom: 14px;
}
.footerNav ul {
	float: left;
	font-size: 1.2em;
	margin-right: 10px;
	width: 180px;
}
.footerNav li { 
	margin-bottom: 3px; 
}
.footerNav li a,
.footerNav li a:visited  {
	color: #000; 
}
.footer .digits .address {
	color: #000;
	float: left;
	font-size: 1.2em;
	margin-right: 10px;
	width: 170px;
}
.footer .digits h3 { 
	font-weight: bold;
}
.footer .theEnd {
	min-height: 20px;
	padding: 6px 100px 0 0;
	position: relative;
}
.newsletter-signup {
	float: right;
	width: 150px;
}
.newsletter-signup button {
    background: url('/sites/all/themes/realdecoy/images/submit_button.png') no-repeat;
    border: 0;
    outline: 0;
    height: 31px;
    width: 35px;
    display: block;
    float: left;
    cursor: pointer;
}
.theEnd ul {
	color: #CBCBCB;
	font-size: 1.1em;
}
.theEnd li {
	border-left: 1px solid #919191;
	float: left;
	padding: 0 6px;
}
.theEnd li.copyright {
	border-left: 0;
	padding-left: 0;
}
.theEnd li a,
.theEnd li a:visited { 
	color: #CBCBCB;
}
.theEnd .logo {
	position: absolute;
	right: 0;
	top: 0;
}
.theEnd .access {
	position: absolute;
	right: 250px;
	top: 0;
}
.footer-links-block {
	float: left;
	width: 170px;
	margin-right: 10px;
}
.footer-links-block a,
.footer-links-block a:visited {
	display: block;
	font-size: 1.2em;
	color: #000;
}
.footer-links-block a:hover,
.footer-links-block a:focus {
	text-decoration: none;
}

/* =Misc admin + admin nav
------------------------------------------------------------------------------ */
a.editContent {
	display: block;
	color: #cc0000;
	margin: 3px 0;
}
.editRow a, .editContent a {
	color: #cc0000;
	font-size: 11px;
	margin: 3px 0;
}
.sidebarLeft .editRow a {
	margin: 0;
}
a.administer {
	color: #cc0000 !important;
}
.block-user {
	margin-top: 10px;
}
.block-user ul {
	margin: 0 !important;
	padding: 0 !important;
}
#tabs-wrapper {
	margin-bottom: 30px;
	width: 100%;
	background: #e8e8e8;
}
#tabs-wrapper ul.tabs {
	float: left;
	padding: 0;
	margin: 0;
	border: 0;
}
#tabs-wrapper ul li {
	float: left;
	list-style: none;
	padding: 5px 5px 3px 0;
	margin: 0;
	background-color: #e8e8e8;
}
#tabs-wrapper ul li a {
	float: left;
	padding: 5px;
	margin-left: 10px;
	border: 0;
	background-color: #e8e8e8;
}
#home #tabs-wrapper, 
#home #tabs-wrapper ul li, 
#home #tabs-wrapper ul li a {
	background-color: #d6bb6f;
}
#tabs-wrapper ul li.active a {
	background: #FFF;
	text-decoration: none;
	color: #000;
}

/* =Override system menus
------------------------------------------------------------------------------ */
ul.menu {
	list-style: none;
	border: none;
	text-align: left;
}
ul.menu li {
	margin: 0;
}
li.expanded {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}
li.collapsed {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}
li.leaf {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}
td.menu-disabled {
	background: #ccc;
}
ul.links {
	margin: 0;
	padding: 0;
}
ul.links.inline {
	display: inline;
}
ul.links li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.block ul {
	margin: 0;
	padding: 0;
}
object, embed{
	position: relative;
	z-index: 1;
}
.menu-site-map .item.level-0 {
	border: 0;
}

/* =Right Column Menus
---------------------------------------------------- */
#contentRight ul.menu {
	margin: 0 0 10px;
	background: #eeece4;
	padding: 5px;
}
#contentRight ul.menu li {
	list-style: none;
	margin: 0;
	padding: 0 0 4px;
	border-bottom: 1px solid #d3cfc3;
}
#contentRight ul.menu li.last {
	border: 0;
	padding: 0;
}
#contentRight ul.menu li a {
	display: block;
	padding: 10px 22px 6px 5px;
	text-decoration: none;
	font-weight: bold;
	background: url('../images/right-column-nav-arrow.jpg') 0 100% no-repeat;
}
#contentRight ul.menu li a:hover {
	background-position: 100% 100%;
	color: #42391f;
}
#contentRight ul.menu li.active-trail {
	padding-bottom: 0;
}
#contentRight ul.menu li.active-trail a {
	background: none;
	padding-bottom: 10px;
	color: #574833;
	background: #c4beb0;
}
#contentRight ul#event-menu{
	margin-bottom: 0;
}
#contentRight .menu-block {
	background: #EEECE4 url(../images/right-menu-bottom.jpg) 0 100% no-repeat;
	padding-bottom: 5px;
}
#contentRight .menu-block h2 {
	color: #38332b;
	padding: 10px 10px 0;
}

/* =Colours
-----------------*/
.red {
	color: #cc0000 !important;
}
.green {
	color: #007E44 !important;
}
.brown {
	color: #5D5241 !important;
}
.black {
	color: #000 !important;
}
.tan {
	color: #AD8C34 !important;
}
.gray {
	color: #7F7757 !important;
}

/*Page Labels
---------------------------------------------------- */
div.page-label{
	position: absolute;
	top: -8px;
	right: 5px;
	width: 85px;
	height: 90px;
	overflow: hidden;
	text-indent: -999px;
	z-index: 1000;
}
div#kids-event-label {
	background: url('../images/kids-tag.png') 50% 50% no-repeat;
}
div#exhibition-across-canada-label{
	background: url('../images/eac-tag.png') 50% 50% no-repeat;
}

/* =Event Pages
---------------------------------------------------- */
#learn-more-series {
	display: block;
	background: #d8c77d url('../images/learn-more-series.jpg') 0 100% no-repeat;
	padding: 10px 35px 18px 15px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#learn-more-series:hover {
	background: #d8c77d url('../images/learn-more-series.jpg') 100% 100% no-repeat;
	color: #42391f;
}

/* =Event Details */
div#event-page {
	width: 520px;
}
#event-details {
	background: #f6f5f2;
	padding: 10px;
	margin: 20px 0;
}
#mainContent .mainBlockWrap #event-details ul {
	margin: 0;
}
#mainContent .mainBlockWrap #event-details ul li {
	list-style: none;
}
#mainContent .mainBlockWrap #event-details ul li#event-type {
	color: #999;
}
#mainContent .mainBlockWrap #event-details ul li#event-for-kids {
	background: url('../images/kids-label-bg.jpg') 0 0 no-repeat;
	padding: 0 0 0 47px;
	line-height: 35px;
	height: 35px;
}
#mainContent .mainBlockWrap h2#where-to-see-it,
#mainContent .mainBlockWrap h2#past-venues {
	background: #edece5;
	color: #5d5241;
	padding: 10px;
}
div#where-to-see-it-text,
div#past-venues-text {
	padding: 20px 20px 10px;
	background: #f6f5f2;
}
#mainContent .mainBlockWrap h2#past-venues {
	margin-top: 1em;
}

/* =Event Listing */
div.calendar-listing {
	background: url("../images/sidebar-dashed-divider.gif") repeat-x scroll 0 100%;
	float: left;
	width: 506px;
	min-height: 70px;
	height: auto !important;
	height: 70px;
	padding: 20px 0;
} 
.rightColumn div.calendar-listing {
	width: 318px;
	padding: 10px 0;
}
.fullColumn .rightColumn div.calendar-listing {
	width: 340px;
}
.rightColumn div.kids {
	padding-bottom: 20px;
}
div.last {
	border-bottom: 0;
	background: none;
}
#today-sidebar-listing div.last {
	background: url("../images/sidebar-dashed-divider.gif") repeat-x scroll 0 100%;
}
div.closed {
	padding: 10px 10px 10px 0;
	width: 496px;
}
div.closed-day{
	display: none;
}
div.internal-closed{
	background: #fcf9a8;
	padding: 10px;
	float: left;
	width: 476px;
}
.rightColumn div.internal-closed {
	width: 295px;
}
.fullColumn .rightColumn div.internal-closed {
	width: 335px;
}
div.calendar-listing:last-child {
	border-bottom: 0;
}
div.calendar-listing .listing-thumbnail {
	float: left;
	width: 80px;
	position: relative;
}
span.event-for-kids {
	width: 55px;
	display: block;
	height: 45px;
	overflow: hidden;
	text-indent: -999px;
	background: url('../images/event-thumbs/kids-icon.png') 50% 50% no-repeat;
	position: absolute;
	bottom: -16px;
	right: 9px;
}
#mainContent .mainBlockWrap div.calendar-listing ul.listing-content {
	margin-left: 0;
	float: left;
	width: 380px;
}
#mainContent .mainBlockWrap div#theme-event-listing div.calendar-listing ul.listing-content {
	width: 625px;
}
#mainContent .mainBlockWrap .rightColumn div.calendar-listing ul.listing-content {
	width: 230px;
}
#mainContent .mainBlockWrap .rightColumn  div.closed ul.listing-content {
	width: 210px;
}
.fullColumn #mainContent .mainBlockWrap .rightColumn div.calendar-listing ul.listing-content {	
	width: 255px;
}
#mainContent .mainBlockWrap div.calendar-listing ul.listing-content li { 
	list-style: none;
}
.listing-title {
	font-size: 1.3em;
	font-weight: bold;
}
.listing-title a {
	text-decoration: none !important;
}
.closed .listing-title {
	color: #8b0a00;
}
.listing-category {
	color: #999;
}
#mainContent .mainBlockWrap div.calendar-listing ul.listing-content li.listing-sub-title {
	font-weight: bold;
	margin-bottom: 10px;
}
#mainContent .mainBlockWrap div.calendar-listing ul.listing-content li p {
	margin-bottom: 0;
}

/* =Category Tabs */
div#all-event-listing {
	background: url('../images/all-listing-side.jpg') 500px 0 no-repeat;
	border-top: 1px solid #e4e3e1;
	width: 506px;
	min-height: 150px;
}
div#all-event-listing h3 {
	clear: left;
	padding-top: 20px;
}
.calendar-day-listing div#theme-event-listing {
	background: #fcfbfa;
}
div#theme-event-listing .calendar-listing {
	margin: 0 10px;
	width: auto;
}
div#theme-event-listing h2#theme-event-title {
	background: #edece5;
	color: #5d5241;
	clear: both;
	padding: 10px;
}
#mainContent .mainBlockWrap p#no-events {
	margin-top: 10px;
	clear: left;
}
#mainContent .mainBlockWrap div#category-tabs {
	margin: 20px 0 0 0;
	padding: 0;
}
#mainContent .mainBlockWrap div#category-tabs ul {
	margin: 0;
	padding: 0;
	width: 506px;
	height: 26px;
}
#mainContent .mainBlockWrap div#category-tabs ul li {
	margin-left: 2px;
	list-style: none;
	float: left;
	background: url('../images/tab-right.jpg') 100% 0 no-repeat;
	padding: 0 4px 0 0;
	margin: 0 0 0 2px;
}
#mainContent .mainBlockWrap div#category-tabs ul li a {
	float: left;
	display: block;
	background: url(../images/tabe-left.jpg) 0 0 no-repeat;
	padding: 5px 10px 8px 14px;
	margin: 0;
	color: #747474;
	text-decoration: none;
	font-size: 1.2em;
}
#mainContent .mainBlockWrap div#category-tabs ul li a:hover {
	color: #000;
}
#mainContent .mainBlockWrap div#category-tabs ul li.active {
	background: url('../images/active-tab-right.jpg') 100% 0 no-repeat;
}
#mainContent .mainBlockWrap div#category-tabs ul li.active a {
	background: url('../images/active-tab-left.jpg') 0 0 no-repeat;
	color: #5f5544;
}
h2.calendar-title{
	padding-bottom: 20px;
}

/* =Show-kids */
a#kids-only {
	display: block;
	background: url('../images/kids-only.jpg') 0 0 no-repeat;
	margin-bottom: 0;
	padding: 9px 20px 7px 90px;
	text-decoration: none;
	color: #4c4436;
}
a.kids-on{
	background: url('../images/kids-only.jpg') 100% 0 no-repeat !important;
	color: #fff !important;
}

/* =Mini-calendar */
div#mini-calendar{
	padding:0 5px 16px;
	background:#EEECE4 url('../images/calendar-bg.jpg') 0 100% no-repeat;
}
table.mini {
	width: 170px;
	font-size: 1em;
	background: #f1efe9;
	margin: 0;
	border: 0;
}
div#mini-calendar thead th, div#mini-calendar thead td, div#mini-calendar td {
	font-size: 1.2em;
	width: 24px;
	text-align: center;
	padding: 0 !important;
	border: 0;
	border: 2px solid #F1EFE9;
}
div#mini-calendar thead th {
	font-weight: bold;
	background: #98958a;
	color: #F1EFE9;
	border: 2px solid #F1EFE9;
	padding: 3px 0 !important;
}
div#mini-calendar td a {
	text-decoration: none;
	color: #655a48;
	display: block;
	padding: 3px 0;
}
div#mini-calendar td a:hover {
	color: #F1EFE9;
	background: #98958a;
}
div#mini-calendar td.today a {
	background: #e1ded6;
	color: #655a48;
}
div#mini-calendar td.active-day a {
	background: #c4c1b8;
	color: #655a48;
}
div.calendar-empty {
	display: none;
}
div#mini-cal-header {
	background: #EEECE4;
	padding: 0 5px 0 5px;
}
#mainContent .mainBlockWrap div#mini-cal-header p {
	margin: 0;
	padding: 5px 0 10px 0;
	font-size: 1.1em;
	color: #655A48;
}
div.date-navigator{
	background: #dddbd2;
	padding: 0;
}
div.date-navigator .next, div.date-navigator .prev {
	float: left;
	width: 25px;
	height: 30px;
	position: relative;
}
div.date-navigator .next a, div.date-navigator .prev a {
	display: block;
	text-indent: -10000px;
	overflow: hidden;
	height: 30px;
	width: 25px;
	top: 0;
	left: 0;
	position: absolute;
}
div.date-navigator .next a{
	background: url('../images/calendar-previous-next.jpg') no-repeat scroll 100% 0 transparent;
}
div.date-navigator .prev a{
	background: url('../images/calendar-previous-next.jpg') no-repeat scroll 0 0 transparent;
}
div.date-navigator .next a:hover {
	background-position: 100% 100%;
}
div.date-navigator .prev a:hover {
	background-position: 0 100%;
}
div.date-navigator .date-heading {
	float: left;
	width: 120px;
	text-align: center;
}
#mainContent .mainBlockWrap div.date-navigator .date-heading h3 {
	color: #413c34;
	height: 30px;
	line-height: 30px;
}

/* =Today's Sidebar */
div#today-sidebar-listing {
	position: relative;
	overflow: visible;
	margin-bottom: 10px;
}
a#view-full-schedule-button {
	clear: both;
	background: url('../images/calendar-button-right.png') 100% 0 no-repeat;
	display: block;
	padding-right: 5px;
	text-decoration: none;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
a#view-todays-schedule-button {
	display: block;
	font-size: 1.2em;
	padding: 0 20px 10px 0;
	text-align: right;
	background: url('../images/right-column-nav-arrow-v2.jpg') 100% -1px no-repeat;
	font-weight: bold;
	text-decoration: none;
	color: #2A7CB6;
}
a#view-todays-schedule-button:hover {
	color: #42391F;
	background-position: 100% -83px;
}
a#view-full-schedule-button span {
	background: url('../images/calendar-button.png') 0 0 no-repeat;
	display: block;
	padding: 11px 5px 10px 10px;
} 
a#view-full-schedule-button:hover {
	background-position: 100% 100%;
	color: #fff;
}
a#view-full-schedule-button:hover span {
	background-position: 0 100%;
	color: #fff;
}

/* =Staff Block */
.staff-block{
	margin-top: 10px;
	margin-bottom: 10px;
}
.staff-block-left{
	padding-left: 40px;
	width: 240px;
	float: left;
}
#mainContent .mainBlockWrap .staff-block-left p {
	margin: 0;
}
.staff-block-right{
	float: left;
	margin-left: 20px;
	width: 430px;
	display: inline;
}
.staff-directory-alpha-letter {
	background-color: #E9E7DE;
	padding: 5px 10px;
	font-size: 12px;
}
.alpha-index{
	font-size: 14px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.staff-info {
	width: 50px;
}
.fr .staff-info{
	width: 70px;
}
.staff-separator {
	border: 1px dotted #e2e1de;
}
.staff-block-right table {
	border-bottom: 0 none;
	margin: 0 0 20px 0;
}
#mainContent .mainBlockWrap p.staff-deets{
	margin-bottom: 0;
}
.staff-block-right tbody {
	border-top: 0 none;
	margin: 0;
}
.staff-block-right tbody td {
	border-bottom: 0 none;
	padding: 0;
}
.staff-top-link {
	text-align: right;
}
.alpha-letter {
	padding-left: 3px;
	padding-right: 3px;

}
.alpha-disabled {
	color: #bbb;
}

/* =Career Competition */
#career-competition-block {
	background-color: #f6f5f2;
	padding: 10px;
	margin: 10px 0;
}

/* =Web Forms */
.form-item {
	margin-bottom: 15px;
	margin-top: 0;
}
.form-checkboxes .form-item, .form-radios .form-item {
	margin-bottom: 0;
}
.form-checkboxes, .form-radios {
	margin-left: 10px;
}
.webform-client-form .form-text, .form-item .form-text {
	border: 0 none;
	background: #f1f1ef url('../images/form-field.jpg') no-repeat;
	padding: 7px 0 7px 10px;
	color: #787672;
	font-family: arial,helvetica,sans-serif;
	font-size: 1.4em;
}
#edit-keys-wrapper {
	border: 1px solid #787672;
	margin: 0;
	padding: 8px 0;
}
#search-form #edit-keys-wrapper {
	border: 0;
	margin: 0;
	padding: 0;
}
.form-item .form-autocomplete {
	height: 20px !important;
	line-height: 20px !important;
}
.form-item .error {
	border: 1px solid #c5050e;
}
#nodeaccess-grants-form .search-form strong {
	display: block;
	padding-bottom: 7px;
}
#autocomplete{
	background: #fff;
}
#nodeaccess-grants-form .search-form .container-inline {
	width: 380px;
}
.fr #nodeaccess-grants-form .search-form .container-inline {
	width: 400px;
}
#nodeaccess-grants-form .search-form #edit-search {
	background: url('/sites/all/themes/realdecoy/images/fpo/submit-bg.jpg') 0 0 repeat-x;
	height: 31px;
	line-height: 31px;
	font-weight: bold;
	color: #fff;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	margin-top: -4px;
}
#nodeaccess-grants-form .search-form #edit-search:hover {
	cursor: pointer;
}
#nodeaccess-grants-form .submit-button {
	margin-top: 20px;
}
.webform-client-form .form-textarea {
	border: 0 none;
	font-family: Arial, Helvetica, sans-serif;
	background: #f1f1ef url('/sites/all/themes/realdecoy/images/form-field-area.jpg') no-repeat;
	width: 606px;
	height: 310px;
	padding-top: 10px;
	padding-left: 5px;
	color: #787672;
	font-size: 1.4em;
}
label {
	font-weight: normal;
	font-size: 1.2em;
	padding: 0 0 5px 8px;
	display: block;
	position: relative;
}
label.not-required {
	padding-left: 0;
}
span.form-required {
	position: absolute;
	left: 0;
	top: 0;
	color: #c5050e;
}
.webform-client-form #edit-submitted-your-contact-information-telephone-wrapper input {
	width: 180px;
}
#edit-submit, #edit-reset, .edit-submit, div.submit-button a, div.submit-button #edit-delete, #edit-previous, #edit-next{
	display: block;
	background: transparent url('/sites/all/themes/realdecoy/images/submit-button-repeat.jpg') 0 0 repeat-x;
	height: 31px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 31px;
	font-weight: bold;
	color:#FFF;
	margin: 0 .4em 0 0;
	padding: 0 7px 0 7px;
	border: 0;
	border-radius: 5px;
}
.edit-submit, #edit-reset, 
div.submit-button a,
div.submit-button #edit-delete {
	margin-left:1 0px;
	text-decoration: none;
}
#edit-submit:hover, #edit-reset:hover,
.edit-submit:hover, div.submit-button a:hover {
	cursor: pointer;
}
div.submit-button, div.form-actions {
	margin: 10px 0 3px;
	float: left;
}
.views-exposed-widget div.submit-button {
	margin: 0;
	padding-left: 10px;
	background: none;
	display: inline;
}
.views-exposed-widget {
	padding: 0 !important;
}
.views-exposed-widget div {
	float: left !important;
}
.views-exposed-form {
	margin: 10px 0;
}
.webform-client-form div fieldset legend {
	color: #AD8C34;
	font-size: 1.7em;
	font-weight: normal;
	margin: 0;
	padding-top: 20px;
}
.webform-client-form li {
	padding-bottom: 5px;
}
.webform-client-form .form-select {
	background: #f1f2ed url("/sites/all/themes/realdecoy/images/form-field-double.jpg") repeat scroll 0 0;
	border: 0;
	padding: 7px 7px 6px;
}
legend {
	color: #007E44;
	font-size: 2em;
	font-weight: normal;
	margin: 0 0;
	padding-top: 15px;
}
legend a{
	text-decoration: none !important;
	color: #007E44 !important;
}

/* =Contact Us */
.contact-us-address-block {
	float: left;
	padding-right: 50px;
}
.full-span {
	width: 100%;
}
.twoThirdFloated {
	float: right;
	width: 520px;
	margin: 0 0px 20px 20px;
}
.twoThirdLeading {
	width: 520px;
	float: left;
	margin: 0 20px 20px 0;
}
.contact-us-wrapper {
	padding-top: 20px;
}
#edit-submitted-your-comment-subject,
#edit-submitted-votre-commentaire-objet {
	background: transparent url('/sites/all/themes/realdecoy/images/form-field-double.jpg');
	width: 600px;
}

/* =Experts */
.view-staff-directory table,
.view-staff-directory tbody,
.view-staff-directory tbody td {
	border: none;
	padding: 0;
}
.view-id-staff_directory .views-accordion-item {
		display: inline-block;
		margin-right: 10px;
}
.expert-block {
		display: block;
		width: 260px;
		margin: 5px;
		font-size: 14px;
}
.expert-block-left {
	display: inline-block;
	width: 72px;
}
.expert-block-left img {
	width: 100%;
	height: auto;
}
.expert-block-right {
	display: inline-block;
	vertical-align: top;
	width: 174px;
	padding-left: 10px;
}
.expert-name-link {
	padding-top: 5px;
}
.expert-degree {
	font-size: 80%;
}
#mainContent .mainBlockWrap .expert-social-media ul {
		width: 100%;
		list-style: none;
		margin: 0;
}
#mainContent .mainBlockWrap .expert-social-media ul li {
		float: left;
		margin: 10px 10px 10px 0;
}
.view-research-related-to-staff {
  margin-bottom: 3em;
}
#mainContent .mainBlockWrap .view-staff-related-to-research h3,
#mainContent .mainBlockWrap .view-research-related-to-staff h3 {
		color: #000;
}
.view-staff-related-to-research .expert-block {
		font-size: 14px;
		width: 310px;
}
.view-staff-related-to-research .expert-block-left {
		width: 90px;
}
.view-staff-related-to-research .expert-block-right {
		width: 205px;
}
.expert-block-right.expert-block-right-full,
.view-staff-related-to-research .expert-block-right.expert-block-right-full  {
		width: 100%;
		padding-left: 0;
}
#mainContent .mainBlockWrap .expert-block h4 {
		/*font-weight: normal;*/
		font-size: 1.1em;
		color: #000;
}
/* Expert page styles */
.expert-section {
	/*font-size: 13px;*/
}
.expert-title-section {
}
#mainContent .mainBlockWrap .expert-section h1 {

}
#mainContent .mainBlockWrap .expert-section h2 {

}
#mainContent .mainBlockWrap .expert-section h3 {
	margin: 5px 0;
}
#mainContent .mainBlockWrap .expert-section h4 {
	color: #000;
}
.expert-title-section .expert-name {

}
#mainContent .mainBlockWrap h2.expert-title {
	color: #706a5e;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
	padding: 0;
}


.expert-intro-section {
	background-color: #e0dac9;
	padding: 10px;
}

.blog-posts ul p a {
		display: block;
}

/**/
.expert-intro-right {
}
.expert-intro-right-full {
  
}
.expert-intro-left .expert-text {
		margin-left: 15px;
}
.expert-image {
	width: 100%;
}
.expert-image img {
	max-width: 40%;
	float: right;
}

/**/
.expert-intro-left {
  
}
#mainContent .mainBlockWrap .expert-intro-left h3.contact-header {
  font-size: 1.6em;
}
.expert-intro-left .contact-detail {
  font-size: 1.4em;
}

/**/
.expert-profile {
	margin: 2em 0;
}

/* Expert tabs */
#mainContent .mainBlockWrap .expert-tabs {
  padding: 0;
  list-style: none;
	font-size: 1.4em;
	border-bottom: 1px solid #7a6d4f;
	margin-left: 0;
	margin-right: 10px;
	padding: 0 0 0 10px;
	width:	auto;
}
.expert-tabs > li > a {
  display: block;
  padding: 10px 15px;
  background: #7a6d4f;
  /*border-top: 1px solid #eee;
  border-bottom: 1px solid #999;*/
  border-top: 1px solid #7a6d4f;
  border-right: 1px solid #7a6d4f;
  border-left: 1px solid #7a6d4f;
	border-bottom: 1px solid #7a6d4f;
  text-decoration: none;
  color: #FFF;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		margin-bottom: -1px;
}
.expert-tabs li a:hover,
.expert-tabs li a.active-tab {
  background: #FFFFFF;
  color: #7a6d4f;
	border-bottom: 1px solid #FFFFFF;
}

/*@media (min-width: 30em) {*/
  .expert-tabs {
    width: 80%;
    position: relative;
    border: none;
  }
  .expert-tabs li {
    display: inline;
  }
  .expert-tabs li a {
    display: inline-block;
  }
/*}*/

/**/

@media only screen and (min-width: 721px) {
	.expert-intro-right {
		float: right;
		width: 35%;
		padding-left: 10px;
	}
  .expert-intro-right-full {
    width: 100%;
    float: none;
    pading: 10px;
  }
	.expert-intro-left {
		float: left;
		width: 60%;
	}
	.expert-image img {
		max-width: 100%;
		float: none;
	}
  #google-cse-searchbox-form  {
		display: block;
	}
}

.view-research-content .views-accordion-item {
		width: 285px;
		/*float: left;*/
}
.research-block {
	display: block;
	margin: 5px;
	width: 325px;
	font-size: 14px;
}
table.research-grid,
table.research-grid tbody,
table.research-grid td {
		border: none;
		margin: 0;
}
.research-block h4 {
		font-size: 1em;
		color: #000;
}
.program-link {
		font-size: 85%;
}
.archived-program-link {
		float: right;
		font-size: 120%;
		padding-top: 10px;
}
.research-block .research-block-title {
	text-decoration: none;
	margin-bottom: 0.3em;
}
.research-block-left {
	display: inline-block;
	width: 70px;
	height: 70px;
}
.research-block-left img {
	width: 100%;
	height: auto;
}
.research-block-right {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	padding-left: 10px;
}
.research-block-right-full {
	width: 100%;
	padding-left: 0;
}
.expert-degree {
	font-size: 80%;
}


.bv02-html-block-module img {
		max-width: 100%;
}
.bv02-html-block-module h3,
#mainContent .mainBlockWrap .bv02-html-block-module h3 {
		color: #32250f;
		float: left;
		font-size: 1.8em;
		margin: 0;
}

.views-accordion {
		margin-top: 10px;
}
.accordion-active {
		margin-right: 10px;
		border: none;
}
.accordion-content {
		margin: -5px -3px 9px 9px;
		padding: 0 10px 10px 10px;
		background-color: #f2f2ea;
		font-size: 1.5em;
		z-index: 1;
		overflow: hidden;
		position: relative;
		top: -7px;
		-webkit-border-bottom-right-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-bottomright: 10px;
		-moz-border-radius-bottomleft: 10px;
		border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;
}
#mainContent .mainBlockWrap h3.accordion-header {
		position: relative;
		z-index: 2;
		color: #007e44;
		font-size: 1.8em;
		font-weight: normal;
		line-height: 1.1;
		margin: 0;
		padding: 5px;

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

		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;

		border: 1px solid #e8e4da;
}
#mainContent .mainBlockWrap h3.accordion-header:before {
		 content: "+";
		 padding: 5px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		background-color: #007e44;
		color: #FFF;
		margin: -2px 15px 10px 5px;
		display: block;
		width: 0.8em;
		height: 0.8em;
		text-align: center;
		float: left;
		line-height: 0.85em;
}
#mainContent .mainBlockWrap h3.accordion-header-active:before {
		 content: "-";
}

.accordion-header-active {

}

/* =Travelling Exhibitions Across Canada */
#mainContent .mainBlockWrap  ul#state-links {
	margin: 0 0 30px;
}
#mainContent .mainBlockWrap  ul#state-links li {
	float: left;
	list-style: none;
	margin: 0;
	padding-right: 7px;
	margin-right: 7px;
	border-right: 1px solid #CCC;
}
#mainContent .mainBlockWrap  ul#state-links li.last,
#mainContent .mainBlockWrap  ul#state-links li:last-child {
	border-right: 0;
}
.province-groups {
	margin-bottom: 15px;
	background: #f6f5f1;
	border: 1px solid #fff;
}
.closed-province .exhibition-appearances {
	display: none;
}
.exhibition-appearance-listing {
	border-bottom: 1px dotted #ccc;
	padding: 10px;
}
.province-groups .last {
	border: 0;
}
.exhibition-appearance-listing .image-wrapper {
	float: left;
	width: 80px;
	height: 80px;
	overflow: hidden;
}
#mainContent .mainBlockWrap .exhibition-appearance-listing ulv {
	float: left;
	width: 610px;
	margin: 0;
	padding: 0;
}
#mainContent .mainBlockWrap .exhibition-appearance-listing ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.city-location{
	font-size: 1.4em;
	color: #000;
}
#mainContent .mainBlockWrap .exhibition-appearance-listing ul li.exhibit-link {
	margin-bottom: 10px;
}
#mainContent .mainBlockWrap .exhibition-appearance-listing ul li p {
	padding: 0;
	margin: 0;
}
#mainContent .mainBlockWrap ul#province-links {
	margin: 0 0 30px;
}
#mainContent .mainBlockWrap ul#province-links li {
	float: left;
	list-style: none;
	margin: 0;
	padding-right: 7px;
	margin-right: 7px;
	border-right: 1px solid #CCC;
}
#mainContent .mainBlockWrap  ul#province-links li.last {
	border-right: 0;
}
.province-groups h3.province-titles a {
	padding: 10px;
	display: block;
	text-decoration: none;
	color: #524c40 !important;
	background: #d5d1c1;
}
.province-groups h3.province-titles a:hover {
	cursor: default;
	color: #524c40 !important;
}
.open-province h3.province-titles a {
	background: #d5d1c1 url('../images/province-toggle-open.jpg') 0 4px no-repeat;
	padding-left: 35px;
}
.province-groups h3.province-titles a:hover {
	background-position: 0 -129px;
}
.closed-province h3.province-titles a {
	background:#eae7de url('../images/province-toggle.jpg') 0 4px no-repeat;
	color: #524c40 !important;
	padding-left: 35px;
}
.closed-province h3.province-titles a:hover{
	background-position: 0 -90px;
}
.province-groups .back-to-top {
	display: block;
	text-align: right;
	font-size: 1.2em;
	padding: 5px 10px;
}

/* =Exhibition Profile Page listing */
#mainContent .mainBlockWrap ul.exhibition-profile-appearance-listing {
	margin: 0 0 10px;
	padding: 0 0 7px;
	border-bottom: 1px dotted #CCC;
}
#mainContent .mainBlockWrap ul.last{
	border: 0;
}
#mainContent .mainBlockWrap ul.exhibition-profile-appearance-listing li {
	margin: 0 0 3px 0;
	padding: 0;
	list-style: none;
}
#mainContent .mainBlockWrap ul.exhibition-profile-appearance-listing li p {
	margin: 0
}
.exhibition-city-location {
	font-weight: bold;
}
#innerContentWrap #innerContent .feature .no-pad{
	padding: 0;
}

/* =News Articles */
.wrapper #mainContent .view-id-News .item-list ul.pager {
	text-align: right;
}

/* =Flickr Block */
.flickr-block a {
	padding-right: 5px;
}
#mainContent .mainBlockWrap .flickr-block h3 {
	background:  url('../images/follow_flickr.png') no-repeat;
	color: #38332B;
	font-weight: normal;
	padding-left: 30px;
	width: 220px;
}
.fr #mainContent .mainBlockWrap .flickr-block h3 {
	width: 165px;
}
#mainContent .mainBlockWrap .flickr-block .see-all {
	padding-top: 25px;
	line-height: 1.8em;
	text-align: right;
	float: right;
}
.flickr-block img {
	width: 73px;
	height: 73px;
}

/* =Flickr Homepage block */
#schtuff .newPhotos a {
	padding: 2px;
	display: block;
	float: left;
}
#schtuff .newPhotos a#flickr-member {
	display: inline;
	float: none;
	display: inline;
	padding: 0;
}
#schtuff .newPhotos p {
	padding-top: 5px;
	clear: left;
}
#schtuff .newPhotos a img {
	width: 70px;
	height: 70px;
}
/* =Blog Postings */
#mainContent .mainBlockWrap .blog-posts ul {
	margin: 5px 0 25px 10px;
}
#mainContent .mainBlockWrap .blog-posts ul li {
	margin: 0 0 6px 0;
	list-style: none;
}

/* =Twitter Block */
#innerContentWrap .rightColumn .tweets-pulled-listing h3 {
	background:  url('../images/follow_twitter.png') 0 0px no-repeat;
	color: #38332B;
	font-weight: normal;
	padding: 0 0 5px 30px;
}
.fr #t .rightColumn .tweets-pulled-listing h3 {
	width: 165px;
}
#innerContentWrap .rightColumn div.tweets-pulled-listing .tweet-time a {
	color: #787877;
	text-decoration: none;
	display: block;
	padding-left: 55px;
	padding-bottom: 10px;
  clear: both;
}
/*#innerContentWrap .rightColumn div.tweets-pulled-listing .tweet-authorphoto,*/
#innerContentWrap .rightColumn div.tweets-pulled-listing .tweet-author {
	display: none;
}
#innerContentWrap .rightColumn div.tweets-pulled-listing .tweet-authorphoto img {
	margin-right: 10px;
	width: 50px;
}
#innerContentWrap .rightColumn div.tweets-pulled-listing .tweet-authorphoto, #innerContentWrap .rightColumn div.tweets-pulled-listing .tweet-text a{
	color: #2A7CB6;
}
#innerContentWrap .rightColumn div.tweets-pulled-listing .tweet-authorphoto, #innerContentWrap .rightColumn div.tweets-pulled-listing ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.rightColumn .tweet-authorphoto { float:left; width: 55px; height: 60px; display: block;}
.rightColumn .tweet-text { display: block;}
.rightColumn .tweet-divider { display: none;}
#mainContent .mainBlockWrap div.tweets-pulled-listing ul li {
	padding-bottom: 2px;
  clear: both;
}
.home-tweets { 
	padding: 0 15px 0 10px;	
}
.fru-tweets { 
	border: 0 !important;
	font-size: 12px !important;
}
.fru-tweet__date {
  display: none;
}
.fru-tweets .fru-tweet {
	padding: 0 0 .5em 0 !important;
}
.fru-tweets .fru-tweet p {
	margin: 0 !important;
}
#innerContentWrap .rightColumn .fru-tweets .fru-tweet__user { 
	display: none; 
}
#innerContentWrap .rightColumn .tweets-pulled-listing .fru-tweets {
	margin-bottom: 30px;
	padding: 0 0 0 10px;
}

/* =News Articles */
#innerContentWrap .rightColumn .news-article h4 a {
	text-decoration: underline !important;
}
#innerContentWrap .rightColumn .item h4 a {
	text-decoration: underline !important;
	color: #2A7CB6;
}

/* =SuperBox */
#superbox .caption {
	width: 100%  !important;
}
#imageData #caption {
	font-weight: normal !important;
}
#imageData #numberDisplay {
	display: none !important;
}
#superbox-container #superbox .prev {
	display: none;
	background: transparent url('../images/prev.gif') no-repeat scroll 0 0;
	position: absolute;
	left: 10px;
	top: 60px;
	width: 105px;
	height: 32px;
}
.fr #superbox-container #superbox .prev {
	width: 125px;
	background: transparent url('../images/prev_french.gif') no-repeat scroll 0 0;
}
#superbox-container .nextprev .disabled {
	display: none !important;
}
#superbox-container #superbox .prev:hover, 
#superbox-container #superbox .next:hover {
	cursor: pointer;
}
#superbox-container #superbox .next {
	display: none;
	background: transparent url('../images/next.gif') no-repeat scroll 0 0;
	position: absolute;
	right: 10px;
	top: 60px;
	width: 75px;
	height: 32px;
}
.fr #superbox-container #superbox .next {
	width: 108px;
	background: transparent url('../images/next_french.gif') no-repeat scroll 0 0;
}
#superbox-container #superbox .nextprev {
	position: static;
	height: auto;
}
table.alpha-letter {
	width: 100%;
	background: #E9E7DE;
}
table.alpha-letter, table.alpha-letter tbody, table.alpha-letter td, table.alpha-letter tr {
	border:none !important;
}

/*=Social Media Toolbar
------------------------------------------------------------------------------ */
#homeShareIcons {
	float: right;
	width: 455px;
	clear: both;
}
#homeShareIcons.floating {
	position: absolute;
	left: 50%;	
	margin-left: 500px;
	z-index: 9999;
	width: 75px;
	background-color:#F3F1EA;
	border-radius: 5px;
	box-shadow: 0 2px 4px 0 #000;
}
#mainContent #homeShareIcons.floating {
	margin-left: 506px;
}
#mainContent #homeShareIcons.floating.adjustLeftSidebar {
	margin-left: 398px;
}
.fr #homeShareIcons.floating {
	width: 75px;	
}
#homeShareIcons .sharePage {
	position: relative;
	top: -5px;
}
#homeShareIcons.floating .sharePage {
	display: block;
	position: relative;
	left: -5px;
	border-radius: 5px;
	padding-bottom: 5px;
	background-color: #e1dcca;
	width: 75px;
	top: 0;
}
.fr #homeShareIcons.floating .sharePage {
	width: 75px;
}

#homeShareIcons ul,
#mainContent .mainBlockWrap #homeShareIcons ul /* reset.css override */ {
	margin: 0;
	padding: 0;
}
#homeShareIcons li {
	display: inline;
	float: left;
}
#homeShareIcons li,
#mainContent .mainBlockWrap #homeShareIcons li /* reset.css override */ {
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 0;
}
#homeShareIcons.floating li {
	float: none;
	display: block;
	margin-right: 0;
}
#homeShareIcons.floating li,
#mainContent .mainBlockWrap #homeShareIcons.floating li /* reset.css override */ {
	padding: 10px 5px 0;
	margin-right: 0;
}
#homeShareIcons.inline {
	float: none;
	width: auto;
}
#homeShareIcons.inline:after { 
	content: "";
	display: block; 
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	overflow: hidden;
	white-space: nowrap;
}
#homeShareIcons.inline ul {
	float: right;
	width: 455px;
}
/* =Helper Classes  
-------------------------------------------------------------------------------------------------------------------- */
.ir 								{ display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }		
.ir br								{ display: none; }
.hidden 							{ display: none !important; visibility: hidden; }
.visuallyhidden 					{ border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, 
.visuallyhidden.focusable:focus 	{ clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible 							{ visibility: hidden; }
.clearfix:before, .clearfix:after 	{ content: ""; display: table; }
.clearfix:after 					{ clear: both; }
.clearfix 							{ zoom: 1; }
.clear 								{ clear: both; line-height: 1px; height: 1px; }
.print-only							{ display: none; }
.fl_left                            { float: left; }
.fl_right                           { float: right; }
.ta_right							{ text-align: right; }
.ta_center							{ text-align: center; }
.desktop-hidden						{ display: none; }

/* =The Media Object - love this thing!
---------------------------------------- */
.media, 
.media-body		{ overflow: hidden; zoom: 1; }
.media-aside	{ float: left; margin-right: 1em; }
.media img		{ display: block; }
.media			{ margin-bottom: .5em; }
.media-aside.fl_right	{ float: right; }

.socialIcons			{ text-align: left; overflow: hidden; margin: 0; padding: 0; }
.socialIcons li			{ float: left; list-style: none; margin: 0; padding: 0; }
ul.socialIcons li a		{ background: url('../images/supermassivecsspriteicons.png') 0 0 no-repeat; display: block; float: left; height: 33px; width: 33px; text-indent: -999em; margin: 0 10px 0 0; padding: 0; }

/* Each icon's sprite coordinates */
ul.socialIcons li a.stumbleupon 			{ background-position: 0 0; }
ul.socialIcons li a.digg 					{ background-position: 0 -36px; }
ul.socialIcons li a.facebook 				{ background-position: 0 -73px; }
ul.socialIcons li a.twitter 				{ background-position: 0 -109px; }
ul.socialIcons li a.delicious 				{ background-position: 0 -146px; }
ul.socialIcons li a.flickr 					{ background-position: 0 -183px; }
ul.socialIcons li a.youtube 				{ background-position: 0 -219px; }
ul.socialIcons li a.skype 					{ background-position: 0 -256px; }
ul.socialIcons li a.linkedin 				{ background-position: 0 -292px; }
ul.socialIcons li a.vimeo 					{ background-position: 0 -329px; }
ul.socialIcons li a.blogger 				{ background-position: 0 -365px; }
ul.socialIcons li a.tumblr 					{ background-position: 0 -402px; }
ul.socialIcons li a.picasa 					{ background-position: 0 -438px; }
ul.socialIcons li a.wordpress 				{ background-position: 0 -475px; }
ul.socialIcons li a.rss 					{ background-position: 0 -511px; }
ul.socialIcons li a.mobileme 				{ background-position: 0 -548px; }
ul.socialIcons li a.apple 					{ background-position: 0 -585px; }
ul.socialIcons li a.gpluslight 				{ background-position: 0 -621px; }
ul.socialIcons li a.gplusdark 				{ background-position: 0 -694px; }
ul.socialIcons li a.twitterb 				{ background-position: 0 -658px; }
ul.socialIcons li a.instagram 				{ background-position: 0 -731px; }
ul.socialIcons li a.myspace 				{ background-position: 0 -767px; }
ul.socialIcons li a.dribble 				{ background-position: 0 -803px; }
ul.socialIcons li a.blip 					{ background-position: 0 -838px; }
ul.socialIcons li a.spotify 				{ background-position: 0 -874px; }
ul.socialIcons li a.grooveshark 			{ background-position: 0 -910px; }
ul.socialIcons li a.ichat 					{ background-position: 0 -946px; }
ul.socialIcons li a.github 					{ background-position: 0 -981px; }
ul.socialIcons li a.soundcloud 				{ background-position: 0 -1017px; }
ul.socialIcons li a.pinterest 				{ background-position: 0 -1053px; }
ul.socialIcons li a.smugmug 				{ background-position: 0 -1088px; }
ul.socialIcons li a.virb 					{ background-position: 0 -1124px; }
ul.socialIcons li a.technorait 				{ background-position: 0 -1160px; }
ul.socialIcons li a.slashdot 				{ background-position: 0 -1195px; }
ul.socialIcons li a.sharethis 				{ background-position: 0 -1231px; }
ul.socialIcons li a.posterous 				{ background-position: 0 -1267px; }
ul.socialIcons li a.googleb 				{ background-position: 0 -1302px; }
ul.socialIcons li a.reddit 					{ background-position: 0 -1338px; }
ul.socialIcons li a.friendfollow 			{ background-position: 0 -1374px; }
ul.socialIcons li a.designfloat 			{ background-position: 0 -1409px; }
ul.socialIcons li a.amazon 					{ background-position: 0 -1445px; }
ul.socialIcons li a.netvibes 				{ background-position: 0 -1481px; }
ul.socialIcons li a.bing 					{ background-position: 0 -1516px; }
ul.socialIcons li a.yahoo 					{ background-position: 0 -1552px; }
ul.socialIcons li a.aim 					{ background-position: 0 -1588px; }
ul.socialIcons li a.email 					{ background-position: 0 -1623px; }
ul.socialIcons li a.ebay 					{ background-position: 0 -1659px; }
ul.socialIcons li a.paypal 					{ background-position: 0 -1695px; }
ul.socialIcons li a.feedburner 				{ background-position: 0 -1730px; }
ul.socialIcons li a.podcast 				{ background-position: 0 -1766px; }
ul.socialIcons li a.appstoreios 			{ background-position: 0 -1802px; }
ul.socialIcons li a.itunes 					{ background-position: 0 -1837px; }
ul.socialIcons li a.appstoremac 			{ background-position: 0 -1873px; }
ul.socialIcons li a.yelp 					{ background-position: 0 -1909px; }
ul.socialIcons li a.wthree 					{ background-position: 0 -1944px; }
ul.socialIcons li a.etsy 					{ background-position: 0 -1980px; }
ul.socialIcons li a.stackoverflow 			{ background-position: 0 -2016px; }
ul.socialIcons li a.foursquare 				{ background-position: 0 -2051px; }
ul.socialIcons li a.quora 					{ background-position: 0 -2087px; }
ul.socialIcons li a.photobucket 			{ background-position: 0 -2123px; }

/* Twitter Watcher Styles
---------------------------------------- */
}
#whalestohora-tweets {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
	width: 450px;
	float: left;
}
#baleinestohora-tweets {
	width: 380px;
	float: left;
}
#museedelanature-tweets {
	width: 380px;
	float: left;	
}
.tweets {
	width: 450px;
	max-height: auto;
	overflow-y: auto;
	margin: 0;
	padding: 0;
}
	.tweets li {
		list-style-type: none;
		margin: 0;
		padding: 5px 15px 5px 5px;
		border-bottom: 2px solid #F3EBDA;
		overflow: auto;
		zoom: 1;
	}
	.tweets li:nth-child(odd) {
		background-color: #F3EBDA;
	}
		.tweets li img {
			float: left;
			margin-right: 15px;
			display: block;
			height: 50px;
			width: 50px;
		}
		.tweets li strong {
			font-weight: bold;
			display: block;
		}
		.tweets li em {
			display: block;
			font-size: 0.85em;
			color: #333;
		}

.highlight li a:focus  {
	color: #cc0000;
	outline: none;
	text-decoration: underline;
}


.page-18 #event-menu,
.page-105 #event-menu {
  display: none;
}

/* Content Flipper - David Walsh */
/* entire container, keeps perspective */
.flip-container {
	perspective: 1000;
}
	/* flip the pane when hovered */
	.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(180deg);
	}

.flip-container p {
	padding: 10px 10px 10px 10px;
}

.flip-container, .front, .back {
	width: 320px;
	height: 480px;

}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
}

/* Flex Photo Gallery */

.flex-caption {
  max-width: 100%;
  padding: 2% 0 2% 2%;
  left: 0;
  bottom: -10px;
/*  background: rgba(204,204,204,.5); */
/*  color: #333333; */
/*  text-shadow: 0 -1px 0 rgba(0,0,0,.3); */
  font-size: 14px;
/*  line-height: 18px; */
}

.imagecache-Slideshow {
  max-width: 100%; 
  display:block; 
  height: auto;
}

.block-Photo_Galleries-block_2 {
  position: relative;
  overflow: hidden;
}

#webform-client-form-16790 .webform-component,
#webform-client-form-16791 .webform-component
#webform-client-form-16791 .description {
  padding: 5px 0px 0px 0px;
/*  width: 100%; */
}

#edit-submitted-ultimate-dino-days---date {
/*  width: 30%; */
  background: white;
  border: 1px solid #ddd;
}

#webform-client-form-16790 .description,
#webform-client-form-16791 .description {
  color: #939393;
}

#webform-client-form-16790 .form-actions,
#webform-client-form-16791 .form-actions {
  width: 100%; 
}
#edit-next, #edit-submit{
  float: right;
}
#edit-previous {
  float: left;
}

#webform-component-choice-of-activity {
  width: 40%; 
  float: left;
  overflow: hidden;
}

  #webform-component-description {
    width: 50%; 
    float: right;
    overflow: hidden;
  }


@media only screen and (max-width: 30000px) {

  #webform-component-description {
/*    width: 100%; */
overflow: hidden;
  }

}

#mainContent .webform-component-markup p {
}
