/*
#main-content-wrapper {
	height: 100%;
	background: url('../img/bg_globe_01.jpg') no-repeat center 44px;
}
*/

.logged-in #main-content-wrapper {
	background: url('../img/bg_globe_03.png') no-repeat center 135px;
}

#logo-container {
	height: 108px;
	border-bottom: solid 3px #495ca9;
}

#shadow-container {
	background: url('../img/interior_body_shadow.png') no-repeat center top;
	border-top: solid 3px #3d4c8b;
}

#body-content-container {
	position: relative;
	margin-top: -3px;
	padding-top: 14px;
	padding-bottom: 34px;
	border-top: solid 3px #495ca9;
}

.subnavigation {
	float: left;
	position: relative;
	width: 200px;
	background: #f7f7f7;
	
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}

.subnavigation h2 {
	position: relative;
	z-index: 30;
	display: block;
	font-size: 18px;
	margin: 0 0;
	padding: 12px 18px;
	border: solid 1px #fff;
	background: url('../img/subnav_gradient_top.png') repeat-x bottom center #fff;
	
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.08);
}

.subnavigation h2 a {
	padding: 0 0;
	margin: 0 0;
}

.subnavigation h2 a:hover {
	background: transparent;
}

.subnavigation ul.menu {
	margin: 0 0;
	padding: 0 0;
}

.subnavigation ul.menu li {
	list-style-type: none;
	list-style-image: none;
}

.subnavigation .menu-block-wrapper > ul.menu > li {
	margin: 0 0;
	padding: 0 0;
	
	border-top: solid 1px #fff;
	border-bottom: solid 1px #eaeaea;
}

.subnavigation .menu-block-wrapper > ul.menu > li.active {
	border-top: none;
}

.subnavigation .menu-block-wrapper > ul.menu > li ul {
	border-top: solid 1px #eaeaea;
	background: #c3bebd;
	padding-left: 2px;
}

.subnavigation .menu-block-wrapper > ul.menu > li ul li {
	margin: 0 0;
	padding: 0 0;
	font-style: italic;
	
	border-top: solid #e3e3e3 1px;
	background: #efefef;
	
	list-style-image: url(../../misc/menu-leaf.png);
}

.subnavigation .menu-block-wrapper > ul.menu > li ul li.active {
	border-top: none;
}

.subnavigation .menu-block-wrapper > ul.menu > li ul li:first-child {
	border-top: none;
}

.subnavigation .menu-block-wrapper > ul.menu > li ul li a {
	padding-left: 34px;
}

.subnavigation ul.menu li:first-child {
	border-top: none;
}

.subnavigation li.active {
	background: url('../img/subnav_item_bg_selected.png') left top repeat-x #f2ffc3;
}

.subnavigation {
	font-size: 12px;
}

.subnavigation ul.menu li a {
	display: block;
	padding: 8px 25px 8px 18px;
	width: 100%;
	text-decoration: none;
	
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.subnavigation ul.menu li a:hover {
	background: #fdfdfd;
	color: #7a0019;
}

.subnavigation ul.menu li.active > a {
	background: url('../img/readmore_arrow.png') 178px center no-repeat #f2ffc3;
	color: #454545;
	font-weight: bold;
}

.callout {
	display: block;
	background: #fcffcc;
	padding: 16px;
	font-size: 16px;
	font-style: italic;
	color: #ff0000;
}

.views-table {
	width: 100%;
}

.views-table thead {
	border: solid #ccc 1px;
}

.views-table th {
	background: #e0e0e0 url('../img/th_background.gif') repeat-x top;
	padding: 4px 10px;
	border-right: solid #ccc 1px;
	border-bottom: solid #ccc 2px;
	vertical-align: center;
}

.views-table th:hover {
	background: #eee;
}

.views-table th a {
	display: block;
	width: 100%;
	height: 100%;
}

.views-table th img {
	float: right;
	padding-top: 2px;
}

.views-table tr.odd {
	background-color: #f9f9f9;
	border: solid #f0f0f0 1px;
	border-left: none;
	border-right: none;
}

.views-table tr.even {
	background-color: #fff;
	border: none;
}

.views-table tr.even td {
	padding: 10px 8px;
}

.views-table td {
	border-collapse: collapse;
	padding: 4px 8px;
}

.views-table td.active {
	background: #e9e0dc;
}

.views-table .research-interest span {
	display: block;
	padding-left: 24px;
	font-size: 12px;
	font-style: italic;
	color: #666;
}

#page-content article .person-admin h3 {
	font-size: 1.7em;
	font-weight: normal;
}

#recent-updates, #page-content {
	float: none;
	width: auto;
	margin-left: 214px;
	margin-right: 14px;
}

#page-content blockquote {
	color: #666;
	border-left: solid #e6e6e6 4px;
	padding-left: 16px;
	margin: 1.5em 1em;
}

#page-content article blockquote h3 {
	font-weight: normal;
}

