﻿/* 
Common styles used on
http://www.lilesnet.com
Paul Liles, Webmaster
Updated 5/1/2008
*/
.clear {
	clear:both
}

.whatsnew {
	font-size:small;font-style:italic;
}

.indent-40 {
	margin-left: 40px;
}
.indent-80 {
	margin-left: 80px;
}

.alignParagraphTop {
	margin-top:0px
}
/*Images */
.imageLeftWithCaption {
	float:left;
	margin-right:20px;
	font-size:small;
	font-style:italic;
	color:maroon;
	text-align:center;
	margin-bottom:15px;
}
.imageCenteredWithCaption {
	margin-left:auto;
	margin-right:auto;
	display:block;
	font-size:small;
	font-style:italic;
	color:maroon;
	text-align:center;
	margin-bottom:15px;
}
.imageCenteredWithMediumCaption {
	margin-left:auto;
	margin-right:auto;
	display:block;
	font-size:medium;
	font-style:italic;
	color:maroon;
	text-align:center;
	margin-bottom:15px;
}
.imageCenteredWithLargeCaption {
	margin-left:auto;
	margin-right:auto;
	display:block;
	font-size:large;
	font-style:italic;
	color:maroon;
	text-align:center;
	margin-bottom:15px;
}
.imageCenteredWithXLargeCaption {
	margin-left:auto;
	margin-right:auto;
	display:block;
	font-size:x-large;
	font-style:italic;
	color:maroon;
	text-align:center;
	margin-bottom:15px;
}
.imageCentered {
	margin-left:auto;
	margin-right:auto;
	display:block;
	text-align:center;
}
.imageLeft {
	float:left;
	margin-right:20px;
	margin-top: 0px;
}
.frameIt {
	border:#000 thick ridge;
	padding: 10px;
}
.frameItNoPad {
	border:#000 thick ridge;
	padding:0px;
}
.textNavigation {
	border: #000 thin solid;
	padding: 10px;
	background-color: #FF9;
	margin: 10px 50px;
	text-align:center;
	font-size: large;
}

.didYouKnow {
	border: #000 medium solid;
	padding: 10px;
	margin: auto 50px ;
	background-image:url(../_rotation_backgrounds/water-background.jpg)
}
.didYouKnow  p {
	font-size: x-large;
	line-height: 135%;	
}
