#mainbox
{
    min-height: 350px;
}

#artistheadertext
{
    position: relative;
    float: left;
    width: 100%;
    top: 35px;
    font-family: Arial;
    padding-bottom: 10px;
    font-size: 19px;
    color: #535045;
    font-weight: bold;
    text-align: center;
}

#artistheadertext a 
{
    font-family: Arial;
    font-size: 14px;
    color: #535045;
    font-weight: bold;
    text-decoration: none;
}

#artistheadertext a:hover
{
	color: #AAA48C;
    text-decoration: none;	
}

#artistheadertext a:visited
{
    color: #535045;
    text-decoration: none;
}

#artistworkbox
{
	position: relative;		
    width: 70%;
    left: 15%;
	line-height: 27px;
}

.mainletterrow
{
    font-family: Arial;
    font-size: 14px;
    color: #535045;
    font-weight: bold;
    text-decoration: none;
	padding-top: 20px;
}

.actualartistlist
{
	padding-left: 5%;
}

.actualartistlist a
{
    font-family: Arial;
    font-size: 14px;
    color: #535045;
    text-decoration: none;
}

.actualartistlist a:hover
{
	color: #AAA48C;
    text-decoration: underline;
}

.artistwithimgs:hover
{
	color: #AAA48C;
    text-decoration: underline;
	cursor: pointer;
}

.artistimgtable
{
	display: none;
	width: 70% !important;
	left: 15% !important;
}

.searchanim
{
    position: relative;
    width: 100%;
    left: 50px;
    opacity: 0.4;
}

.searchanim img
{
	top: 10px;
    height: 32px;
    width: 32px;
    position: relative;
}

.imgdescbox
{
    font-family: Arial;
    color: #111;
    font-size: 11px;
	text-align: left;
	line-height: 15px;
	position: relative;
    display: none;
    top: -4px;
    background-color: #AAA48C;
    width: 100%;	
}

.searchedimages
{
	width: 100%;
	opacity: 0.7;
	cursor: pointer;
}

.searchedimages:hover
{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	opacity: 1;
}

@media screen and (max-width: 900px)
{
	#mainbox
	{
		width: 100%;
		border: none;
		border-top: 1px solid #FFF;
		border-bottom: 1px solid #FFF;
		margin-bottom: 0px;
	}
	
	#mainbox table
	{
		left: 0px;
	}
	
	#maintextbox, #profiletext
	{
		position: relative;
		width: 90%;
		left: 5%;
		height: 90%;
		padding-left: 0px;
		padding: 0%;
	}
	
	#artistheadertext
	{
		width: 90%;
		padding-left: 5%;
	}
	
	#profiletext
	{
		padding: 3%;
		width: 84%;		
	}

	.searchanim img
	{
		top: 10px;
		height: 32px;
		width: 32px !important;
		position: relative;
	}	
}

@media screen and (max-width: 500px)
{
	#maintextbox, #profiletext
	{
		width: 96%;
		height: 90%;
		left: 2%;
		top: 5px;
		padding-left: 0px;
		padding: 0%;
	}

	#artistheadertext
	{
		width: 90%;
		padding-left: 5%;
		top: 10px;		
	}
	
	#profiletext img
	{
		width: 100%;
	}

	.searchanim img
	{
		top: 10px;
		height: 32px;
		width: 32px !important;
		position: relative;
	}	

	.artistimgtable
	{
		width: 96% !important;
		left: 2% !important;
	}	
}