/*

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;

}

*/





body.custom div#header { position: relative; } 



/* Fixed Large Background Image */

body.custom {

background-image: url('http://sharonoday.com/webgraphics/sharonbackground.jpg');

background-color: #fbfffe;

background-repeat: no-repeat;

background-position: center top;

background-attachment: fixed;

}

body.custom div#header {

background-image: url('http://sharonoday.com/webgraphics/sharonbackground.jpg');

background-repeat: no-repeat;

background-position: center top;

background-attachment: fixed;

}



/* footer widgets */

body.custom div#footer-widgets {width:100%;}

body.custom div#footer-widgets div.footer-item {float:left; width:30%; margin:15px;}

body.custom div#footer-widgets h2 {font-weight:bold;font-size:13px;line-height:20px;border-bottom: 1px solid #ddd; margin-bottom:4px;padding-bottom:4px;}

body.custom div#footer-widgets ul {padding:0px; margin:10px 0 0px;}

body.custom div#footer-widgets ul li {list-style-type:none; margin: 0 0 2px; padding: 0 0 2px;}

body.custom div#footer-widgets ul li a {text-decoration:none;}

body.custom div#footer-widgets ul li a:hover {text-decoration:underline;}

body.custom div#footer {padding-bottom:25px;margin: 0 auto;}

body.custom #footer ul {}

/* end footer widgets */

/************sajid************************/
body.custom div#header {z-index:1000}
body.header-fluid div#navigation, body.header-fixed div#navigation {border-bottom:1px solid #eee}
ul.navigation li a:hover{font-weight:bold}

body.custom .Speaking-Money {margin-left: 75px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	box-shadow: 1px 1px 100px #5A0000;
	border: 2px solid maroon;
}
body.custom div#leaf-110 {width: 671px;
	height: 637px;
	min-height: 580px;
}