/*
Theme Name:     UNC Department
Description:    Department Base Theme - Includes dynamic left menu's, and custom right sidebars for each page.
Author:         ITS Web Services
Author URI:     http://webservices.unc.edu
Template:       unc-sites-base-theme
Version:        1.1
*/

@import url("../unc-sites-base-theme/style.css");

#primary.left-content.home {
	width:920px;
}
.secondary.right-sidebar.home {
	width:160px;
}

/* Hide Print Tools on Homepage */
#primary.home #content article div.tools-main {
	display:none;
}

h1#site-title a, h2#site-description {
	color:#4A4A4A;
	background:none;
	margin:0;
	padding:0;
	border:none;
	text-transform:capitalize;
}
h2#site-description {
	font-weight:normal;
	margin-top:5px;
}

/* Sidebar Menus */
.secondary.widget-area aside.widget h2, h2.widget-title {
	margin:0;
	font-size: 85%;
}
.secondary.widget-area ul.menu {
	margin: 0 0 8px 0;
	list-style-type:none;
}
.secondary.widget-area ul.menu li {
	border-bottom: 1px solid #CBCBCB;
	border-top: 1px solid white;
}
.secondary.widget-area ul.menu li a {
	display: block;
	padding: 10px 8px;
	color: #2376A1;
	text-decoration:none;
}
.secondary.widget-area ul.menu li.active-page > a {
	font-weight:bold;
}
.secondary.widget-area ul.menu li a:hover {
	background-color: #56A0D3;
	color: white;
}
.secondary.widget-area ul.menu li ul {
	margin:2px 0 6px 15px;
}
.secondary.widget-area ul.menu li ul li {
	border:none;
}
.secondary.widget-area ul.menu li ul li a {
	background: transparent url(images/img_unc_menu_bg-arrow.gif) no-repeat 0 .4em;
	padding: 0 0 2px 8px;
	display: block;
	border:none;
}
.secondary.widget-area ul.menu li ul li a:hover {
	background-color: #fff;
	color: #2376A1;
	text-decoration:underline;
}

/* Custom CSS for custom Views plugin */

#custom-center-content {
	margin: 0 auto;
	float: left;
	width: 510px;
	background: white;
}

#custom-homepage-section {
	margin: 0 auto;
	float: left;
	width: 735px;
	background: white;
}

#custom-right-sidebar {
	float: right;
	width: 160px;
	margin: 0;
}

#custom-right-sidebar ul li {
	line-height: 1.3em;
	margin: 0 0 6px 0;
}

/* Table Formatting */

table {
	width: 100%;
	border-collapse: collapse;
	border-top: 3px solid #bbb;
	margin: 18px 0 10px 0;
	padding-bottom: 18px;
	background-color: #fff;
	}

caption {
	font-style:italic; 
	margin: 0 8px;
	font-size: 116%;
	}

table th {
	font-weight: bold;
	text-align: center;
	padding:5px;
	}

table th,td {
	border-top: 1px solid #bbb;
	padding: .5em 1em .5em .5em;
	}

table tr:nth-child(2n+1) td {
	background-color: #eee;
	}

/* Custom Header Formatting */
	#masthead #logo > a {
	width: 920px;
	background: none;
	}

/* People Pages */
.positions {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-bottom:15px;
	padding:3px 10px;
}
.positions > div {
	padding:3px 0;
}
.positions > div > span {
	color:#2376A1;
	font-size:105%;
}
#peopleinfo ul {
	margin:0;
	padding:0;
}
#peopleinfo > ul li {
	background-image:none;
	background-color:#efefef;
	margin:-1px 5px 0 0;
	border:1px solid #ccc;
	border-bottom:none;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	padding:0;
}
#peopleinfo > ul li a {
	color:#333;
	font-weight:bold;
}
#peopleinfo > ul li.ui-tabs-selected {
	background-color:#fff;
	margin-top:0;
}
.ui-tabs .ui-tabs-nav li {
	background-color:#efefef;
}
#peopleinfo > div {
	clear:left;
	width:600px;
	border:1px solid #ccc;
	padding:15px;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 1px;
	margin: 0 .2em 1px 0;
	border-bottom: 0 !important;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tabs {
	position: relative;
	padding: .2em;
	zoom: 1;
}
.ui-tabs .ui-tabs-hide {
    display: none !important;
}