#page-content.without-sidebar {
	margin-left: 14px;
}

#page-content article h1 {
	margin: 0.65em 0;
	padding: 0 0;
	border: none;
	color: #333;
	font-family: 'Open Sans', Verdana, Arial, sans-serif;
	font-weight: bold;
}

#page-content article h2 {
	margin: 0.6em 0;
	font-size: 1.6em;
	line-height: 1.3em;
}

#page-content article h2.important {
	padding: 24px;
	background: #fdffc3;
	font-weight: 400;
	font-style: italic;
}

#page-content article h3 {
	font-size: 1.2em;
}

#page-content article h4 {
	font-size: 1em;
	margin: 0.5em 0;
}

#page-content article h5 {
	font-size: 0.9em;
}

#page-content article {
	margin: 0px 28px;
}

#page-content article li {
	padding: 6px 0;
}

#page-content article .quicktabs-tabs {
	margin: 10px 0;
	border-bottom: solid #b0b0b0 1px;
	border-collapse: collapse;
}

#page-content article .quicktabs-tabs li {
	padding: 0 0;
	margin: 0 6px 0 0;
}

#page-content article .quicktabs-tabs li a {
	background-color: #ddd;
	text-decoration: none;
	border: solid #b0b0b0 1px;
	padding: 1px 6px;
}

#page-content article .quicktabs-tabs li.active a {
	background-color: #fff;
	border-bottom: solid white 1px;
}

#page-content #page-title {
	margin-bottom: 20px;
}

/* Views-based carousel */

#page-content .community-accordion {
	font-size: 1em;
}

#page-content .community-accordion .ui-icon {
	float: left;
	padding-right: 4px;
	display: none;
}

.accordion-title, .accordion-body {
	border: none;
}

#page-content .accordion-title {
	background: #f5f5f5;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	border-collapse: collapse;
	overflow: hidden;
	padding: 6px 8px;
	margin-top: -1px;
	cursor: default;
}

#page-content .accordion-title h4 {
	margin: 0 0;
	padding: 0 0;
}

#page-content .accordion-title.ui-state-active {
	background: #3d4c8b;
	color: #fff;
}

#page-content .accordion-title.ui-state-active a {
	color: #fff;
}

#page-content .accordion-title .view-more-info {
	text-align: right;
        float: right;
}

#page-content .accordion-body {
	padding: 8px 28px;
	vertical-align: top;
	overflow: hidden;
}

#page-content .accordion-body img {
	float: left;
	padding: 0px 8px 8px 0;
	vertical-align: top;
}

.accordion-2-col {
	float: left;
	width: 40%;
}

.accordion-3-col {
	float: left;
	width: 33%;
}

#page-content article .views-field-title h2 {
	margin: 0.5em 0 0 0;
}

#page-content article .views-field-title h2 a {
	text-decoration: none;
}

#page-content article .views-field-body h3 {
	margin-bottom: 0;
}

#page-content article .views-field-body h3~p {
	margin-top: 0;
}

#page-content .views-field-field-date {
	font-style: italic;
	font-size: 1.1em;
	color: #666;
}

#fac-table {
	margin-top: 8px;
}

.views-field-created {
	font-style: italic;
}

.view-content-listing .views-row {
	padding: 20px 0;
	border-bottom: solid #ddd 1px;
}

.view-content-listing .views-row.views-row-first {
	padding-top: 0;
}

.view-content-listing .views-row.views-row-last {
	border-bottom: none;
}

.field-label {
	font-size: 12px;
	padding-top: 8px;
}

.person-admin-image {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.person-admin h3 {
	margin: 0 0;
}

.person-admin .field-content {
	display: block;
}

.dssc-table tr td {
	width: 33%;
}

#page-content article .accordion .ui-icon {
	display: none; 
}

#page-content article .accordion h3 {
	font-size: 14px;
	font-weight: bold;
}

#page-content .large-list, #page-content .large-list-detail {
	font-size: 1.4em;
	margin: 0 0;
	padding: 0 0;
}

#page-content .large-list li {
	display: block;
	list-style-type: none;
	border-top: solid #eee 1px;
	padding: 0.65em 0;
}

#page-content .large-list li a, #page-content .large-list-detail dt a {
	text-decoration: none;
}

#page-content .large-list-detail dt {
	padding: 16px 0 0 0;
	border-top: solid #eee 1px;
}

#page-content .large-list li:first-child,
#page-content .large-list-detail dt:first-child {
	border-top: none;
	padding-top: 0;
}

#page-content .large-list-detail dd {
	color: #666;
	margin: 0 0 16px 0;
	font-size: 0.65em;
	font-style: italic;
}

#page-content article ul.pager li {
	background: #eee;
	display: inline-block;
	margin: 0 0;
	padding: 4px 10px;
	border-bottom: solid #ccc 1px;
}

#page-content article ul.pager li.pager-current {
	background: #ddd;
}

