/* Some color definitions:
 * #bf5700  UT burnt orange  http://www.utexas.edu/web/guidelines/color.html
 * #f2a900  highlighted orange (UT yellow)
 * #a2312a  CoLab logo red
 * #707a82  CoLab logo gray
 * #eeeeee  pale sidebar gray
 * #666666  background charcoal
 * 
 * #a2321a  link
 * #cb3e34  link:highlight (hover)
 * #7a251f  link:lowlight (visited)
 */
 
a {
	color: #a2321a;
	text-decoration: none;
}

a:visited {
	color: #7a251f;
}

a:focus, a:hover {
	text-decoration: underline;
	color: #cb3e34;
}

.footer, .footer a {
	color: #ffffff;
	text-decoration: none;
}

.footer a:visited {
	color: #eeeeee;
}

.footer a:focus, .footer a:hover {
	text-decoration: underline;
	color: #ff9900;
}

body {
	background-color: #666666;
}

p img.right,
blockquote img.right {
	float: right;
	margin: 0 0 1.5em 1.5em;
}

.news p img {
	/* Right or left? Dunno, the wysiwyg editor uses align= not class :-( */
	/* so we force them all to the right and apply a left margin */
	clear: both;
	float: right;
	margin: 0 0 1.5em 1.5em;
}

.outer {
	background-color: #ffffff;
	padding: 7px 14px;
	margin: 7px auto;
	width: 876px;	/* container.width + padding-left + padding-right */
}

.cornernav {
	text-align: right;
}

.cornernav ul {
	#float: right;
	margin: 0;
}
.cornernav ul li {
	display: inline;
	margin-left: 0.5em;
}
.cornernav ul li a {
	text-decoration: underline;
}

/* tabs depart from Blueprint CSS to allow highlighting and solve edge case problems */
.topnav {
	background-color: #bf5700;
}
.topnav .navcurrent,
.topnav .navitem {
	display: inline;
	text-align: center;
	color: #ffffff;
	font-size: 1.25em;
	font-weight: bold;
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	border-right: 0;
	margin-right: 1px;
}
.topnav .navitem {
	background-color: #bf5700;
}
.topnav a { display: block; }   /* makes entire button clickable */
.topnav a, .topnav a:visited {
	color: #ffffff;
}
.topnav .navcurrent {
	background-color: #f2a900;
}
.topnav .navcurrent a {
	color: #000000;
}
.topnav a:focus, .topnav a:hover {
	text-decoration: underline;
	color: #000000;
	background-color: #f2a900;
}

.main h2 {
	border-bottom: 1px solid rgb(17,17,17);
}

.spotlight {
	/* Our intention here: a 626px-wide image illustrating our activities.  */
	/* One nice size is 16:9 == 626x352 pixels.                             */
}

.sidenav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.sidenav li {
	background-image: url(bullet-greydash.png);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding-left: 1.2em;
}
.sidenav li.current {
	font-weight: bold;
	background-image: url(bullet-redarrow.png);
}
.sidenav li.current ul {	/* ugh. keeps internal anchors from inheriting highlighting. */
	font-weight: normal;
}

.sidebar p img.left  { float: left; margin: 0 1em 0 0; padding: 0; }

.sidebar,
.tight		{
	line-height: 1.2;
}

.sidebar p, .sidebar ul, .sidebar ol, .sidebar dl,
.tight p, .tight ul, .tight ol, .tight dl {
	margin-bottom: 0.8em;
}

.sidebar li ul, 
.sidebar li ol,
.sidenav li ul,
.sidenav li ol,
.tight li ul, 
.tight li ol	{ margin-bottom: 0; }	/* no gaps inside nested lists */

.sidebar h1, .tight h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
.sidebar h2, .tight h2 { font-size: 2em; margin-bottom: 0.75em; }
.sidebar h3, .tight h3 { font-size: 1.5em; line-height: 1; margin-bottom: 0.8em; }
.sidebar h4, .tight h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 0.8em; }
.sidebar h5, .tight h5 { font-size: 1em; line-height: 1.2; font-weight: bold; margin-bottom: 0.8em; }
.sidebar h6, .tight h6 { font-size: 1em; line-height: 1.2; font-weight: bold; }

.sidebar .calls p,
.sidebar .agenda p {
	/* hanging indent */
	padding-left: 1.5em;
	text-indent: -1.5em;
}

.has-sidebar {
	/* this makes our sidebar appear to extend to the bottom of the enclosing .container */
	/* background-image: url(container-columns-640white+226gray.png); */
	background-image: url(container-columns-560white%2b306gray.png);
	background-repeat: repeat-y;
}

.sidebox { 
	padding: 6px 14px;
	border-bottom: 2px solid #ffffff;
	background: #eeeeee; 
}

.colablogo {
	height: 66px;
}

.sectionicon {
	padding-top: 5px;
}

.sitemap {
}

.person {
}

.person h3, .person h4, .person h5, .person h6 {
	margin: 0;
	line-height: 1.5em;
}

.person p, .person ul {
	margin-bottom: 0;
}

.person hr {
}

.biodata {
}

.headshot {
}

/* We have these inline <p>s because Wygwam wraps every damned thing in a <p>. :-( */
.news-shorts .newsitem p {
	display: inline;
}
.news-shorts .newsitem {
	margin-bottom: 1.5em;
}
.calls .callitem p {
	display: inline;
}
.calls .callitem {
	margin-bottom: 1.5em;
}

.innertext td {
	vertical-align: top;
}


.segment1-partners table td {
	vertical-align: top;
	border: 0;
	margin: 0 14px 0 0;
	padding: 0 0 1.5em 0;
}
.segment1-partners table td p {
	margin-bottom: 0;
}


.leftnav a.current,
.leftnav a.current:focus,
.leftnav a.current:hover {
	font-weight: bold;
}

.leftnav ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
	padding-top: 0;
}
.leftnav ul li {
	margin-left: 0;
	padding-left: 0;
}

#search_form {
	display: inline;
	clear: right;
}

div.pagination hr { display: block;}
div.pagination:last-child hr { display: none;}

#crossfadeImageContainer {
	height:400px;
	position: relative; margin: auto; width: 546px; border: none;
}
#crossfadeImageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}
