/*
Theme Name: Cultural Society
Theme URI: http://www.culturalsociety.org/
Description: New Cultural Society website theme
Version:
Author: Version Industries
Author URI: http://www.versionindusties.com/
*/

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

/* Bigfoot Styles */

.bigfoot-footnote__button {
  position: relative;
  z-index: 5;
  top: -0.1em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  padding: 0.35em;
  margin: 0 0.1em 0 0.2em;
  border: none;
  border-radius: 0.3em;
  cursor: pointer;
  background-color: rgba(110, 110, 110, 0.2);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-size: 1rem;
  line-height: 0;
  vertical-align: middle;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transition-property: background-color;
          transition-property: background-color;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
.bigfoot-footnote__button:hover, .bigfoot-footnote__button:focus {
  outline: none;
  background-color: rgba(110, 110, 110, 0.5);
}
.bigfoot-footnote__button:active {
  background-color: rgba(110, 110, 110, 0.5);
}
.bigfoot-footnote__button.is-active {
  background-color: #6e6e6e;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.bigfoot-footnote__button:after {
  content: '';
  display: table;
  clear: both;
}

.bigfoot-footnote__button__circle {
  display: inline-block;
  width: 0.25em;
  height: 0.25em;
  margin-right: 0.25em;
  float: left;
}
.bigfoot-footnote__button__circle:last-child {
  margin-right: 0;
}

.bigfoot-footnote__container {
  display: inline-block;
  position: relative;
  text-indent: 0;
}

@media not print {
  .footnote-print-only {
    display: none !important;
  }
}
@media print {
  .bigfoot-footnote,
  .bigfoot-footnote__button {
    display: none !important;
  }
}
.bigfoot-footnote {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: inline-block;
  box-sizing: border-box;
  max-width: 90%;
  margin: 1.96924em 0;
  background: #fafafa;
  opacity: 0;
  border-radius: 0.5em;
  border: 1px solid #c3c3c3;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  line-height: 0;
  -webkit-transition-property: opacity, -webkit-transform;
          transition-property: opacity, transform;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transform: scale(0.1) translateZ(0);
          transform: scale(0.1) translateZ(0);
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
}
.bigfoot-footnote.is-positioned-top {
  top: auto;
  bottom: 0;
}
.bigfoot-footnote.is-active {
  -webkit-transform: scale(1) translateZ(0);
          transform: scale(1) translateZ(0);
  opacity: 0.97;
}
.bigfoot-footnote.is-bottom-fixed {
  position: fixed;
  bottom: 0;
  top: auto;
  left: 0;
  right: auto;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  width: 100%;
  margin: 0;
  border-radius: 0;
  opacity: 1;
  border-width: 1px 0 0;
  -webkit-transition: -webkit-transform 0.3s ease;
          transition: transform 0.3s ease;
}
.bigfoot-footnote.is-bottom-fixed.is-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.bigfoot-footnote.is-bottom-fixed .bigfoot-footnote__wrapper {
  margin: 0 0 0 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 100%;
}
.bigfoot-footnote.is-bottom-fixed .bigfoot-footnote__wrapper,
.bigfoot-footnote.is-bottom-fixed .bigfoot-footnote__content {
  border-radius: 0;
}
.bigfoot-footnote.is-bottom-fixed .bigfoot-footnote__tooltip {
  display: none;
}
.bigfoot-footnote.is-scrollable:after {
  content: '';
  position: absolute;
  bottom: 0.3375em;
  left: 0.3375em;
  z-index: 14;
  display: block;
  height: 0.78125em;
  width: 0.625em;
  background-color: #ffffff;
  background-size: cover;
  opacity: 0.1;
  transition-properties: opacity;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.bigfoot-footnote.is-scrollable .bigfoot-footnote__wrapper:before, .bigfoot-footnote.is-scrollable .bigfoot-footnote__wrapper:after {
  content: '';
  position: absolute;
  width: 100%;
  z-index: 12;
  left: 0;
}
.bigfoot-footnote.is-scrollable .bigfoot-footnote__wrapper:before {
  top: -1px;
  height: 1.1em;
  border-radius: 0.5em 0.5em 0 0;
  background-image: -webkit-linear-gradient(top, #fafafa 50%, rgba(250, 250, 250, 0) 100%);
  background-image: linear-gradient(to bottom, #fafafa 50%, rgba(250, 250, 250, 0) 100%);
}
.bigfoot-footnote.is-scrollable .bigfoot-footnote__wrapper:after {
  bottom: -1px;
  height: 1.2em;
  border-radius: 0 0 0.5em 0.5em;
  background-image: -webkit-linear-gradient(bottom, #fafafa 50%, rgba(250, 250, 250, 0) 100%);
  background-image: linear-gradient(to top, #fafafa 50%, rgba(250, 250, 250, 0) 100%);
}
.bigfoot-footnote.is-scrollable ::-webkit-scrollbar {
  display: none;
}
.bigfoot-footnote.is-fully-scrolled:after, .bigfoot-footnote.is-fully-scrolled:before {
  opacity: 0;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

.bigfoot-footnote__wrapper {
  position: relative;
  z-index: 14;
  width: 22em;
  display: inline-block;
  box-sizing: inherit;
  overflow: hidden;
  margin: 0;
  background-color: #fafafa;
  border-radius: 0.5em;
  line-height: 0;
}

.bigfoot-footnote__content {
  position: relative;
  z-index: 8;
  display: inline-block;
  max-height: 15em;
  padding: 1.1em 1.3em 1.2em;
  box-sizing: inherit;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fafafa;
  border-radius: 0.5em;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: normal;
}
.bigfoot-footnote__content img {
  max-width: 100%;
}
.bigfoot-footnote__content *:last-child {
  margin-bottom: 0 !important;
}
.bigfoot-footnote__content *:first-child {
  margin-top: 0 !important;
}

.bigfoot-footnote__tooltip {
  position: absolute;
  z-index: 12;
  box-sizing: border-box;
  margin-left: -0.65em;
  width: 1.3em;
  height: 1.3em;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fafafa;
  border: 1px solid #c3c3c3;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  border-top-left-radius: 0;
}
.is-positioned-bottom .bigfoot-footnote__tooltip {
  top: -0.65em;
}
.is-positioned-top .bigfoot-footnote__tooltip {
  bottom: -0.65em;
}


/* Cultural Society Specific Styles */

#wrapper {
display: block; 
margin: 0 auto;
width: 100%;
max-width:750px;
padding:0 15px;
}

.middle{
	border-collapse:collapse;
	height:100%;
	width:100%;
}

.container {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}

#header {
	padding: 0;
	margin: 0 auto;
	width:100%;
	clear: both;
	height:50px;
	border-top: 0px solid #ae2020;
	border-bottom: 0px solid #ae2020;
	font-size:28px;
	background-color: #333333;
	/*background-image: url('images/footer-bg.gif');
	background-repeat: repeat-x;*/
	text-align:center;
	color: #000;
	}
	
.blog-title {
	color: #ffffff;
	font-family: "Gotham SSm A", "Gotham SSm B";
	font-style: normal;
	font-weight: 800;
	font-size: 24px;
	font-weight:bold;
	margin: 0;
	letter-spacing:3px;
	line-height:16px;
	}

.colophon {
	width: 75%;
	max-width:400px;
	float:left;
}

.colophon .new-post-title, .colophon .new-post-title a, .colophon .new-post-title a:visited {
	font-size:14px !important;
	font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B'; font-weight: 700; font-style: normal;
	font-weight:normal; font-color:#ff4d00;
	margin: 0;
	letter-spacing:3px;
text-transform:uppercase;
}

.colophon p {
	font-size: 12px; /* Resets 1em to 10px 50.5% */
	font-family: 'Mercury SSm A', 'Mercury SSm B'; font-weight: 100; font-style: normal;
	background: #FFF; 
	color: #333333; line-height:2em;
	}

	
#header h2,
#menu-main-menu a {
		color: #fff;
		font-family: "Gotham SSm A", "Gotham SSm B";
		font-style: normal;
		font-weight: 800;
		font-size: 12px;
		font-weight:normal;
		margin: 0;
		letter-spacing:2px;
		line-height:16px;
		}

#header .blog-title {
	color: #fff;
	font-family: "Gotham SSm A", "Gotham SSm B";
	font-style: normal;
	font-weight: 800;
	font-size: 12px;
	font-weight:normal;
	margin: 0;
	letter-spacing:2px;
	line-height:16px;
	}

#header .blog-title a {
	color: #666666;
	font-size: 12px;
}

#header .blog-title a:hover {
	color: #fff;
}

#menu-main-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
#menu-main-menu li {
	display: inline-block;
	margin-left: 0.5em;
}
#menu-main-menu li:first-child {
	float: left;
	margin-left: 0;
}
#menu-main-menu li a {
	display: block;
    height: 50px;
	line-height: 53px;
	color: #666;
}
#menu-main-menu li.current-menu-item a,
#menu-main-menu li a:hover {
	color: #fff;
}

