/*
Theme Name: Mercer
Theme URI: http://thejuiceagency.ca/
Description: A super awesome custom theme!
Version: 1.0
Author: Darryl Clarke, Andrew Amistad

*/



/* HTML5 Boilerplate  */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section
	{
	display: block;
}

audio,canvas,video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not ([controls] ) {
	display: none;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,button,input,select,textarea {
	font-family: "franklin-gothic-urw", sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #222;
}

body {
	margin: 0;
	font-size: 14px;
	line-height: 1.4em;
}

::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

a {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover {
	color: #bdbdbd;
}

a:focus {
	outline: thin dotted;
}

a:hover,a:active {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,strong {
	font-weight: bold;
}

blockquote {
	margin: 1em 40px;
}

dfn {
	font-style: italic;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 2px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

pre,code,kbd,samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: none;
}

q:before,q:after {
	content: "";
	content: none;
}

small {
	font-size: 85%;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

ul,ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
}

dd {
	margin: 0 0 0 40px;
}

nav ul,nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

svg:not (:root ) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

label {
	cursor: pointer;
}

legend {
	border: 0;
	*margin-left: -7px;
	padding: 0;
	white-space: normal;
}

button,input,select,textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

button,input {
	line-height: normal;
}

button,input[type="button"],input[type="reset"],input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	*overflow: visible;
}

button[disabled],input[disabled] {
	cursor: default;
}

input[type="checkbox"],input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	*width: 13px;
	*height: 13px;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button
	{
	-webkit-appearance: none;
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

input:valid,textarea:valid {
	
}

input:invalid,textarea:invalid {
	/*background-color: #f0dddd;*/
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: black;
	padding: 0.2em 0;
}

/** main styles here **/

/*
  GENERIC STYLES
*/
h1 {
	font-size: 24px;
	margin-top: 0px;
	font-weight: 400;
	line-height: 30px;
}

h2 {
	font-size: 20px;
	margin-top: 0px;
	font-weight: 400;
	line-height: 28px;
}

h3 {
	font-size: 18px;
	font-weight: 400;
	line-height: auto;
}

p {
	margin-top: 0px;
	line-height: 20px;
}

.wrapper {
	width: 823px;
	margin: 0px auto;
}

.navigation {
	clear: both;
}

#searchform label,#s {
	float: left;
	margin: 1px 10px 0 0;
}

#searchsubmit {
	width: 54px;
	height: 25px;
	padding: 3px 0px;
	display: block;
	outline: 0px;
	border: 0px;
	background: url('images/btn_search.gif');
}

#searchsubmit:hover {
	background-position: 0 -25px;
}

.btn_link {
	width: 150px;
	border: 1px solid #000;
	padding: 10px 0;
	display: block;
	text-align: center;
	outline: 0px;
	margin: 39px 0 50px 0;
	background: #fff;
	text-decoration: none;
}

.btn_link:hover {
	color: #bdbdbd;
	border: 1px solid #bdbdbd;
}

.alignleft {
	float: left;
	margin-left: 150px;
}

.alignleft a {
	text-decoration: none;
}

.alignright {
	float: right;
}

.alignright a {
	text-decoration: none;
}

.last {
	margin-right: 0px;
}

/*
  STICKY
*/
.sticky nav {
	width: 100%;
	position: fixed;
	top: -1px;
	left: 0px;
	background: #fff;
	z-index: 9;
	border-bottom: 2px dotted #cdcece;
}

.sticky nav ul {
	width: 823px;
	margin: 0px auto;
}

.sticky #sidebar {
	position: fixed;
	top: 105px;
}

#main_nav_holder {
	height: 41px;
}

/*
  HEADER
*/
header {
	border-bottom: 2px dotted #cdcece;
}

#logo {
	width: 440px;
	height: 130px;
	display: block;
	text-indent: -999999px;
	background-image: url('images/mercer-logo-2020.png');
	background-size: contain;
	background-position: center left;
	background-repeat: no-repeat;
	float: left;
	margin: 40px 0 20px;
}

#mercer_logo {
	width: 64px;
	height: 46px;
	display: block;
	text-indent: -999999px;
	background-image: url('images/mercer-logo-2020.png');
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
	float: right;
	margin: 40px 0 20px;
}

