/* ----------------------------------------------
	Template Name : Unbound
	Template Code : S-0023
	Version : 1.1   
	Author : Erwin Aligam
	Author URI : http://www.styleshout.com/       
	Last Date Modified : January 17, 2010
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	font: 11px/165% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #333333; 	
	margin: 0; padding: 0 0 50px 0; 
	background: #00346A url(bg.jpg) repeat-x;
	text-align: center;
}

/* Links */
a {
	text-decoration: none;
	color: #026CB6; 	
}
a:hover {
	background: #F0f0f0; 
	color: #000;
	border-bottom: 1px dotted #000;
}

a.pageLinkESP {
	font: bold 1em/1.5em "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #111;
	text-decorations: none;
	margin: 0;
	font-weight: normal;

}
a.pageLinkESP:hover {
	background: #ffffff; 
	color: #000;
	border-bottom: None;
}

/* Headers */
h1, h2, h3, h4 {
	font: bold 1em/1.5em "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #111;
	padding: 15px 10px 5px 10px;
	margin: 0;
}
h1 {
	font-size: 345%;
	font-weight: normal;
	letter-spacing: -2px;	
}
h2 {
	padding-bottom: 3px;
	font: normal 3.4em "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #BAC572;
    line-height: 1.1;
	letter-spacing: -2px;	
	text-transform: none;
	border-bottom: 1px solid #ebebeb;	
	margin-left: 5px;
	padding-left: 5px;	
}
h3 {
	font-size: 170%;
	font-weight: normal;	
}
h4 {
	font-size: 130%;
	font-weight: normal;
	padding-top: 0px;
}

p, dl { padding: 10px; margin: 0; }

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

ol.reverse > li {
	counter-increment:start-from -1;
    text-indent: -2em;
}

ol.reverse {
	list-style-type:none;
}

ol.reverse > li:before {  
    content:counter(start-from) ". ";
}

* html ol.reverse { list-style-type:decimal; }  
*+html ol.reverse { list-style-type:decimal; } 

dt {
  font-weight: bold;
  color: #895F30;
}
dd {
  padding-left: 25px; 
}

/* Images */
img {
	background: #fafafa;
    border: 1px solid #dcdcdc;
	padding: 8px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}


code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #EBEBEB;
	background: #F0F0F0;  
}

#inline_code {
  	margin: 1px 1px;
  	padding: 0px;
  	text-align: left;
  	display: inline;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #EBEBEB;
	background: #F0F0F0;  
}


acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
   border: 1px solid #F0F0F0;
	background: #F0F0F0 url(quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;	
	color: #555;	
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 10px;	
}
th {
	color: #555;
	background: #E6E6E6;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;	
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;	
}
tr {
	height: 34px;	
	background: #fff;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #ECECEC;	
}

.bigtable tr { height: auto; }

table.bigtable td, table.bigtable th {
	font-size: smaller;
	line-height: 120%;
	margin: 0px;
}

.bigtable th, .table.wide th {
	height: 32px;
	padding: 0px;
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
	font-weight: bold;
	
	background-color: #0F4D92;
	color: #E6E6E6;
}

.bigtable tr:nth-child(odd) th, .table.wide tr:nth-child(odd) th {
	background-color: #003090;
	color: #E6E6E6;
}

.bigtable td {
	padding: 4px;
	font-weight: normal;
	color: #333333;
}

.bigtable tr:nth-child(odd) {
	background-color: #E6E6E6;
}

.table.wide tr.odd {
	background-color: #F0F0F0;
}
/* end - table */

