#headernavigationcontainerdiv
{
	border-bottom: 1px solid #DDDDDD !important;
}

#headerdiv
{
	float: left;
	width: 100%;
	text-align: center;
	text-align: justify;
}

#headerdiv > div:nth-child(1)
{
	display: inline-block;
	padding-top: 5px;
	text-align: left;
	vertical-align: middle;
}

#togglesearchdiv
{
	display: none;	
	width: 100%;
	padding-top: 10px;
	font: 10pt arial; text-align: center;
}

#searchdiv
{
	display: inline-block;
	width: 220px;
	vertical-align: middle;
	text-align: center;
}

#communityfeaturesdiv
{
	display: inline-block;
	width: 280px;
	text-align: left;
	vertical-align: middle;
}

.pagenavigationdiv
{
	float: left;
	width: 100%;
	padding-top: 15px;
}

.discussioncountdiv
{
	float: left;
	text-align: left;
}

.pagelistdiv
{
	float: right;
	text-align: right;
}

#memberfeaturesdiv > div:nth-child(1)
{
	float: right;
	margin-left: 25px;
	margin-bottom: 25px;
	text-align: right;
}

#tabdiv
{
	float: left;
	width: 100%;
	overflow: hidden;
	padding-top: 10px;
}

#tabdiv a
{
	float: left;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 4px;
	margin-right: 4px;
	border-top-right-radius: 0px;
	box-shadow: 5px 5px 8px #DDDDDD;
	box-shadow: none;
	font-size: 8pt;
	font-family: avenir, arial;
	text-transform: uppercase;
}

#tabdiv a:first-child
{
	margin-left: 0px;
}

#tabdiv a:last-child
{
	margin-right: 0px;
}

#tabselectdiv
{
	float: left;
	width: 100%;
	padding-bottom: 25px;
	display: none;
}

.menu3, .menu3:link, .menu3:active, .menu3:visited, .menu3:hover
{
	background-color: #475363;
	color: #FFFFFF;
	border: 1px solid #666666;
	border-left: 1px solid #999999;
	border-bottom: none;
}

a.menu4
{
	background-color: #FFFFFF;
	color: #888888;
	border: 1px solid #AAAAAA;
	border-bottom: none;
}

a.menu4:hover
{
	color: #335599;
}

#contentcontainerdiv
{
	display: inline-block;
	width: 100%;
	border: 1px solid #999999;
	border-top: none;
	border-radius: 0px;
	box-shadow: none;
	overflow: hidden;
}

.titlebar
{
	display: inline-flex;
	box-sizing: border-box;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: none;
	background-color: #475363;
	color: #FFFFFF;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	overflow: hidden;
}

.messageDiv
{
	display: inline-flex;
	box-sizing: border-box;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 12px;
	padding-left: 10px;
	padding-right: 10px;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	background-color: #FFFFFF;
	background-image: none;
	border-bottom: 1px solid #CCCCCC;	
	gap: 20px;
}

.messageDiv:nth-child(2n+2)
{
	background-color: #EEEEEE;
	background-image: url('images/BackgroundTextureDiscussions.jpg');
}

.messageDiv:last-child
{
	border-bottom: none;
}

.messageDiv p
{
	font-size: 9pt;
	font-family: avenir, arial;
	letter-spacing: 0px;
}

.messageDiv a,
.messageDiv a:active,
.messageDiv a:link,
.messageDiv a.visited
{
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	text-decoration: underline;
	text-decoration-color: #999999;
}

.headshotDiv
{
	display: inline-block;
	width: 100%;   
}

[data-sticky = '1'] .headshotDiv
{
	display: none;
}

.imageHeadshot
{
	display: inline-block;
	width: 100%;
	max-width: 70px;
	border-radius: 2px;
	box-shadow: 0px 8px 8px -5px #AAAAAA;
	vertical-align: top;
}

.headshotArtistNameDiv
{
	display: inline-block;
	width: 100%;
	max-width: 100px;
	padding-top: 8px;
	text-align: left;
}

[data-sticky = '1'] .headshotArtistNameDiv
{
	padding-top: 0px;
}    

.headshotArtistNameDiv p
{
	font-size: 8pt;
}

[data-sticky = '1'] .headshotArtistNameDiv p
{
	font-size: 9pt;
}    

.titlebar .widthdiv > p:nth-child(1)
{
	display: inline-block;
	font-size: 8pt;
	font-family: avenir, arial;
	text-transform: uppercase;
	color: #FFFFFF;
	vertical-align: middle;
	letter-spacing: 0.5px;
}

.titlebar .widthdiv > p:nth-child(1) > a
{
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	text-decoration: none;
}

.titlebar .widthdiv > div:nth-child(2)
{
	display: inline-block;
	display: none;
	vertical-align: middle;
}

.width1
{
	display: inline-block;
	width: 25%;
}

.width2
{
	display: inline-block;
	width: 12%;
}

.width3
{
	display: inline-block;
	width: 10%;
}

.width4
{
	display: inline-block;
	width: 10%;
}

.width5
{
	display: inline-block;
	width: 10%;
}

.width6
{
	display: inline-block;
	width: 10%;
}


@media screen and (max-width: 800px)
{
	#communityfeaturesdiv
	{
		display: none;
	}
}


@media screen and (max-width: 640px)
{

	#headerdiv > div:nth-child(1)
	{
		width: 100%;
		text-align: center;
		padding-top: 0px;
	}

	#togglesearchdiv
	{
		display: inline-block;
	}

	#searchdiv
	{
		display: none;
		width: 100%;
		text-align: center;
		padding-top: 10px;
	}

	#searchdiv > p:nth-child(1)
	{
		display: none;
	}

	.pagenavigationdiv
	{
		padding-top: 0px;
	}

	.discussioncountdiv
	{
		display: none;
	}

	.pagelistdiv
	{
		float: none;
		width: 100%;
		text-align: center;
	}

	#memberfeaturesdiv > div:nth-child(1)
	{
		float: none;
		width: 100%;
		margin-left: 0px;
		margin-bottom: 0px;
		text-align: center;
	}

	#memberfeaturesdiv > p:nth-child(2)
	{
		display: none;
	}

	#tabdiv
	{
		display: none;
	}

	.titlebar .widthdiv > div:nth-child(2)
	{
		display: none;
	}

	#contentcontainerdiv
	{
		border-top: 1px solid #999999;
		margin-bottom: 15px;
	}

	#bottomcontainerdiv
	{
		width: 100%;
		max-width: 100%;
		margin-left: -2px;
	}

	#tabselectdiv
	{
		display: inline-block;
		padding-top: 15px;
		text-align: center;
	}

	.titlebar
	{
		padding-left: 10px;
		padding-right: 20px;
		gap: 10px;
	}

	.messageDiv
	{
		padding-left: 10px;
		padding-right: 20px;		
		gap: 10px;
	}

	.messageDiv p
	{
		font-size: 9pt !important;
	}
	
	.messageDiv .width1 p
	{
		display: -webkit-box;
		overflow: hidden;
		text-overflow: hidden;	
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;		
	}	
	
	.messageDiv .width4 p
	{
		font-size: 8pt !important;
	}

	.messageDiv .headshotArtistNameDiv p
	{
		font-size: 8pt !important;
	}

	.width4
	{
		width: 12%;
		text-align: left;
	}

	.width6
	{
		width: 12%;
		text-align: left;
	}

	.width3
	{
		display: none;
	}

	.width5
	{
		display: none;
	}

}