#social_icons {
	width: 160px;
	height: 35px;
	display: block;
	border-bottom: none;
	float: right;
	text-align: right;
	margin: 125px 0 5px;
}

header nav {
	border-top: 2px dotted #cdcece;
	float: left;
	text-align: justify;
	padding: 10px 0;
	width: 100%;
	
}

header nav li {
	float:left;
	font-size: 13px;
	text-align: justify;
	margin-right:73px;

}

header nav li a {
	text-decoration: none;
}

#donorcloud {
	width: 100%;
	border: 2px dotted #cdcece;
}
/*
  SCROLLER
*/
#scrollable {
	width: 100%;
	min-width: 891px;
	height: 562px;
	overflow: hidden;
	border-bottom: 2px dotted #cdcece;
	padding: 10px 0;
}

.scrollable {
	position: relative;
	clear: both;
	margin-left: 50%;
}

.slide {
	width: 835px;
	height: 560px;
	float: left;
	background: url('images/bg_carousel_slide.jpg');
	margin: 0 5px;
}

#nav_scroller {
	margin: 10px auto 0;
	overflow: hidden;
}

.btn_next,.btn_prev {
	float: left;
	height: 100%;
	display: block;
	text-indent: -999999px;
	margin-top: 25px;
}

.btn_next {
	width: 17px;
	height: 32px;
	background: url('images/btn_next.png');
}

.btn_next:hover {
	background-position: 0 -32px;
}

.btn_prev {
	width: 17px;
	height: 32px;
	background: url('images/btn_prev.png');
}

.btn_prev:hover {
	background-position: 0 -32px;
}

#secondScrollable {
	height: 144px;
	overflow: hidden;
	position: relative;
	float: left;
	margin: 0 14px;
}

.secondScrollable {
	position: relative;
	left: -275px;
	clear: both;
}

.secondSlide {
	width: 275px;
	height: 144px;
	float: left;
	background: url('images/bg_nav_carousel_slide.png');
}

.secondSlide.active .second_inner {
	background: #cdcece;
}

.second_inner {
	width: 246px;
	height: 120px;
	padding: 12px 5px 0 14px;
}

.secondSlide p,.secondSlide a {
	font-size: 12px;
	color: #808080;
	margin: 0 0 4px;
}

.secondSlide a {
	color: #000;
}

.secondSlide p.slide_title a {
	text-decoration: none;
	font-size: 15px;
	color: #000;
}

/*
  SIDEBAR
*/
#sidebar {
	width: 150px;
	list-style-type: none;
	margin: 0px;
	float: left;
	padding: 0px;
	font-size: 13px;
}

#sidebar li.date_range {
	margin-bottom: 10px;
}

#sidebar li.date_range span {
	display: block;
	margin-bottom: 10px;
	cursor: pointer;
}

#sidebar li.date_range span:hover {
	color: #9a9a9a;
	text-decoration: underline;
}

#sidebar li ul.date_range_subnav {
	display: none;
	list-style-type: none;
	padding-left: 8px;
}

#sidebar li ul.date_range_subnav li {
	margin-bottom: 10px;
}

#sidebar li.active a {
	color: #9a9a9a;
	text-decoration: underline;
}

#sidebar li ul.date_range_subnav li.current_year a {
	margin-bottom: 10px;
	color: #9a9a9a;
	text-decoration: underline;
}

#sidebar li ul.date_range_subnav a {
	text-decoration: none;
}

#sidebar li ul.date_range_subnav a:hover {
	text-decoration: underline;
}

#sidebar li.active_range span {
	color: #9a9a9a;
	text-decoration: underline;
}

#sidebar li.date_range.active_range ul.date_range_subnav,#sidebar li.active_range ul.date_range_subnav
	{
	display: block;
}

/*
  CONTENT
*/
.btn_next_post {
	width: 21px;
	height: 21px;
	display: block;
	font-size: 16px;
	background: url('images/btn_next_post.gif') no-repeat top right;
	text-align: right;
	padding-right: 45px;
}

.btn_next_post:hover {
	background-position: right -20px;
}

.btn_prev_post {
	width: 21px;
	height: 21px;
	display: block;
	text-indent: 32px;
	font-size: 16px;
	background: url('images/btn_prev_post.gif') no-repeat;
}

.btn_prev_post:hover {
	background-position: 0 -20px;
}

