/*
Theme Name: Neal McCoy
Theme URI: http://www.vectordefector.com
Description: A hand-made theme designed and developed exclusively for Neal McCoy, design by <a href="http://www.site07.com">Site07.com</a>.
Version: 2.0
Author: Tom Benway
Author URI: http://www.vectordefector.com
*/

/*
 * Site Updated by Media Quest in 2018 to make theme responsive and compatible with PHP 7
 * 
*/

/* Begin Typography & Colors */
body {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin: 0 0 0 0;
	padding: 0;
	background-image: url(images/bottom-repeater.jpg);
	}

a {
	outline: none;
	color: #451e1b;
	text-decoration: none;
}

a img {
	border: none;
}

p {
	/*text-shadow: 1px 1px 1px #bbb;*/
}

textarea {
	resize:none;
}

.formInput {
	border: 1px solid #451e1b;
	background-color: #d2c9b1;
	padding: 10px;
	-moz-box-shadow:    inset 0 0 5px #EFEFEF;
	-webkit-box-shadow: inset 0 0 5px #EFEFEF;
	box-shadow:         inset 0 0 5px #EFEFEF;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-size: 12px;
}

.fancyBtn {
	border: 1px solid #451e1b;
	background-color: #451e1b;
	color: #d7ceb8;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	border-radius: 4px;
}

.btn {
	-webkit-transition: all 0.30s ease-in-out;
  	-moz-transition: all 0.30s ease-in-out;
  	-ms-transition: all 0.30s ease-in-out;
  	-o-transition: all 0.30s ease-in-out;
	cursor: pointer;
}

.btn:hover {
	opacity:.50;
    filter:alpha(opacity=50);
}

.button {
  color: #fff;
  background-color: #451e1b;
  padding: 10px;
  font-size: 25px;
  font-family: sans-serif; }

#page {
	width: 995px;
	margin-left: auto;
	margin-right: auto;
}

.news-banner {
	text-align: center;
	background-color: #40332e;
	color: #ffffff;
	padding: 25px;
	font-family: helvetica;
	border-bottom: solid 7px #2f140f;
}
.news-grid {
display: grid;
    grid-template-columns: 2fr 1fr;
    padding: 20px;
    max-width: 1030px;
    margin: auto;
}
.news-grid img {
	max-width: 160px;
    filter: brightness(7.5);
}

#header {
	float: left;
	width: 100%;
	height: 220px;
	background-image: url(images/top-repeater.jpg);
}

#headerFrame {
	width: 1015px;
	margin: 0 auto;
}

#headerimg {
	position: absolute;
	margin: 35px 0 0 350px;
}
.header-wrap {
    position: relative;
    padding-top: 15px;
}
#appleMusic {
    position: absolute;
    right: 55px;
    top: 3px;
}


/* navigation elements */
.nav {
	color: #e4dbc5;
	font-size: 12px;
	text-transform: uppercase;
}

.nav a {
	color: #e4dbc5;
	text-decoration: none;
	-webkit-transition: all 0.30s ease-in-out;
  	-moz-transition: all 0.30s ease-in-out;
  	-ms-transition: all 0.30s ease-in-out;
  	-o-transition: all 0.30s ease-in-out;
	cursor: pointer;
}

.nav a:hover {
	opacity:.50;
    filter:alpha(opacity=50);
}

#navLeft {
	float:left;
	width: 390px;
	height: 130px;
	margin: 35px 0 0 0;
	background-image: url(images/nav-bg.png);
	background-position: top left;
}

#navLeftTop {
	float: left;
	height: 25px;
	margin: 12px 0 0 60px;
}

.menu-top-nav-left-container, .menu-top-nav-right-container, .menu-footer-left-container, .menu-footer-right-container {
	float:left;
	width: 100%;
}

.menu {
	margin: 17px 0 0 63px;
	padding: 0;
}

.menu li {
	list-style: none;
	float:left;
	height: 43px;
	margin: 0 15px 0 15px;
	padding: 20px 0 0 0;
}

