/*
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: #FFFFFF url(http://www.brianmcshane.com/images/diag_bg_blue.gif) repeat top left;
line-height: 1.5em;
}

div#wrapper {
position: relative;
margin-top:0px;}
#header {height: 132px;}
#topbar-wrapper {
width: 100%;
height:31px;
background: #1A65A2 url(http://www.brianmcshane.com/images/toplinks_bg.png) repeat-x top left;
}
#topbar {
margin-right: auto;
margin-left: auto;
height: 31px;
width:960px;
}

p {margin-bottom:12px;}

body.header-fixed div#navigation {background: #1A65A2 url(http://www.brianmcshane.com/images/toplinks_bg.png) repeat-x top left;}

a.more-link:link, a.more-link:visited {
background: #1A65A2;
color: #FFFFFF;
}

div.sidebar span.widget-title {
color: #1A65A2;
}

div.leaf-content .entry-meta {
margin-top:12px;
margin-bottom:12px;
}