#content {
	padding-top: 62px;
}

#main_content {
	width: 672px;
	float: left;
	padding-bottom: 83px;
}

.exhibition {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px dotted #cdcece;
}

.exhibition .thumb {
	float: left;
}

.exhibition_entry {
	width: 470px;
	margin-left: 52px;
	float: left;
}

.exhibition_entry .post_type {
	color: #4e4e4e;
	margin-bottom: 0px;
}

.exhibition_entry h2 a {
	text-decoration: none;
}

.post_artists {
	font-weight: 600;
	font-size: 16px;
}

.post_hero {
	display: block;
	margin-bottom: 20px;
}

/*
  Exhibitions Archive
*/
body.post-type-archive-mercer-exhibition #main_content,body.single-mercer-exhibition #main_content,body.single-mercer-events #main_content, body.post-type-archive-mercer-events #main_content
	{
	float: right;
}

/*
  Publications Archive
*/
body.post-type-archive-mercer-publications #main_content {
	float: none;
	width: 823px;
	margin: 0px auto;
}

#featured_publication_wrap {
	border-bottom: 2px dotted #cdcece;
}

#publications {
	clear: both;
	padding-top: 45px;
}

.publications {
	width: 150px;
	float: left;
	margin: 0 74px 60px 0;
	text-align: center;
}

.publications .post_thumb {
	display: block;
}

.publications.last {
	width: 150px;
	float: left;
	margin-right: 0px;
}

.publications h4 {
	margin: 10px 0 0;
}

.publications h4 a {
	text-decoration: none;
}

.publications p {
	margin: 0px;
}

#featured_publication {
	width: 205px;
	float: left;
	margin-top: 30px;
}

#featured_publication .featured {
	font-size: 14px;
	margin: 0px;
	color: #404040;
}

#featured_publication h1 {
	margin: 0px;
}

#featured_publication h2 a {
	text-decoration: none;
}

#featured_publication p {
	font-size: 13px;
}

#featured_publication p.author {
	font-size: 14px;
	margin-bottom: 30px;
}

#featured_publication_hero {
	width: 586px;
	display: block;
	float: left;
	margin: 30px 0 57px 32px;
}

#featured_publication_hero img {
	width: 100%;
}

body.single-mercer-publications #main_content {
	width: auto;
	float: none;
}

body.single-mercer-publications .alignleft {
	margin-left: 0px;
}

#publication-single .entry {
	width: 605px;
}

/*
  PAGE
*/
body.page-template #main_content {
	width: 823px;
}

.post {
	width: 436px;
	float: left;
}

/*
  SUPPORT
*/
#sidebar_info {
	width: 305px;
	float: left;
	border-left: 2px dotted #cdcece;
	margin-left: 25px;
	padding-left: 20px;
	font-size: 13px;
	line-height: 19px;
}

#sidebar_info ul {
	margin-top: 0px;
	list-style-type: none;
	padding-left: 0px;
}

#sidebar_info h3 {
	margin: 0 0 30px;
}

#sidebar_info ul,#sidebar_info p {
	margin-bottom: 10px;
}

#sidebar_info ul ul li {
	list-style-type: disc;
	margin-left: 30px;
}

#member_registration h2 {
	clear: both;
	margin: 0 0 30px;
}

#member_registration input[type="text"] {
	margin-bottom: 22px;
}

#member_registration #membership_information label {
	
	margin-bottom: 34px;
}

#member_registration select {
	margin-bottom: 37px;
}

#member_registration select {
	width: 130px;
}

#member_registration #membership_level {
	margin-left: 0px;
}

#member_registration #renew_membership {
	margin-left: 0px;
}

#member_registration #bill {
	margin-left: 0px;
}

.form_section {
	padding-top: 25px;
	border-top: 2px dotted #cdcece;
}

.form_column {
	width: 40%;
	float: left;
	margin-right: 35px;
}

.form_column p,.form_section p {
	position: relative;
	margin: 0px;
}

.form_column label.error,.form_column label.error-country {
	position: absolute;
	height: 15px;
	background-color: red;
	font-size: 11px;
	padding: 4px 10px;
	color: white;
	margin-left: 20px;
	top: -3px;
	right: 0px;
}

