/* ref: /wwwdept_themes/admission/css/ */

/* changes below 1/13/14 for Admission Blog */

/* Top navbar */

#topRightNav .infoBar li:first-child + li + li,
#topRightNav .infoBar li:first-child + li + li + li {
   float:right;
   font-weight:bold;
   }
   
#home #topRightNav .infoBar li:first-child + li + li {
	margin-right:-11px;
	padding-right: 4px;
}

#topRightNav .infoBar li:first-child + li + li a {
	background: url('/wwwdept_themes/admission/images/btn_ExternalLinkNavigation.gif') no-repeat center right;
}

#topRightNav .infoBar li:first-child + li + li a {
	background: url('/wwwdept_themes/admission/images/btn_ExternalLinkNavigation.gif') no-repeat center right;
	padding: 0 14px 0 0;
}

#topRightNav .infoBar li:first-child + li + li a:hover {
	background: url('/wwwdept_themes/admission/images/btn_ExternalLinkNavigationOver.gif') no-repeat center right;
}

/* Bottom box group */

#home #boxContainer {
padding-top: 20px;
}

#home #home-vid-link {
margin-top: 0;
}

#home .box.boxgroup {
border: none;
background: inherit;
height: auto;
width: 237px;
}

#home .boxgroup .box {
margin: 0 0 3px 0;
float: none;
}

#home-blog-link h2 {
background-color: #F79833;
color: #fff;
}

#home-blog-link h3 {
font-weight: 400;
position: absolute;
bottom: 5px;
right: 5px;
}

#home-blog-link p {
margin-left: 110px;
padding: 3px 2px 3px 5px;
color: #EEE;
}

#home-blog-link a.boxcontent {
display: block;
height: 75px;
margin-bottom: -1.7em;
position: relative;
background: rgba(0, 0, 0, 0) url(leaves.jpg) 0 0 no-repeat;
}

#home-blog-link a.boxcontent:hover p {
color: #f79833;
}

/* Social links */

#sociallinks {
	float: right;
	margin-top: -3em;
	margin-right: 27px;
}

#socialnav li {
	display: inline;
	list-style: none;
}

#socialnav li a {
	display: inline-block;
	width: 22px;
	height: 22px;
	overflow: hidden;
	text-indent: -9999px;
	margin-left: 20px;
	background: url('/wwwdept_themes/admission/images/social-footer-icons.png') no-repeat 0 0;
}

#socialnav li a:hover {
	color: inherit;
	background: url('/wwwdept_themes/admission/images/social-footer-icons.png') no-repeat 0 0;
}

#socialnav li a.google {
	background-position: 0 -50px;
}

#socialnav li a.twitter {
	background-position: 0 -100px;
}

#socialnav li a.youtube {
	background-position: 0 -150px;
}