/*
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 {
background:#990000 url(http://www.pvhost2.net/mlhf/wp-content/uploads/bgredstripe.gif) repeat scroll 0 0;
}


body.custom div.box div.leaf-content {
color:#333333;
font-size:13px;
line-height:18px;
margin-top:8px;
}

body.custom div.box div.leaf-top {
border-bottom-color:#990000;
color:#000033;
font-weight:bold;
}

body.custom body.header-inside div#navigation, body.header-outside div#navigation-container {
background:#000033 none repeat scroll 0 0;
border-bottom:1px solid #DDDDDD;
}

body.custom div#footer {
background:#F4F4F4 none repeat scroll 0 0;
border-top-color:#DDDDDD;
}


body.custom div#footer .footer-left {
float:left;
font-size:11px;
margin-left:15px;
}


body.custom div#footer .footer-right {
float:right;
font-size:11px;
margin-right:15px;
}

body.custom div#footer .copyright {
clear:both;
font-size:11px;
margin:10px 0 0;
text-align:center;
}

body.custom .entry-title, .entry-title a, .page-title {
color:#990000;
}

body.custom .feed-entry-date {
color:#888888;
font-size:10px;
}

body.custom ul.navigation li.current-page-item a:link, ul.navigation li.current-page-item a:visited, ul.navigation li.current-page-item a:hover, ul.navigation li.current-page-parent a:link, ul.navigation li.current-page-parent a:visited, ul.navigation li.current-page-parent a:hover, ul.navigation li ul li.current-page-item a:link, ul.navigation li ul li.current-page-item a:visited, ul.navigation li ul li.current-page-item a:hover, ul.navigation li.current-page-item ul li a:link, ul.navigation li.current-page-parent ul li a:link, ul.navigation li.current-page-item ul li a:visited, ul.navigation li.current-page-parent ul li a:visited {
background:#990000 none repeat scroll 0 0;
color:#FFFFFF;
}

body.custom body.header-inside div#breadcrumbs, body.header-outside div#breadcrumbs-container {
background:#DBDBDB none repeat scroll 0 0;
border-bottom:1px solid #DDDDDD;
color:#000033;
font-size:11px;
}

body.custom a.more-link:link, a.more-link:visited, .entry-content a.more-link:link, .entry-content a.more-link:visited {
color:#333333;
float:left;
font-size:11px;
font-weight:bold;
background: #ffffff;
margin:10px 0 20px;
padding:2px 0;
}

div.small-post h3 {
font-size:1.3em;
}

.page-title {
color:#990000;
font-family:georgia,serif;
font-size:26px;
font-variant:normal;
font-weight:normal;
letter-spacing:0;
line-height:6px;
text-transform:none;
}

div.entry-content h2 {
color:#000033;
font-family:georgia,serif;
font-size:17px;
font-variant:normal;
font-weight:normal;
letter-spacing:0;
line-height:23px;
text-transform:none;
}

.entry-title a {
color:#990000;
font-size:23px;
}

div#wrapper {
border:1px solid #333333;
clear:both;
margin:0 auto;
width:950px;
}

h2.entry-title, h1.entry-title {
color:#555555;
font-family:georgia,serif;
font-size:26px;
font-variant:normal;
font-weight:normal;
letter-spacing:0;
line-height:6px;
padding-bottom:10px;
text-transform:none;
}

.entry-title a {
color:#990000;
font-size:23px;
line-height:24px;
}

h2.entry-title, h1.entry-title {
color:#555555;
font-family:georgia,serif;
font-size:26px;
font-variant:normal;
font-weight:normal;
letter-spacing:0;
line-height:26px;
padding-bottom:10px;
text-transform:none;
}


#container {
margin:0 0;
}
