/*
Theme Name: TRIPLL
Theme URI: http://knowledgetown.com/
Description: A theme created for TRIPLL by Knowledge Town, LLC.
Version: 1.0
Author: Leda Black and Larry Clarkberg
Author URI: http://knowledgetown.com/
Tags: hospital
*/
/* uses the sticky footer designed by Ryan Fait */
/* subtract 339px from all horizontal psd values */


/**************** Main Structure ****************/

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}
body {
	font-family: Trebuchet MS, sans-serif;
	font-size: 15px;
	color: #525e5c; /* gray */
	background: transparent url(images/body_bg.gif) repeat-x;
	margin: 0 auto; 
}

.clearfloat {
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.wrapper { /* Ryan Fait */
	width: 1140px; /* 339 to 1399 (midpt is 850) */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-left: 38px; 
	background: transparent url(images/wrapper_bg.gif) 17px top repeat-y;
}

.footer, .push {
	height: 23px;
	clear: both;
}

.footer {
	margin: 0 auto;
}

.my_footer {
	height: 20px;
	padding-top: 4px;
	background: transparent url(images/footer_bg.gif) repeat-x;
}

#header {
	height: 277px;
	width: 1020px;
	background: transparent url(images/header_bg.jpg) -38px top no-repeat;
}

/* The following style removes the background banner to prevent flicker in IE6. */
#header_nobg {
	height: 256px;
	width: 1020px;
	float: left;
	margin-top: 0;
}

#sidebar {
	padding: 5px 12px 20px 0;
	margin-left: 17px;
	width: 280px;
	float: left;
}

#content {
	width: 670px;
	float: left;
	min-height: 400px;
	padding-left: 22px;
	padding-top: 10px;
}
	
.clearness {
	clear: both;
}

/**************** End Main Structure ****************/

 

/**************** Common Elements ****************/

p {
	line-height: 22px;
	margin-bottom: 8px;
}

td {
}

img {
	border: none;
}

h1 {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 12px;
	color: #007698;
	font-weight: normal;
}

h1 a {
	margin: 0;
	border-bottom: none;
}

h2 {
	font-size: 19px;
	line-height: 28px;
	font-weight: bold;
}

h2 a {
	font: italic 16px/20px;
	margin-bottom: 0;
}

h2 a:hover {
}

h3 {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #007698;
}

h4 {
	font-size: 16px;
	line-height: 24px;
	font-style: italic;
	color: #007698;
	font-weight: normal;
}

h5 {
}

h6 {
}

a {
	color: #44a2a1 ; 
	text-decoration: none;
	border-bottom: 1px solid #aad7d6;
}	

a:hover {
	color: #ae6559;
	border-bottom: 1px solid #ae6559;
}

td {
	vertical-align: top;
	margin-top: 0;
	padding-right: 6px;
}

.caption {
	font: 10px/12px Verdana;
	color: #6f6f6f;
	margin-bottom: 10px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.post-edit-link {
}

/**************** On the Home Page ****************/

#cornell_search {
	position: relative;
	top: 13px;
	left: 830px;
	font-size: 12px;
}

#cornell_search a {
	text-decoration: none;
	border-bottom: none;
	color: #c64019; /* bright red */
}

#photo {
	margin-bottom: 22px;
}

#photo a {
	border: none;
}

#sponsors {
	padding-left: 40px;
	padding-right: 10px;
	padding-bottom: 8px;
	line-height: 140%;
	font-size: 14px;
}

/**************** In the Header ****************/

#banner_area {
	margin-left: 259px;
}

#title_area {
	margin-left: 773px;
	margin-top: 72px;
}

#title_area_home {
	margin-left: 773px;
	margin-top: 72px;
}

#nav_primary {
	margin-left: 60px;
	margin-top: 21px;
}

#nav_primary ul {
	list-style: none;
}

#nav_primary li {
	display: inline;
	text-align:center;
}

#nav_primary .page_item a {
	border-bottom: none;
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding: 3px 27px;
	text-align:center;
	display: block;
	float: left;
	margin: 0 15px;
}

#nav_primary .page_item a:hover {
	color: white;
	background: transparent url(images/nav_primary_hover_bg.gif) repeat-x;
}

#nav_primary .current_page_item li, #nav_primary .current_page_ancestor li {
	position: relative;
}

#nav_primary .current_page_item a, #nav_primary .current_page_ancestor a {
	color: white !important;
/* 	background: transparent url(images/nav_primary_hover_bg.gif) repeat-x !important; */
}

.widgettitle {
	font-weight: bold;
}

#nav_utility  a:hover {
	color: #ea8c3e;
	border-bottom: none;
}

