body {
    font-family: Helvetica, Arial, sans-serif;
	background: white;
	}
	
h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica, Arial, sans-serif;
	letter-spacing: 0px;
	font-style: bold;
	}

#page {
	/* The entire design is contained within the 'page' id */
	border: none;
	}
	
#header {
	/* Contains the H1 and menu */
	width: 1000px;
	height: 300px;
	background: none;
	background-image: url(flickermanScribbles.png);
	background-repeat: no-repeat;
	}
	
#primary {
	/* Contains the main column */
	background: #eee;
	width: 670px;
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

#sidebar-1 {
	/* The first sidebar */
	background: #aaa;
	left: 170px;
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	}


.blog-title {
	font-size: 130px;
	color: white;	
	}

ul.menu {
	background: white;
/*	border: 1px solid #ddd; */
	}
		
ul.menu li a {
	color: white;
	background: orange;
	border: 1px solid #ddd;
	}
	
ul.menu li a:hover {
	background: red;
	color: #eee;
	}
	
ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_ancestor a,
ul.menu li.current_page_ancestor a:hover {
	background: #eee;
	}