html, body
{
	 margin: 0; 
	 padding: 0;
	 background: #fff;
	 color: #847b30;
	 font: normal normal normal 12px Arial, Helvetica, sans-serif;
}
input, select, textarea
{
	font: normal normal normal 12px  Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
	font: normal normal bold 18px Arial, Helvetica, sans-serif;
	color: #86153a;
}
h2 { font-size: 14px; margin-top: 10px; }
h3 { font-size: 12px; margin-top: 10px; }
h4 { font-size: 11px; margin-top: 10px; }

.script
{
	font-family: "Comic Sans MS", Cursive;
	font-weight: bold;
	font-size: 18px;
}

img
{
	margin: 0;
	padding: 0;
	border: 0 none;
}

a
{
	color: #86153a;
	text-decoration: none;
	border: 0 none;
}
a:hover
{
	text-decoration: underline;
}
a.noOutline
{
	outline-style: none;
	outline-width: 0;
}
a.moreInfo
{
	color: #847b30;
}
a.moreInfo:hover
{
	color: #86153a;
	text-decoration: none;
}
a.moreInfo span
{
	color: #86153a;
	font-weight: bold;
	padding-left: 5px;
	vertical-align: baseline;
}

hr
{
	margin: 10px 0 0 0;
	padding: 0;
	height: 1px;
	line-height: 1px;
	overflow: hidden;
	color: #666;
	background: #666;
	border: 0 none;
}
hr.short
{
	margin-left: auto;
	margin-right: auto;
	width: 40%;
}

p
{
	margin: 0;
	padding: 4px 0 10px 0;
}
p.intro
{
	font-size: 18px;
	padding: 10px 0;
}

ul, ol
{
	position: relative;
	margin: 5px 0 0 0;
	padding: 0 0 0 20px;
}
li
{
	position: relative;
	list-style-position: outside;
	margin: 2px 0 0 0;
	padding: 0;
}
ol li { list-style-type: decimal; }
ol li li { list-style-type: lower-roman; }
ol.lowerAlpha li { list-style-type: lower-alpha; }
ol.upperAlpha li { list-style-type: upper-alpha; }
ol.lowerRoman li { list-style-type: lower-roman; }
ol.upperRoman li { list-style-type: upper-roman; }
ol.decimal li { list-style-type: decimal; }


dl { margin: 0; padding: 0; }
dt 
{
	 margin: 20px 0 0 0; 
	 padding: 0;
	 font: normal normal bold 14px Arial, Helvetica, sans-serif;
	 text-decoration: none;
}
dd
{
	margin: 3px 0 0 0;
	padding: 0;
}

.separator
{
	clear: both;
	height: 1px;
	line-height: 1px;
	overflow: hidden;
}
.floatLeft
{
	display: block;
	float: left;
	margin-right: 8px;
}
.floatRight
{
	display: block;
	float: right;
	margin-left: 8px;
}
.clear { clear: both; }
.clearL { clear: left; }
.clearR { clear: right; }

.noLeading { margin-top: 0; margin-bottom: 0; }
.noTopLeading { margin-top: 0; }
.noBottomLeading { margin-bottom: 0; }
.increaseBefore { margin-top: 20px ; }

.error
{
	color: #e00;
}




/**
 *  Picture Framing
 */
.tilt,
.stamp
{
	position: relative;
	width: 129px;		/* 157px */
	height: 162px;		/* 192px */
	padding: 15px 14px 15px 14px;
	overflow: hidden;
	margin-bottom: 10px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(img/pictureFrames/tiltRight.jpg);
	color: #993366;
}
.tilt.left
{
	background-image: url(img/pictureFrames/tiltLeft.jpg);
}
.stamp
{
	color: #fff;
	width: 121px;		/* 157px */
	height: 152px;		/* 192px */
	padding: 20px 18px;
}
.stamp.green
{
	background-image: url(img/pictureFrames/stampGreen.jpg);
}
.stamp.orange
{
	background-image: url(img/pictureFrames/stampOrange.jpg);
}
.stamp.brown
{
	background-image: url(img/pictureFrames/stampBrown.jpg);
	padding-left: 14px;
	padding-right: 22px;
}

.pinned
{
	position: relative;
	width: 93px;		/* 126px */
	height: 99px;		/* 155px */
	padding: 25px 16px 31px 17px;
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(img/pictureFrames/pinnedLeft.gif);
}
.pinned right
{
	background-image: url(img/pictureFrames/pinnedRight.gif);
}

/* Adjust standard element rules */
.stamp h1, .stamp h2, .stamp h3
{
	color: #fff;
}
.tilt p, .stamp p, .pinned p
{
	margin: 0;
	padding: 0;
}




/**
 * Tiny MCE rules
 */
body.mceContentBody {
	padding: 5px 7px;
}



/**
 * CMS Editing
 */
div.cph
{
	position: relative;
}
div.cph.fade
{
	opacity: 0.5;
	filter: alpha(opacity=50);
}

div.cph div.cphFrame
{
	position: absolute;
	left: 0;
	top: 0;
	border-style: dashed;
	border-color: #333;
}
div.cph.active div.cphFrame
{
	border-color: #e00;
}
div.cph a.cph
{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.8;
	filter: alpha(opacity=80);
	padding: 2px 4px;
	background-color: #e00;
	color: #fff;
	border: solid 1px #000;
}
div.cph.hover a.cph,
div.cph.active a.cph
{
	opacity: 1.0;
	filter: alpha(opacity=100);
}