/* JQuery drop menu plugin */

#dropmenu {
	position: absolute !important;
	top: 238px;
	left: 100px;
	line-height: 16px !important;
}

#dropmenu ul {
	margin-top: 14px !important;
	border-top: none !important;
	background: transparent url(images/dropmenu_bg.gif) repeat-x !important;
}

#dropmenu a {
	background: transparent url(images/dropmenu_bg.gif) repeat-x !important;
	border: none !important;
	border-bottom: none !important;
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding: 3px 20px !important;
	text-align: left;
	display: block;
	float: left;
	margin: 0 15px;
}

#dropmenu li ul {
	background: none !important;
}

#dropmenu li ul a {
	width: 16em !important;
	background: #6CCAC1 !important;
	border-top: 1px solid white;
	line-height: 1.5em;
	z-index: 100;

}

#dropmenu a:hover {
	color: #007897 !important;
}

#dropmenu .current_page_item a, #dropmenu .current_page_ancestor a {
	color: #007897 !important;
}

#dropmenu .current_page_item ul a, #dropmenu .current_page_ancestor ul a {
	color: #fff !important;
}

#dropmenu .current_page_item ul a:hover, #dropmenu .current_page_ancestor ul a:hover {
	color: #007897 !important;
}

/**************** In the Sidebar ****************/.ne_date {
	font-weight: bold;
}

#sidebar h1 {
	padding: 4px 25px;
	background: transparent url(images/sidebar_primary_page_title_bg.gif) no-repeat;
	height: 30px;
	margin-bottom: 0;
}

#sidebar p {
	padding-left: 40px;
	padding-right: 5px;
	padding-bottom: 8px;
}

#sidebar ul {
	list-style-type: none;
}

#sidebar li {
	font-size: 14px;
	line-height: 18px;
	display: block;
	color: #188b86;
	list-style-type: none;
}
#sidebar  a {
	display: block;
	border-bottom: none;
	background: transparent url(images/sidebar_bg.gif) no-repeat;
	height: 27px;
	padding: 8px 20px 3px 40px;
	width: 232px;
}

#sidebar a:hover {
	background: transparent url(images/sidebar_bg_hover.gif) no-repeat;
	color: #188b86;
}

/* first level menu items */
#sidebar .parent_hub_page {
	padding: 0;
	background: none;
	height:37px;
	padding: 4px 20px 1px 0px;
}

#sidebar .current_hub_page {
	background: transparent url(images/sidebar_bg_current_page.gif) no-repeat;
	width: 247px;
}

#sidebar .parent_hub_page a {
	background: transparent url(images/sidebar_primary_page_title_bg.gif) no-repeat;
	padding: 4px 20px 7px 25px;
	width: 247px;
}

#sidebar .parent_hub_page a:hover {
	background: transparent url(images/sidebar_bg_hover.gif) no-repeat;
	color: #188b86;
}

/* second level menu items */
#sidebar .page_item a {
	background: transparent url(images/sidebar_bg.gif) no-repeat;
}

#sidebar .page_item a:hover {
	background: transparent url(images/sidebar_bg_hover.gif) no-repeat;
}

#sidebar .current_page_item a {
	background: transparent url(images/sidebar_bg_current_page.gif) no-repeat;
}

#sidebar .current_page_item a:hover {
	background: transparent url(images/sidebar_bg_current_page.gif) no-repeat;
}

/* third-level menu items */
#sidebar .page_item .page_item a {
	background: transparent url(images/sidebar_bg.gif) no-repeat;
}

#sidebar .page_item  .page_item a:hover {
	background: transparent url(images/sidebar_bg_hover.gif) no-repeat;
}

#sidebar .page_item .current_page_item a {
	background: transparent url(images/sidebar_bg_current_page.gif) no-repeat;
}

#sidebar .page_item .current_page_item a:hover {
	background: transparent url(images/sidebar_bg_current_page.gif) no-repeat;
}

#sidebar  li li a {
	padding-left: 60px;
}
/* end rules for menu items */

a.more {
	text-decoration: underline;
	color: white;
	border-bottom: none;
}

a.more:hover {
	color: #de903c; /* orange */
	text-decoration: none;
	border-bottom: none;
}

.more {
	text-decoration: underline;
	color: white;
	border-bottom: none;
}

.more:hover {
	color: #de903c; /* orange */
	text-decoration: none;
	border-bottom: none;
}

#sidebar table {
	margin-left: 39px;
}

#sidebar .news_and_events a {
	background: none;
	padding: 0;
	font-size: 14px;
	display: inline;
}

#sidebar .ne_date {
	color: #188b86;
	font-size: 14px;
	padding-left: 25px;
}

