/*
Theme Name:	Punchcut *Child Theme*
Theme URI: 	http://themes.jestro.com/punchcut/
Description: 	Your custom child theme for Punchcut. Make all your custom changes in the <code>themes/mypunchcut</code> folder.
Author:		Drew Strojny
Author URI:	http://www.jestro.com
Template: punchcut
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url("../punchcut/stylesheets/undo.css");
@import url("../punchcut/stylesheets/master.css");


/* Required Wordpress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
  }
.alignleft { float: left; }
.alignright { float: right; }

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
	}
*/
body {
	font-size: 70.5%;
	font-family: Georgia, "Times New Roman", Times, Serif;
	line-height: 2.2em;
	color: #333;
	background: #f3f3f3;
}

a:link, a:visited { color: #214469; }
a:hover {
  text-decoration: underline;
  color: #FF0000;
}

/*Basic Structure
------------------------------------------------------------ */
#wrapper {
  width: 960px;
  margin: 0 auto;
  text-align: left;
  /*background: url(../images/grid.png) no-repeat 0 0;*/
}
#content { 
  float: left; 
  width: 640px;
  padding-bottom: 10px;
}
#sidebar { 
  float: right; 
  width: 310px;
  padding-bottom: 10px;
}
#footer { 
  clear: both;
}
.clear:after, li.comment:after, #sidebar ul li:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}

