/*   
Theme Name: CAMD Architecture Child Theme
Theme URI: http://www.northeastern.edu/camd

Description: This is the default child theme for the CAMD site network. It is a CHILD THEME, meaning you need the theme's parent in order for it to function properly—the parent is called "CAMD Parent" and should appear below in the list of available themes (if it does not, this will not work!) **Note: You CANNOT simply replicate this theme—it requires dependent code licenses that are owned and distributed by Hifinit Design Group. Please contact Alex Turnwall at alex@turnwall.com should you have any questions. Parts of this code are copyright © 2009-2014 Alex Turnwall, Hifinit Design Group.

Author: Alex Turnwall, Hifinit Design Group
Author URI: http://www.turnwall.com
Template: camd_parent
Version: 2.2
Tags: camd_parent
License: GNU General Public License

This theme is a CHILD theme of the parent CAMD theme, meaning it must have the original parent theme present to function correctly.

*/

@import url("../camd_parent/style.css");
@import url("../camdmain_child/style.css");

.home-highlights {
	background-color: transparent;
	padding: 0;
}
a.home-highlights-item { height: 220px;padding:0px; }
.main-navigation ul > li a {
    padding: 14px 14px 18px;
}
.mfwa2 ul {
    list-style-type: none;
    margin: 0;
}
@font-face {
	font-family: 'TradeGothicBold';
	src: url('fonts/26A70D_0_0.eot');
	src: url('fonts/26A70D_0_0.eot?#iefix') format('embedded-opentype'),
		 url('fonts/26A70D_0_0.woff') format('woff'),
		 url('fonts/26A70D_0_0.ttf') format('truetype');
	font-weight: normal;
  font-style: normal;
}
 

h1, h2, h3, h4 {
	font-family:'TradeGothicBold', 'NewsCycleRegular', "Arial Narrow", 'Helvetica Neue', sans-serif;
	font-weight:normal;
	text-rendering: optimizeLegibility;
	text-transform:uppercase;
	letter-spacing:0.02em;
}
h1.entry-title {
	margin:0 0 0.8em;
}
h2 {
	font-size:2.0em;
}
h3 {
	font-size:1.4em;
	margin-top:-0.2em;
	margin-bottom:0.8em;
}
#site-navigation {
	background-color: #EBEBEB;
	opacity: 1.0;
}
a.sub-logo {
	background-image: url(images/northeastern-architecture-logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	display:block;
	height:67px;
	width:240px;
	float:left;
	margin-left:-16px;
	padding:14px 0;
}
a.sub-logo:hover {
	opacity:0.8;
}
.main-navigation ul li.important > a {
	color: #454545;
	font-size:1.0em;
	letter-spacing:-0.05em;
	font-family:'TradeGothicBold', 'NewsCycleRegular', "Arial Narrow", 'Helvetica Neue', sans-serif;
	text-rendering: optimizeLegibility;
	font-weight:normal;
	padding-bottom: 40px;
}

/* Only Top-Level Nav */
body.site_child .main-navigation li.current_page_item a,
body.site_child .main-navigation li.current-page-ancestor a {
	color: #282828;
}
/* Hover States */
body.site_child .main-navigation a:hover,
body.site_child .main-navigation li.current_page_item ul li a:hover,
body.site_child .main-navigation li.current-page-ancestor ul li a:hover {
	color: #5a5a5a;
}







.main-navigation ul li.important > a:hover {
	color: #000000;
}
a.home-highlights-item {
	background-color: #5B5449;
}
a.home-highlights-item:hover span {
	background-color: rgba(153,153,153,0.6);
}

/*** Flex SLider ***/

#toprow-slider .flex-caption {
	color: #333;
	background-color: #D0DC22;
	background-color: rgba(215,223,35,0.92);
}
#toprow-slider .flex-caption h3 {
	color:#333;
}
.page-header, .border-sep {
    border-bottom: 4px solid #EBEBEB;
}
.grad-section-head {
	margin: 155px 0 0 -40px;
}

/****************  The Grid (Tablets?)  ****************/

@media only screen and (max-width: 1021px) {

	#toprow-slider {
		background-color: #D0DC22;
	}
	#toprow-slider .flex-caption {
		background-color: transparent;
	}

}
/* End the Tablet */

.main-navigation ul > li:not(.has-submenu) a {
    padding: 14px 14px 11px;
}

