/* 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;
	margin:0;
	padding:0;
}

#EmailForm legend {
	display: none;
}
#EmailForm h3 {
	clear: both;
	margin-top:0px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	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: 320px;
	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 {
	/*    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;*/
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	height: 20px;
}


#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;*/
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
}

#EmailForm label input:focus {
	border-top: 1px solid #52b4fd;
	border-left: 1px solid #52b4fd;
	border-bottom: 1px solid #52b4fd;
	border-right: 1px solid #52b4fd;
	background-color:#e3f2fe;
	height: 20px;
}

#EmailForm textarea:focus {
	border-top: 1px solid #52b4fd;
	border-left: 1px solid #52b4fd;
	border-bottom: 1px solid #52b4fd;
	border-right: 1px solid #52b4fd;
	background-color:#e3f2fe;
}

#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: 320px;
	height: 100px;
	display: block;
}

#EmailForm label input.calc {
	text-align: right;
	width: 100px;
	clear: left;
	padding: 0;
}
#EmailForm input.button {
	clear: left;
	text-align:center;
}

#EmailForm label input {
	position: inherit;
	left: auto;
}               

/* RegattaForm 
------------------------------- */
#RegattaForm {
	width: 380px;
	text-align: left;
	padding-bottom: 20px;
	border: none;
}

#RegattaForm.full { width: 100%; }

#RegattaForm fieldset {
	border: none;
	margin-left:0;
	padding:0;
}

#RegattaForm legend {
	display: none;
}
#RegattaForm h3 {
	clear: both;
	margin-top:0px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	font-weight: bold;
}

#RegattaForm label,
#RegattaForm p {
	display: block;
	clear: both;
	width: 310px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 0px;
}

#RegattaForm input {
	display: block;
	margin-top: 3px;
}

#RegattaForm select {
	float: right;
	display: block;
	font-size:11px;
	width:222px;
	height:20px;
	margin-bottom:1px;
}


#RegattaForm label.first,
#RegattaForm label.city {
	clear: left;
	margin-right: 10px;
	width: 150px;
}

#RegattaForm label.second,
#RegattaForm label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
#RegattaForm label.state { width: 60px; }

#RegattaForm label.first input,
#RegattaForm label.city input,
#RegattaForm label.second input {
	float: left;
	width: 150px;
	padding: 0;
}

#RegattaForm label input.vericode  {
	float: right;
	width: 150px;
	margin-top:53px;
}


#RegattaForm label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

#RegattaForm label.zip,
#RegattaForm label.zip input {
	float: left;
	width: 80px;
}
#RegattaForm label.zip { clear: none; }

#RegattaForm label {
	float: left;
	clear: left;
	width: 380px;
	margin: 0;
	line-height: 1.5em;
	font-size:11px;
}

#RegattaForm label input {
	float: right;
	width: 220px;
	padding: 0;
}

#RegattaForm input.radio,
#RegattaForm input#radiobutton_1,
#RegattaForm input#radiobutton_2,
#RegattaForm input#radiobutton_3,
#RegattaForm input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

#RegattaForm label.radio,
#RegattaForm label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

#RegattaForm input.checkbox,
#RegattaForm input#checkbox_1,
#RegattaForm input#checkbox_2,
#RegattaForm input#checkbox_3,
#RegattaForm input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

#RegattaForm label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
/* style the #RegattaForm elements to look similar across browsers ... emulates Safari */
#RegattaForm label input {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	height: 20px;
}


#RegattaForm textarea {

	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
}

#RegattaForm label input:focus {
	border-top: 1px solid #52b4fd;
	border-left: 1px solid #52b4fd;
	border-bottom: 1px solid #52b4fd;
	border-right: 1px solid #52b4fd;
	background-color:#e3f2fe;
	height: 20px;
}

#RegattaForm textarea:focus {
	border-top: 1px solid #52b4fd;
	border-left: 1px solid #52b4fd;
	border-bottom: 1px solid #52b4fd;
	border-right: 1px solid #52b4fd;
	background-color:#e3f2fe;
}

#RegattaForm input.checkbox,
#RegattaForm select {
	border: 1px solid #ddd;
	border-left-color: #c3c3c3;
	border-top-color: #7c7c7c;
	background-color: #fff;    
}
#RegattaForm textarea {
	margin-top: 3px;
	width: 380px;
	height: 100px;
	display: block;
}

#RegattaForm label input.calc {
	text-align: right;
	width: 100px;
	clear: left;
	padding: 0;
}
#RegattaForm input.button {
	clear: left;
	/*    border: 1px solid #ddd;
	border-left-color: #c3c3c3;
	border-top-color: #7c7c7c;
	background-color: #EBE9ED;*/
	text-align:center;
}

