
/*
	A NC State brand-friendly color theme alternative
	Heavy gray image border with extra nav decoration; dark footer; white-back logo
*/


/* =Global
----------------------------------------------- */
body {
	background: #fff;
	color: #333;
}

/* =Header
----------------------------------------------- */
#branding {
	background-color:#fff !important;
}

#site-title a {
	color: #000;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color:#666 !important;
}

#site-description {
	color: #333;
}

#branding img {
	
}

/* =Slider Header
----------------------------------------------- */

.page-template-slider #branding img, #branding .banner-height img {
	border: none;
}

#player {
	border-top:solid 1px #e6e6e6;
}


#branding .banner-height {margin-left:-8px;}
#branding .banner-height img {margin:0; }

/* =Menu
----------------------------------------------- */

#access {
	background: #fff;
	border-top:solid 1px #e6e6e6;
	border-bottom: solid 1px #e6e6e6;
	margin-bottom:12px;
}

#access li a {color:#c00;}
#access li a:hover {color:#a20000;}

#access li.current-menu-item {

}
#access li.current-menu-item a {color: #c00;}
#access ul.sub-menu li a {color: #c00;}


/* =Content
----------------------------------------------- */

.page-title {
	color: #ccc;
}

/*	=Widgets
----------------------------------------------- */
/* default widget colors */
.widget {
	margin:4px;
	color:#333;
}
.widget_text, .widget_nav_menu {
	background-color:#f2f2f2;
	padding:4px;
}

.widget a {
	color:#666;
	font-weight:bold;
}
.widget-title {
	color:#333;
	padding:12px 8px 6px 10px;
}

/* base widgets can be customized to brand colors
.widget_nav_menu
.widget_categories
.widget_recent_entries
.widget_recent_comments
.widget_archive
*/

/* Meta Widget */
.widget_meta, .widget_nav_menu {}
.widget_meta .widget-title,
.widget_nav_menu .widget-title
 {}

/* Search Widget */
.widget_search {
}


/* =Footer
----------------------------------------------- */

#supplementary {background-color: #333; font-family:UniversLight, Arial, sans-serif;}
#supplementary.credits {
	color:#d1d1d1;
	background-color: #000;
}

#supplementary a, #supplementary .widget-title  {
	color:#d2d2d2;
}

@media print {

.skip-link, #ncstate-branding-bar-container, #branding, #access, #secondary, #supplementary {display:none !important;}
   
}
