/*

Theme Name: WFU Law Accessbility Styles
Theme URI: 
Description: The styles in this document were created to address specific accessibility concerns
Version: 0.1
Tags: 
Author: Wake Forest University | School of Law
Author URI: http://law.wfu.edu/

*/


#portals a{
	color: #c0c0c0;
}
a{
	color: #555;
}
a:hover{
	color: #000;
}
.when, #event_list .details, .release{
	color: #767676;
}
#global_footer a{
	color: #9f928a;
}
#global_footer #get_go_link{
	color: #c6bdb8;
}
#sub_footer{
	color: #908177;
}
#sub_footer a{
	color: #aea39c;
}
.social_name{
	display:none;
}
.social_media a{
	color: #fff;
}
.giving img{
	display: none;
}
.skip-links a{
	padding: 15px 15px 10px 15px;
	float: left;
	position:absolute;
	background-color: #404040; 
	color: #fff;
	left: -999px;
}
.skip-links a:focus{			
	left: 0;			
}
#bread_crumbs a{
	color: #111111;
}
#searchForm button, #directoryForm button{
	color: #333333;
}
#site_footer_container{
	color: #666666;
}
.wfu_block_image{
	background-color: #000;
}
.post_info{
	color: #767676;
}
#paging li.next_page a,
#paging li.next_page a:visited, 
#paging li.previous_page a, 
#paging li.previous_page a:visited {
	color: #555;
}
.minical td.minicalheader a, .minical td.days{
	color: #767676 !important;
}
.minical .selected, .minical .selected a{
	color: #000 !important;
}
.tabs a{
	background: none;
	background-color: #eaeaea;
	color: #000;
	border-color: #a0a0a0;
}
.tabs a:hover, .tabs a.selected, .tabs a.selected:hover{
	background: none;
	background-color: #dcdcdc;
	color: #000;
	border-color: #a0a0a0;
}

#main_body form .required {
    color: #d00 !important;
}