#page-content article ul.pager li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

#page-content .addtocal {
	margin: 0 5px 5px 0;
	padding: 2px 6px;
	float: left;
	background: #666;
	border: none;
	color: #fff;
	
	font-size: 12px;
	border-radius: 2px;
}

#page-content .addtocal:hover {
	background: #777;
}

#page-content ul.addtocal_menu {
	padding: 0 0;
	margin: 0 0;
	background: #888;
	border-radius: 0px;
	border: none;
}

#page-content ul.addtocal_menu li {
	padding: 0 0;
	margin: 0 0;
	border-top: solid #999 1px;
}

#page-content ul.addtocal_menu li.first {
	border-top: none;
}

#page-content ul.addtocal_menu li a {
	padding: 2px 6px;
	margin: 0 0;
	font-size: 12px;
	color: #fff;
}

#page-content ul.addtocal_menu li a:hover {
	background: #999;
	border-radius: inherit;
}

#page-content .event-calendar {
	float: right;
	position: relative;
	margin: 8px -25px 8px 25px;
	width: 54px;
	height: 60px;
}

#page-content .event-calendar .calendar-month {
	top: 0px;
}

#page-content .event-calendar .calendar-date {
	top: 18px;
}

#page-content .event-calendar .calendar-year {
	position: absolute;
	top: 60px;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #666;
}

#page-content .event-calendar .calendar-date span {
	position: relative;
	top: -4px;
}

#page-content .event-title {
}

#page-content .event-time {
	font-style: italic;
}

#page-content .event-type {
	display: block;
	padding: 4px 8px;
	margin: 4px -25px;
	color: #fff;
	background-color: #238e83;
}

/* Brown Bag */
#page-content .event-1 .event-type {
/*	background-color: #9a9789;*/
	background-color: #9A7816;
}

#page-content .event-5 .event-type {
	background-color: #335ba9;
}

/* Co-sponsored */
#page-content .event-15 .event-type {
	background-color: #ffb52a;
}

/* Special Event */
#page-content .event-26 .event-type {
/*	background-color: #ca7a29;*/
	background-color: #9a9789;
}

/* Workshop */
#page-content .event-4 .event-type {
	background-color: #7a0019;
}

/* Conference */
#page-content .event-3 .event-type {
/*	background-color: #4c4c4c;*/
	background-color:#689342;
}

/* South Asia Seminar Series */
#page-content .event-38 .event-type {
	background-color:#a82a6b;
}

/* Alumni Lecture Series */
#page-content .event-39 .event-type {
	background-color:#23b9de;
}






#secondary-footer {
	height: 56px;
}

#contact-information-1, #contact-information-2 {
	display: none;
}

#gps-message {
	padding: 4px 10px 0px 20px;
	
	
}

#gps-message p {
	margin: 0 0;
}

#secondary-footer #contact-link {
	display: block;
	line-height: 56px;
}

#secondary-footer #contact-link ul {
	padding: 0 0;
	margin: 0 0;
	list-style-type: none;
}

#secondary-footer #contact-link ul li {
	display: inline;
	padding-right: 8px;
}

#support-us {
	padding-right: 0;
	padding-left: 8px;
	border-left: solid #868686 1px;
}

.field-name-field-research-interest,
.field-name-field-research-interest * {
	display:inline-block;
}

/* =====================
   Mass E-mail template 
   ===================== */

body.node-type-mass-email {
	background: #f3f3f3;
}

body.node-type-mass-email h2 {
	font-family: ;
}

body.node-type-mass-email #background-container {
	height: 113px;
	text-align: center;
}

body.node-type-mass-email h1 {
	color:#3f57a9;
	font-size: 16px;
	font-weight: normal;
	line-height:22px;
	font-family:Georgia, serif;
	padding:14px 0;
	line-height: 1em;
	border-top: #ddd solid 1px;
	border-bottom: #ddd solid 1px;
}

body.node-type-mass-email .text {
	font-size: 0.9em;
}

body.node-type-mass-email p {
	color:#000000;
	line-height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body.node-type-mass-email a {
	color: #566bb3;
	line-height: 20px;
	font-family: 'Open Sans', Verdana, Arial, sans-serif;
}

@media only screen and (max-width: 600px) {
		body.node-type-mass-email table.wrapper,
        body.node-type-mass-email table.content,
        body.node-type-mass-email table.header,
        body.node-type-mass-email table.unit-name,
        body.node-type-mass-email table.text{
				font-size: 18px;
                width: 100% !important;
        }

        body.node-type-mass-email table.text p,
        body.node-type-mass-email table.text a {
                font-size: 16px !important;
                line-height: 24px !important;
        }
		
        body.node-type-mass-email table.text h2 {
        }

        body.node-type-mass-email small.footer{
				display: block;
                font-size: 0.6em !important;
				line-height: 1.6em;
				padding: 8px 0;
        }
}
