/*  
Theme Name: Base 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: pagelines

*/

/*
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.
 */
 
 /*
 
 
 
 
 
 
 

 
 
 
 /* nothing to do with anything */
 .postsgrid .postthumbnail {
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block;
    width: 331px;
    height: 182px;
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
}
 
 
 
 
 /* this stuff below here, really works nicely, let's not fuck it up too badly */
 
.navbar.navbar-content-width {
    border-radius: 0px 0px 0px 0px;
}

.section-navbar .content-pad {
    padding-top: 0px;
    padding-bottom: 0px;
}

.content .content-pad {
    padding: 0px;
}

branding .mainlogo-img{
    width: 90%
    max-width:50%;
}

/*.equalizer-inner{
    width:260px;
} */

/*.hentry-pad{
    max-height:300px;
}*/
