html {
	background-color: rgba(255,255,255,1.00);
}

#mobile_menu {
	background-color: rgba(255,255,255,1.00);
}

/* @end */

a {
	color: rgba(122,129,255,1.00);
}

a:visited {
	color: rgba(122,129,255,1.00);
}

a:hover {
	color: rgba(122,129,255,1.00);
}

a:focus {
	outline: 1px dotted rgba(122,129,255,1.00);
}

a:active {
	color: rgba(122,129,255,1.00);
}

/* Prevent Bootstrap buttons inheriting link colours */
a:visited.btn {
	color: #333;
}

a:visited.btn-primary,
a:visited.btn-info,
a:visited.btn-success,
a:visited.btn-warning,
a:visited.btn-danger,
a:visited.btn-inverse {
	color: #fff;
}

.form-input-button[type="submit"],
.form-input-button[type="submit"]:hover {
	background-color: rgba(122,129,255,1.00);
	border-color: rgba(122,129,255,1.00);
	color: #FFF;
}

#siteTitle h1 a {
	color: rgba(234,234,234,1.00);
}

#siteTitle h1 a:hover {
	color: rgba(205,205,205,1.00);
}

#siteSlogan {
	color: rgba(234,234,234,1.00);
}

#content,
#menu_label {
	color: rgba(19,19,19,1.00);
}

#footer {
	color: rgba(0,0,0,1.00);
}

#footerContent {
	background-color: %colour_footercontent_fill%
}

#sidebarTitle h3 {
	color: rgba(255,255,255,1.00);
}

#sidebar {
	color: rgba(234,234,234,1.00);
}

#sidebar a,
#pluginSidebar a {
	color: rgba(122,129,255,1.00);
}

#sidebar a:hover,
#pluginSidebar a:hover {
	color: rgba(122,129,255,1.00);
}

#sidebar a:active,
#pluginSidebar a:active {
	color: rgba(122,129,255,1.00);
}

#sidebar a:visited,
#pluginSidebar a:visited {
	color: rgba(122,129,255,1.00);
}

h1 {
	color: rgba(18,18,18,1.00);
}

h2 {
	color: rgba(25,25,25,1.00);
}

h3 {
	color: rgba(20,20,20,1.00);
}

h4 {
	color: rgba(22,22,22,1.00);
}

h5 {
	color: rgba(234,234,234,1.00);
}

h6 {
	color: rgba(234,234,234,1.00);
}