.menu li a {
	font-size: 18px;
}
.menu-item-28:after {
   content: "↑";
}

.menu .current_page_item {
	background-image: url(images/nav-active.png);
	background-position: top center;
	background-repeat: no-repeat;
}

/* sub nav items */

.nav li ul {
	margin: 0px;
	padding: 0 0 0;
	list-style: none;
	}

.nav li ul {
	position: absolute;
	padding-top: 27px;
	margin-left: -45px;
	display: block;
	width: 180px;
	z-index: 5000;
	-webkit-transition: all 0.30s ease-in-out;
  	-moz-transition: all 0.30s ease-in-out;
  	-ms-transition: all 0.30s ease-in-out;
  	-o-transition: all 0.30s ease-in-out;
	opacity:0 !important;
    filter:alpha(opacity=0) !important;
	overflow: hidden;
	border-radius: 3px;
	}

.nav li:hover ul {
	opacity:.9 !important;
    filter:alpha(opacity=90) !important;
}

.nav li ul li:last-child {
	border: none !important;
}

.nav li ul li {
	float: left;
	width: 150px;
	height: 28px !important;
    padding: 9px 15px 7px 15px !important;
	background-color:#341611;
    text-align: left !important;
	margin: 0 !important;
	list-style: none !important;
	border-bottom: 1px solid #57322c;
}

.nav li ul li a {
	color: #e4dbc5;
	font-size: 13px;
}

.nav li ul .current_page_item:before {
   content: "» ";
}

#navRight {
	float:right;
	width: 390px;
	height: 130px;
	margin: 35px 0 0 0;
	background-image: url(images/nav-bg.png);
	background-position: top right;
}

#navRightTop {
	float: left;
	height: 25px;
	margin: 12px 0 0 80px;
}

.social {
	float:left;
	height: 22px;
	margin: 0 7px 0 7px;
	background-image: url(images/social-icons.png);
	background-repeat: no-repeat;
}

#twitter {
	width: 27px;
	background-position: 0 0;
}

#facebook {
	width: 24px;
	background-position: -40px 0;
}

#myspace {
	width: 44px;
	background-position: -70px 0
}

#youtube {
	width: 42px;
	background-position: -132px 0;
}



/* end nav */

/* home content */
#homeHero {
 	float:left;
	width: 100%;
	height: 525px;
	background-image: url(images/home-hero-bg.jpg);
}

#homeHeroFrame {
	width: 1015px;
	margin: 0 auto;
}

#homeSlideShow {
	float:left;
	width:650px;
	/* height:435px; */
	margin: 50px 0 0 0;
	/* background-image: url(images/slideshow-bg.jpg); */
	position: relative;
}

#slideSticker {
	position: absolute;
	width: 130px;
	height: 130px;
	z-index: 1000;
	top: -15px;
	left: -35px;
}

#homeFeatures {
	float: right;
  width: 318px;
  /* height: 475px; */
  margin: 25px 0 0 0;
  display: grid;
  grid-template-columns: auto;
  grid-gap: 18px;
}

.homeFeature {
	float:right;
	/* width: 317px; */
	/* height: 198px; */
	/* padding: 12px 0 0 13px; */
	/* background-image: url(images/home-features.png); */
	box-sizing: border-box;
	/* cursor: pointer; */
	/* overflow: hidden; */
	position: relative;
}

.home .homeFeature {
	border: 10px solid #3a1814;
	border-radius: 10px;
}


.homeFeaturePhoto {
	float: left;
	width: 303px;
	height: 188px;
	overflow: hidden;
	border-radius: 4px;
}

.homeFeature img {
	width: 100%;
}

#homeFeature1 {
	margin: 25px 0 0px 0;
}

.featureBtn {
	position: absolute;
	width: 42px;
	height: 42px;
	margin: 165px 0 0 272px;
	background-image: url(images/home-feature-btn.png);
	cursor: pointer;
	right: -10px;
	bottom: -10px;
}

