/*  
Theme Name: Sally Theme
Theme URI: http://www.pagelines.com/
Description: A starter child theme for PageLines.  Use this as a reference for building your own child themes for PageLines Store.
Version: 1.0.2
Author: PageLines
Author URI: http://www.pagelines.com
Tags: developer

Template: dms

*/

/*
Themes follow the basic WordPress themes header scheme with the following additions:

	Template: pagelines
	Tells wordpress this is a childtheme and where the parent files are stored.
	
	Demo: http://a.link.com
	Use this to point to a demo for this product.
	
	External: http://a.link.com
	Use this to point to an external site, authors home page for example.	
*/

/*
 * File Naming Conventions
 * -------------------------------------
 *	style.css 		 - Main theme style file.
 *  thumb.png		 - Thumbnail image used in the store and on pagelines.com for your product.
 *  screenshot.png	 - Primary screenshot, logo or graphic for your extension item (300px by 225px).
 *	screenshot-1.png - Additional screenshots -1 -2 -3 etc (optional).
 *	page.example.php - Custom page template, check the file for syntax. This is autoloaded.
 *	sections/		 - Bundle sections with your theme in this folder, each section in a seperate folder.
 */
 
body.display-boxed .boxed-wrap {
background: rgba(253, 253, 253, 0) !important;
}

.sglogoheader p {margin: 0px; }
.sgheader {position: relative;}
 .homepagebg {background:url("../../uploads/2013/09/backgroundpatternfloorboards.png")repeat;
}
.section-books a:hover {
color: #333 !important;
text-shadow: -1px -1px 1px #fff;
}

.books-nav-wrap {
font-size: 28px;
text-align: center;
text-shadow: -1px -1px 1px #444;
}
.section-books .options li {
margin-right: 2px;
padding-left: 5px;
padding-right: 6px;
background: rgba(128, 163, 159, 0.76);
border-bottom: 1px solid rgba(106, 139, 136, 1);
border-left: 1px solid rgba(123, 173, 168, 0.76);
border-right: 1px solid rgba(123, 173, 168, 0.76);
border-top: 1px solid rgba(165, 209, 204, 0.89);
box-shadow: 0px 0px 1px #818080;
}
.section-books a:hover {
color: rgba(242,172,125,0.7);
text-decoration: none;
}

.SGhomepage .pl-area-wrap.pl-bg-cover {
margin-top: -20px;
}

.section-books a {
  color: #fff;}
.innersection {margin-top: -38px;}
.innerpage {
  background: #fff;
  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
  box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
  margin: 26px auto 0;
  padding: 24px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.innerpage:before {
  z-index: -1;
position: absolute;
top: -2px;
left: 0;
content: '';
width: 100%;
height: 100%;
background-color: #fafafa;
border: 1px solid rgba(0,0,0,0.15);
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.19);
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.19);
box-shadow: 1px 1px 2px rgba(0,0,0,0.19);
-webkit-transform: rotate(1deg);
-moz-transform: rotate(1deg);
-ms-transform: rotate(1deg);
transform: rotate(1deg);
}
.innerpage:after {
  z-index: -2;
position: absolute;
top: 1px;
left: -2px;
content: '';
width: 100%;
height: 100%;
background-color: #f6f6f6;
border: 1px solid rgba(0,0,0,0.15);
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
-webkit-transform: rotate(359deg);
-moz-transform: rotate(359deg);
-ms-transform: rotate(359deg);
transform: rotate(359deg);
}


.multi-post .hentry {
  background: #f6f6f6:
padding: 5px;
}