/****** Pewter stylesheet  ******

Version 1.0 by Jon Ippolito to work with ThoughtMesh.
**************************************
Palette:
background-color: rgb(50%,50%,50%) ; /* Medium gray. .
color: rgb(100%,100%,80%) ; /* Pale yellow.
color: rgb(100%,100%,60%); /* Pale tan.
color: rgb(100%,80%,40%) ; /* Pale orange.

/* ________ Main Page Styles________ */
body {
    background-color: rgb(40%,40%,40%) ;
}
body, div {
	font-family: Gill Sans, helvetica, arial ;
}
a { /* Unused: , a:link, a:visited*/
	color: rgb(100%,80%,40%) ; /* Pale orange. */
	font-weight: bold ;
}
/* h2 currently has transparency from thought-mesh.css. */
h2, h4, h5 {
	color: rgb(100%,100%,80%) ; /* Pale yellow.;*/
}
/* ________ Navigation menu ________ */
/*
#home-menu>div {
	color: rgb(100%,100%,60%);
}
*/
/* All 8 menulink types */
.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 {
	background-color: transparent;
	border: none ;
  font-size: 14px ;
	color: rgb(100%,100%,60%);	
}
/* Bachelor and Parent menu links */
.menulink-bachelor-unselected,
.menulink-bachelor-selected,
.menulink-parent-collapsed-unselected,
.menulink-parent-collapsed-selected,
.menulink-parent-expanded-unselected,
.menulink-parent-expanded-selected {
	background-color: transparent;
	font-size: 16px ;
}
/* Unselected links */
.menulink-bachelor-unselected,
.menulink-parent-collapsed-unselected,
.menulink-parent-expanded-unselected,
.menulink-child-unselected {
}
/* Selected links */
#home-menu>.menulink-bachelor-selected,
#home-menu>.menulink-parent-collapsed-selected,
#home-menu>.menulink-parent-expanded-selected,
#home-menu>.menulink-child-selected {
	color: rgb(100%,80%,40%) ; /* Pale orange. */
	font-weight: bold ;
}
	/* ________ThoughtMesh tabs________ */
		#tabs {
			position: relative ;
			background-color: white ;
		}
			.tab,
			.tab-over {
				border: solid 2px rgb(100%,80%,40%) ; /* Pale orange. */
				background-color: white ;
				color: rgb(50%,50%,50%) ; /* Medium gray. */
				border-bottom: solid 2px white ;	
				cursor:pointer;		
			}
			.tab-over {
				color: rgb(100%,80%,40%) ; /* Pale orange. */		
			}
	/* ________ThoughtMesh lexia excerpts and tags________ */
		#thoughtmesh-container {
			background-color: rgb(95%,95%,80%) ; /* Pale gold.*/	
			border: solid 1px rgb(100%,80%,40%) ; /* Pale orange. */
		}
		.thoughtmesh-title,
		.thoughtmesh-title-closed,
		.thoughtmesh-title-shadow,
		.thoughtmesh-help,
		.thoughtmesh-help-shadow {
				font-family: verdana ;
				font-size: 1em ;
			}
				.thoughtmesh-title,
				.thoughtmesh-title-shadow,
				.thoughtmesh-title-closed {
					color: rgb(100%,80%,40%) ; /* Pale orange. */
				}
				.thoughtmesh-title-shadow {
					color: rgb(50%,50%,50%) ; /* Medium gray. */
				}
				.thoughtmesh-title,
				.thoughtmesh-title-closed {
					background-image: url(triangle_opened_pewter.png) ;
				}
				.thoughtmesh-title-closed {
					background-image: url(triangle_closed_pewter.png) ;
				}
				.thoughtmesh-help {
					color: rgb(100%,80%,40%) ; /* Pale orange. */
				}
					.cloud-tag,
					.cloud-tag-hidden {
						color: rgb(50%,50%,50%) ; /* Medium gray. */
					}
					.cloud-tag-selected {
						color: rgb(100%,80%,40%) ; /* Pale orange. */
					}
			#lexias-here,
			#lexias-out,
			#search-here,
			#trace {
				background-color: white ;
				border: solid 2px rgb(100%,80%,40%) ; /* Pale orange. */
				color: rgb(50%,50%,50%) !important ; /* Medium gray. */
			}
				#lexias-here a,
				#lexias-out a,
				#search-here a {
					color: rgb(100%,80%,40%) ; /* Pale orange. */
				}
/* ________ Content ________ */
#content>div {
	color: rgb(100%,100%,80%) !important; /* Pale yellow.;*/
}

#content p {
	line-height:120%;	
}

/* Craig's additions based on WYSIWYG */
#content P {color: rgb(100%,100%,80%) !important;}
#content IMG {clear:left; margin:0px 10px 0px 0px;}
#content>div .img_caption {width:40%; padding:5px 5px 10px 5px; margin-bottom:5px; background:#4d4d4d;}
#content DIV {color: rgb(100%,100%,80%) !important;}
DIV.divCompleteBreak {color:rgb(40%,40%,40%) !important;}