.reserveTickets {
	position: absolute;
	width:186px;
	height:139px;
	background-image: url(images/reserve-tickets-banner.png);
	z-index: 500;
	margin: -38px 0 0 -35px;
}

.rsvpBanner {
	position: absolute;
	width: 160px;
	height: 95px;
	background-image: url(images/rsvp-banner.png);
	z-index: 500;
	margin: -9px 0 0 -9px;
}


.homeCol {
	float:left;
	width: 300px;
	margin: 40px 15px 0 15px;
	text-align: center;
}

.homeCol h2 {
	padding-bottom: 30px;
	border-bottom: 1px solid #e0d7c3;
	margin-bottom: 20px;
	font-size: 24px;
}

.storeEntry {
	float:left;
	width: 100%;
	border-bottom: 1px solid #433d2e;
	padding: 15px 0 15px 0;
}

.storeEntryPhoto {
	float: left;
	width: 90px;
	height: 90px;
	border: 2px solid #451e1b;
	border-radius: 2px;
	overflow: hidden;
}

.storeEntryPhoto img {
	width: 100%;
	height: auto;
}

.storeEntryContent {
	float:right;
	width: 200px;
	text-align: left;
}

#bit-events {
	font-family: Georgia, "Times New Roman", Times, serif !important;
}

#bit-events a {
	color: #451e1b;
}

.bit-events-narrow td {
    border-top: 1px solid #a69b82 !important;
	border-bottom: 1px solid #615a4c !important;
	padding: 8px 0 8px 0 !important;
	margin: 0 8px 0 0;

}

/*.bit-date .bit-event-data  {*/
.bit-date {
	text-align: center !important;
	background-color:#451e1b !important;
	color: #cfcabe !important;
	margin: 15px !important;
	padding: 5px !important;
	border-radius: 4px;
	text-transform: uppercase !important;
	font-size: 16px;
}

.bit-uiButton, .bit-uiButtonDefault {
	border: 1px solid #1d1d1d !important;
	color: #cfcabe !important;
	background: #1d1d1d none !important;
	border-radius: 4px;
	padding: 3px 4px 3px 4px !important;
}

.bit-uiButton a, .bit-uiButtonDefault a {
	color: #cfcabe !important;
}

.venue {
	font-size: 13px !important;
	color: #662929;
	font-weight: bold;
}

.venue, .lineup, .location, .bit-buy-tix  {
	margin-left: 10px;
}

.bit-rsvp {
	height: 60px !important;
}

.bit-track-artist-header {
	border-bottom: 1px solid #615A4C  !important;
    border-top: 1px solid #615A4C  !important;
}

#bit-events table {
    border-bottom: none !important;
}

.bit-invert {
	border-radius: 4px;
	margin: 5px 0 10px 0;
}


/*
#bit-events table tr:nth-child(odd) {
	background-color: rgba(102,41,41,.1) !important;
}
*/

.tweetEntry {
	float:left;
	width: 100%;
	border-bottom: 1px solid #433d2e;
	padding: 15px 0 15px 0;
}

.tweetEntry:first-child {
	border-top: none !important;
}

.tweetPhoto {
	float:left;
	width: 50px;
}

.tweetPhoto img {
	border: 2px solid #451e1b;
	border-radius: 2px;
}

.tweetContent {
	float:right;
	width: 75%;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
}

/* end home */

#content {
	float:left;
	width: 995px;
	margin: 25px 0 25px 0;
	min-height: 400px;
}

#pageHeader {
 	/* float:left; */
	width: 100%;
	/* height: 95px; */
	padding: 10px 0;
	background-image: url(images/home-hero-bg.jpg);
	border-bottom: 1px solid #a1957f;
	display: flex;
}

#pageHeaderL {
	/* height: 100px; */
	background-image: url(images/page-header-l.png);
	background-position: center right;
	background-repeat: repeat-x;
	flex-basis: 0;
	flex-grow: 1;
}

