/* Paintbox


air blue:			#61B6FF
water blue 1:		#2B68D3
water blue 2:		#578AD6
fire red: 			#D80D07
earth brown: 		#9C5112	
earth green:		#3B9005

dark moss: #83845E;
	

*/

.squiggle {
font-weight: bold;
color: #999;
}

.smallprint {
	font-size: x-small;
}

.quotebox {
	float: right;
	width: 400px;
	margin: 20px 10px 0 0;
}

.cover {
	float: left;
	margin: 0 40px;
}

.quotebox p {
	font-family: tahoma, geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .45em;
}

.attribution {
	text-align: right;
	font-size: 90%;
	margin-right: 40px;
}

#samples {
	clear: both;
	text-align: center;	
}

#samples img {
	margin: 10px;	
}

#coverrow img {
	border: none;
	margin: 0 4px;
	padding: 0;
	text-align: center;
}

#elementsnav a {
	border: none;
	margin: 16px;
}

.air {
	color: #61B6FF;
		}
		
.water {
	color: #2B68D3;
		}
	

.fire {
	color: #D80D07;
		}		
		
.earth {
	color: #3B9005;
		}	


a {
	color: #9F3613;
	text-decoration: none;
}

a:hover {
	color: #386182;
	text-decoration: underline;
}


body {
	font-family: verdana, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4 {
	font-family: tahoma, geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .45em;
	font-weight: normal;
}


#siteheader {
	border-bottom: 1px solid #efefef;
	padding: 0 0 5px;
	text-align: center;
	margin: 10px;
	padding: 0;
}


#siteheader img {
	border: 0;
	margin: 10px 0;
}

#pagebody {
	margin: 0 auto;  
	background: #fff;
	padding: 0 10px;
	width: 50em;
}

#sitefooter {
	border-top: 1px solid #efefef;
	padding: 5px 25px 0;
	margin: 10px;
}


#bottomnav {
	letter-spacing: .45em;
	text-align: center;
	text-transform: uppercase;
	font-size: x-small;
	margin-bottom: 10px;
}

#bottomnav a:hover {
	text-decoration: none;
	color: #333;
}

#credits img {
	vertical-align: text-top;
	border: 0;
}

#credits {
	text-align: center;
	font-size: xx-small;
}

#credits a {
	color: #000;
	text-decoration: none;
}

cite {
	font-style: italic;
}