#menu-main-menu li:first-child a {
	color: #ff4d00;
	font-family: "Gotham SSm A", "Gotham SSm B";
	font-style: normal;
	font-weight: 800;
	font-size: 12px;
	font-weight:normal;
	margin: 0;
	letter-spacing:2px;
    background: transparent url("images/cultsoc-logo.png") scroll center left no-repeat;
    background-size: 35px;
    padding-left: 44px;
}

menu-main-menu-container {
	width:750px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 1.33dppx) {
    #menu-main-menu li:first-child a {
        background-image: url("images/cultsoc-logo@3x.png");
    }
}
@media (max-width: 767px) {
    #menu-main-menu {
        text-align: center;
    }
    #menu-main-menu li {
        margin: 0;
    }
    #menu-main-menu li a {
        padding: 0 .5em;
    }
    #menu-main-menu li:first-child {
        float: none;
        text-align: center;
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    #menu-main-menu li:first-child a {
        padding: 0;
    }
}
@media (max-width: 425px) {
    #menu-main-menu li:not(:first-child) a {
        font-size: 0.4em;
        height: 44px;
        line-height: 45px;
    }
}

#header .cultsoc-title a:hover,
#menu-main-menu li:first-child a:hover {
	color: #fff;
}

#header p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	font-size: 12px;
	} 