#pageHeaderR {
	background-image: url(images/page-header-r.png);
	background-position: center left;
	background-repeat: repeat-x;
	flex-basis: 0;
	flex-grow: 1;
}
#pageHeader .pagetitle {
	flex-basis: 0;
	flex-grow: 2;
	margin: 35px 0 20px;
}

.post {
	float:left;
	width:100%;
}

.entry {
	float:left;
}

.tourContent {
	margin: 25px 0 0 0;
	width: 625px;
}

.aboutContent {
	float:left;
	width: 990px;
	height: 592px;
	background-image: url(images/about-bg.jpg);
}

.aboutEntry {
	float:left;
	width: 535px;
	margin: 72px 0 0 42px;
}

.aboutEntry h2 {
	border-bottom: 1px dotted #282826;
	padding: 0 0 12px 0 !important;
	margin: 0 0 15px 0;
}

.aboutContent li {
	list-style-image: url(images/innerbullet.png);
	margin: 0 0 10px 0;
}

.aboutAwards {
	float:right;
	width: 300px;
	margin: 370px 55px 0 0;
}

.contactContent {
	width: 970px;
	height: 625px;
	background-image: url(images/contact-bg.jpg);
	margin: 0 auto;
}

.contactSocials {
	float:left;
	width: 100%;
	height:50px;
	margin: 25px 0 0 0;
}

#facebookLabel {
	float:left;
	width: 170px;
	height: 35px;
	margin: 0 0 0 105px;
	background-image:url(images/contact-socials.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#facebookBtn {
	float:left;
	width: 55px;
	height: 35px;
/* 	background-image:url(images/contact-socials.png); */
	background-repeat: no-repeat;
	background-position: -170px 0;
	padding: 3px 6px;
}

#twitterLabel {
	float:left;
	width: 150px;
	height: 35px;
	margin: 0 0 0 10px;
	background-image:url(images/contact-socials.png);
	background-repeat: no-repeat;
	background-position: -255px 0;
}

#twitterBtn {
	float:left;
	width: 88px;
	height: 35px;
	background-image:url(images/contact-socials.png);
	background-repeat: no-repeat;
	background-position: -412px 0;
}

#myspaceLabel {
	float:left;
	width: 150px;
	height: 35px;
	margin: 0 0 0 10px;
	background-image:url(images/contact-socials.png);
	background-repeat: no-repeat;
	background-position: -512px 0;
}

#myspaceBtn {
	float:left;
	width: 105px;
	height: 35px;
	background-image:url(images/contact-socials.png);
	background-repeat: no-repeat;
	background-position: -665px 0;
}


.contactLeft {
	float:left;
	width: 435px;
	margin: 30px 0 0 40px;
}

.contactLeft b, .contactLeft strong {
	color: #451e1b;
}

.contactLeft h2 {
	background-color: #1e1d1d;
	color:#e7dfc9;
	text-align: center;
	padding: 4px !important;
	font-size: 20px;
	border-radius: 4px;
	margin-bottom: 10px;
}

.contactLeft strong {
	display: block;
}

.contactRight {
	float:right;
	width: 400px;
	margin: 100px 45px 0 0;
}

#contactForm {
	padding-right: 15px;
	box-sizing: border-box;
}
.inputWrap .formInput {
	width: 100%;
	box-sizing: border-box;
}

.blogEntry {
	float:left;
	width: 625px;
	padding: 15px 0 30px 0;
	border-top: 1px solid #a69b82 !important;
	border-bottom: 1px solid #615a4c !important;
}

.blogEntry:first-child {
	border-top: none !important;
}

.blogEntry:last-child {
	border-bottom: none !important;
}

.tourContent .bit-events-narrow td {
	background-image: url(images/tour-bg-1.png);
}

.tourContent .bit-events-narrow tr:hover {
	background-image: url(images/tour-bg-2.png);
}

.tourContent td.bit-date {
	background-image: none !important;
	padding: none !important;
}

.tourContent td.bit-rsvp {
	padding: 0 15px 0 15px !important;
}

