h1#logo  {
	/*:LOGO image*/
	background-image:url(images/logo/logo1.png);
	/*: Horizontal*/
	width:320px;
	/*: Vertical*/
	height:330px;
}

div#header {
	/*:Header - background color*/
	background-color:#ffffff;
	/*:Header - background image*/
	background-image:url(images/headers/JorisLL2.jpg);
	/*:Header - height*/
	height:350px;
}

ul#feature-post {
	/*:Show Featured Post */
	display:block;
	/*:Featured- background color*/
	background-color:#ffffff;
	/*:Featured - background image*/
	background-image:url(images/background/fat_lines_mid.gif);
}

ul#feature-post li  a {
	/*:Featured - title color*/
	color:#f35600;
}
ul#feature-post {
	/*:Featured - text color*/
	color:#130015;
}

div#menu ul li.page_item a{
	/*:Navigation - link color*/
	color:#0030a9;
}

div#menu ul li.current_page_item a, div#menu ul li.current_page_parent a{
	/*:Navigation - current page link color*/
	color: red;
}                                            