/*__________ Styles borrowed from meshes.css. __________*/
.right {
	text-align: left;
	padding: 13px 20px 0px 20px;
	font-size: 14px;
}
.doc_title {
	margin: 0px 0px 4px 0px;
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	clear:both; 
}
.doc_url {
	color: #888888;
	font-size: 12px;
	margin: 0px 0px 4px 0px;
}
.doc_abstract {
	margin: 0px 0px 20px 0px;
	font-size: 13px;
}
.style_img {
	width: 60px;
	margin: 3px 6px 3px 0px !important;
}
/*__________ Styles for any Mesh tag cloud. __________*/
.thoughtmesh-scope,
.thoughtmesh-scope-shadow {
  position: absolute ;
  width: 16em ;
  text-align: left ;
  color: white ;
  top: 4px ;
  left: 8px ;
  z-index: 2 ;
}
.thoughtmesh-scope-shadow {
  color: rgb(50%,50%,50%) ; /*light dimgray*/
  top: .35em ;
  left: 10px ;
  z-index: 1 ;
}
#tab-out {
  display: none ;
}
.thoughtmesh-title, .thoughtmesh-title-closed {
  margin: 0 ;
  /* position: absolute ; */
  height: 1em ;
	float:right;
  /* right: 1em ; */
}
/*__________ Toggler styles (repeated from thoughtmesh-splash.css) __________*/
.toggler,
.toggler-open {
	color: rgb(10%,75%,65%) ;/* dark limegreen*/
	font-weight: bold ;
	cursor: pointer ;
	padding-left: 20px ;
	margin-bottom: .5em ;
}
.toggler {
	background: url('images/triangle_right.png') no-repeat left ;
}
.toggler-open {
	background: url('images/triangle_opened.png') no-repeat left ;
}
.expanding-content {
	display: none ;
	margin: .5em ;
	padding: .5em ;
	border: dotted 1px rgb(10%,75%,65%) ;/* dark limegreen*/
}
/*__________ Special styles for public author home. __________*/
body {
	margin: 0 ;
	padding: 0 ;
}
#header {
	width: 100%;
	height: 78px;
	background-image: url(media/thoughtmesh_watermark@m.png);
	background-color: rgb(68%,100%,92%) ; /* Light aquamarine.*/
	background-repeat: no-repeat;
}
.header-decoration {
	clear: both;
	height: 10px;
	background-color: rgb(0%, 70%, 80%) /* dark limey */;
	margin: 0
}
.left_logo {
	padding: 13px 20px 0px 20px ;
	position: relative;
	float: left
}
.header-text {
	position: relative;
	float: left;
	margin: 23px;
	font-size: 26px;
	color: rgb(0%, 70%, 80%) /* dark limey */;
}
#utilities {
	position: relative;
	float: left;
	width: 48%;
	margin: 0 1%;
	padding: 0;
}
	.author-photo {
		height: 100px;
		float: left;
		margin: 0 .5em .5em 0
	}
	.mesh-logo {
		float: right;
		margin: 0 0 .5em .5em;
		height: 40px ;
	}
	.message-input {
		width: 95% ;
		height: 180px ;
	}
	#home-link {
		margin-top: 5px;
		text-align: right;
		font-size: .9em
	}
#articles {
	position: relative;
	float: right;
	width: 48%;
	padding: 0 ;
	margin-right: 1% ;
}
	#article-search-block {
		height: 72px; ;
		margin-top: 10px;
	}
		.display-option-row {
			width: 100%;
			height: 30px;
			clear: both;
		}
			.label {
				position: absolute;
				left: 0;
				font-size: .8em ;
			}
			.field-right {
				position: absolute;
				right: 18px;
			}
.search {
	width: 190px;
}
.clear-link {
	font-weight: normal;
	font-size: 11px;
}
/*__________ Customized toggleable content styles __________*/
.expanding-content ul {
	margin: 0 0 1em -32px ;
	font-size: .9em ;
	padding-left: 40px ;
}
.expanding-content li {
	margin-left: 30px ;
}
.expanding-content p {
	margin: .5em ;
	font-size: .9em ;
}