.tourContent .bit-concert div {
	padding: 5px 0 5px 0;
}

.tourContent .bit-concert .venue {
	font-size: 18px !important;
}

.tourContent .bit-concert .location {
	font-size: 16px !important;
	font-weight: normal !important;
}

.tourContent .bit-buy-tix {
	position: absolute;
	margin: -39px 0 0 440px;
	padding: 1px 2px 1px 7px;
	color: #cfcabe !important;
	background: #451e1b none !important;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px !important;
}

.tourContent .bit-bottom a {
	margin: 0 0 0 15px !important;
}

.tourContent .bit-header-narrow th {
	margin: 15px 0 15px 0;
	height: 55px;
}

.tourContent .bit-header-links {
	color: #451e1b;
}

.tourContent .bit-header-links a {
	color:#cdc4af !important;
	background-color: #1d1d1d;
	margin: 0 10px 0 10px;
	padding: 5px 15px 5px 15px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold !important;
	border-radius: 4px;
}

/*
#categories a.active {
	background-color: #451e1b;
}*/

.sociable {
   	background-color: rgba(90,80,60,.5);
    float: left !important;
    margin-top: 35px;
    padding: 15px;
    max-width: 370px;
	color: #cbc2ad;
}

.sociable ul li {
	height: 22px;
	padding: 0 !important;
}

#footer {
	float:left;
	width: 100%;
	height: 165px;
	margin: 75px 0 0 0;
	background-image: url(images/footer-bg.png);
	background-repeat: repeat-x;
	background-position: bottom center;
}

#footer .menu {
	margin: 37px 0 0 10px !important;
}

#footer .menu a{
	font-size: 14px !important;
}

#footerFrame {
	width: 995px;
	margin: 0 auto;
}

#footerLeft {
	float:left;
	width: 335px;
	height: 135px;
	margin: 37px 0 0 0;
	background-image: url(images/footer-tabs.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#footerLeftTop {
	float:left;
	height: 25px;
	margin: 12px 0 0 35px;
}

#footerLogos {
	float:left;
	width: 269px;
	height: 147px;
	margin: 0 0 0 27px;
}

#footerRight {
	float:right;
	width: 335px;
	height: 135px;
	margin: 37px 0 0 0;
	background-image: url(images/footer-tabs.png);
	background-repeat: no-repeat;
	background-position: -368px 0;
}

#footerRightTop {
	float:left;
	height: 25px;
	margin: 12px 0 0 55px;
}

#footer .menu li {
	list-style: none;
	float:left;
	margin: 0 8px 0 8px !important;
	padding: 0 !important;
	background-image: none !important;
}

#mobile-footer {
	display: none;
}


/* End Structure */


/* Gallery */
.gallery .gallery-item {
	width: 23% !important;
	margin: 10px 1% 10px 1% !important;
}

.gallery .attachment-thumbnail {
	padding: 4px;
	border: none !important;
	background-color: rgba(255,255,255,.45);
	-webkit-transition: all 0.30s ease-in-out;
  	-moz-transition: all 0.30s ease-in-out;
  	-ms-transition: all 0.30s ease-in-out;
  	-o-transition: all 0.30s ease-in-out;
	cursor: pointer;
	box-shadow: 0 0 7px #000;
}

.gallery .attachment-thumbnail:hover {
	opacity:.70;
    filter:alpha(opacity=70);
}

#mediaCategories {
	float:left;
	width: 100%;
	height: 58px !important;
	margin: 0 0 15px 0;
	background-image: url(images/categories-header.png);
}

#categories {
	float:left;
	width: 820px;
	margin: 17px 0 0 160px;
}

#categories a {
	color:#cdc4af;
	background-color: #1d1d1d;
	margin: 0 10px 0 10px;
	padding: 5px 15px 5px 15px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	border-radius: 4px;
}

#categories a.active {
	background-color: #451e1b;
}

/* end gallery */

/* video */