label.error-level {
	position: absolute;
	height: 15px;
	background-color: red;
	font-size: 11px;
	padding: 4px 10px;
	color: white;
	margin-left: 20px;
	top: -2px;
	right: 15px;
}

#canadian {
	text-align: right;
	font-style: italic;
	float: right;
	font-size: 11px;
	color: #4e4e4e;
}

/*
  SEARCH PAGE
*/
body.page-template-searchpage-php .post {
	width: 433px;
	float: left;
}

body.page-template-searchpage-php #searchform {
	margin-top: 20px;
}

#elevation {
	display: block;
	float: right;
}

/*
  SEARCH RESULTS
*/
body.search-results .post,body.page-template-default .post {
	width: 605px;
}

.post_result {
	border-top: 2px dotted #cdcece;
	padding-top: 20px;
}

.post_result h2 a {
	text-decoration: none;
}

#navigation {
	clear: both;
	text-align: center;
}

#navigation .next.page-numbers {
	float: right;
	height: 21px;
	display: block;
	font-size: 16px;
	background: url('images/btn_next_post.gif') no-repeat top right;
	text-align: right;
	padding-right: 45px;
}

#navigation .prev.page-numbers {
	float: left;
	height: 21px;
	display: block;
	text-indent: 32px;
	font-size: 16px;
	background: url('images/btn_prev_post.gif') no-repeat;
}

#navigation .page-numbers {
	padding: 0 10px;
}

/*
  GALLERY
*/
.gallery {
	margin: 25px auto 40px;
	padding: 25px 0 0;
	border-top: 2px dotted #cdcece;
	border-bottom: 2px dotted #cdcece;
}

.gallery-item {
	float: left;
	margin: 0 0 25px 24px;
	text-align: center;
	width: 150px;
}

.gallery-item a {
	display: block;
}

.gallery-caption {
	margin-left: 0;
}

body.page-template-support-php .gallery {
	border: 0px;
	margin: 14px auto;
}

body.page-template-support-php .gallery-item {
	width: 100px;
	height: 100px;
	margin: 0 0 16px 12px;
}

body.page-template-support-php .gallery-item img {
	width: 100%;
	height: 100%;
	display: block;
}

/*
  LIGHTBOX
*/
#cboxOverlay {
	background: url('images/bg_lightbox.png') !important;
}

#cboxMiddleLeft,#cboxMiddleRight,#cboxBottomLeft,#cboxBottomRight,#cboxBottomCenter,#cboxTopCenter,#cboxTopLeft,#cboxTopRight
	{
	background: none !important;
}

#cboxContent {
	border: 15px solid white !important;
}

#cboxCurrent {
	display: none !important;
}

#cboxPrevious {
	width: 12px !important;
	height: 20px !important;
	display: block !important;
	background: url('images/btn_prev_img.png') !important;
	left: auto !important;
	right: 35px !important;
}

#cboxPrevious:hover {
	background-position: 0 -20px !important;
}

#cboxNext {
	width: 12px !important;
	height: 20px !important;
	display: block !important;
	background: url('images/btn_next_img.png') !important;
	right: 0px !important;
	left: auto !important;
}

#cboxNext:hover {
	background-position: 0 -20px !important;
}

#cboxClose {
	width: 21px !important;
	height: 20px !important;
	display: block !important;
	background: url('images/btn_close.png') !important;
	right: 70px !important;
}

#cboxClose:hover {
	background-position: 0 -20px !important;
}

#cboxTitle {
	text-align: left !important;
	font-size: 14px !important;
	color: #000 !important;
	bottom: 0px !important;
}

footer {
	padding: 15px 0;
	clear: both;
	text-align: right;
	border-top: 2px dotted #cdcece;
}

footer#fixed {
	width: 100%;
	background: #fff;
	position: fixed;
	bottom: 0;
}

body.page-template-searchpage-php footer {
	border: 0px;
}

footer ul {
	
}

footer ul li {
	display: inline;
}

/** rest of html5bp goes here **/
.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
	*line-height: 0;
}

.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: both;
}

@media print {
	* {
		background: transparent !important;
		color: black !important;
		box-shadow: none !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}
	a,a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after {
		content: "";
	}
	pre,blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,h2,h3 {
		orphans: 3;
		widows: 3;
	}
	h2,h3 {
		page-break-after: avoid;
	}
}