/*
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 t
he 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.
*/
/* Remove meta content */
footer.entry-meta {
	display: none;
}

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

/* Don't display search box */
#branding #searchform {
	display: none;
}

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

@media screen and (min-width: 980px) {
	#access ul {
		width: 980px;
	}
}

#ie8 #access ul {
	width: 980px;
}

#ie8 #access ul ul {
	width: 298px;
}

/*line spacing for rss feed between links */
.widget_rss ul li .rsswidget {
	line-height: 20px;
	display: block;
	margin: 15px 0 0;
}

/* Text colour override - set main links, titles, menu to the CUPE 402 blue. */
h1,h2,h3,h4,h5,h6,.entry-title a,.entry-title,.singular .entry-title, 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, .widget-title, #secondary li:before, #site-title a, #access a,#access li:hover > a, #access a:focus, #reply-title {
	color: #3a499e;
}

/* Use a slightly darker blue for the current page in menus.  */
#access .current-menu-item > a, #access .current-menu-ancestor > a, #access .current_page_item > a, #access .current_page_ancestor > a {
	font-weight: bold;
	color: #354895;
}

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

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

/* Change the background colour for the social media footer. */
#supplementary {
	background: #dad7ea;
}

.entry-content h1 {
	font-size: 160%;
}

.entry-content h2 {
	font-size: 140%;
}

.entry-content h3 {
	font-size: 120%;
}

img#wpstats {
	display: none;
}

body {
	padding-left: 0;
	padding-right: 0;
}

.footer-telephone {
	text-align: center;
	padding: 1em;
	font-size: 3em;
}

.textwidget img.size-full {
	width: 100%;
}

/*
#page {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 100% !important;
	padding: 0;
	margin: 0;
}

#branding img {
	width: auto;
	margin: 0 auto;
}

body.custom-background {
	background: white;
}

@media only screen and (max-width 800px) {
	#page {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 100% !important;
		padding: 0;
		margin: 0;
	}
}

@media only screen and (max-width: 767px) {
	#page {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 100% !important;
		padding: 0;
		margin: 0;
	}
}
*/