.header-wrap {
	height:100%;
    max-width: 100vw;
    width: 750px;
	margin:0px auto;
}

.header_middle{
	border-collapse:collapse;
	width:100%;
	height:100%;
	text-align:left;
	padding:0 15px;
	font-size: 12px;
}

.header_container {
	margin: 0 auto;
	width:100%;
	height:100%;
	font-size: 12px;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width:100%;
	clear: both;
	height:42px;
	font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B'; font-weight: 400; font-style: normal;
	font-size:15px; text-transform: uppercase; letter-spacing: 1px; text-align: center;
	background-color: #ffffff;
	/* background-image: url('images/footer-bg.gif');
	background-repeat: repeat-x; */
	color: #000;
	}
	
#footer h2 {
	color: #C4C7C9;
	font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B'; font-weight: 700; font-style: normal;
	font-size: 10px;
	margin: 0;
	line-height:20px;
	}

#footer h2 a {
	color: #C4C7C9;
	font-size: 15px;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	font-size: 12px;
	} 

.footer_middle{
	border-collapse:collapse;
	margin:0px auto 0px auto;
	height:100%;
	width: 100%;
	max-width:980px;
	font-size: 15px;

}

.footer_container {
	padding-top:4px;
	margin:0px;
	width:100%;
	height:100%;
	font-size: 15px;
}

.older-footer-posts {
float:left;
width: 20%;
max-width: 102px;
font-size: 15px;
}

.newer-footer-posts {
float:left;
width: 50%;
max-width: 300px;
font-size: 15px;
}

.older-footer-pages {
float:left;
width: 15%;
max-width: 90px;
font-size: 15px;
}

.newer-footer-pages {
float:left;
width: 50%;
max-width: 300px;
font-size: 15px;
}

.home-footer {
	width: 37px;
	font-size: 18px;
}

.contact-footer {
width: 60%;
max-width: 442px;
font-size: 15px;
}

.mc_embed_signup {
	color: #C4C7C9;
	font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B'; font-weight: 300; font-style: normal;
	font-size: 12px;
	margin: 0;
	line-height:20px;
}

