/* 
This is the section css for
Department of Kinesiology 
*/

/* GENERAL USE */

#home-content .greyBack{
	background-color: #EEE; padding: 10px;
}
#home-content .imgCenter{
	display: block;
	margin: 0 auto;
}
#home-content .invisible{
	display: none;
}

/* HOME */
#home-content #home .grid8{
	padding-right: 15px;
}

#home-content #home .grid4{
	padding: 5px;
}

#home-content #home .opaqueTitle{
	background: rgba(118, 55, 117, .8);
	padding: 2px 5px;
	color: white;
	font-weight: bold;
	left: -2px; 
	position: absolute; 
	font-size: .95em; 
	max-width: 75%; 
	line-height: normal
		box-shadow: 0 0 6px 0 rgba(0,0,0,.35);
}

#home-content #home .grid4 img:hover{
	box-shadow: 0 0 6px 0 rgba(0,0,0,.35);
}

#home-content #home .grid4{
	margin-bottom: 10px; 
	position: relative; 
	padding: 0 5px;
}

/* EXERCISE */

#home-content #exercise ul{
	list-style-type: none;
	margin-left: 0;
}

/* HEALTH PHYS ED */

#home-content #health .grid4 img{
	width: 100%;
}

#home-content #health .grid4{
	padding: 5px;
}

#home-content #health .row-responsive{
	margin: 0;
}

#home-content #health .grid8{
	padding-right: 15px;
}

/* FACULTY */

#home-content #faculty .grid6{
	padding-right: 10px;
}

#home-content #faculty .grid9{
	padding-left: 10px;
}

#home-content #faculty .row-responsive{
	margin: 0;
}

#home-content #faculty h3 a{
	text-decoration: none;
	color: #763775;
}

#home-content #faculty h3:hover a{
	text-decoration: underline;
	color: #D9AA2A;
}

#home-content #faculty h3:after{
	display: none;
}

#home-content #faculty h3{
	border-bottom: none;
	margin-bottom: 5px;
	padding-bottom: 0;
}

#home-content .staffBorder{
	border-bottom: 1px dotted #ddd; 
	display: block;
	height: 5px;
	width: 100%;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

#home-content .readMore{
	font-weight: bold;
	text-align: center;
	font-size: 1.1em;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	display: inline-block;
	width: 100%;
	padding: 15px 0;
}
#home-content .facultyList{
	list-style-type: none;
	margin-left: 0;
}

/*SIDE MENU*/
/** SIDE MENU **/
#home-content .sideLinks {margin-top: 0px; padding-right: 20px;}
#home-content .sideLinks .grid12 {margin-bottom: 5px;}
#home-content .sideLinks a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #575757;
	font-weight: bold;
	padding-left: 13px;
	background-color: #EEE;
}
#home-content .sideLinks .accordion a {background-color: #FFF; margin-bottom: 5px;}
#home-content .sideLinks .accordion h3 a{
	background-color: #eee;
	margin-bottom: 0px;
	padding: 0px;
}
#home-content .sideLinks .accordion h3 {
	font-size:1em;
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #575757;
	font-weight: bold;
	padding-left: 40px;
	box-shadow:none;
	-webkit-box-shadow:none;
	border:none;
	background-color:#EEE;
	margin:0;
	border-radius:0;
}
#home-content .sideLinks .accordion div {
	margin-left:-16px;
}
#home-content .sideLinks .accordion h3:hover {
	color: #763775; border-left: 3px solid #FFBD07;
}
#home-content .sideLinks .accordion h3:hover a{
	color: #763775; border-left: none;
}
#home-content .sideLinks .subSideLink {
	font-size: .9em;
	padding: 0px 10px 3px 30px;
	border-left: 0;
	font-weight: bold;
	text-indent: -10px;
	line-height: 20px;
}
#home-content .sideLinks .subSideLink:before {
	content: "\203A"; 
	padding-right: 5px; 
	position: relative;
	top: -1px;
	color: #763775;
}
#home-content .inactive {
	display: none;
}
#home-content .active {
	display: block;
}
#home-content .sideLinks .grid12 a:hover {color: #763775; border-left: 3px solid #FFBD07;}
#home-content .sideLinks .activeSideLink {color: #763775; border-left: 3px solid #763775;}

#home-content .sideLinks .grid12 .highlight a{
	background-color: #763775;
	color: #fff;	
}
#home-content .sideLinks .grid12 .highlight a:hover{
	color:#FFBD07;
}

#home-content .sideLinks .grid12 .highlightyel a{
	background-color: #FFAE2E;
	color: #382140;
}



/* INDIVIDUAL EMPLOYEE PAGES */
#home-content .facProfile .grid2 img{
	display: block;
	margin: 0 auto;
}
#home-content .facProfile .grid2{
	padding-right: 10px;
}

/* AGREEMENTS */
#home-content #agree img{
	display: block;
	margin: 0 auto;
	padding: 0 10px;
}

/* ALUMNI RESOURCE */
#home-content .alumniResourceBios .grid3{
	padding-right: 20px;
}

@media only screen and (max-width:768px){
	/* INDIVIDUAL EMPLOYEE PAGES */
	#home-content .facProfile .grid2{
		padding-right: 0;
	}

	/* ALUMNI RESOURCE */
	#home-content .alumniResourceBios .grid3{
		padding-right: 0;
	}
	#home-content .alumniResourceBios .grid3 img{
		display: block;
		margin: 0 auto;
		max-width: 300px;
	}
}