/*
	style.css (CMN Theme)
	Author: Phil Champagne (RealDecoy Inc.)

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

blockquote      { margin-left: 40px; margin-right: 40px }
/* =Header / Branding
------------------------------------------------------------------------------ */
#header {
	background: url('../images/header_bg.png') 0 100% repeat-x #fff;
	width: 100%;
	/*padding-top: 22px;*/
	/*min-height: 150px;
	height: auto !important;
	height:150px;*/
}
#header #headerInner {
	margin: 0 auto;
	background: url('../images/header_bg.png') 0 100% repeat-x #fff;
	padding: 55px 10px 0 5px;
	position: relative;
	width: 970px;

}
#header #headerInner #logo {
	left: 5px;
	position: absolute;
	top: 23px;
}

#social-icons {
	float: right;
	margin-top: -25px;
}
#social-icons ul {
	
}
#social-icons li {
	display: inline;
	margin-left: 2px;
}


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

/* keep superscript and subscript text from breaking the line-spacing */
sup {
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}
 
sub {
    vertical-align: baseline;
    position: relative;
    bottom: -0.25em;
}
/* =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;
} 

/* =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 {
	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.last a{
margin-right:0 !important;
}
.fr #header #mainNav li a { margin-right: 10px; }
#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; }
/*=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; }

/* =Layout
------------------------------------------------------------------------------ */
#wrapper {
	background: #508f15 url('../images/bg.jpg') 50% 0 no-repeat; 
	width: 100%;
	min-height:670px;
	height:auto !important;
	height:670px;
}
#wrapper #wrapperInner {
	background: url('../images/section_nav_bg.png') 8px 0 no-repeat;
	margin: 0 auto;
	width: 990px;
}
#wrapper #wrapperInner #fullPage {
	/*width: 700px;*/
	overflow: hidden;
}
#wrapper.fullColumn #wrapperInner {
	background: none;
}
#wrapper.fullColumn #wrapperInner #fullPage { 
	/*width: 700px;*/
	overflow: hidden;
}
#wrapper #mainWrap {
	margin-left: 3px;
	position: relative;
	top: -10px;
}
#wrapper.fullColumn #mainWrap  {
	margin: 0 0 10px;
	/*top: -6px;*/
	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 {
	/*background-image: url(../images/main_block_top_full_col.png);*/
	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.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;
}
#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:0px;
} 
#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;
}
/*=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;
}

hr {
	border: 1px dotted #e2e1de;
	margin-bottom: 10px;
}

}
/*=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: 10px;
}
.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 0px 10px 0px;
	width: 335px;
	margin:9px 15px 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 0px 10px 0px;
	margin:9px 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 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 {
	
}
#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: 41px;
	margin-left: 3px;
	padding: 0 0 8px 11px;
	position: relative;
	top: -6px;
	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;
}
#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: 18px 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;
}

/* =sponsor (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: url('../images/sponsor_top_small.png') 0 0 no-repeat;
	padding: 18px 16px 1px;
}
#sidebarLeft .sponsor .sponsorIn img {
	max-width: 158px;
	width: auto !important;
	width: 158px;
}
#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:0px;
	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;
	height: auto !important;
	height: 250px;	
}

#subSectionNav li {
	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-color: #27401e;
	background-image: url('../images/left_nav_arrow1_hover.png');
	color: #c2a65b;
}
#subSectionNav li.active a,
#subSectionNav li.active-trail a,
#subSectionNav li.active a:hover,
#subSectionNav li.active-trail a:hover {
	background-color: transparent;
	background-image: url('../images/left_nav_arrow1_active.png');
	border-color: #172511;
	color: #c2a65b;
}
/*=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;
	height: auto !important;
	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;
	display: none;
	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-color: #223d1a;
	background-image: url(../images/left_nav_arrow3_active.gif);
	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;
	height: auto !important;
	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-color: #27401e;
	background-image: url('../images/left_nav_arrow1_hover.png');
	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;
}
#mainContent #innerContent .pageHeader,  #mainContent #innerContent .pageHeader .photoIn{
width:561px;
}
#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;
	width: 506px;
}
#mainContent .photo.fullPhoto {
	padding: 6px 7px 6px 8px;
	width: 715px;
}
#mainContent .photo.leadingPhoto {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	width: 206px;
}	
#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;
}
#mainContent .photo img { display: block; }
#mainContent .photo .controls {
	bottom: 0;
	position: absolute;
	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: 6px;
	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 {
	bottom: 0;
	position: absolute;
	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 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; _display: inline; }
#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;
	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 0px;
	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;
}
#mainContent .foot .plugins li a.qt {

}
#mainContent .foot .plugins li a.word {
	
}
#mainContent .foot .plugins li a.excel {

}

/*=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: 2.0em;
	font-weight: normal;
}
#sub #mainContent #featureImgs h4 {
	color: #aba9a5;
	font-size: 1.5em;
	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 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: undeline;
}
#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: -10000px;
}
#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 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;
}

/*= Sponsors
------------------------------------------------------------------------------ */
#mainContent .sponsor {
	background: url('../images/sponsor_bottom.png') 0 100% no-repeat;
	margin: 10px 0 7px 4px;
	padding-bottom: 12px;
}
#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;
}
#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;
}
#mainContent .sponsor p {
	color: #5c5954;
	font-size: 1.2em;
	margin-bottom:15px;
}
#mainContent .sponsor ul, #mainContent .sponsor ol {
	font-size: 1.2em;
}
/*= Feature blocks
------------------------------------------------------------------------------ */
#sub #mainContent .features { 
	margin-bottom: 23px;
	margin-left:-5px;
	clear:both;
}
#sub #mainContent #contentRight .features {
margin-left:0px;
}
#sub #mainContent #right-inner-wrapper .features { 
	margin-left:0px;
}
#sub #mainContent .features .feature .deets {
	padding: 0px 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 0px 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 0px;
	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{
	background: url('../images/list-bullet.gif') 0 6px no-repeat;
	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 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;
}

