#page {
	width: 1300px;
}

.hentry {
	width: 750px;
}

/* =Menu changes to colours to match desigm
----------------------------------------------- */
#access {
	border: 0 double #eee;
	border-width: 0;
	background: #000000;
	clear: both;
	display: block;
	float: left;
	margin: 1.615em auto;
	min-height: 43px;
	position: relative;
	width: 100%;
}

#access ul {
	clear: left;
	float: right;
	list-style: none;
	font-size: 16px;
	margin: 0;
	padding-left: 0;
	position: relative;
	right: 50%;
	text-align: center;
}

#access li {
	display: block;
	float: left;
	position: relative;
	left: 50%;
}

#access a {
	border-radius: 2px;
	color: #ffffff;
	display: block;
	line-height: 21px;
	margin: 6px 10px;
	padding: 5px 10px;
	text-decoration: none;
}

#access ul ul {
	clear: none;
	background: #00a9e4;
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: none;
	margin: 31px 0 0;
	padding: 6px 0;
	position: absolute;
	top: 0;
/* 31 + border-height*/
	right: auto;
	left: 10px;
	z-index: 99999;
	width: 200px;
}

#access li.current_page_item a,
#access li.current-menu-item a {
	background: transparent;
	color: #aed7e5;
}

#access li.current_page_item ul a,
#access li.current-menu-item ul a,
#access ul ul li.current_page_item a,
#access ul ul li.current-menu-item a {
	background: transparent;
	color: #aed7e5;
}

#page #access li:hover > a {
	background: #00a9e4;
	color: #fff;
}

/* Tagline - remove space where tagline would sit */
#description {
	display: none;
	margin-bottom: 2.4225em;
}

/* reduce padding around homepage elements */
.hentry {
	margin: 0 0 2.23em;
	position: relative;
}

.entry-header .entry-meta {
	border-bottom: 1px solid #eee;
	color: #8a8a8a;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-size: 1rem;
	letter-spacing: .05em;
	line-height: 2.4em;
	padding-bottom: .5em;
	text-transform: uppercase;
}

.entry-thumb {
	float: left;
	display: block;
	margin: 0 1em 1em 0;
}

/* remove border around images, including header
----------------------------------------------- */
#masthead img,
#featured-content img,
#recent-content img,
.entry-content img,
.entry-thumb img,
.comment-content img,
.widget img {
	background: #fff;
	border: 0 solid #bbb;
	max-width: 99.35%;
/* Fluid images for posts, comments, and widgets */
	padding: 1px;
}

/* Widgets - reduce padding and remove line under titles */
#secondary .widget-title {
	border-bottom: 0 solid #eee;
	color: #2a2a2a;
	margin: 0 0 .6em -7.04225%;
	padding: 0 0 .5em 7.042253521127%;
}

#secondary .widget > ul > li,
#secondary .widget > div > ul > li {
	border-bottom: 0 solid #eee;
	margin-left: -7.042253521127%;
	padding: .1em 0 .1em 7.042253521127%;
}

/* footer - change background colour and style credits under footer */
#colophon {
	background: #ffffff;
	border-radius: 0 0 10px 10px;
	color: #000;
	margin: 0 -1px -1px;
}

#colophon a {
	color: #000000;
}

#site-info {
	padding: 1em 0;
	text-align: center;
}

/* Change Post Title Color */
.entry-title a {
    color: #000000
			
}