/*
	CSS for the Disaggregate web site
*/


/* Link colors for entire site */
/* Highlights, reverses when hovered */

a { text-decoration: none ; }
a:hover  {
	color: #fff;
	text-decoration: none;
	background-color: #00807a ;
}

/* Masthead */

/*body {
	background: url("images/newlogo.png") no-repeat scroll 99% 1em ;
}*/



.masthead {
	min-height: 140px ;
}

.masthead .image {
	width: 25% ;
	float: right ;

	min-height: inherit ;
}

.masthead img {
	vertical-align: middle ;

}

.masthead .name {
	width: 70% ;
	float:left ;
	min-height: inherit ;
}

.masthead h1 {
	font-size: 250% ;
	color : black ;
	vertical-align: middle ;

}


/* do not highlight on hover in masthead because logo should not be highlighted */
/* do not use link colors in masthead */
.masthead a { color: black ; }
.masthead a:hover {
	color: black ;
	background-color : transparent ;
}


/* Tab Bar */

div.tab {
	/*float: left ;*/
	/*clear : left ;*/
	/*width: 97% ;*/
	width: 70% ;
	padding: 5px 10px ;
}

/* Give tab a background color when selected */

div.tab .base-selected {
	background-color : #b6ffd6 ;
}

/* Menu */


div.menu  {
	color: #00807a ;
	max-width: 22% ;
	float: left ;
	border : solid #00807a ;
	padding : 2px 2px 2px 2px ;

}


/* Give current menu selected item that background color */
div.menu span.menu span.sel {
	background-color : #b6ffd6 ;
}


/* Using br instead of lists in menu */

div.menu span.menu span.menu-item {
	padding-left : 1em ;
}

/*
div.menu ul ul {
	list-style-type : none ;
	list-style-position : inside ;
	text-indent : -1em ;
}
*/


.content  {
	color: black ;
	width: 73%;
	float: right ;
	text-align: left;
	margin-right: 2em ;
}


.content span.title {
	font-size : 160% ;
}

.content span.subtitle {
	font-size : 140% ;
}


div.content.title {
	vertical-align: top ;
}

div.content td {
	vertical-align: top ;
}

h1 {
	font-size: 160% ;
}


.footer {
	font-size: 75% ;
	color : teal ;
	width : 75% ;
	float: right ;
	border-top: solid ;
	margin-top: 2% ;
	margin-right: 2em ;	/* same as content */
	text-align: right ;
}

.footer .acknowledgements {
	width : 75% ;
	float: right ;
	margin-top: 2% ;
}

table {
	width: 80% ;
}

td {
	padding: 10px ;
	background: lightgrey ; 
	border: 1px solid white ;
	
}

p.p-indent {
	margin-left: 2em ;
}

img.amazontag {

	border:none !important ;
	margin:0px !important ;
}