/*
 Theme Name:   MVP-GP
 Theme URI:    http://www.eaf.net/mvp/
 Description:  a GeneratePress child theme for Ain't Complicated
 Author:       Mark Roth
 Author URI:   http://www.eaf.net/markroth/
 Template:     generatepress
 Version:      1.3.34 me
 Date Made:    7/24/16
 Tags:         two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow
*/

.asterisks {
	color: darkgray;
	font-size: 300%;
	text-align: center;
	line-height: 17px;
	padding: 0;
	margin: 15px;
}

.entry-content p + ul {margin-top:-1.2em}

.entry-content div p:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.commentlist .bypostauthor {
  border-top: 10px solid #e18728;
  background: #e7f8fb
}

.commentlist li ul.children li.bypostauthor {
  border-top: 10px solid #e18728;
  background: #e7f8fb
}

.bypostauthor > .comment-body > .comment-content {
  border-top: 10px solid #e18728;
  background: #e7f8fb
}

/********************************************    FIX FROM PARENT STYLESHEET         */

.entry-content ol {margin-top:-1.2em}

.nav-next, .nav-previous {
	font-size: 125%;
	font-weight: bold;
}

.nav-next a, .nav-previous a {
	color: #306074;
	text-decoration: none;
	text-shadow: 0 0 2px #74b2cd;
}

.nav-next a:hover, .nav-previous a:hover {
	text-decoration: underline;
	text-shadow: none;
}

blockquote {
  margin-left: 2em;
  margin-right: 2em;
  border-right: 3px solid rgba(0,0,0,.05);
}

.content-read-more:before {
  display: inline;
  padding-left: 10px;
}

.widget ul {
	margin: -1em 0 1.5em 1.2em;
	list-style: none;
}

.widget ul li:before {
	position: absolute;
	left: -13px;
	content: "\00BB";
	color: #f6522b;
	font-weight: bold;
}


/* There's still more to bring in for this section from the 20ESMIO10 stylesheet: STYLE-10.CSS */




/********************************************    MY OWN UNIQUE-FOR-MVP STYLES       */

.updatedmenu {background-color:red}