/* form elements */
form {
	margin: 15px 10px; padding: 5px 10px 20px 10px;
	border: 1px solid #f1f1f1; 
	background: #fdfdfd; 	
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #895F30;
}
input, select {
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	color: #333333;
	background: #fff;  	
}
textarea {
	width: 350px;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	height: 100px;
	display: block;
	color: #333333;
}
input, textarea, select {
	background: #fff;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4; 
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #555;
	background: #E6E6E6;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 12px 0 15px 8px;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0 0 10px 0; }
.searchform input.textbox { 
	width: 115px;
	color: #333333; 
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.btn { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#header-wrap {
	position: relative;
	background: #fff url(wrap-bg.jpg) no-repeat;
	margin: 0 auto;
	width: 940px;
	height: 285px;
	text-align: left;	
}
#header-photo {
	position: absolute;
	top: 90px; left: 24px;	
	padding: 0;		
	height:205px; 
	width: 890px;
	overflow: hidden;
	clear: both;
	/* border: 1px solid #F0F0F0; */
}
#header-photo img {
	border: none;
	margin: 0; padding: 0;
	position: absolute;
	top: 0px;
	left: 0px;
} 
#header-photo div.credit {
	position: absolute;
	top: 193px;
	width: 890px;
	text-align:right;
	font-size: 10px;
	line-height: 12px;
}

/*  Navigation  */
#nav {
	position: absolute;
	margin: 0; padding: 0;		
	width: 880px;	
	left: 25px;	top: 0px;	
}
#nav ul {
	float: left;
	list-style: none;
	width: 880px;		
	height: 40px;
	margin: 0; 
	padding: 0;	
	display: inline;
}
#nav ul li {
	/*display: inline;*/
	margin: 0; 
	padding: 0;
	display: block;
	padding: 18px 0px 0px 0px;
	float: left;
}
#nav ul li a {
	float: left;
	padding: 0px 11px 0px 11px;
	margin: 0;
	font: bold 14px/35px 'Trebuchet MS', Tahoma, Helvetica, Arial, Geneva, Sans-serif;
	text-decoration: none;
	color: #070000;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #BAC572;
	background: none;
	border: none;
}
#nav ul li#current {	
	color: #000000;	
	background: #d5d3d6 url(nav-current.jpg) repeat-x;
	border-bottom: 1px solid #CECECE;
}

	/* =-=-=-=-=-= Drop-Down Menus =-=-=-=-=-= 
			sub-menus start below the enclosing list item and (for this layout)
			align with the right side of the menu since the menus start on the right
			side of the page.
		*/
		#nav li ul {
			position: absolute;
			top: 52px;
			/*left: 0px;*/
			width: 15em;
			/* same as line height for items...unfortunately doesn't scale with font size */
			display: none;
			background: #f9f9f9; /* url(nav-dropdown.jpg) repeat-x; */
		}
		
		#nav ul li ul {
			background-color: #f9f9f9;
			opacity: 0.95;
			filter: alpha(opacity=95);
			height: auto;
			border-top: 0px #BAC572 outset;
			border-right: 2px #BAC572 outset;
			border-bottom: 2px #BAC572 outset;
			border-left: 1px #F9F9F9 outset;
		}
		
		/* The Vertical (drop-down) menu (ie menu items) */
		#nav li ul li {
			float: left;
			clear: both;
			padding: 0px 10px 11px 0px;
			line-height: 12pt;
			height: 2em;
			overflow: hidden;
		}
		
		#nav li ul li a {
			font-size: 10pt;
		
			/*background: #807e77; /* accentcolor4 */ */
			border: 0px none;
		}
	
	/*	=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
		Menu and Menu-Item hiliting
	*/
	/* fix IE. Hide from IE Mac \*/
	* html #nav ul li { float: right; height: 1%; }
	* heml #nav ul li a { height: 1%; }
	/* End */
	
	#nav>ul>li:hover { background: url(nav-dropdown.jpg) repeat-x; color: #BAC572;}
	#nav li:hover ul, li.over ul { display: block; } /* show the menu */
	#nav li:hover a , li.over a { background-color: transparent; color: #BAC572; } /* accentColor4 */
	#nav li:hover a.selected, li.over a.selected, #nav li:hover a.selected:hover { color: #070000; }
	#nav li:hover ul li a, li.over ul li a { background-color: transparent; color: #0A0303; } /* all dropdown links */
	#nav li:hover a:hover { background-color: transparent; color: #BAC572; } /* accentColor4 */
	#nav li:hover ul li a:hover, li ul li.over a:hover { background-color: transparent; color: #BAC572; } /* hovered over dropdown links */
	#nav li:hover a.disabled, li.over a.disabled { background-color: transparent; }
	
