/*
To get started customizing with CSS, we recommend you 
go to http://headwaythemes.com/documentation/customizing-your-headway-site/custom-css/ 
to get started.

Be sure to turn on custom CSS in the Headway Design Options.  

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;
}
*/
body.custom div#item_2 {
border-left: 1px solid gray;
}

body.custom div#header-container {
border-bottom: 1px solid black;
}

body.custom div#item_12 {
border-left: 1px solid gray;
}

body.custom div#item_14 {
border-left: 1px solid gray;
}

body.custom div#item_2.span.widget-title {
font-weight: bold;
}

body.custom div#navigation-container {
	height: 25px;
}

body.custom ul.navigation li {
	height: 25px;
}
body.custom ul.navigation li a {
	height: 5px;
	font-size: 10px;
	border-bottom: 1px solid #dddddd;
	line-height: 9px;
}

body.custom div.header-link-image {
	margin-left: -5px
}