/*
To get started customizing with CSS, we recommend you 
go to http://headwaythemes.com/documentation/developer-resources/css-map/
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;
}
*/


/* Widgets */
body.custom .widget_socialwidget img {width: 48px; height: 48px; }

/* Header */
body.custom div#header {border: 1px solid #002092; border-bottom: none;}

/* Navigation */
body.custom div#navigation {border: 1px solid black; border-top: none;}

/* ShareThis placement */
body.custom div.nav-previous, div.nav-next {margin-top: -20px; }
body.custom .nocomments, span#comments {padding-top: 20px; border-top: 1px solid #cccccc; }
body.custom div#sharethis {margin-top: 40px; margin-left: 140px;}
body.custom .more-link-container {margin-top: -20px;}
body.custom .entry-content {margin-bottom: 30px;}

/* Meta placement */
body.custom div.meta-below-content {margin-top: 30px;}
body.custom div.meta-above-title {margin-bottom: 5px;}
body.custom div.entry-content {margin-top: 25px;}