.green-back {background-color: #99ff99}
.pink-back {background-color: pink}
.darkgreen-back {background-color: darkgreen}

.gray {color:gray}

.verse {color: brown; font-weight: bold}
.noseve {display:none}
.opaque7 {opacity: 0.7}
.graystrike {color: #cccccc; text-decoration: line-through}

.scale4 {
  width: 400px;
  height: 300px;
  text-align: center;
  margin: 1em 25px 0;    /* auto doesn't seem to work */
}

.alignrightsmall {
  font-size: 80%;
  text-align: right;
  font-family: georgia,times new roman,serif;
}

.bible-ref {
  float:left;
  font-size:12px;
  width:130px;
  text-align:right;
  font-weight:bold;
  color:green;
  line-height:1.2em;
  clear:left;
}

.bible-verse {
  margin-left:140px;
  font-family:verdana,arial,sans-serif;
  padding-left:10px;
  border-left:1px dotted navy;
  font-size:12px;
  line-height:1.2em;
  color: brown;
  font-weight: bold;
}

.conversation-who {
  font-size:12px;
  width:70px;
  text-align:right;
  font-weight:bold;
  color:green;
  float:left;
  clear:left;
  line-height: 1.2em;
}

.conversation-what {
  margin-left:80px;
  font-family:verdana,arial,sans-serif;
  padding-left:10px;
  border-left:1px dotted navy;
  font-size:12px;
  line-height:1.2em;
}

p.dropboxred:first-letter {
  float:left;
  background:red;
  font-weight:bold;
  font-size: 2.5em;
  padding:4px;
  font-family:courier new, courier, monotype;
  color:pink;
  border:1px dotted pink;
  margin: 5px 10px 0 0;
}

div.reveal {
  color:white
}

div.reveal:hover {
  color:black
}

div.revealold {
opacity: 0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -khtml-opacity: 0;
}

div.revealold:hover {
opacity: 1;
    filter:alpha(opacity=1);
    -moz-opacity:1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -khtml-opacity: 1;
}

a.amazon {
  text-decoration: none;
  border-bottom: 1px dashed green;
}

a.amazon:hover {border-bottom: 1px solid green}

 a:link.amazon {
    position:relative;
  }
  a:hover.amazon {
    text-decoration:none; /* remove underline on tooltip */
    color: green;
  }
  a:hover.amazon:before {
    display:block;
    content: "My commission link for this item on Amazon.";
    position:absolute;
    color: #333;
    bottom:1.5em; /* ensure link is still visible under tooltip */
    left:0;
    width:11em; /* a reasonable width to wrap the tooltip text */
    text-align:center;
    padding:4px;
    border:2px solid #999;
    background:#eef;
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#ccf), to(#eef));
    background:-moz-linear-gradient(#ccf, #eef);
    background:-o-linear-gradient(#ccf, #eef);
    background:linear-gradient(#ccf, #eef);
    -webkit-border-radius:6px;
       -moz-border-radius:6px;
        -ms-border-radius:6px;
         -o-border-radius:6px;
            border-radius:6px;
    -webkit-box-shadow: -2px 2px 2px rgba(20, 20, 20, 0.4);
       -moz-box-shadow: -2px 2px 2px rgba(20, 20, 20, 0.4);
        -ms-box-shadow: -2px 2px 2px rgba(20, 20, 20, 0.4);
         -o-box-shadow: -2px 2px 2px rgba(20, 20, 20, 0.4);
            box-shadow: -2px 2px 2px rgba(20, 20, 20, 0.4);
  }


/*****    MY BOXES       */

/*
blockquote {
  background-color: #ffecef;
  font-family: courier new, courier, verdana, arial, sans serif; HAD BEEN COMMENTED OUT
  font-family: verdana, arial, sans-serif;
  font-size: 90%;
  line-height: 1.6em;
  border-radius: 10px;
  border: 1px solid pink;
  color: #333; 				HAD BEEN COMMENTED OUT
}
*/

.intro-excerpt {
  border-radius: 0 0 10px 10px;
  background: #eeeeee;
  border-top: 2px solid gray;
  padding: 5px 10px 5px 10px;
  font-family: verdana,arial,sans serif;
  font-size: 1em;
  font-weight: bold;
  color: rgba(0,0,0,0.6);
  text-shadow: 2px 2px 3px rgba(255,255,255,0.8);   /* TRY THIS NEXT  text-shadow:0 1px 0 #fff  */
}

.quotes {
margin: 1em 13%;
/*  margin-left: 80px;
  margin-right: 80px; */
  text-align: center;
  padding: 20px 20px;                 /*  WAS 20px 20px 3px  */
/*  border: 3px dotted red;           PREVIOUS VERSION */
  border-radius: 10px;
  box-shadow: 5px 5px 2px #eee;
  background-color: #d6fdd6;           /*  was pink  */
  line-height: 1.6em;               /*  tried inherit, seemingly unsuccessfully  */
  font-size: 110%;                  /*  added October 18, 2012  */
}

.quotes-half {
margin: 1em 26%;
/*  margin: 1em 15px 0; */
/*  margin-left: 160px;
  margin-right: 160px; */
  text-align: center;
  padding: 20px 20px;
  border: 2px dotted red;
  background-color: pink;
}

div.capt-pix {
text-align: center;
margin: 0 auto 2em;
width: 500px;
height: 325px;              /* was 300 but added 25 for caption line */
}

div.capt-pix img {
width: 400px;
height: 300px;
/* margin-top: 1em; */
margin-bottom: 0;
}

div.capt-pix i {
font-style: italic;         /* the following stuff works; I just took it out */
/* color: black;
background-color: #cccccc;
padding: 3px 3px 3px 6px; */
}

.facebook {
  background: #f0f8ff;
  border: 1px solid #0000ff;
  padding: 10px;
/*  float: right;
  width: 150px; */
/*  width: 400px;
  margin: 2em auto; */
  margin: 2em 20%;
  font-family: verdana,arial,sans-serif;
  font-size: 80%;
  border-radius: 10px;
/*  box-shadow: 5px 5px 2px #eeeeee; */
}

.facebook span {
  color: #789;
  font-size: 80%;
}

.facebook a {
  font-weight: bold;
  opacity: 0.5;
}



/**************** MOBILE LANDSCAPE SIZE TO TABLET PORTRAIT (DEVICES AND BROWSERS) */
@media only screen and (max-width: 480px) {

blockquote, .quotes, .facebook {
  margin-left: 0;
  margin-right: 0;
}

.quotes-half {
margin: 1em 10%;
	}

}   /* END OF 480 @MEDIA SECTION */
