/* CSS Document: custom JM changes to Atahualpa theme, plus css code stripped from header (later) */

h3 { 
	color: #663399;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	margin-top:20px; 
	} /* header above Comments and also on Reply form. */
	
/* * * * * * *  TEXT * * * * * * */

div.post-bodycopy p { 
	margin-bottom: 1.2em; 
	} /* increases the space between text paragraphs on Posts and Pages both */

p.caption-jm {
	margin: 0;
	padding: 0;
	font-size: 0.85em;
	line-height: 1.3em;
	color: #444444;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	}	/* captioins under blog images, manually added */
	
.smaller-jm {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	line-height: 1.3em;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	} /* smaller font, as used for text in sidebar */
	
/* * * * * * * DIVS * * * * * * */

div.scallop-vertical {
	background-image:url(/wordpress/images-jm/layout/backgrounds/bg-scallops-vertical.gif);
	background-position:center top;
	background-repeat:no-repeat;
	width: 396px;
	} /* scallop bg on vertical blog imgs */

div.scallop-square {
	background-image:url(/wordpress/images-jm/layout/backgrounds/bg-scallops-square.gif);
	background-position:center top;
	background-repeat:no-repeat;
	width: 441px;
	} /* scallop bg on square blog imgs */
	
div.scallop-horizontal {
	background-image:url(/wordpress/images-jm/layout/backgrounds/bg-scallops-horizontal.gif);
	background-position:center top;
	background-repeat:no-repeat;
	width: 486px;
	} /* scallop bg on horizontal blog imgs */
	

/* * * * * * * TABLES * * * * * * */

table.d-team tr td {
	margin:0;
	padding:0;
	} /* table with 0 padding and margins for design team posts with large thumbnails */
		
		

	
	
/* * * * * * BELOW THIS LINE is the css code stripped from atahualpa/header.php * * * * * * */



