/****** Indigenous Domain Stylesheet ******

Version 1.1, modified by Jon Ippolito to compensate for ThoughtMesh css.

COLORS
    color: rgb(25%,35%,40%); /* rock blue 
    color: rgb(70%,70%,65%); /* ghost wheat 
    color: background-color:  rgb(40, 49, 41) ; /* moss 
    
    color: rgb(50%, 70%, 50%) ; /* sage 
    color: rgb(51, 124, 81) ; /* UNUSED pine
 */

/* ________ Main Page Styles________ */
body {
    background-color:  #567A7A ; /* light moss CHANGED */
    /*margin: 50px ;*/
}
body, div {
    font-family: arial narrow, Arial ;
    font-size: 16px;
}
img {
    width: 300px ;
    width: 100% ;
}
#home-menu {
	margin-top: 20px ;
}
a { /* Unused: , a:link, a:visited*/
    color: rgb(35%, 70%, 57%) ; /* Brighter sage. */
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
/* ________ Navigation menu ________ */
.menulink-bachelor-unselected,
.menulink-bachelor-selected,
.menulink-parent-collapsed-unselected,
.menulink-parent-collapsed-selected,
.menulink-parent-expanded-unselected,
.menulink-parent-expanded-selected,
.menulink-child-selected,
.menulink-child-unselected {
    border: 1px solid rgb(25%,35%,40%); /* rock blue */
    margin-bottom: 2px ;
    padding: 2px ;
}
.menulink-bachelor-unselected,
.menulink-bachelor-selected,
.menulink-parent-collapsed-unselected,
.menulink-parent-collapsed-selected,
.menulink-parent-expanded-unselected,
.menulink-parent-expanded-selected {
    background-color: rgb(25%,35%,40%); /* rock blue */
}
.menulink-bachelor-unselected,
.menulink-parent-collapsed-unselected,
.menulink-parent-expanded-unselected {
    color: rgb(70%,70%,65%); /* ghost wheat */
}   
.menulink-bachelor-selected,
.menulink-parent-collapsed-selected,
.menulink-parent-expanded-selected,
.menulink-child-selected {
	border: 1px solid rgb(25%,35%,40%); /* rock blue */
    background-color: rgb(70%,70%,65%); /* ghost wheat. */
    color: rgb(40, 49, 41) ; /* moss */
} 
    .menulink-child-unselected {
        color: rgb(20%,25%,30%); /* dark rock blue NEW */
    } 
    .menulink-child-unselected,
    .menulink-child-selected {
        margin-left: 20px ;
    }
/* ________Top Heading Styles________ */
h2, h4, h5 {
	font-family: georgia;
    font-size: 24px;   /* was 36; changed by Craig */
    font-weight: bold ;		
    color: white;
}
h2, h4 {
    _color: #ccc ;	
}
h4 {
    font-size: 18px ;
}
h5 {
	font-size: 14px ;
}
#version {
	color: white ;
	text-align: right ;
	margin-bottom: 10px ;
	font-size: .8em ;
}
/* ________ThoughtMesh tabs________ */
	#tabs {
		position: relative ;
		background-color: white ;
	}
		.tab,
		.tab-over {
			border: solid 2px rgb(35%, 70%, 57%) ; /* Brighter sage. */
			background-color: white ;
			color: rgb(50%,50%,50%) ; /* Medium gray. */
			border-bottom: solid 2px white ;
			cursor:pointer;					
		}
		.tab-over {
			color: rgb(35%, 70%, 57%) ; /* Brighter sage. */		
		}
/* ________ThoughtMesh lexia excerpts and tags________ */
	#thoughtmesh-container {
		background-color: rgb(90%,95%,85%); /* Avocado. */
		border: solid 1px rgb(35%, 70%, 57%) ; /* Brighter sage. */
	}
		.thoughtmesh-title,
		.thoughtmesh-title-closed {
			color: rgb(90%,95%,85%); /* Avocado. */
		}
		.thoughtmesh-help {
			color: rgb(90%,95%,85%); /* Avocado. */
		}	
				.cloud-tag,
				.cloud-tag-hidden {
					color: rgb(50%,50%,50%) ; /* Medium gray. */
				}
				.cloud-tag-selected {
					color: rgb(35%, 70%, 57%) ; /* Brighter sage. */
				}
		#lexias-here,
		#lexias-out,
		#search-here,
		#trace {
			background-color: white ;
			border: solid 2px rgb(35%, 70%, 57%) ; /* Brighter sage. */
			color: rgb(50%,50%,50%) !important ; /* Medium gray. */
		}
			#lexias-here a,
			#lexias-out a,
			#search-here a {
				color: rgb(35%, 70%, 57%) ; /* Brighter sage. */
			}
/* ________Content Styles________ */
#content>div {
    position: absolute;
    top: 10px ;
    left: 0px ;
    width: 100% ;
    display: none;	
    
    font-family: arial ;
    color:  rgb(70%,70%,65%); /* ghost wheat */
}
    #content>div img {
        width: 40% ;
        float:left;
		padding: 0 .5em .5em 0 ;
    }
    
    #content>div .img_caption {width:40%; padding:5px; background:#405966;}
    
    #content>div .image-prominent {
        width: 80% ;
        float: left ;
    }
    #content>div .image-double {
        float: left ;
        margin: 0px 5px 10px 0px ;
    }
    #content>div .image-small {
        width: 200px ;
        height: 200px ;
    }
    #content>div .list-prominent {
        font-size: 28px ;
    }
		
#content P {color: #c8c8ba !important;}   /* was rgb(70%,70%,65%) */
#content DIV {color: #c8c8ba !important;}
		
.commons-content-heading {
    font-size: 14px;
    margin-bottom: 10px;
}
.label {
    padding: 5px;
    margin-top: 10px;
    background-color: rgb(98%,100%,70%); 
    font-size: 12px;
}
.bibl-item {
    position: relative;
    font-size: 11px;
    margin-bottom: 10px;
}
.bibl-gloss {
    position: relative;
    margin-top: -3px;
    margin-left: 15px;
    margin-bottom: 10px;
    border: solid 1px slategrey;
    padding: 2px;
    font-size: 11px;
}
.content_c {
    position: relative;
    margin-bottom: 20px;
    display: block;
    font-size: 22px;
    color:  rgb(90%,95%,85%); /* Pale ghost wheat. */
}
.content_d {
    position: relative;
    margin-bottom: 20px;
    display: block;
    font-size: 26px;
}
.content-caption { /* currently the caption style */
    position: relative;
    margin-top: 20px;
    display: block;
    font-size: 12px;
}
.logo-container {
    position: relative;
    float: left;
    margin-top: 30px;
    width: 545px;
}
.logo-column {
    position: absolute;
}
.head1 {
    font-size: 16px;
}
.titl1 {
    font-variant: small-caps;
}
.keyphrases {
	font-weight: bold;
	color: white;
}
