@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Quattrocento+Sans:400,400italic,700,700italic);
/* CSS Document */
html {
font-family: 'Quattrocento Sans', sans-serif;
}
body {
min-width: 1200px;
margin: 0 auto;
text-align: center;
background-image: url(graphics/red-hatch-tile2.gif);
background-attachment: fixed;
background-repeat: repeat;
background-position: left top;
}
#container {
width: 85%;
margin: 0 auto;
float: left;
clear: none;
background-color: #FFFFFF;
}
#left {
width: 14%;
/*height: 900px;*/
float: left;
}
#left li {
list-style-type: none;
text-align: right;
}
.mobile {
display: none;
}
.unseen {
display: none;
}
.chunk {
display: block;
width: 310px;
height: 310px;
margin: 20px;
float: left;
border: 1px solid rgba(0,0,0,0.2);
box-shadow: 2px 2px 3px rgba(30,30,30,0.3);
}
h1 {
font-size: 1.5em;
text-align: left;
margin: 10px auto 10px 10%;
}
.chunk h2, .chunk p {
margin-left: -4000px;
width: 260px;
height: auto;
}
.chunk:hover p {
margin: 38px 0 0 18px;
padding: 8px 5px;
text-align: left;
color: #000000;
background-color: #FAFAFA;
font-size: 0.95em;
line-height: 1.25em;
border-radius: 5px;
background-image: url(graphics/red-hatch-tile2.gif);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: left top;
}
.chunk:hover {
/*opacity: 0.4;*/
box-shadow: 1px 1px 2px rgba(169,53,30, 0.3);
}

.print-sample {
width: 100%;
float: left;
clear: both;
padding: 20px;
}
.print-sample img{
float: left;
width: 55%;
margin: 0 20px 30px 0;
}
.print-sample p{
float: left;
clear: none;
width: 35%;
text-align: left;
}
img.half-size {
width: 300px;
height: auto:
}
.name {
font-weight: 700;
font-style: italic;
}
.description {
font-size: 0.85em;
font-weight: 400;
font-style: italic;
}
.strike-through {
text-decoration: line-through;
}

	/*		WEBSITE IMAGES 		*/
#boating-with-clyde {
background-image: url(images/BoatingWithClyde-PRESS.jpg);
background-repeat: no-repeat;
}
#panic-button-pictures {
background-image: url(images/PBP-parasol.jpg);
background-repeat: no-repeat;
}
#earth {
background-image: url(images/Earth.jpg);
background-repeat: no-repeat;
}
#metropolitan-klezmer {
background-image: url(images/Metropolitan-Klezmer-home.jpg);
background-repeat: no-repeat;
}	
#eric-richards {
background-image: url(images/EricRichards2.jpg);
background-repeat: no-repeat;
}
#magda-baker {
background-image:url(images/MagdaBaker.jpg);
background-repeat: no-repeat;
}
#lori-goldston {
background-image:url(images/LoriGoldston2.jpg);
background-repeat: no-repeat;
}
#klezbos {
background-image:url(images/Klezbos3.jpg);
background-repeat: no-repeat;
}
#susan-robb {
background-image:url(images/SusanRobb2.jpg);
background-repeat: no-repeat;
}
#julia-salamonik {
background-image:url(images/JuliaSalamonik2.jpg);
background-repeat: no-repeat;
}
#dana-reason {
background-image:url(images/DanaReason.jpg);
background-repeat: no-repeat;
}
#annie-lanzillotto {
background-image:url(images/AnnieLanzillotto2.jpg);
background-repeat: no-repeat;
}
#central-ballard {
background-image:url(images/CentralBallard.jpg);
background-repeat: no-repeat;
}
#el-pegaso {
background-image:url(images/elPegaso2.jpg);
background-repeat: no-repeat;
}
#greenstems {
background-image:url(images/Greenstems4.jpg);
background-repeat: no-repeat;
}
#stacey-levine {
background-image:url(images/StaceyLevine.jpg);
background-repeat: no-repeat;
}
	/*				LINKS STYLING					*/
a:link {
font-variant: small-caps;
color: #000000;
text-decoration: none;
}
a:visited {
font-variant: small-caps;
color: #000000;
text-decoration: none;
}
a:hover {
font-variant: small-caps;
color: #000000;
text-decoration: underline;
}
a:active {
font-variant: small-caps;
color: #000000;
text-decoration: none;
}	
#left li a:link {
font-variant: normal;
}	