/*MODx Styles
Code
-------------------------------------------------------------------------*/
CODE
{
	background-color: #F4F4F4;
	border-bottom: 1px solid #DDD;
	padding: 10px;
	display: block;
}
/*UserComments
-------------------------------------------------------------------------*/
.comment
{
	background-color: #FFF;
	border-bottom: 1px solid #DDD;
	position: relative;
	padding: 10px;
	overflow: hidden;
}
.commentAlt
{
	background-color: #F4F4F4;
}
.commentAuthor
{
	background-color: #FFC;
}
.commentMe
{
	background-color: #CCF !important;
	padding-top: 5px;
}
.commentNum
{
	font-family: Arial, sans-serif;
	font-size: 50px;
	line-height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	color: #F2F2F2;
	font-weight: bold;
	letter-spacing: -4px;
	z-index: 1;
}
.commentAlt .commentNum
{
	color: #EAEAEA;
}
.commentMe .commentNum
{
	color: #B0B0FF;
}
.commentAuthor .commentNum
{
	color: #F3F3BB;
}
.commentTitle
{
	position: relative;
	z-index: 10;
	color: #999;
}
.commentTitle SPAN
{
	text-transform: uppercase;
	font-size: 86%;
}
.commentTitle STRONG
{
	color: #693;
	font-size: 110%;
	text-transform: none;
	font-weight: normal;
	margin-right: 6px;
}
.comment .content
{
	position: relative;
	z-index: 10;
}
/*EmailForm
-------------------------------------------------------------------------------*/
#EmailForm
{
	width: 360px;
	text-align: left;
	padding-bottom: 20px;
	border: none;
}
#EmailForm.full
{
	width: 100%;
}
#EmailForm FIELDSET
{
	border: none;
}
#EmailForm LEGEND
{
	display: none;
}
#EmailForm H3
{
	clear: both;
	padding: 15px 0 5px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: bold;
}
#EmailForm LABEL, #EmailForm P
{
	display: block;
	clear: both;
	width: 310px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
}
#EmailForm INPUT
{
	display: block;
	margin-top: 3px;
}
#EmailForm SELECT
{
	float: left;
	display: block;
}
#EmailForm LABEL.first, #EmailForm LABEL.city
{
	clear: left;
	margin-right: 10px;
	width: 150px;
}
#EmailForm LABEL.second, #EmailForm LABEL.state
{
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
#EmailForm LABEL.state
{
	width: 60px;
}
#EmailForm LABEL.first INPUT, #EmailForm LABEL.city INPUT, #EmailForm LABEL.second INPUT
{
	float: left;
	width: 150px;
	padding: 0;
}
#EmailForm LABEL.state SELECT
{
	width: 60px;
	float: left;
	margin-top: 3px;
}
#EmailForm LABEL.zip, #EmailForm LABEL.zip INPUT
{
	float: left;
	width: 80px;
}
#EmailForm LABEL.zip
{
	clear: none;
}
#EmailForm LABEL
{
	float: left;
	clear: left;
	width: 310px;
	margin: 0;
	line-height: 1.5em;
}
#EmailForm LABEL INPUT
{
	float: left;
	width: 310px;
	padding: 0;
}
#EmailForm INPUT.radio, #EmailForm INPUT#radiobutton_1, #EmailForm INPUT#radiobutton_2, #EmailForm INPUT#radiobutton_3, #EmailForm INPUT#radiobutton_4
{
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}
#EmailForm LABEL.radio, #EmailForm LABEL.radioitem
{
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
#EmailForm INPUT.checkbox, #EmailForm INPUT#checkbox_1, #EmailForm INPUT#checkbox_2, #EmailForm INPUT#checkbox_3, #EmailForm INPUT#checkbox_4
{
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}
#EmailForm LABEL.checkbox
{
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
/*style the #EmailForm elements to look similar across browsers ... emulates Safari*/
#EmailForm LABEL INPUT, #EmailForm TEXTAREA
{
	border: 1px solid #DDD;
	border-left-color: #C3C3C3;
	border-top-color: #7C7C7C;
	padding: 0 2px;
	height: 18px;
	line-height: 20px;
	background: #FFF url(images/input-bg.gif) repeat-x top left;
}
#EmailForm INPUT.checkbox, #EmailForm SELECT
{
	border: 1px solid #DDD;
	border-left-color: #C3C3C3;
	border-top-color: #7C7C7C;
	background-color: #FFF;
}
#EmailForm TEXTAREA
{
	margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
}
#EmailForm LABEL INPUT.calc
{
	text-align: right;
	width: 100px;
	clear: left;
	padding: 0;
}
#EmailForm INPUT.button
{
	clear: left;
	border: 1px solid #DDD;
	border-left-color: #C3C3C3;
	border-top-color: #7C7C7C;
	background-color: #EBE9ED;
}
/*Fixes for RichText widgets
-------------------------------------------------------------------------------*/
.MODX_RichTextWidget
{
	float: left;
}
.MODX_RichTextWidget A
{
	border: 0px solid #000000;
}
/*Ditto 2 Blog
-------------------------------------------------------------------------------*/
.ditto_summaryPost H3
{
	border-bottom: 1px solid #CCC;
	margin: 0px !important;
	padding: 5px !important;
	color: #000000;
}
.ditto_summaryPost .ditto_info
{
	background-color: #F8F8F8;
	padding: 5px !important;
	font-size: 0.8em;
	color: #000000;
}
.ditto_link
{
	font-size: 76%;
	text-align: right;
}
.ditto_paging
{
	border-top: 1px solid #CCC;
	padding: 10px;
	font-size: 86%;
	color: #618100;
}
#ditto_pages .ditto_currentpage
{
	border: 1px solid #618100;
	padding: 1px 5px 2px;
	margin-right: 1px;
	background-color: #9C0;
	color: #FFF;
}
#ditto_pages .ditto_off
{
	border: 1px solid #CCC;
	padding: 1px 5px 2px;
	margin-right: 1px;
	color: #CCC;
}
#ditto_pages A, #ditto_pages A:link, #ditto_pages A:visited
{
	border: 1px solid #9C0;
	padding: 1px 5px 2px;
	margin-right: 1px;
	text-decoration: none !important;
	color: #618100;
}
#ditto_pages A:hover
{
	background-color: #FFF;
	color: #000;
}
#ditto_archivelist UL
{
	list-style-type: none;
	margin-left: 15px;
	padding-left: 0;
}
#ditto_archivelist UL UL
{
	list-style-type: square;
	margin-left: 35px;
}
#ditto_archivelist .ditto_month
{
	font-weight: bold;
}
/*MODx Icons
-------------------------------------------------------------------------------*/
#modxicon
{
	height: 32px;
	width: 34px;
	margin: 0 auto;
	text-align: center;
	float: right;
	margin-top: -2em;
}
#modxicon A#modxicon32
{
	margin: 0 auto;
	width: 34px;
	height: 32px;
	display: block;
	text-indent: -2000px;
	text-align: center;
	overflow: hidden;
	background: transparent url(../../images/modx-icon.png) no-repeat 0 0;
}
#modxicon A#modxicon32:hover
{
	background: transparent url(../../images/modx-icon.png) no-repeat 0 -32px;
	color: #111;
}
#modxicon A, #modxicon A:visited, #modxicon A:hover
{
	background: transparent;
	border: 0;
	text-decoration: none;
}
.stylebox
{
	background-color: #F7F7F7;
	border: 1px solid #A0A0A0;
	padding: 5px;
}
.hide
{
	display: none;
}
/*Search Terms Highlighting
-------------------------------------------------------------------------------*/
.AS_ajax_highlight
{
	background-color: #FFB;
	padding: 2px;
	margin: -3px;
	border: 1px solid #DD3;
	color: #000;
}
.searchTerms
{
	color: #EEE;
}
.searchTerms .AS_ajax_highlight
{
	margin: 0 0 0 3px;
}
A.ajaxSearch_removeHighlight, A.ajaxSearch_removeHighlight:visited
{
	display: block;
	float: left;
	margin: 6px 0 0;
	padding: 1px 2px 2px;
	color: #888;
}
A.ajaxSearch_removeHighlight:hover
{
	background-color: #888;
	color: #222;
}