/* =Links
------------------------------------------------------------------------------ */
a, a:link, a:focus, div.tweets-pulled-listing a, li a, li a:link, li a:focus  {
	color: #2a7cb6;
	outline: none;
	text-decoration: underline;
}
a:visited, div.tweets-pulled-listing a:visited, li a:visited { color: #184464; }
a:hover, div.tweets-pulled-listing a:hover, li a:hover { color: #333; }
.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 0px !important;
	display:block;
	width: 130px;
}

form#search-form  input.form-text{
font-size:1.4em !important;
background:none !important;
border:0 !important;
}

.block-search input.form-submit, .block-google_cse input.form-submit, form#search-form  input.form-submit  {
	background: url('../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;
}
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;
}
th{
	padding: 10px 10px 7px;
	vertical-align: top;
}
table#floor-plan{
width:775px;
border:0;
border-bottom:0px;
}
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:0px;
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: 36px 0 20px 5px;*/
	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 {
	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;
}

#theEnd ul {
	color: #000;
	font-size: 1.1em;
}
#theEnd li {
	border-left: 1px solid #333;
	float: left;
	padding: 0 6px;
}
#theEnd li.copyright {
	border-left: 0;
	padding-left: 0;
}
#theEnd li a { 
	color: #000;
}
#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 {
	display:block;
	font-size:1.2em;
	color:#000;
}
.footer-links-block a:hover {
	text-decoration:none;
}
.footer-links-block a:visited {
	color:#184464;
}

/* =Misc admin + admin nav
------------------------------------------------------------------------------ */
a.editContent {
	display: block;
	color: #cc0000;
	margin: 3px 0 3px 0;
}
.editRow a, .editContent a {
	color: #cc0000;
	font-size: 11px;
	margin: 3px 0 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:0px;
margin:0 0 0 0px;
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
-----------------*/
.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{
background:#edece5;
color:#5d5241;
/*clear:both;*/
padding:10px;
}
#mainContent .mainBlockWrap #event-page h2#where-to-see-it{
/*clear:both;*/
}
div#where-to-see-it-text{
padding:20px 20px 10px;
background:#f6f5f2;
}

