/*
Theme Name: Beatles Bible 2016 (TruePixel)
Version: 1.0
Description: A child theme of TruePixel by MyThemeShop
Template: mts_truepixel
Text Domain: truepixel
*/

@import url("../mts_truepixel/style.css");

strong, b {
    font-weight: bold;
}

em {
font-style: italic;
}


.post-info {
    color: #484848;
}

.single_post .post-info a {
    color: #484848;
}


body {
    color: #484848;
}

aside#content-info-right {
  width: 210px;
  padding: 5px 0 0 10px;
  margin: 0 0 0 15px;
  float: right;
  background-color: lightgray;
  border: 1px solid #aaa;
  font-size: 12px;
}


aside#content-info-top {
  width: 95%;
  padding: 5px 0 0 10px;
  margin: 0 0 10px 15px;

  background-color: lightgray;
  border: 1px solid #aaa;
  font-size: 12px;
}

aside#content-info {
  margin: 0 0 20px 0;
}


main {
  padding: 0;
  margin: 0;
}


.flex-container {
    display: flex;
}

.flex-child {
    flex: 1;
}  

.flex-child:first-child {
    margin-right: 20px;
} 




/* Increase content width */

#page, .container {
    width: 1250px;
}
#primary-navigation .primary-menu-wrap {
    max-width: 1250px;
}
.main-container {
    width: 1250px;
}


.sidebar.c-4-12 a {
    color: #2072b2;
}

.footerTop a {
    color: #2072b2;
}


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

/* Remove current item from breadcrumb trail */
#tsh_breadcrumbs .item-current {
display: none;
}


blockquote {
		background: url(/images/openquote.gif) top left no-repeat; 
		margin:10px;
		border-left: 0 none;}

blockquote div {background: url(/images/closequote.gif) bottom right no-repeat; margin:10px; padding:10px 25px 0; overflow:hidden; color:#666; }

blockquote p {font-style: normal; margin-top: 10px;}

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

div.credit, div.source{margin:10px 5px; padding-left:20px; padding-right:20px; text-align:right; font-size:90%; color:#666;}


div.amazon {float:right; width:140px; margin: 0 0 0 10px; border: 1px solid #808080; text-align: center; background:#EAEAEA; padding:6px;}
div.amazon p {text-align: center;}

img.avatar { border: 0; float: right;}
img.sfavatar { border: 0; float: right;}
div.spAvatarTag { border: 0; float: right;}

.table-full {position: relative; width: 100%;}
.table-cell-300 {float: left; width: 300px; padding: 5px;}
.table-cell-200 {float: left; width: 200px; padding: 5px;}
.table-cell-150 {float: left; width: 150px; padding: 5px;}
.table-cell-100 {float: left; width: 100px; padding: 5px;}


/* Bring front page widgets closer together */

.widget-area .widget {margin-bottom: 1.5rem;}

.main-navigation {margin: 0;}

/*Disable MTS contact form */

#mtscontact_form {
    display: none;
}


/* Styling gallery/discog tables */


.entry-content dl.gallery-item {
	margin: 10px 0 0 0;
	float: left;
	text-align: center;
	width: 33%;
	
}

.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}

.gallery .gallery-icon img {
	height: auto;
}

#primary .entry-content [id^="gallery-"] img {
	border: none;
}

.gallery-caption {
    clear: both;
    margin: 5px;
    padding: 5px;
    text-align: left;
}


#gallery-1, #gallery-2, #gallery-3, #gallery-4, #gallery-5, #gallery-6, #gallery-7, #gallery-8, #gallery-9, #gallery-10, #gallery-11, #gallery-12, #gallery-13, #gallery-14, #gallery-15, #gallery-16, #gallery-17, #gallery-18, #gallery-19, #gallery-20 {
    margin: auto;
    padding: 0 0 10px 0;
}


/* Disable number of comments on Justin Tadlock archives plugin */
.comments-number {
display:none;
}


/* Remove border on PayPal button */
input, textarea, select {border: 0;}


.entry-other {padding: 0 0 5px 0 !important;}




/*-[ Navigation ]-----------------*/
.menu-item-has-children > a:after {
		border-style: solid;
	border-width: 0.2em 0.2em 0 0;
	content: '';
	display: inline-block;
	height: 0.45em;
	position: relative;
	top: 0.25em;
	left: 0.5em;
	transform: rotate(135deg);
	vertical-align: top;
	width: 0.45em;
}


/* Breadcrumbs */
#tsh_breadcrumbs .separator{
    font-size:20px;
    color:#545454;
    font-weight:100;
}
#tsh_breadcrumbs{
    overflow:hidden;
    text-align: left;
    list-style:none;
    margin:11px 0;
}
#tsh_breadcrumbs li{
    margin-right:4px;
    display:inline-block;
    vertical-align:middle;
}



/* Mediavine Sidebar CSS */
@media only screen and (min-width: 1038px) {
.article {
max-width: calc(100% - 427px) !important;
}
}