/*
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 h1 {
    font-family:"Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Lucida" sans-serif;
}

body.custom {
	background-color: #000000;
	background-image: url(/wp-content/uploads/2010/09/background.jpg);
	background-repeat:repeat-x;
}

body.custom #navigation {
	background-image: url(/wp-content/uploads/2010/09/navback.gif);
	background-repeat:repeat-x;
}

body.custom #navigation ul li a {
	    font-family:"Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Lucida" sans-serif;
	padding: 8px 25px 8px 25px;
}

body.custom #container {
	margin:0 0 0 0;
	width: 906px;
	padding:0 0 0 0;
}

body.custom .homemain {
	margin:0 0 0 0;
	width:906px;
	height:275;
	padding:0 0 0 0;
}

body.custom #leaf-20 {
	width:906px;
	}

body.custom #homeright {
	color:#FFF;
	padding:70px 30px 15px 20px;
}

body.custom #homeright a {
	color:#FFF;
	text-decoration:none;
}

body.custom #homeright a p {
	margin-top: 11px;
	margin-bottom:0px;
}

body.custom #leaf-22 {
	width:906px;
	}
	
body.custom .homespeakers {
	margin:0 0 0 0;
	width:906px;
	padding:1px 0 0 0;
}

body.custom #footer {
	border-top:hidden;
	}
	
body.custom #footertext {
	text-align:right;
	letter-spacing:5px;
	color:#a2a2a2;
	}
	
body.custom #footertext a {
	text-decoration:none;
	color:#bf6534;
	}
	
body.custom .subleft {
	margin:0 0 0 0;
	padding:120px 15px 15px 20px;
	}	
	
body.custom .subright {
	margin:0 0 0 0;
	padding:15px 80px 30px 50px;
	}
	
body.custom .container {
	background-image: url(/wp-content/uploads/2011/09/subback2.jpg);
	background-repeat:repeat-y;
		}
		
body.custom .simple-section-nav a {
	text-transform: uppercase;
	font-weight:bold;
	line-height:17px;
	letter-spacing:2px;
    font-family:"Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Lucida" sans-serif;
		}
		
body.custom .simple-section-nav li {
	padding-bottom:20px;
		}	
		
body.custom .simple-section-nav .widget-title {
	display:none;
		}
		
body.custom .nocomments {
	display:none
		}
		

		