#header-wrap h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 62px Georgia, 'Times New Roman', Times, serif;
	letter-spacing: -1.5px;
	color: #0F4D92;
	text-decoration: none;
		
	/* change the values of top and left to adjust the position of the logo*/
	top: 135px; left: 48px;	
}
#header-wrap h1#logo-text a:hover {
	background: none;	border: none;
}
#header-wrap p#intro a {
	position: absolute;
	margin: 0; padding: 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	color: #BAC572;
	width: 400px;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position */
	top: 205px; left: 60px;		
}
#header-wrap p#intro a:hover {
	background: none;	border: none;
}
#header-wrap #yalelogo {
	position: absolute;
	top: 23px;
	right: 25px;
	width: 69px;
	height: 30px;
	overflow: hidden;
}

#header-wrap #yalelogo a {
	height: 30px;
	line-height: 30px;
}

#header-wrap #yalelogo a:hover {
	background: none;	border: none;
}

#header-wrap #yalelogo img {
	border: 0px none;
	background: none;
	padding: 0px;
}

/* header quick search */
#header-wrap form#quick-search {
	position: absolute;
	top: 25px; right: 125px;
	padding: 0; margin: 0;
	width: 260px; height: 26px;
	background: #fff;	
	z-index: 999999;
	border: 1px solid #D8D8D8;		
}
#header-wrap form#quick-search p {
	margin: 0; padding: 0;		
}
#header-wrap form#quick-search .tbox {
	margin: 2px 0 0 4px; 
	width: 210px;
	background: none;
	border: none;
	color: #ABABAB;
}
#header-wrap form#quick-search label,
#header-wrap form#quick-search .btn {
	display: none;	
}

#content-outer {
	background: #fff;
	width: 100%;
}
#content-wrapper {
	width: 940px;
	margin: 0 auto;	
	text-align: left;
}
#content {
	float: left;
	width: 100%;
	background: #fff url(content-bg.jpg) no-repeat;		
}

.col-one {
	margin-right: 395px;
	padding-left: 25px;
}
.col-two {
	float: left;
	width: 300px;
	margin-left: -315px;
	margin-top: 12px;
}

.col-one, .col-two {
	padding-bottom: 20px;
}

#content .col-one h2 {
	padding-bottom: 3px;
	font: normal 3.4em "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #BAC572;
    line-height: 1.1;
	letter-spacing: -2px;	
	text-transform: none;
	border-bottom: 1px solid #ebebeb;	
	margin-left: 5px;
	padding-left: 5px;
}
#content .col-one h2 a {
	color: #BAC572;
	text-decoration: none;	
	background: none; 
	border: none;
}
#content .col-one ul li {
	list-style-image: url(bullet.gif);
}
#content-wrapper .col-two h3 {
	color: #111;
	font: normal 1.8em "Trebuchet MS", Tahoma, Arial, sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 5px 10px;
	margin: 15px 0 5px 0;
}

#content-wrapper .col-two h3.sidemenu {
	color: #BAC572;
}

/* sidebar menu */
ul.sidemenu {
	text-align: left;
	margin: 7px 5px 8px 0px; padding: 0;
	text-decoration: none;
	background: url(dots.gif) repeat-x left top;
}

ul.sidemenu .current {
	color: #BAC572;
}

