/* Companion Custom CSS over-rides for [ Omoide B.O.E. ]:  -  */

.menu .current_page_item a {
	color: #555 !important;
	}
	
#blogheader {
	padding: 5px 0 5px 0;
	border-top: 2px solid #eee;
	margin: 10px 0 20px 0;
	}
/* THE MENU WRAPPER */
#menubar-wrapper {
	background: #fff;
	border-width: 2px 0px;
	border-style: solid;
	border-color: #eee;

}

.menu {
	margin-left: 395px;
		
}

#menubar-wrapper a {
	color: #556e95;
	font-weight: bolder;
	text-decoration: none;
	background: #fff;
}

#menubar-wrapper a:hover {
		color: #334a6d;
		text-decoration: underline;
	}
	
.menu .current_page_item a {
	color: red;
}


body {
	margin: 0;
	font-family:'Arial', sans-serif;
	font-size: 14px;
	color: #333;
}


a {
	color: #556e95;
	text-decoration: none;
}

	a:hover {
		color: #334a6d;
		text-decoration: underline;
	}

	a:focus {
		outline: none;
	}

	a img {
		border: none;
	}
	
	/* HEADINGS */

h1, h1 a {
	color: #888;
	padding: 10px 0 0 0;
	margin: 0;
	font-size: 49px;
	line-height: 46px;
	letter-spacing: -5px;
}

h2, h2 a {
	color: #888;
	padding: 0 0 2px 0;
	margin: 0;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: -1px;
}

	h2.pagetitle, h2.pagetitle a, h2.page-title, h2.page-title a {
		color: #888;
		padding: 0 0 5px 0;
		margin-top: 10px;
		font-size: 20px;
		letter-spacing: -1px;
		clear: both;
	}

h3, h3 a {
	color: #888;
	padding: 0;
	margin: 0;
	font-size: 18px;
	clear: both;
	letter-spacing: -1px;
}

h4, h4 a {
	color: #888;
	padding: 0;
	margin: 0;
	font-size: 15px;
	clear: both;
	}
	
/* THE PAGE WRAPPER */
#page-wide {
	width: 980px;
	margin: 0px auto;
	border: 2px solid #eee;
}


.widgettitle {
	color: #888;
	font-variant: small-caps;
}

.widget-content {
	border: 2px solid #eee;
	padding-left: 5px;
	padding-bottom: 15px;
}
