
/*
 Theme Name:   sempress Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       John 
 Author URI:   http://johnjohnston.info
 Template:     sempress
 Version:      1.0.0
 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
*/

/*
For older themes, and themes that do not use wp_enqueue_style() to enqueue their stylesheet, use the following line where twentyfourteen is the name of the directory where the theme resides:

Make sure you uncomment out this import line below if you want to include the parent CSS and the wp_enqueue_style() is not working. If you do not then you will not have any styling in your child theme from the parent theme.
*/


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

/* =Theme customization starts here
-------------------------------------------------------------- */

@media (min-width:801px) { /* tablet, landscape iPad, lo-res laptops ands desktops */ 

#branding h1 {color:#666;position: absolute;top:10px;padding-left:10px;}
#branding h2{color:#666;position: absolute;top:100px;padding-left:20px;}
#branding h1 a{color:#666}
#branding{margin-top:20px;}
 #site-image {margin-bottom:10px;}
 }
 
 ul.linklist{list-style-image: url('http://johnjohnston.info/blog/images/link-icon.png');}
 ul.linklist li blockquote{margin-left:0px}
 ul.linklist li {margin-bottom:16px;border-bottom:solid 2px #eee;}
 
 p.featuredcaption {font-size:12px;padding-right:6px;text-align:right;}
 
 .category-pinboard:before{
  font-family: 'Genericons';
  display: block;
  font-size: 45px;
  font-style: normal;
  position: absolute;
  left: -65px;
  top: 25px;
   content: '\f308';
}
 
 .category-pinboard .featuredcaption{display:none}