.v-footer {
float:center;
width: 22px;
font-size: 15px;
}

.spacer-footer {
width: 3px;
font-size: 15px;
}

.more link {
font-size: 10px;
}

.indenter {
    text-indent: 50px;
}

#wpadminbar {
	position: absolute !important;
}

/* New Cultural Society Styles */

.publications-container {
}

.archive .archive-category div.category-publications {
	font-size:10px;
	width: 32%;
	max-width:200px;
	float: left;
	margin:20px 0 16px 16px;
	padding:0;
	/* background-color: red; */
}
.category .post {
	clear:left;
}

.publications-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.publications-container .post {
    clear: none;
    width: 33%;
    min-width: 200px;
    text-align: center;
}

.publication-single {
	
}

.publication-image {
	
}
.publication-image a {
    display: inline-block;
}
.publication-image img {
    display: block;
}

.publication-details {
	padding-top:10px;
	height:120px;
	font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B'; 
    font-weight: 400; 
    font-style: normal; 
	text-align:center;
	/* background-color: blue; */
}

.pub-post-title { /* title */
	padding-top:1em; 
    /* letter-spacing: 1px; */
    line-height: 1.3em;
}

.publication-excerpt {/* price */
	font-size:10px; color:#ff4d00;
	padding-top:1px; line-height: 550%;
	/* background-color:red; */
}
.publication-excerpt p {
    line-height: 1;
    margin-top: 0;
}

.pub-alignleft {
	width: 32%;
	max-width:200px;
	height:200px;
	background-color: #efefef;
	font-size:8px;
	text-align:center;
	float: left;
	margin-left:16px;
}

.pub-alignright {
	width: 32%;
	max-width:200px;
	height:200px;
	background-color: #efefef;
	font-size:8px;
	text-align:center;
	float: left;
	margin-left:16px;
}

.archive-list-container {
	min-height:28px;
}

.post-time {
	color: #ff4d00; font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B'; font-weight: 700; font-style: normal;
	font-size: 12px; letter-spacing: 1px; margin-top: 40px;
}

.new-post-title {
	color:#ff4d00; font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B'; font-weight: 700; font-style: normal; text-transform: uppercase; letter-spacing: 1px; font-size: 14px;
}

.new-post-title a, a:visited {
color:#ff4d00; font-size: 14px;
}

span.new-post-title a, a:visited {
color:#ff4d00; font-size: 16px;
}

/* .post-divider {
	padding: 0;
	margin-top: 28px;
	margin-bottom: 26px;
	height: 3px;
	background-color: transparent;
	background-image: url('images/post-divider.gif');
	background-repeat: top left no-repeat;
	}
	
.post-divider-2 {
	padding: 0;
	margin-top: 28px;
	margin-bottom: 26px;
	margin-left: 60px;
	height: 3px;
	background-color: transparent;
	background-image: url('images/post-divider.gif');
	background-repeat: top left no-repeat;
	}
	
.comments-divider {
	padding: 0;
	margin-top: 33px;
	margin-bottom: 26px;
	height: 3px;
	margin-left: 62px;
	background-color: transparent;
	background-image: url('images/post-divider.gif');
	background-repeat: top left no-repeat;
	} */

.menu-inner {
margin-left:-7px;
	}
	
.menu-inner td {
padding-right:16px;
font-size:20px;
line-height:22px;
height:22px;
}

.top-menu-links {
	color: #ff4d00;
	font-family: 'Mercury SSm A', 'Mercury SSm B'; font-weight: 300; font-style: normal;
	font-size: 16px; 
	line-height:22px;
	height:22px;
}

.brlink a, a:visited {
	color: #ff4d00;
}

#sidebar a {
	font-size: 13px;
	}
	
#sidebar .follow-buttons {
	margin:5px 0 0 0;
}
#sidebar .follow-buttons a {
	display:inline-block;
}

.copyright {
	color:#999999;
	font-size:12px;
}	

.file-attachment {
	color:#666666;
	font-family: 'Mercury SSm A', 'Mercury SSm B'; font-weight: 300; font-style: normal;
	font-size:12px;
	background-color: transparent;
	border:0;
}

