h2 {
	font: "Trebuchet MS", verdana, serif;
	font-size: 2.25em;
	line-height:  1.2em;
}

.session{
	border: 1px solid #999;
	padding: 20px;
	margin-bottom: 40px;
}

h3 {
	font: "Trebuchet MS", verdana, serif;
	font-size: 2.25em;
	line-height:  1.2em;
	letter-spacing: -1px;
	margin-bottom: 5px;
}

h2.single {
	margin-bottom: 15px;
}
.post a{
	background: #fff;
	color: #3364b8;
	}
a.title{
	color: #343434;
}

#butter {
	float: left;
	height: 60px;
	width: 54px;
	margin-right: 8px;
	margin-top: -10px;
	background: url(../img/butterfly.gif) no-repeat;
}

.entry{
	clear: both;
	padding-top: 10px;
}

.entry p{
	
	padding-bottom: 17px;
	text-align: justify;
}

.postmetadata {
	clear: both;
	text-align: center;
	margin-top: 5px;
	padding-bottom: 20px;
}

a.more-link {
	color: #f91d32;
	font-size: 1.2em;
}

#continue {
	padding-top: 5px;
}

.center {
	text-align: center;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
}
h2.cat_title {
	color: #3364b8;
	text-align: center;
	padding-bottom: 25px;
}

#find-link {
	margin-top: 10px;
	margin-bottom:  10px;
}

#find-link a{
	color: #f91d32;
	font-size: 2em;
}

#page p {
	padding-top: 10px;
}
 
form {
	padding: 10px;
	width: 350px;
	align: left;
}

$formpos {
	text-align: center;
}
/* Form Sections ======================================================================== */
/* Fieldset  */

fieldset {
	padding: 15px 10px;
	background-color:#fff;
	border: 1px solid #000;	
	overflow: auto;
	
}
legend {
	padding: 2px 5px;
	color: #343434;
	font-size: 115%;
}

/* Field Labels ======================================================================== */

/* Base */
label, form .label {	
	color: #333;
	margin: 0;
}
/* Text inputs / Select label */
label.preField {
	display: -moz-inline-box;
	display: inline-block;	
	margin: 0.6em 4px 0 0;
	padding: 0 2px;
	min-width: 9em;
	background-color: #d0efff;
}
/* Radio / Checkbox group label */
form .label  {
	display: block; 
	margin: 0.6em 4px 0 0;
	padding: 2px;
}
/* Individual Checkbox / Radio label */
label.postField  {
	margin: 0 4px 0 4px;
}
/* Label when inside an inline section */
form .inlineSection .oneField .inlineLabel {
	display: -moz-inline-box;
	display: inline-block;	
	margin: 0.6em 4px 0 0;
	padding: 0 2px;
	min-width: 9em;
	background-color: #FFFFD5;
	white-space: normal;
}

/* Inputs ======================================================================== */

textarea {
	padding: 0;
	vertical-align: top;
	margin: 2px 2px 1px 0;
}
input {
	margin: 0 2px 0 0;
}
input[type=text], input[type=password] {
}
select {
	margin: 2px 2px 1px 0;
	padding: 0;
}
.inlineSection .oneField select {
	margin: 0 2px 1px 0 !important;
}
.gridSection select  {
	margin: 0 !important;
}

/* Buttons ======================================================================= */

form .actions {
	text-align: center;
	margin: 10px 0 10px 0;	
}


/* Form Builder Related Rules ===================================================== */

/* Form or Fieldset instruction paragraph. */
form .instructions {
	margin: 1em 0;
	font-style: italic;
}
/* Asterisk on required fields */
form .reqMark {
	color: #F00;
	padding: 0 4px;
}

/* wForms Related Rules ========================================================== */

/* Field w/ a validation error */
form .errFld {
	padding: 1px;
	border: 1px solid #F00;
}
/* Styling for message associated with a validation error. */
form .errMsg {	
	color: #CC3333 !important;
	display: block;
}
/* Field-Hint with focus */
form .field-hint {
	float: right;
	clear: right;
	color: #000;
	background-color: #FFFFFF;
	border: 1px solid #bbb;
	margin: 2px 0 7px 0;
	padding: 2px;
	font-size: 85%;
	min-height: 2em;	

}
/* Field-Hint without focus */
form .field-hint-inactive {
	float: right;
	clear: right;
	color: #666;
	border: 1px solid #E4E3D3;
	background-color: #FFFFFF;
	margin: 2px 0 7px 0;
	padding: 2px;
	font-size: 85%;
	min-height: 2em;	

}
/* Repeat Behavior divs (when not set on a fieldset) */
div.repeat {
	margin: 3px 0;
	padding-right: 6px;
	border: 1px dotted #ccc;
	background-color: #FFFFFF;
}
div.removeable {
	margin: 3px 0;
	padding-right: 6px;	
	border: 1px dotted #ccc;
	background-color: #F3F3F3;
	
}
/* Links generated by the Repeat Behavior */
form .duplicateLink {
	line-height: 260%;
	font-weight: bold;
}
form .removeLink {
	line-height: 260%;
}
form td .duplicateLink, form td .removeLink  {
	margin: 0;
	line-height: 100%;
}

/* IE6 BUG FIXES ==================================================================== */
form {
	height:expression('1%'); /* IE Pick-a-boo bug fix */
}
form fieldset {
	position:expression('relative'); /* Fixes IE problem with fieldset+legend boundaries */
	margin-top:expression('1em');
	padding-top:expression('1.5em');
	overflow: expression('visible');
}
form fieldset legend {
	position: expression('absolute'); 
	top: expression('-.5em'); /* Fixes IE problem with fieldset+legend boundaries */
	left:expression('.5em');
}
form .inlineSection .oneField {
	display: expression('inline-block');		
}
label.preField, form .inlineSection .oneField .inlineLabel {
	width: expression('9em');
}