.videoItem {
	float:left;
	width: 23%;
	margin: 10px 1% 10px 1%;
	border-radius: 2px;
	font-size: 12px;
	line-height: 15px;
	border: none !important;
	background-color: rgba(255,255,255,.45);
	-webkit-transition: all 0.30s ease-in-out;
  	-moz-transition: all 0.30s ease-in-out;
  	-ms-transition: all 0.30s ease-in-out;
  	-o-transition: all 0.30s ease-in-out;
	box-shadow: 0 0 7px #000;
}

.videoItem img{
	float:left;
	width: 96%;
	padding: 4px;
	cursor: pointer;
}

.videoItem img:hover {
	opacity:.70;
    filter:alpha(opacity=70);
}

.videoDesc {
	float:left;
	width: 87%;
	height: 35px;
	padding: 10px;
	margin: 0 0 5px 5px;
	background-color:#e6dec7;
	font-size: 14px;
}

.videoItem a {
	color:#451e1b;
}

/* end video */

/* Begin Sidebar */
#sidebar {
	float: left;
	width: 330px;
	margin: 0 20px 0 0;
}

.sidebarEntry {
	float:left;
	width:325px;
	background-color:#2f140f;
	border-radius: 4px;
	padding-left: 5px;
	margin: 20px 0 20px 0;
	overflow: hidden;
}

.sidebarEntry .homeFeature img{
	width: 100%;
	max-width:310px;
}

.sidebarContent {
	float:left;
	width: 280px;
	margin: 10px 10px 10px 5px;
	padding: 15px;
	background-color:#cec4ac;
}

.sidebarContent h2 {
	font-size: 16px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 0 10px 0 !important;
	border-bottom: 1px dotted #282726;
}

.sidebarSub {
	margin: 25px 0 25px 0;
}

.sidebarSub select, .sidebarSub input[type="text"] {
	width: 96%;
	border: 1px solid #451e1b;
	background-color: #d2c9b1;
	padding: 2%;
	margin: 20px 0 5px 0;
	-moz-box-shadow:    inset 0 0 5px #EFEFEF;
	-webkit-box-shadow: inset 0 0 5px #EFEFEF;
	box-shadow:         inset 0 0 5px #EFEFEF;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-size: 12px;
}

.sidebarSub input[type="submit"] {
	border: 1px solid #451e1b;
	background-color: #451e1b;
	color: #d7ceb8;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	border-radius: 4px;
}


/* End Sidebar */


/*	Begin Headers */
h1 {
	margin: 0;
	}

.blogHeader h2 {
	margin: 15px 0 5px 0;
}

h2 {
	margin: 0;
	color: #451e1b;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

.pagetitle {
	text-align: center;
	color: #e2dac5;
	font-size: 35px;
	margin: 35px 0 0 0;
	padding: 0 15px 0 15px;
}

.contentHeader {
	width: 625px;
	padding: 25px 0 20px 0;
	color:#451e1b;
	background-image: url(images/content-headers.png);
	background-repeat: no-repeat;
	text-transform: uppercase;
	text-align: center;
	line-height: 30px;
}

.sidebarHeader {
	width: 100%;
	font-size: 25px;
	height: 50px;
	padding: 30px 0 0 0;
	color:#451e1b;
	background-image: url(images/content-headers.png);
	background-repeat: no-repeat;
	background-position: -680px 0;
	text-transform: uppercase;
	text-align: center;
}

#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 */
.entry img {
	padding: 0;
	max-width: 100%;
	height: auto;
	}

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;
}

.alignleft {
	float: left
	}
/* End Images */




/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

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

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

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

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

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


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

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

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



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

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	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 {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

#popoutCTA img {
	max-height: 750px;
	weight: auto;
}

/* Just Talkin' modify full-size page template */
#content.fullsize {
  background-image: url(images/nm-canvas-bg.png);
  padding: 15px;
  box-sizing: border-box;
  border: 10px solid #31110f;
  border-radius: 10px;
}
#content .contentHeader {
  display: none;
}