.footer-credits {
	font-size:11px;
	height:30px;
	border-collapse:collapse;
	margin:0 auto;
	padding-top:12px;
}

.footer-credit  {
	color: #999999;
	float: center;
	font-size:11px;
}

.footer-credits .footer-credit a {
	color: #ff4d00;
	font-size:11px;
}

/* End Cultural Society Specific Styles */
	
	.small-address {
		font-family: 'Mercury SSm A', 'Mercury SSm B'; font-weight: 300; font-style: normal;
		font-size: 12px;
		line-height: 12px;
		text-align:left;
		}
		
.tooltip {
	  position: absolute;
	  z-index: 3000;
	  border: 1px solid #eee;
	  background-color: #eee;
	  padding: 5px;
	  opacity: 0; /* set the fade-up opacity in the bootstrap.js. */
	  width:250px;
	  left:50%;
	}
.tooltip-strategy { top:110px; margin-left:-330px; }
.tooltip-activation { top:110px; margin-left:77px; }
.tooltip-execution { top:87px; margin-left:-330px; }
.tooltip-measurement { top:87px; margin-left:77px; }

.clients .logo { float:left; margin:0 40px 40px 0; }

#map_canvas {
	height: 400px;
	width:658px;
		background-color: #C4C7C9;
	position: relative;
	}
	
/* End Contact Form Styles */

/* Begin Typography & Colors */
body {
	font-size: 13px; /* Resets 1em to 10px 50.5% */
	font-family: 'Mercury SSm A', 'Mercury SSm B'; font-weight: 100; font-style: normal;
	background: #FFF;
	color: #333333;
	}

#page {
	border: 0;
	background: #FFF;
	/* background: transparent url('images/backdrop.jpg') no-repeat top center; */
	text-align: left; line-height:2em;
	}

#header {
	/* background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center; */
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 13px; color: #333333; line-height: 2.5em; padding-top:1em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}
	
.entry img {
	width: 80% !important;
  height: auto;
	}
.entry form img {
    width: auto !important;
}

.footnotes {
    display: none;
}

.stream img {width:auto; height:25px;}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	margin: 30px 0px 50px 0;
	}

.widecolumn {
	line-height: 2.5em;
	}

.narrowcolumn .postmetadata {
	text-align: left; font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B'; font-weight: 100; font-style: normal; letter-spacing: 1px; color:#666666;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: 'Mercury SSm A', 'Mercury SSm B'; font-weight: 100; font-style: normal;
	font-size: 11px; font-color: #666666;
	line-height: 120%;
	}

h1, h2, h3 {
	font-family: "Gotham SSm A", "Gotham SSm B";
	font-style: normal;
	font-weight: 800;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

#page-title h2 {
	font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B'; font-weight: 700; font-style: normal;
	font-size: 16px;
	font-weight:normal;
	margin: 0;
	letter-spacing:2px;
	line-height:18px;
	}
	
.post h2 {
	font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B'; font-weight: 700; font-style: normal;
	font-size: 16px;
	font-weight:normal;
	margin: 0;
	letter-spacing:3px;
	line-height:18px;
	margin:20px 0 20px 0;
	text-align:left;
	}

h2 {
	font-family: 'Mercury SSm A', 'Mercury SSm B'; font-weight: 100; font-style: normal;
	font-size: 14px;
	}

h2.pagetitle {
	margin: 20px 0;
	font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B'; font-weight: 700; font-style: normal;
	font-size: 18px;
	font-weight:normal;
	letter-spacing:2px;
	line-height:16px;
	text-align: left;
	}

#sidebar h2 {
	font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B'; font-weight: 700; font-style: normal;
	font-size: 12px;
	font-weight:normal;
	margin: 0;
	letter-spacing:1px;
	line-height:16px;
	}

.colophon #sidebar {
	display:block;
	width:100%;
	margin:0 auto;
padding-bottom:25px; padding-top:200px;
}

h3 {
	font-size: 16px;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: ff4d00;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #ff4d00; font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B'; font-weight: 700; font-style: normal;
	font-size: 16px; text-transform: uppercase; 
	margin: 0;
	letter-spacing:2px;
	line-height:18px;
	}
	
