
/****************** search-generations-portlet ******************/

.artist-today-portlet {
	border-left: dashed 1px #CCC;
	padding-left: 10px;
}

.artist-today-portlet a {
	color: #E0001E;
	text-decoration: underline;
	margin: 0 3px;
}

.artist-today-portlet h1 {
	font-size: 16px !important;
	padding: 0;
	font-style: italic;
	color: #666;
	border-bottom: dashed 1px #CCC;
	margin-bottom: 7px;
}

.artist-today-portlet .no-artists-today {
	font-size: 12px;
	color: #666;
	font-style: italic;
}

/******************  ******************/

.article-title-actions {
	position: absolute;
	right: 150px;
	top: 0px;
/* 	background: #FFF; */
	padding: 5px 10px;
}

.article-title-actions .icon{
	margin: 0 5px;
}

.article-title{
	position: relative;
}

.article-title h1{
	border-bottom: 0;
	margin: 0 0 15px 0;
	font-size: 2.6em;
}

.article-content {
	background: #FFF;
	padding: 20px 20px 20px 20px;
	overflow: auto;
	font-family: Georgia, serif;
	font-size: 16px;
	color: #333;
	line-height: 160%;
	text-align: justify;
}

.article-content img.title-image {
	float: left; 
	margin: 0 15px 10px 0;
	padding: 3px;
	border: solid 1px #CCC;
	background: #FFF;
}

h1.data-header {
	font-size: 18px !important;
	padding: 0;
	font-style: italic;
	color: #666;
	border-bottom: dashed 1px #CCC;
	margin-top: 0;
}

.article-meta-table {
	font-size: 12px;
	font-family: sans-serif;
	width: 100%;
}

.article-meta-table tr {
	
}

.article-meta-table th {
	font-weight: bold;
	vertical-align: top;
	width: 90px;
	padding: 3px 0 3px 8px;
}

.article-meta-table td {
	padding-bottom: 10px;
	line-height: 18px;
	padding: 3px 0 5px 0;
	color: #555;
}

.article-meta-table td a {
	color: #669933;
	text-decoration: none;
}

.article-meta-table td a:hover {
	text-decoration: underline;
}

.meta-action-link {
	background: #669933;
	padding: 5px 10px;
	color: #FFF !important;
	text-decoration: none;
	border-radius: 3px;
	font-weight: bold;
}

.meta-action-link:hover {
	background: #FFF;
	color: #669933 !important;
	text-decoration: none !important;
}

