/*
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: blue;
  }
*/
.entry img.alignleft, .entry img.alignright, .entry img.aligncenter {
  border: none;
  background: none;
  padding: 0;
}