h5 {color: #ff4d00; 	font-family: "Gotham SSm A", "Gotham SSm B";
	font-style: normal;
	font-weight: 800;
	font-size: 16px; text-transform: uppercase; 
	margin: 0;
	letter-spacing:0px;
	line-height:18px;
}
	
h6 {color: #333333; font-family: "Gotham SSm A", "Gotham SSm B";
	font-style: normal;
	font-weight: 800;
	font-size: 14px; text-transform: uppercase; 
	margin: 0;
	letter-spacing:.5px;
	line-height:24px;
}	
	

/* h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	text-transform: uppercase; color: #ff4d00;
	} */

#sidebar a, a:visited {
	color: #ff4d00;
	}
	
#sidebar a:hover {
	color: #ff4d00;
	}
	
.entry p a, a:visited {
	color:#ff4d00;
	font-size: 13px;
	}

.entry p a:hover {
	color: #ff4d00;
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 13px;
	font-family: athelas,serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.4em;
	text-transform: none;
	font-size: 14px;
	color: #666;
	}

.awaiting-approval {
	font-weight: normal;
	text-transform: none;
	font-size: 14px;
	color: black;
	width: 280px;
	margin-left: 10px;
	padding-bottom: 4px;
	}

#commentform p {
	font-family: 'Mercury SSm A', 'Mercury SSm B'; font-weight: 300; font-style: normal;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-size: 13px; font-family: 'Mercury SSm A', 'Mercury SSm B'; font-weight: 100; font-style: normal;
	}

#sidebar ul ul li, #sidebar ul ol li {
	color: #d7d7d7;
	font-weight: normal;
	font-size: 13px;
	list-style-type:none;
	}
	
small, .nocomments, .postmetadata, blockquote, strike {
	color: #333333;
	font-size: 13px;
	 line-height: 2em;
	font-weight: normal;
	list-style-type:none;
	}
	
.nocomments {
	font-size: 11px;
	font-weight: normal;
	list-style-type:none;
	}

.postmetadata {font-size: 10px; margin-bottom: 100px;
}

.postmetadata a {
	color:#ff4d00;
	font-size: 10px; text-transform: uppercase;
	font-weight: normal;
	list-style-type:none;
	}
	
/* .postmetadata a:hover {
	color: #ff4d00;
} */

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h3 a:hover {
	color: #ff4d00;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	}
	
h2 a, h2 a:hover {
	color: #ff4d00;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
}

a:hover {
	color: #ff4d00;
	text-decoration: none;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 10px;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B'; font-weight: 700; font-style: normal;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: #FFF;
	margin: 0 auto;
	padding: 0;
	/* width: 980px; */
	width:100%;
	border: 0;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	padding:0;
	margin:0;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	text-align: left;  line-height:2em;
	}

.post hr {
	display: block;
	}

.post p {
    line-height: 2.5em;
}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 0;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	text-align:right;
	width: 310px;
	font-size: 8px; font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B'; font-weight: 400; font-style: normal; letter-spacing:1px; text-transform:uppercase;
	}

.alignleft {
	float: left;
	text-align:left;
	width: 310px;
	font-size: 8px; font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B'; font-weight: 400; font-style: normal; letter-spacing:1px; text-transform:uppercase;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin-left: 35px;
    margin-top: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0px;
	}

#sidebar ul li:first-child h2 {
    margin-top: 0;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 22px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0; /* 15px 0 30px 0; */
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 14px 0 0 0;
	}

ol li, #sidebar ul ol li {
	list-style: none;
	list-style-type:none;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0 0 12px 0;
	padding: 0;
	list-style-type:none;
	}
	
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 0px;
	text-align: left;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 620px;
	height: 22px;
	line-height:14px;
	padding-left: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	margin: 0;
	border: 0;
	color: #666666;
	font-family: athelas,serif;
	background-color: transparent;
	}
	
