/*
Theme Name: Paperpunch PRO Child Theme
Theme URI: http://thethemefoundry.com/paperpunch/
Description: Custom Paperpunch child theme for PRO members.
Version: 1.04
Author: The Theme Foundry
Author URI: http://thethemefoundry.com/
Template: paperpunch
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url("../paperpunch/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; }

/* 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; }
.entries h3 {
	padding: 15px 0 10px 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1em;
}

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
}
*/

#HeaderTag { 
background:none repeat scroll 0 0 transparent;
border:0 hidden;
font-size:100%;
margin:0;
outline:0 none;
padding:0;
vertical-align:baseline;

}

#wrapper {
width: 1015px;
}

#sidebar {
width: 350px
}

#sociable {
margin:0;
padding:31px;
}

#noborderimages {
background:none;
border:1px;
padding:4px;
}

#comments {
display: block;
float: left;
width: 109px;
height: 54px;
text-decoration: none;
background: url(../images/comments-wrap.png) no-repeat 0 0;
}




