/*
 Theme Name:   Twenty Fifteen Child
 Theme URI:    http://www.somepeoplejugglegeese.com/
 Description:  Twentyfiteen Child Theme
 Author:       Lucy Day Werts Hobor
 Author URI:   http://www.somepeoplejugglegeese.com/
 Template:     twentyfifteen
 Version:      1.0.0
 Description:  I wanted to change bits of the Twenty Fiteen theme.
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         
 Text Domain:  twenty-fifteen-child
*/

/* SITE TITLE and SUBTITLE */
.site-title {
	font-family: "Amatic SC";
	font-size: 5rem;  
}
#sidebar h1.site-title a{ 
	color: #fff;
}
.site-description {
	text-transform: lowercase;
}
#sidebar, #sidebar .secondary {
	background-color: #3E5F90;
}

/* SIDEBAR LINKS */
#sidebar .fontawesome-text {
	padding-left:10px;
}
#sidebar a {
	color:rgba(255, 255, 255, 0.7)
}
#sidebar a:hover, #sidebar a:focus {
	color: #fff;
}
#sidebar .textwidget a {
	border: 0;
}
#sidebar .main-navigation li {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#sidebar .widget-title, #sidebar .widget {
	color: #fff;
}

/* OTHER LINKS */
a.post-thumbnail:hover,	a.post-thumbnail:focus {
	opacity: 1;
}
.entry-content a {
	border: 0;
	color: #3E5F90;
}
.entry-content a:hover, .entry-content a:focus {
	border-bottom: 1px solid #3E5F90;
}
.entry-header a {
	color:rgba(51, 51, 51, 0.7);
}
.entry-header a:hover, .entry-header a:focus {
	color: #333;
	color:rgba(51, 51, 51, 1);
}
.site-info a{
	color:#3E5F90;
}
.site-info a:hover, .site-info a:focus, {
	/*border-bottom: 1px solid #3E5F90;*/
}
.nav-links a {
	color:rgba(51, 51, 51, 0.7);
}
.nav-links a:hover, .nav-links a:focus {
	color: #333;
	color:rgba(51, 51, 51, 1);
}

/* etc */
.entry-content blockquote {
	border-left: 4px solid #3E5F90;
	border-left: 4px solid rgba(62, 95, 144, 1);
	font-style: normal;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-left:0;
}

.entry-content ul, .entry-content ol {
	margin-left:1em;
}

body:before {
	background-image:url("http://spjg.com/wp-content/uploads/2015/07/07440239.png");
	background-position:left top;
	background-repeat:repeat;
}
blockquote strong,
blockquote b {
	font-weight: 700;
}

.category-quotes .entry-header,
.category-quotes .entry-content,
.category-quotes .entry-footer {display:none;}

.spacey-list li {margin-bottom:1em;}

.jaw_widget, .jaw_widget ul {list-style:none;}

/* movie log table */
tr.list1 {background-color: whitesmoke;}


/* affiliate link marking */
a.amazon {
    background-image: url("images/amazon.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 15px auto;
    padding-left: 20px;
}
a.itunes {
    background-image: url("images/itunes.svg");
    display:inline-block;
    overflow:hidden;
    background-repeat: no-repeat;
    width:110px;
    height:40px;
    background-size:contain;
    text-indent:-9999px;
}
a.itunes:hover, a.itunes:focus {
    border-bottom:none;
}


/* currently reading - book log responsive columns */

/* For itsy bitsy mobile phones: */
[class*="col-"] {
    float: left;
    padding-bottom: 15px;
	width: 100%;
}
.disappear, .tabledisappear {display:none;}

/* For everything else: */
@media only screen and (min-width: 320px) {
	.disappear {display:block;}
	.tabledisappear {display:table-cell;}

	[class*="col-"] {
		padding-right:15px;
	}

    .col-1 {width: 8.33%;}
	.col-2 {width: 16.66%;}
	.col-3 {width: 25%;}
	.col-4 {width: 33.33%;}
	.col-5 {width: 41.66%;}
	.col-6 {width: 50%;}
	.col-7 {width: 58.33%;}
	.col-8 {width: 66.66%;}
	.col-9 {width: 75%;}
	.col-10 {width: 83.33%;}
	.col-11 {width: 91.66%;}
	.col-12 {width: 100%;}
}

.row::after {
    content: "";
    clear: both;
    display: block;
}
/*
.movierow a:hover {border-bottom:none;}*/