@charset "UTF-8";
@import url(font-awesome.min.css);
@import "https://fonts.googleapis.com/css?family=Raleway:normal";

/*
	Theory by TEMPLATED
	templated.co @templatedco
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/



a:link {
	color: #000000;
	
}
a:visited {
	color: #000000;
	
}
a:hover, a:focus {
	color: #000000;
	
}
a:active {
	color: #000000;
	
}


nav a:link {
	color: #000000;
	
}
nav a:visited {
	color: #000000;
	
}
nav a:hover, nav a:focus { 
	color: #000000;
	
} 
nav a:active {
	color: #000000;
	
}


#pageFooter a:hover, #pageFooter a:focus {
	color: #2e2e2e;
	
}
#pageFooter a:active { 
	color: #2e2e2e;
	



.button, .action, .options, .toggleExtras-inactive, .toggleExtras-active, .largeButton a {
	background-color: #4a4a4a;
	border-color: #c4c0b5;
	
}
.button:hover, .action:hover, .options:hover, .toggleExtras-inactive:hover, .toggleExtras-active:hover, .largeButton a:hover,
.button:focus, .action:focus, .options:focus, .toggleExtras-inactive:focus, .toggleExtras-active:focus, .largeButton a:focus,
.button:active, .action:active, .options:active, .toggleExtras-inactive:active, .toggleExtras-active:active, .largeButton a:active {
	background-color: #000000;
	color: #000000;
	
}