.reply-input-top {
	height: 3px;
	background: transparent url('images/reply-input-top.gif') no-repeat top left;
	}
	
	.wpcf7-form p {
		
	}
	
	.wpcf7 input {
		background-color:transparent;
		border:1px solid  #A30000;
		color: #A30000;
		height:20px;
		line-height:14px;
		margin:0;
		font-size: 11px;
		font-family: athelas,serif;
		padding:10px 10px 10px 10px;
		width:602px;
		}

	.wpcf7 textarea {
		width: 598px;;
		line-height:18px;
		padding-left: 14px;
		padding-top: 14px;
		padding-bottom: 10px;
		padding-right: 10px;
		font-size:12px;
		margin: 0;
		color: #A30000;
		border:1px solid  #A30000;
		font-family: 'Mercury SSm A', 'Mercury SSm B'; font-weight: 300; font-style: normal;
		background-color: transparent;
		}
		
		/* Contact Form Styles */

		div.wpcf7 form {
			padding: 0;
			margin: 0;
		}

		textarea{ resize:none }

		.wpcf7 .message-area {
			width: 622px;
			height: 218px;
			background-color: #fff;
			border: 1px solid #dddddd;
			}

	#post-683 .wpcf7-submit {
			margin: 20px 16px 0px auto;
			float: right;
			width: 60px;
			height: 20px;
			text-align: left;
			background-color: #A30000;
			text-align: center;
			padding-left: 0px;
			padding-top: 0px;
			padding-bottom: 0px;
			padding-right: 0px;
			color: white;
			font-size: 11px;
			font-family: 'Mercury SSm A', 'Mercury SSm B'; font-weight: 400; font-style: normal;
			/* background: transparent url('images/submit-btn.gif') no-repeat top left; */
			}

		span.wpcf7-not-valid-tip {
			position: absolute;
			top: -22px;
			left: 378px;
			z-index: 100;
			background: #C4C4C4;
			color: #000000;
			border: 0;
			font-size: 10pt;
			width: 260px;
			height: 53px;
			padding: 20px 0 0 20px;
			font-size:18px;
			text-align: left;
			font-family: 'Mercury SSm A', 'Mercury SSm B'; font-weight: 300; font-style: normal;
			background: transparent url('images/error-overlay.gif') no-repeat top right;
			}

		div.wpcf7-validation-errors {
			border: 2px solid #f7e700;
			}

		div.wpcf7-mail-sent-ok {
			border: 2px solid #398f14;
			}

		div.wpcf7-mail-sent-ng {
			border: 2px solid #ff0000;
			}

			div.wpcf7 {
				margin: 0;
				padding: 0;
			}

			div.wpcf7-response-output {
				margin: 2em 0.5em 1em;
				padding: 0.2em 1em;
			}

			div.wpcf7-spam-blocked {
				border: 2px solid #ffa500;
			}

			span.wpcf7-form-control-wrap {
				position: relative;
			}

			span.wpcf7-not-valid-tip-no-ajax {
				color: #f00;
				font-size: 10pt;
				display: block;
			}

			span.wpcf7-list-item {
				margin-left: 0.5em;
			}

			.wpcf7-display-none {
				display: none;
			}

			img.ajax-loader {
				border: none;
				vertical-align: middle;
			}

.reply-input {
	width: 622px;
	height: 36px;
	margin-bottom: 20px;
	margin-top: 20px;
	background-color: #fff;
	border: 1px solid #dddddd;
	}

.reply-input-bottom {
	width: 100%;
	height: 3px;
	margin-bottom: 19px;
	background: transparent url('images/reply-input-bottom.gif') no-repeat top left;
	}

#commentform {
	margin: 12px 0px 0 0;
	margin-left: 72px;
	width: 628px;
	}
#commentform textarea {
	width: 100%;
	line-height:18px;
	padding-left: 14px;
	padding-top: 14px;
	padding-bottom: 10px;
	padding-right: 10px;
	margin: 0;
	color: #666666;
	border:0;
	background-color: transparent;
	}
	
.reply-textarea {
	width: 622px;
	height: 210px;
	margin-top: 20px;
	margin-left:0px;
	background-color: #fff;
		border: 1px solid #dddddd;
	}
		
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 20px 6px 0px auto;
	float: right;
	width: 80px;
	height: 30px;
	text-align: left;
	color: #fff;
	background-color: #005685;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	/* background: transparent url('images/submit-btn.gif') no-repeat top left; */
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}
	
