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

body {

  background-color: #E3B686;

  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E3D4C3), to(#2F2727));
  
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #2F2727, #E3D4C3);
  
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #2F2727, #E3D4C3);
  
  /* IE 10 */
  background: -ms-linear-gradient(top, #2F2727, #E3D4C3);
  
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #2F2727, #E3D4C3);
}

.fixed_width #branding .content-pad {
    padding: 0px;
}

#branding .content-pad {
    padding-bottom: 0px;
    padding-top: 0px;
}
.content-pad {
    padding: 0px;
}

#nav .content-pad, #secondnav .content-pad {
    padding-bottom: 5px;
    padding-top: 0px;
}

.main_nav li a, .main_nav li {
    color: #4A2A12;
}

.main_nav li a:hover {
    color: #d68f00;
}

.hentry h1, .hentry h2 {
    margin: 0;
}