/*   
Theme Name: IIHR Sub Theme
Theme URI: http://mrwweb.com
Description: A child theme of IIHR Custom Theme for use on IIHR Subsites
Author: Mark Root-Wiley
Author URI: http://mrwweb.com
Version: 1.1
Template: iihr-theme
*/

/* CHILD THEME! */
@import url(../iihr-theme/style.css);

#header {height:153px; margin-bottom:35px;  border-bottom:0;}

#header #site-title {position:static; float:left; color:#FFF; font-weight:bold; font-size:30px; margin:30px 0 0 25px; width:680px; line-height:1.4em;}
#site-description {display:block; font-size:18px;}

#header-logos {float:right; width:223px; height:153px; border-left:1px solid #FFF;}

/* toggle-able class set by "Hide Logos" super-admin option on "IIHR Theme Options" */
.iihr-banner-no-logos #header-logos {
	display: none;
}
.iihr-banner-no-logos #header #site-title {
	width: auto;
}
.iihr-banner-no-logos #nav:before {
	width: 960px;
}

#header .ui-link,.iihr-link,#header a.engineering-link {position:static; float:right; clear:right; margin-top:5px;}
#header .ui-link {background:url(images/uiBannerLogo.png) -171px 0; width:173px; margin-right:10px;}
	#header .ui-link:hover {background-position:-171px -28px;}
.iihr-link {display:block; width:223px; height:85px; background-image:url(images/iihrBannerLogo.gif); text-indent:-9999px;}
	.iihr-link:hover {background-position:left -86px;}
#header a.engineering-link {color:#FFF; text-decoration:none; margin-right:10px;}
		#header a.engineering-link:hover {color:#FFF; text-decoration:underline;}
		
#nav {border:solid #FFF; border-width:1px 0; top:151px;}
#nav:before,#nav:after {display:block; content:" "; position:absolute; width:960px; height:5px;}
#nav:before {width:737px; top:-7px; border-top:1px solid #FFF;}
#nav:after {bottom:-6px;}

#content:before {display:block; content:" "; position:absolute; right:-20px; width:960px; height:40px;}

#side-nav li li a:hover,#side-nav li li.current-menu-item > a,#side-nav li li.current-menu-item > a:hover  {color:#000;}

#site-data,#site-data a,#site-data a:hover {color:#333;}

#searchform { width:auto; border:0;	}
#searchfield { padding:4px; }
.widget #searchfield { width:130px; }

.widget_search #searchform {margin:15px 0;}

/* New Widgetized Home Page Template */
#news .widget:nth-child(2n-1) {
	clear: left;
	margin-right: 20px;
}
#content #news h2.widgettitle {
	margin-bottom: 10px;
}

#news img {
	width: auto;
	max-width: 100%;
	height: auto;
	line-height: 0;
}

.jetpack-image-container figure {
	max-width: 100%;
	margin: 0;
	padding-top: 0;
	background-color: transparent;
}

.widget_wpcom_social_media_icons_widget a {
	font-size:  32px;
	opacity: .7;

}

.widget_wpcom_social_media_icons_widget a:hover,
.widget_wpcom_social_media_icons_widget a:focus {
	opacity: 1;
}