#respond {
	margin-bottom: 30px;
} 
	
.commentlist cite {
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	float: right;
	padding-right: 10px;
	margin-top: 0px;
	text-transform: none;
	color: #B88D52;
	}

.commentlist cite a {
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	margin-top: 0px;
	text-transform: none;
	}
	
.commentlist-top {
	width: 100%;
	height: 3px;
	background: transparent url('images/box-top-light-grey.gif') no-repeat top left;
	}

.commentlist {
	margin-left: 62px;
	width: 100%;
	text-align: justify;
	background-color: #fff;
	margin-bottom: 33px;
	}
	
.commentlist-bottom {
	width: 100%;
	height: 22px;
	background: transparent url('images/box-bottom-light-grey.gif') no-repeat top left;
	}
	
.commentlist-arrow {
	height: 19px;
	width: 22px;
	float: right;
	margin-right: 10px;
	background: white url('images/box-comment-arrow.gif') no-repeat top center;
	}
	
.dark-grey .commentlist .commentlist-top {
	width: 100%;
	height: 3px;
	background: transparent url('images/box-top-dark-grey.gif') no-repeat top left;
	}

.dark-grey .commentlist {
	margin-left: 62px;
	width: 100%;
	text-align: justify;
	background-color: #fff;
	margin-bottom: 33px;
	}

.dark-grey .commentlist .commentlist-bottom {
	width: 100%;
	height: 22px;
	background: transparent url('images/box-bottom-dark-grey.gif') no-repeat top left;
	}
	
.dark-grey .commentlist cite {
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	padding-left: 0px;
	margin-top: 0px;
	text-transform: none;
	color: #B88D52;
	}

.dark-grey .commentlist cite a {
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	margin-top: 0px;
	text-transform: none;
	color: #005685;
	}
	
.dark-grey .commentlist cite a:hover {
	color: #B88D52;
	}

.commentlist li {
	margin: 0px 0 0px;
	padding: 0px 5px 0px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 4px 10px 3px 10px;
	padding-top: 10px;
}
.children { padding: 0; }

.reply-title {
	margin-left: 72px;
	color:#ff4d00;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	padding: 0 0 15px 0;
	float:right;
	width: 30%;
	background:transparent url('images/sidebar-backdrop.gif') scroll -40px 0 repeat;
	margin-top:80px;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #fff;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	text-align: left;
	margin-top: 0px;
	height: 20px; 
	padding-bottom: 30px;
	}
	
.navigation a {font-size:11px;}	
	
.nav-title {
	font-size:10px;
}

.nav-table {
border-collapse:collapse;
width:100%;
height: 20px;
margin:0 auto;
}

.nav-table td {
height: 20px;
}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width:100%;
}

.wp-caption {
	border: 0px solid #ddd;
	text-align: center;
	/* background-color: #f3f3f3; */
	background-color: transparent;
	padding-top: 26px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	color: #999999;
	font-size: 11px;
	line-height: 17px;
	padding: 10px 4px 5px;
	margin: 0;
}
/* End captions */

#post-4716 table { width:100%; }
#post-4716 td { width:50%; vertical-align:top; }
#post-4716 td:first-child { }

@media (max-width: 750px) {
	#header { height: auto; }
    .header-wrap {
        padding: 0 1vw;
    }
	.header-wrap table,
	.header-wrap td {
		display: block;
	}
	.menu-inner td {
		height: auto;
		line-height: normal;
	}
	.cultsoc-title {
		padding: 10px 0;
	}
	.header_container {
		padding-bottom: 10px;
	}
	#wrapper {
		padding: 0;
	}
	#content {
		padding: 0 10px;
	}
	#footer {
		width: 96%;
	}
	#sidebar {
		width: 100%;
		background: rgba(0, 0, 0, 0);
		margin: 0;
	}
	.colophon {
		width: 100%;
	}
	.category .category-publications {
		float: none;
		display: inline-block;
		width: 48%;
		vertical-align: top;
	}
	.publication-details {
		height: auto;
	}
	.pub-post-title {
		height: auto;
		line-height: normal;
		padding: 5px 0 0;
	}
}