/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
/* Add whitespace between social network icons */
span.mr_social_sharing {
	padding-right: 16px;
}

/* Make calendar divisions inline.  Could style them more.  */
div.when {
	display: inline;
}

div.event {
	margin-left: 25px;
}

/* Change the colour for the background header. */
#access {
	background-image: none;
	background-color: #dddddd;
	border-top: none;
	border-bottom: none;
}

#access ul ul a {
	background-color: #dddddd;
}

/* Don't display author info */
span.by-author {
	display: none;
}

span.cat-links {
	display: none;
}

footer.entry-meta {
	display: none;
}

/* Disable hyphenation in the sidebar for browsers that support it. */
div#secondary li {
	-webkit-hyphens: manual;
	-moz-hyphens: manual;
	hyphens: manual;
}

/* Tweak the height of the site generator */
footer#colophon div#site-generator {
	display: none;
}

/* Don't display comments, or information about comments on lists of posts */
div#comments {
	display: none;
}

footer.entry-meta {
	display: none;
}

/* Add whitespace between social network icons */
span.mr_social_sharing {
	padding-right: 8px;
}

/* Make calendar divisions inline.  Could style them more.  */
div.when {
	display: inline;
}

div.event {
	display: inline;
}

/* Increase menu font size. */
#access ul {
	font-size: 14px;
}

#access a {
	line-height: 2.6em;
}

#access ul ul {
	top: 2.6em;
}

/* Change the colour for the background header. */
#access {
	background-image: none;
}

/* Don't display author info */
span.by-author {
	display: none;
}

/* Increase dropdown width */
#access ul ul {
	width: 298px;
}

#access ul ul a {
	width: 278px;
}

/* Disable hyphenation in the sidebar for browsers that support it. */
div#secondary li {
	-webkit-hyphens: manual;
	-moz-hyphens: manual;
	hyphens: manual;
}

/* Tweak the height of the site generator */
footer#colophon div#site-generator {
	display: block;
	padding-top: 25px;
	padding-bottom: 15px;
	line-height: 1.2em;
}

/* Text colour override */
h1,h2,h3,h4,h5,h6,.entry-title a,.entry-title,.singular .entry-title, a, .widget-title, #secondary li:before, #site-title a, #access a, #reply-title {
	color: #003f5e;
}

#supplementary {
	background: #ebebeb;
	border-top: 2px solid #eb6e1f;
}

#access li:hover &gt; a, #site-title a:focus, #site-title a:hover, #site-title a:active, .entry-title a:hover, .entry-title a:focus, .entry-title a:active, .widget_twentyeleven_ephemera .comments-link a:hover, section.recent-posts .other-recent-posts a[rel="bookmark"]:hover, section.recent-posts .other-recent-posts .comments-link a:hover, .format-image footer.entry-meta a:hover, #site-generator a:hover, #access a:focus, #access .current-menu-item &gt; a, #access .current-menu-ancestor &gt; a, #access .current_page_item &gt; a, #access .current_page_ancestor &gt; a, .widget-area a:hover {
	font-weight: bold;
	color: #eb6e1f;
}

#access div {
	margin: 0 24px;
}

.widget-title {
	text-transform: none;
	line-height: 1.3em;
}

#branding #searchform {
	display: none;
}

/* Don't display comments, or information about comments on lists of posts */
div#comments {
	display: none;
}

footer.entry-meta {
	display: none;
}

/* Add whitespace between social network icons */
span.mr_social_sharing {
	padding-right: 8px;
}

/* Make calendar divisions inline.  Could style them more.  */
div.when {
	display: inline;
}

div.event {
	display: inline;
}

/* Increase menu font size. */
#access ul {
	font-size: 14px;
}

#access a {
	line-height: 2.6em;
}

#access ul ul {
	top: 2.6em;
}

/* Change the colour for the background header. */
#access {
	background-image: none;
}

/* Don't display author info */
span.by-author {
	display: none;
}

/* Increase dropdown width */
#access ul ul {
	width: 298px;
}

#access ul ul a {
	width: 278px;
}

/* Disable hyphenation in the sidebar for browsers that support it. */
div#secondary li {
	-webkit-hyphens: manual;
	-moz-hyphens: manual;
	hyphens: manual;
}

/* Tweak the height of the site generator */
footer#colophon div#site-generator {
	display: block;
	padding-top: 25px;
	padding-bottom: 15px;
	line-height: 1.2em;
}