ul.sidemenu li {
	list-style: none;
	background: url(dots.gif) repeat-x left bottom;
	padding: 7px 10px;
	margin: 0;		
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	background-color: transparent;
	border: none;	
}
ul.sidemenu li a span {
	color: #989898;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;	
	font-size: 1em;
}
ul.sidemenu li a:hover {	
	color: #000;	
	background: none;
	border: none;
}
ul.sidemenu ul {
	margin: 0 0 0 8px;
	padding: 0px;
}
ul.sidemenu ul li {
	background: none;
	padding: 0px;
	padding-top: 2px;
}


/* footer */
#footer-wrapper {
	clear: both;
	width: 940px;
	margin: 0 auto;
	text-align: left;
	font: normal 1em/1.6em 'Trebuchet MS', Tahoma, Sans-serif;	
	/* background-image: url(foot-bg.jpg); */
}
#footer-wrapper h3, #footer-wrapper p {
	padding-left: 0;
}
#footer-wrapper h3 {
	font: normal 1.6em/1.6em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #ABABAB;	
}
#footer-wrapper a {
	color: #fff;
	background: transparent;
}
#footer-wrapper img { padding: 7px; }


#footer-wrapper ul.footer-list {
	border-top: 1px solid #111;
	list-style: none;
	padding: 0;	
	margin-left: 0;	
}
#footer-wrapper ul.footer-list li {
	border-bottom: 1px solid #111;
}
#footer-wrapper ul.footer-list li a {
	display: block;
	width: 98%;
	line-height: 2em;
	font-weight: bold;
	padding: 4px 0;
	border: none;
	margin-left: 0;
	padding-left: 0;
	color: #333333;
}
#footer-wrapper ul.footer-list li a span {
	color: #444;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
#footer-wrapper ul.footer-list li a:hover,
#footer-wrapper ul.footer-list li a:hover span {
	color: #fff;
	text-decoration: none;	
}

#footer {
	float: left;	
	width: 100%;	
	padding: 0;				
	margin-left: 5px;	
	margin-top: 10px;
}
#footer-bottom {
	clear: both;
	/* border-top: 1px solid #111; */
	width: 880px;
	margin: 0 auto;	
}
#footer-bottom .bottom-left {
	float: left;
	padding-left: 0;
}
#footer-bottom .bottom-right {
	text-align: right;
	padding-right: 0;
}

#footer-bottom #yale_footer {
	height: 49px;
	display: inline-block;
	color: #ffffff;
}

#footer-bottom #yale_footer a {
	color: #f0f0f0;
}

#footer-bottom #yale_footer #yalecopy {
	height: 45px;
	line-height: 45px;
}

#footer-bottom #yale_footer a:hover {
	background: none;	
	border: none;
	height: 45px;
	line-height: 45px;
}

#footer-bottom #yale_footer img {
	border: 0px none;
	background: none;
	margin: 0px;
	padding: 0px;
	width: 100px;
	height: 49px;
	margin-bottom: -6px;
}

/* postmeta */
.postmeta {	
	padding: 5px; margin: 20px 10px 15px 10px;	
	font-size: 1em;	
	color: #777;
	border: 1px solid #EBEBEB;
	background: #F5F5F5;
}
.postmeta a { background: transparent; }
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding-top: 3px; margin-left: 5px; color: #bababa; }
.post-info a { color: #000; }

/* thumbnails */
p.thumbs{ padding: 12px 0 0 10px; }

.thumbs img {
	position: relative;
	padding: 7px;
	margin: 5px;
	background: #fafafa;
   border: 1px solid #dcdcdc;	
}
.thumbs img:hover	{
	border: 1px solid #8E8E8E;
	background: #8E8E8E;	
}
.thumbs a:hover { background-color: transparent; border: none }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}


.caption {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	width: 500px;
}

.caption img {
	clear: both;
}

.caption div.credit {
	display:block;
	text-align: right;
}

.caption div.credit-left {
	display:block;
	text-align: left;
}
