/*
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;
}
*/

@media print {
body div.noprint {visibility: hidden !important; font-size: 1px !important; display: none !important;}
body ul.noprint {visibility: hidden !important; font-size: 1px !important; display: none !important;}
body .noprint {visibility: hidden !important; font-size: 1px !important; display: none !important;}
} 

/* overrides */
.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description,
.gform_wrapper .instruction {font-size:13px !important; line-height:1.5em; clear:both; font-family:sans-serif; letter-spacing:normal}

.gform_wrapper .ginput_complex label,
.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .gfield_date_month label,
.gform_wrapper .gfield_date_day label,
.gform_wrapper .gfield_date_year label,
.gform_wrapper .instruction {display:block; margin:3px 0; font-size:13px !important; letter-spacing:0.5pt}

.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=phone],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password] {outline-style: none; font-size:13px !important; font-family:inherit; padding:2px 0 2px 0; letter-spacing:normal}

.hide { display: none !important; }


