/* 
 * 	contentStyle.css specifies 
 *  style properties for text and other content 
 *  in the Piecemakers website
 *
 * 			 Piecemakers Quilt Guild
 *			 Created April 2009 by Linda Cline
 */

body {
  background-color: #ffffff;
	font-family: helvetical, arial, sans-serif;
	font-size: 100%
}

* {	margin: 0; padding: 0; }

p {
  margin-top: 12px; 
	margin-bottom: 12px;
  font-size: 1em;
	line-height: 1.4;
	color: black;
}

.blockquote {
  margin: 0px 30px 0px 30px;
	font-style: italic;
	line-height: 1.1;
}

td{
  padding-right: 20px;
  padding-bottom: 12px;
	vertical-align: top;
}

.indented {
  margin-left: 30px;
}

.indentedSingleSpaced {
  margin-left: 30px;
	line-height: 1;
}

.extraWhiteSpace {
  margin: 48px;
}

.center {
  text-align: center;
}

.floatLeft {
  float: left;
	margin: 12px;
}

.floatRight {
  float: right;
	margin: 12px;
}

a:link, a:visited, a:active {
  color: #0066ff;
  text-decoration: underline;  
}

a:hover {
  color: #CC00ff;
}

a img{
  border: none;
}

.rightAlignedImage{
  border: none;
	float: right;
}

.thumbnail{
  float: left;
  width: 120px;
  height: 200px;
  margin: 0px 15px 15px 0px;
  padding: 5px;
  text-align: center;
}


.thumbnail p {
  margin: 0px;
  font-size: .9em;
	line-height: 1.1;
	color: #0066ff;
  text-decoration: none;  
}

.thumbnail img {
  align: center;
	border: 1px solid #999999;
  padding: 4px;
}
	
h1 {
  font-size: 1.6em; 
  font-weight: bold; 
  margin-top: 20px;
  margin-bottom: 20px;
  color: #7722dd; 
} 

h2 {
  font-size: 1.4em; 
  font-weight: bold; 
  margin-top: 20px;
  margin-bottom: 20px;
  color: #9900ff; 
}
 
h3 {
  font-size: 1.2em; 
  font-weight: bold; 
  margin-top: 16px;
  margin-bottom: 16px;
  color: #9900ff; 
}
 
h4 {
  font-size: 1em; 
  font-weight: bold; 
  margin-top: 12px;
  margin-bottom: 12px;
  color: #9900ff; 
}

/*
 * Bulleted List
 */
ul {
  list-style-image: url("../images/bulletPink.gif");
	margin-top: 14px;
	margin-bottom: 14px;
}

ul ul {
  list-style-image: url("../images/bulletSmallBlue.gif");
}

ul li {
  margin: 0px 14px 14px 24px;
}

/*
 * Plain Bullets
 */
ul.plainList {
  list-style-image: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
ul.plainList li {
  margin: 0px 0px 0px 40px;
}
/*
 * Use Quilt Blocks for Bullets
 */
ul.starList {
  list-style-image: url("../images/SmallVariableStar.gif");
	margin-top: 20px;
	margin-bottom: 20px;
}

ul.starList li {
  margin: 0px 48px 20px 48px;
}

.alert {
  margin: 20px 50px 20px 50px;
	padding: 10px;
	font-weight: bold;
	background-color: white;
	color: red;
	border: 2px solid red;
  text-align: center;
}

.labeledList h5 { /* date */
	width: 130px;
  font-size: 1em; 
  font-weight: normal; 
  float: left;
	color: black;
  margin-left: 30px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.labeledList p { /* event */
  margin-top: 0px; 
	margin-bottom: 0px;
	margin-left: 170px;
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: 1.2;
}

b {
  color: #5522aa; 
}

.labeledList em {
  color: #000000;
  font-weight: bold;
	font-style: italic;
}

.note {
  font-size: .8em;
}

.searchBox {
	float: right;
  text-align: left;
  font-size: .8em;
	font-weight: bold;
  background-color: #ffffff;
	color: #5533dd;
}

.photo {
  float: left;
  margin-top: 0;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  padding: 4px;
  border: 1px solid #cccccc;
}

div#footer p {
  text-align: center;
  font-size: .8em;
	font-weight: bold;
	color: #4477dd;
}
