/*
Theme Name: Punchcut PRO Child Theme
Theme URI:  http://themes.jestro.com/punchcut/
Description:  Custom Punchcut child theme for PRO members.
Version: 1.0
Author:   Drew Strojny
Author URI: http://themes.jestro.com
Template: punchcut
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url("../punchcut/stylesheets/master.css");
@import url("../punchcut/functions/stylesheets/style-options.php");

/* Required Wordpress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }
.alignleft { float: left; }
.alignright { float: right; }

/* Logo
-----------------------------------------------------------*/
div#title-logo {
  float: left;
  margin: 0 0 0 30px;
}

/* Page Templates
-----------------------------------------------------------*/

#content.no-sidebar { width: 960px; }
#content.no-sidebar .entry.page { width: 900px; }
body.page-template-left-sidebar-php #sidebar { float: left; }
body.page-template-left-sidebar-php #content { float: right; }

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
  background: brown;
  }
*/

#content.no-sidebar h1 {display:none;  font-size: 0;};
#content.sidebar h1 { color:#544632;};
h2 { color:#544632;};
/*#content.no-sidebar .entry.page { width: 900px; }*/
/*##content.no-sidebar .entry.page { background: #b3a694; }*/