p { font-family: 'Anek Malayalam', sans-serif; font-weight: 300; font-size: 22px; }
h1,h2,h3,h4,h5,h6 { font-family: 'Anek Malayalam', sans-serif; font-weight: 600;}
a { color: #660000; font-weight: 400; }
a:hover { color: #990000; font-weight: 400; }
a:visited { color: #660000; font-weight: 400; }
.videobox p { font-size: 14px; padding-bottom: 32px; }

.paintingheader {
background-image: linear-gradient(to bottom, #C18A52, #190a05);
padding-bottom: 25px;
//	background: #7d3955 url(../images/cooper-purple-painting.jpg) no-repeat left top; 
}
.paintingheader h1 { text-align: center; color: #fff; font-size: 48px; font-weight: 600; }
.paintingheader h4 { text-align: center; color: #fff; font-size: 24px; margin-top: 0; font-weight: 400; }

img.headshot { width: 150px; height: 150px; border-bottom: 2px solid rgba(255,255,255,.3); border-top: 2px solid rgba(0,0,0,.3); border-radius: 20px; }
img.book-thumbnail { width: 120px; margin: 10px 8px 20px 0; box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.3);}

.booklisting { border-bottom: solid 3px #111; padding-top: 30px; padding-bottom: 30px; margin-top: 20px; margin-bottom: 30px;  }
.buybuttons img { width: 220px; }

.writinglink { padding: 10px 20px 5px 20px; margin: 20px 0; background-color: #F3EADB; border: 0 solid #e2d9ca; box-shadow: rgba(99, 99, 99, 0.25) 0px 3px 3px 0px; }
.writinglink p { font-size: 16px; padding: 0; margin: 0; }
.writinglink h4 { font-size: 24px; padding: 0; margin: 0; }

h3.subtitle { font-size: 22px; font-style: italic; font-weight: normal; margin-bottom: 30px; }
p.note { font-size: 16px; color: #666; font-style: italic; margin-top: 15px; margin-bottom: 15px; }

.cooperfooter { background-color: #111; color: #999; text-align: center; padding: 35px; margin-top: 40px; }
.cooperfooter p {font-size: 14px}

	
@media (max-width: 460px) {
	.paintingheader h1 { font-size: 52px; }
	img.headshot { width: 200px; height: 200px; margin-top: 30px; }

}