﻿
body {
  background-image:url('images/tile-back.jpg');
  background-repeat:repeat;
}

#cntmain
{
	float:left;
}


#ttt
{
position:absolute;
width:100%;
text-align:center;
background-color:#666666;
z-index:10;
padding-bottom:20px;
}

#ttt p
{
	line-height:16px;
}

#aa
{
	float:left;
	margin-left:30px;
	max-width:400px;
}

#aa p
{
	color:#CCCCCC;
	text-align:justify;
}

#cntaa
{
	display:table;
	margin-left:auto;
	margin-right:auto;
	margin-top:-20px;
}

#aa img
{
	float:left;
	max-width:200px;
}

#customcnt
{
}

#fcnt
{
	float:left;
	width:100%;
	height:100%;
	background-color:#333333;
	opacity:.9;
	display:none;
	position:fixed;
	z-index:5;
}

#scroll
{
	float:right;
	position:fixed;
	cursor:pointer;
	margin-top:500px;
}

#scroll li
{
	float:left;
	list-style:none;
	font-size:48px;
}


.cnt-paintings
{
	float:left;
	padding-top:40px;
}

#cntpaintings
{
	display:table;
	margin-left:auto;
	margin-right:auto;
	width:0px;
	height:0px;
	overflow:none;
	padding-top:200px;
}

#imgpaintings
{
	float:left;
	cursor:pointer;
	max-width:400px;
	max-height:400px;
	box-shadow: 10px 10px 10px #000000;
}
/*
#paint-desc
{
	max-width:400px;
	float:left;
}
*/

#desc
{
	float:left;
}

#descimg
{
	float:left;
}

#img-desc
{
	max-width:20vw;
	float:left;
	border:10px #333333 solid;
	margin-right:20px;
}
@media only screen and (max-width: 530px) 
{
#img-desc
{
	max-width:40vw;
}
#imgdpartist
{
	width:80px;
}

}
#p-desc
{
	font-family:"Segoe UI";
	font-size:14px;
	color:#ffffff;
	font-weight:lighter;
}

#descp
{
	float:left;
	width:100%;
	padding-left:0px;
}
#descp p
{
	line-height:12px;
}

#imgdpartist
{
	float:left;
	max-width:150px;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:10px;
}


#cntg img
{
	margin-bottom:50px;
}