#RegattaForm label input {
	position: inherit;
	left: auto;
}            

/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
	float: left;
}

.MODX_RichTextWidget a {
	border: 0px;
}

/* Ditto 2 Blog
------------------------------------------------------------------------------- */
.ditto_summaryPost {
	margin-bottom:30px;
	/*text-align:justify;*/
}

/*.ditto_summaryPost h1 {
border-bottom: 1px dotted #ccc;
font-size:12px;
font-weight:bold;
color:#274D9E;
margin-top:-3px;
margin-bottom:30px;
padding: 0px;
padding-bottom:2px;
background-image:none;
}*/

.ditto_summaryPost h1 {
	font-size:18px;
	color:#bbbbbb;
	margin-top:-3px;
	margin-bottom:47px;
	line-height:24px;
	font-weight:normal;
	/*background-image:url(images/h1.jpg);
	background-repeat:no-repeat;
	background-position:0px 7px;
	padding-left:40px;*/
}

.ditto_summaryPost h3 {
	border-bottom: 1px dotted #ccc;
	margin: 0px;
	margin-bottom:5px;
	padding: 0px;
	padding-bottom:3px;
	color: black;
	letter-spacing:0.1em;
}
.ditto_summaryPost .ditto_info {
	background-color: #ffffff;
	padding: 0px !important;
	font-size: 11px;
	color:#666666;
	margin-bottom:10px;
}

.ditto_link {
	font-size: 10px;
	color:#666666;
	position:relative;
	float: right;
	display:block;
	top:10px;
	height:15px;
}


.ditto_summaryPost p {
	margin:0px;
	padding:0px;
}

.ditto_img {
	float:left;
	margin-top:5px;
	padding:4px;
	border:1px solid #cccccc;
	margin-right:10px;
	margin-bottom:1px;
	width: 150px;
}

.ditto_img_wide {
	margin-top:0px;
	padding:4px;
	border:1px solid #cccccc;
	margin-right:10px;
	margin-bottom:15px;
	width: 380px;
	display:block;
}

.teaser_img {
	float:left;
	border:0px;
	position:relative;
	margin-top:5px;
	padding:4px;
	border:1px solid #cccccc;
	margin-right:10px;
	margin-bottom:1px;
	width: 150px;
}

#clearer {
	clear:both;
}

#ditto_entrycount {
	margin-top:25px;
	text-align:center;
	font-size: 11px;
	color:#666666;
}

.ditto_paging {
	border-top: 1px solid #ccc;
	padding: 10px; 
	font-size: 86%;
	color: #618100;
}

#ditto_pages {
	margin-top:10px;
	text-align:center;
	font-size: 11px;
}

#ditto_pages .ditto_currentpage {
	border: 1px solid #274D9E;
	padding: 1px 5px 2px; 
	margin-right: 1px;
	background-color: #274D9E; 
	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 #274D9E; 
	padding: 1px 5px 2px; 
	margin-right: 1px; 
	text-decoration: none !important; 
	color: #274D9E;
} 
#ditto_pages a:hover {
	background-color: #fff;
	color: #333333;
}
#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;
}

/* reflect Archive  */

ul.reflect_archive {
	padding-left:0px;
}

.reflect_archive li .reflect_year {
	font-size:14px;
	font-weight:normal;
}

#content ul li.reflect_year {
	margin-top:40px;
	margin-bottom:10px;
	color:#cccccc;
}   

.reflect_year_link {
	margin-top:40px;
	margin-bottom:15px;
}

.reflect_months {
	padding-left:0px;
}

.submenu {
	padding-left:15px;
}

.submenuheader {
	padding-left:15px;
	position:relative;
}

.accordsuffix {
	position:absolute;
	left:0px;
	top:3px;
}

.reflect_month_link {
	margin-top:0px;
	margin-bottom:0px;
	font-size:12px;
}

#content ul li ul.submenu {
	margin-top:0px;
	padding-left:5px;
}

#content ul li ul.reflect_months {
	padding-left:0px;
}

ul.reflect_months .submenuheader {
	font-size:12px;
	font-weight:normal;
	list-style-type:none;
	cursor:pointer;
	margin-top:0px;
}

#content a.reflect_month_link {
	color:#666666;
}

.reflect_item_link {
	font-size:11px;
}

.reflect_archive_list {
	margin-top:40px;
}

.reflect_date {
	color:#666666;
	font-size:11px;
}

ul .reflect_items {
	margin-left:-20px;
}

li .reflect_item {
	list-style-type:none;
}

#content ul li.reflect_year {
	font-size:24px;
	list-style-type:none;
}


/* 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; }

