/* 
CSS - SCREEN - CLIENT

judymurdoch.com &
highlycontagiousmarketing.com
owner: Judy Murdoch

design: Dawud Miracle, Healthy WebDesign
http://www.healthywebdesign.com

last revised: 18 May 2006
 
 
 THIS DOCUMENT IS FOR CLIENT EDITING
 */
 
 
 
 	/*  TEXT COLORS  */
	
.red {
	color: #c60a46;
}

.blue {
	color: #000082;
}
 
 
 
 
 	/*  TEXT ALIGNMENT  */
 
 .textcenter {
 	text-align: center;
}

.textright {
	text-align: right;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
 
 
 
 
 	/*  TESTIMONIALS  */

.testimonial {
	margin: 1.5em 0;
	padding: 8px 10px;
	background: #E4E4E4;
	border: 1px solid #c60a46;
	font-style: italic;
	font-size: 90%;
}

.testimonialleft, .testimonialright {
	padding: 10px 0;
	width: 150px;
	border-top: 1px solid #c60a46;
	border-bottom: 1px solid #c60a46;
	color: #c60a46;
	font-style: italic;
	font-size: 90%;
}

.testimonialleft {
	float: left;
	margin: 1em 1.5em 1em 0;
}

.testimonialright {
	float: right;
	margin: 1em 0 1em 1em;
}



	/*  QUOTES  */
	
.quote {
	font-style: italic;
	font-size: 95%;
	margin: 2em 1em;
	background: #FFFFCC;
	padding: 5px 8px;
	border: 1px solid #E1E3B7;
}



	
	/*  LIST STYLES  */
	
ul.nobullet {
	list-style: none;
}




	/*  IMAGES  */
	
.imgleft {
	float: left;
	margin: 10px 15px 10px 0;
	padding: 0;
	border: 1px solid #000;
}

.imgright {
	float: right;
	margin: 10px 0 10px 15px;
	padding: 0;
	border: 1px solid #000;
}




