/*

Theme Name: WFU Law Base Theme
Theme URI: 
Description: 
Version: 0.1
Tags: 
Author: Wake Forest University | School of Law
Author URI: http://law.wfu.edu/

*/


@import url("http://law.wfu.edu/_assets/_css/style.reset.20131018.css");
@import url("http://law.wfu.edu/_assets/_css/style.grids.20131018.css");
@import url("http://law.wfu.edu/_assets/_css/style.style.20160509.css");
@import url("http://law.wfu.edu/_assets/_css/style.home.20170313.css");
@import url("http://law.wfu.edu/_assets/_css/style.accessibility.20170407.css");



/* faculty profile page specific styles */
.wfu_block_image img{
	-moz-box-shadow: 3px 3px 3px #bbb;
	-webkit-box-shadow: 3px 3px 3px #bbb;
	box-shadow: 3px 3px 3px #bbb;
	margin: 0;
	padding: 0;
	float: left;
}
.wfu_block_image h5{
	margin-bottom: 20px;
	-moz-box-shadow: 3px 3px 3px #bbb;
	-webkit-box-shadow: 3px 3px 3px #bbb;
	box-shadow: 3px 3px 3px #bbb;
}
#sidebar_two .sidebar_widget.wfu_block_image{
	border-bottom: none;
	padding: 0;
	margin: 0 0 30px 0;
}

.wfu_block_image img{
}
.faculty_list{
	clear: both;
	padding-bottom: 20px;
}
#facultyimage{
	position: relative;
	float: left;
	display: inline;
	-moz-box-shadow: 3px 3px 3px #bbb;
	-webkit-box-shadow: 3px 3px 3px #bbb;
	box-shadow: 3px 3px 3px #bbb;
	margin-right: 15px;
	margin-bottom: 25px;
}
#facultyimage img{
	margin: 0;
	padding: 0;
	float: left;
}
#facultyimage .high-res{
	position: absolute;
	left: 5px;
	bottom: 5px;
}
#facultybasic{
	margin: 0;
}

/*- Menu Tabs B--------------------------- */
#facultytabs{
	clear: left;
	width:100%;
	padding-top: 10px;
}
#facultytabs ul{
	margin: 0;
	padding:10px 10px 0 15px;
	list-style:none;
	border-bottom: 1px solid #DDD8CF;
}
#facultytabs li{
	position: relative;
	display:inline;
	margin:0;
	padding:0;
}
#facultytabs a{
	position: relative;
	top: 2px;
	background-color: #FFFDE8;
	margin:0 3px;
	padding:4px 10px 0 10px;
	text-decoration:none;
	border: 1px solid #DDD8CF;
}
#facultytabs a:hover {
	color: #000000;
}
/*   MODIFIED THE RESPONSE OF THE SELECTED TAB */

#facultytabs #tabselected {
	position: relative;
	top: 2px;
	margin:0 3px;
	padding: 4px 10px 0 10px;
	border: 1px solid #DDD8CF;
	border-bottom: 1px solid #FFFFFF; /* set border color to page background color */
}
.tab_content{
	padding-top: 15px;
}
.tab_content p{
	padding: 0 0 1em 0;
	margin: 0;
}
.tab_content li{
	padding: 0;
	margin: 0;
	padding-bottom: 12px;
	line-height: 1em;
}
.tab_content b, .tab_content strong{
	color: #4A4C47;
}


/* WAKE ALERT */

#wfualert #alert2 {
	/*padding: 20px 0;*/
	padding: 0;
}

#wfualert p {
	width: 780px;
	color: #FFF;
	margin: 0;
	padding: 0;
	font-size: 110%;
	line-height: 110%;
}

#wfualert p.details {
	text-align: right;
	margin-bottom: 10px;
	width: auto;
}

#wfualert p.details a {
	border: 1px solid #FFF;
	padding: 10px;
	text-decoration: none !important;
	color: #FFF;
}

#wfualert #weather-alert p, #wfualert #wake-ready-alert p {
    color: #000;
}
