/* $Id: defaults.css,v 1.5 2007/10/02 12:10:40 dries Exp $ */

/*
** HTML elements
*/
fieldset {
  margin-bottom: 1em;
  padding: .5em;
}
form {
  margin: 0;
  padding: 0;
}
hr {
  height: 1px;
  border: 1px solid gray;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
}
th {
  text-align: left; /* LTR */
  padding-right: 1em; /* LTR */
  border-bottom: 3px solid #ccc;
}

/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */


/*****************************************************************************
 MPS Contributed module
 *****************************************************************************/
.dropcap {
	float: left;
	font-size: 600%;
	line-height: 70%;
	padding-bottom: 100px;
	color:#7777FF;
	}
.dropcap_2{
	float:left;
	color:#7777FF;
	font-size:100px;
	line-height:70px;
	padding-top:2px;
	font-family: Times, serif, Georgia;
	}
.bigfirst {
	font-family:Georgia,;
	color:chocolate;
	font-size:600%;
	font-weight:normal;
	line-height:80%;
	letter-spacing:-6px;
	padding-top:2px;
	}
.pullquote-body {
	text-align:justified;
	}
.pullquote-end {
	clear: both;
	}
.pullquote-right {
	color:darkgreen;
	text-align:right;
	float:right;
	width:150px;
	background:transparent;
	filter:alpha(opacity=50);
	opacity:.50;
	width:150px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	font-family:Verdana, Arial, Helvetica,Georgia;
	font-size: 28px;
	line-height:26px;
	padding-bottom:20px;
	}
.pullquote-left {
	color:darkgreen;
	text-align:left;
	float:left;
	width:150px;
	background:transparent;
	filter:alpha(opacity=50);
	opacity:.50;
	width:150px;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;
	font-family:Verdana, Arial, Helvetica,Georgia;
	font-size: 28px;
	line-height:26px;
	padding-bottom:20px;
	}
pullquote-h1 {
	filter:alpha(opacity=90);
	opacity:.90;
	}
.pullquote-h2 {
	filter:alpha(opacity=75);
	opacity:.75;
	}
.pullquote-h3 {
	filter:alpha(opacity=55);
	opacity:.55;
	}
.pullquote-h4 {
	filter:alpha(opacity=35);
	opacity:.35;
	}
