

/*

Template: Common People
Style: Above A Shop
Copyright: Squarespace Inc. All rights reserved.
Usage: NOT FOR USE OUTSIDE THE SQUARESPACE PLATFORM

*/



/* Global Styles
------------------------------------------------------- */

/* Clear page body div */
#pageBody { overflow: hidden; }

/* Ensures images and text areas fit content areas */
.full-image-block img,
.full-image-inline img,
.full-image-float-left img,
.full-image-float-right img { max-width: 100%; }

textarea { max-width: 98%; }

/* Standardizes all form button styles cross-browser */
input.button,
input.button[disabled] { width: auto; border: 0px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-transition: background-color 0.33s ease-out; -webkit-transition: background-color 0.33s ease-out; transition: background-color 0.33s ease-out; }
input.button:focus,
input.button:hover { cursor: pointer; }

/* Overrides system width on comment buttons */
#createPostButton,
#previewPostButton { width: auto !important; }

/* Makes contact form widget button full-width */
.widget-type-sendemailv2 .submit-button,
.widget-type-sendemailv2 .submit-button[disabled] { width: 100%; }

/* Creates space between multiple widgets within the same section */
.widget-wrapper { margin-top: 0px; } /* removes margin on widget top */
.widget-wrapper + .widget-wrapper { margin-top: 20px; } /* adds margin to following widgets */



/* Template Specific Styles
------------------------------------------------------- */

/* Makes background texture stationary while page scrolls */
body { background-attachment: fixed; }

#canvasWrapper { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6); -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6); box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6); -webkit-background-clip: padding-box;/* partly fixes booger edge on round corners in webkit */ }

.horizontalNavigationBar .folder-open .module a { margin-left: 0; }

#pageHeaderWrapper { width: 695px; margin-left: -50px; }

#siteTitle,
#siteSubtitle { padding-left:50px; }

/* Simplifies design by hiding system icons on journal pages */
.journal-entry-wrapper .inline-icon { display: none; }



/* Add your custom CSS below this line
------------------------------------------------------- */
#content { margin-left: 0px !important; }