/*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{
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;
height:auto !important;
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:10px;
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:0px 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;
}
/*=ie6 png print
-----------------*/
.printIE6 { display: none; }

/* Board of Trustees */
.board-of-trustees p {
	padding-top:10px ;
}
.board-of-trustees a {
	color: #2A7CB6;
}
.board-of-trustees ul {
	margin-top:10px !important;
	margin-bottom:20px !important;
}
.board-of-trustees ul li {
	margin-bottom: 5px !important;
}

/* 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 0 0 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:#bbbbbb;
}

/* 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;
	width:295px;
	/*height:30px;
	line-height:32px;*/
	padding:7px 0px 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(../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('../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:0px 0 5px 8px;
	display:block;
	position:relative;
}
label.not-required{
padding-left:0;
}
span.form-required {
position:absolute;
left:0;
top:0px;
color:#c5050e;
}
.webform-client-form #edit-submitted-your-contact-information-telephone-wrapper input {
	width:180px;
}

#edit-submit, .edit-submit, div.submit-button a, div.submit-button #edit-delete {
	display:block;
	background:transparent url(../images/submit-button.jpg) no-repeat 0 0;
	height:31px;
	font-family:Arial, Helvetica, sans-serifl;
	font-size:1.2em;
	line-height:31px;
	font-weight:bold;
	color:#FFF;
	margin:0;
	padding:0 2px 0 7px;
	border:0;
}
.edit-submit,  div.submit-button a, div.submit-button #edit-delete  {
margin-left:10px;
text-decoration:none;
}
#edit-submit:hover, .edit-submit:hover,  div.submit-button a:hover {
cursor:pointer;
}
div.submit-button{
	margin:10px 0 3px;
	padding-right:7px;
	background:transparent url(../images/submit-button-right.jpg) no-repeat 100% 0;
	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;
}
div#submit-buttons{
padding-left:490px;
}
.fr div#submit-buttons{
padding-left:470px;
}
.webform-client-form div fieldset legend {
	color:#AD8C34;
	font-size:1.7em;
	font-weight:normal;
	margin:0px 0 0;
	padding-top:20px;
}
.webform-client-form li {
	padding-bottom: 5px;
}
.webform-client-form .form-select {
	background:#f1f2ed url("../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('../images/form-field-double.jpg');
	width:600px;
}

/*Travelling Exhibitions Across Canada*/
.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 ul{
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 0 0 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(/sites/all/themes/realdecoy/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(/sites/all/themes/realdecoy/images/follow_twitter.png) 0 0px no-repeat;
	color:#38332B;
	font-weight:normal;
	padding:0px 0px 5px 30px;
}
.fr #innerContentWrap #rightColumn .tweets-pulled-listing h3 {
width:165px;
}
#innerContentWrap #rightColumn div.tweets-pulled-listing .tweet-time a {
	color: #787877;
	text-decoration:none;
}

#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, #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 0 0 0;
	padding: 0 0 0 0;
}

#mainContent .mainBlockWrap div.tweets-pulled-listing ul li{
padding-bottom:12px;
}

/* 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: 68px;
	
	background-color:#F3F1EA;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 4px 0px #000;
	-moz-box-shadow: 0px 2px 4px 0px #000;
	box-shadow: 0px 2px 4px 0px #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;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-bottom: 5px;
	background-color: #e1dcca;
	width: 68px;
	top: 0px;
}

.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: 0px;
}

#homeShareIcons.floating li,
#mainContent .mainBlockWrap #homeShareIcons.floating li /* reset.css override */
{
	padding: 10px 5px 0;
	margin-right: 0px;
}

#homeShareIcons.inline {
	float: none;
	width: auto;
}

#homeShareIcons.inline:after { 
	content: "";
	display: block; 
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}


#homeShareIcons.inline ul {
	float: right;
	width: 455px;
}

