/*
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 {
	background: url('custom/images/bg.png');
}

body.custom div#wrapper {
	background: #FFFFFF url('http://peichyi.yummacious.net/media/images/peichyi-header.jpg') no-repeat 0 0;
}

body.custom div#navigation {
	background-color: transparent;
	padding: 2px 20px;
}

body.custom ul.navigation li a:link, 
body.custom ul.navigation li a:visited, 
body.custom ul.navigation li ul 
{
 background-color: transparent;	
}

body.custom ul.navigation li a:hover {
	text-decoration: none;
}



body.custom div#header { 
	background-color: transparent;
	height: 326px; 
}

body.custom div.header-link-text {
	position: absolute;
	left: -9999px;
}

body.custom div#footer {
	background: #5D8E9F url('custom/images/footerbg.png');
}

body.custom div.leaf-content .entry-meta { font-style: italic; }
body.custom div.leaf-content .entry-meta a { text-decoration: none; }

body.custom a:link, 
body.custom a:visited {
text-decoration: none;
}

.text-large { font-size: 1.5em; line-height: 1.5em; }