#sidebar .ne_headline, #sidebar .ne_title {
	margin-left: 40px;
}

#sidebar .news_and_events td {
	padding-bottom: 8px;
}

#sidebar .news_and_events table {
	margin-left: 0;
}

.news_and_events {
	margin-top: 10px;
}

#sidebar .listview_link a {
	background: none;
	font-style: italic;
	margin-bottom: 5px;
	padding: 0;
}

#sidebar .listview_link {
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 25px;
}

#sidebar .newsletter_link a {
	background: none;
	margin-bottom: 5px;
	padding: 0;
}

#sidebar .newsletter_link {
	margin-bottom: 0;
	padding-bottom: 0;
}

#sidebar .home_h1 {
	background: none;
}

/**************** In the People page ****************/

.people_photo {
	float: left;
	padding-left: 40px;
	padding-top: 16px;
	width: 200px;
}

.people_photo a {
	border: none;
}

.on_right {
	float: left;
	width: 370px;
	padding-top: 7px;
	margin-left: -20px;
	font-size: 14px;}

.on_right p {
	padding-left: 0px !important;
}/**************** In the Content ****************/

.subtitle {
	color: #666666;
}

#cformsform {
	margin-top: 40px;
}

.gallery-icon a {
	border: none;
}

#shadowbox_nav a {
	border: none;
}

.entry ul {
	/* margin-top: -5px; */
	margin-left: 40px;
	margin-bottom: 10px;
	padding-left: 23px;
	padding-right: 45px;
	line-height: 130%;
}

.entry ul li {
	margin-bottom: 10px;
	/*text-indent: -5px;*/
}

.entry table {
	margin-left: 40px;
}

#content_footer p {
	font-size: 14px;
	line-height: 16px;
}

#quicklinks h1 {
	margin-bottom: -9px;
}

#quicklinks h2 {
	color: #007698;
	font-size: 12px;
	line-height: 14px;
	margin-top: 12px;
	margin-bottom: 4px;
	list-style-type: none;
}

#quicklinks table {
	margin-left: -25px;
}

#quicklinks td {
	border-top: solid 3px #b2e1db;
	width: 189px;
}

#content #quicklinks li {
	list-style-type: none;
	color: #188b86;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 8px;
	margin-top: 8px;
	margin-left: 0;
}

#quicklinks a {
	text-decoration: none;
	border-bottom: none;
}

#content li {
	line-height: 18px;
	margin-bottom: 8px;
	margin-left: 25px;
}

/**************** In the Footer ****************/

.my_footer p {
	color: white;
	font-size: 11px;
	text-align: center;
	line-height: 0;
	margin-top: 6px;
}

.my_footer a {
	color: white;
	border-bottom: 1px solid #79c3d5;
}

.my_footer a:hover {
	color: white;
	border-bottom: 1px solid white;
}

/************* News & Events and Directory ***************/

.news_and_events td {
	padding-bottom: 5px;
}

.ne_news_list table {
	margin-left: 0px;
}

.ne_news_list .ne_column_2 {
	width: 208px;
}

.ne_headline {
	padding-right: 7px;
	border-bottom: 1px black;
}

.ne_article_view .ne_date {
	font-weight: normal;
}

.ne_article_view .ne_article {
	padding-top: 20px;
}

.researcher-directory .widefat {
	margin-left: 0;
	width: 670px;
}

.researcher-directory thead {
	font-size: 14px;
	text-align: left;
}

.researcher-directory tr {
  background: #eee;
}

.researcher-directory td {
	margin-bottom: 20px;
	width: 160px;
	padding: 4px;
}

.researcher-directory th {
	padding-bottom: 10px;

	padding-left: 4px;}

.researcher-directory p, .researcher-directory td {
	font-size: 12px;
	line-height: 14px;
}

.search_form {
	margin-bottom: 40px;
}

.align_cell_right {
	text-align: right;
}

.search_form tr {
	padding-bottom: 10px;
}

.search_form fieldset {
	padding: 7px;
}
fieldset {
	padding: 8px;
}

.checkbox_label {
	margin-left: 5px;
}

td.label {
	text-align: right;
}

.agency-zip-code, .agency-languages, .agency-services, .agency-contact, .agency-programs {
	margin-bottom: 8px;
}

.agency-address p {
	margin-bottom: 0;
}

.agency-display {

	margin-bottom: 20px;
}
.agency-location {
	color: #525E5C;
	font-weight: normal;
}
.agency-services ul, .agency-languages ul {
	margin-left: 0;
	padding-left: 16px;
}
.agency-services li, .agency-languages li {
	margin-bottom: 0 !important;
}

