/*
To get started customizing with CSS, we recommend you 
go to http://headwaythemes.com/documentation/customizing-your-headway-site/custom-css/ 
to get started.

When writing the selectors for the elements, put body.custom at the
beginning.

For an example on how to change the background with custom CSS
we can use the following code.

body.custom {
	background: red;
}
*/

/* GP Additions */

body.custom div.post {margin: 0px; padding: 0px; border-bottom-style: solid; border-bottom-color: #c0c0c0; border-bottom-width: 1px; }
body.custom div.post-image { border: 0px; padding: 0px; }
body.custom a.more-link { margin:0 0 20px 0; padding: 0px; }
body.custom div.box { margin: 0px 0px 0px 0px; padding: 2px 2px 2px 2px; }
body.custom div.header { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }
body.custom div.wrapper { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }
body.custom div.leaf-top { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }
body.custom li.widget { margin: 0px 0px 10px 0px; }