/* commented backslash hides from ie5mac \*/ 
html{
	height:100%;	
} 
/* end hack */ 

html,body {
	padding:0;
	margin:0;
	background-color: #ffffff; /*def: #333333*/
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, "Trebuchet MS", sans-serif;
}

body {	
	text-align:left;
	min-width:100%; /* for mozilla, def: 776*/
	background-color: #ffffff; /*def: #cbe8fa blue*/
	height:100%;
	/*background:  url(images/1px_gradient_blue.jpg) repeat-x left top; */
}

/* mac hide */
* html #outer, * html #header {
	width:100%; /*960px def: 776px*/
	}
/* end hide*/

html>body #outer{
	height:auto;
} /*for mozilla as IE treats height as min-height anyway*/

/*
html>body #minHeight{
	float:left;
	width:0px;
	height:100%;
	margin-bottom:-82px;
} */ /*safari wrapper */

#wrapper {
	/*background:  url(images/foot_4x82.jpg) repeat-x left bottom;*/
	_height: 82px; /*def: 82px */
	/*width:970px;*/
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: -5em; /*to account for the 'push' of the footer*/
}

/* inner contains 'left' and 'right' areas, but not the footer*/
#inner { 
	width:100%;
	padding-top:120px;  /*prev: 180px -- make room for header here*/
	/*needed to make room for header. (how far down the content starts) def: 143px*/
	/*background-color: #cbe8fa;*/

} 












/*main content heading (main headings)*/
h2 {
	font-size: 22px;
	font-weight: bold;
	margin: 0;
	padding-top: 0px;
	padding-left: 0px; /*28px if bullet is there*/
	padding-bottom: 2px; /*to separate the bottom a bit*/
	line-height: 24px; /*def: 24px*/
	position: relative;
	z-index: 999;
}

h3 {

}

/* main content paragraph, center*/
p {
	font-size: 12px;
	color: #000000;
	line-height: 15px;
	letter-spacing: 0;
	text-decoration: none;
	text-align: left;
}

p, div  {
	margin-top:0px;
}/*clear top margin for mozilla*/


/*links in main text*/
a {
 	color: #0055cc;
	text-decoration: none; /*to turn off underlining*/
}

a:hover {
   	color: #992200;
}


ul li{
	list-style-image: url(images/bullet_11x8.gif);
	margin-bottom: 0.5em;
	font-size: 110%;
}

/*images -- put a border around them*/
img {
	border:solid;
	border-width: 1px;
}

/*end left*/





























/*-----HEADER AND LOGO ----*/
#header{
	position:absolute;
	top: 20px; /*def: 0, 0*/
	left:100px;
	width:400px; /*def: 960*/
	height:75px; /* previous: 300*/
	z-index:65;
	background:  url(images/header_alison_rhoades.png) no-repeat left top;
	/*background-position:12px 0px;*/ /*previously: 40, 0*/
}

#header_clickable {
	position:absolute;
	width:400px;
	height:75px;
	left: 100px;
	top: 20px;
	z-index:60;
	text-indent: -5000px; /*hide title text, yet allow search engines to read it*/
	
}
/*-----END HEADER-------*/

















/*main page: left,center,right -- vedran 11/27/2009*/

/*main content - wrapper for the three columns*/
#main_content {
	position:relative;
	margin:0;
	width:100%;
	/*margin-top: -20px;*/ /*bring it up a bit , -15*/
	/*padding:10px;*/
}

#left_column {
	position:relative;
	top:0px; /*prev: -10px*/
	float:left;
	width:220px;  /* for IE5/WIN */
	width:230px; /* actual value */
	z-index:100;
	padding-left:40px;
	padding-right:25px;
	padding-top: 15px;
	padding-bottom: 15px;
	/*background:#999999;*/
	border-right:solid;
	/*border-top: solid;*/
	border-width: 1px;
	
}

#center_column {
	position:relative;
	margin-left: 295px;/* to separate it from the left (not to go over left column)*/
	margin-right:345px; /*separate from the right*/
	padding-left: 30px;
	padding-right:30px;
	padding-top: 15px;
	padding-bottom: 15px;
	/*background:#999999;*/
	/*border:solid;*/
	border-width: 1px;
	text-align: left;
}


#right_column {
	position:relative;
	top:0px; /*prev: -10px*/
	float:right;
	width:270px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:280px; /* actual value */
	padding-left:25px;
	padding-right: 40px;
	padding-top: 15px;
	padding-bottom:15px;
	z-index:50;
	/*background:#333333;*/
	border-left:solid;
	/*border-top: solid;*/
	border-width: 1px;
}

/*end left, center, right for 3-column layout*/

/*for two-column, where left or right column is larger (x2)*/
#left_column_large {
	position:relative;
	top:0px; /*prev: -10px*/
	left:-10px;
	float:left;
	width:590px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:600px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	padding-right:20px;
	background:transparent;
	z-index:100;
}

#right_column_large {
	position:relative;
	top:0px; /*prev: use -10px to separate from the top a bit*/
	right:0px; /*use -10 pixels to indent a bit on the left side*/
	float:right;
	width:600px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:610px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	z-index:50;
}

#left_column_align_right {
	position:relative;
	top:0px; /*prev: -10px*/
	left:-10px;
	text-align:right;
	float:left;
	width:270px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:280px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	padding-right:20px;
	background:transparent;
	z-index:100;
}






/*right column text styling:*/

#right_column p {
	color:#000000;
}

#right_column a { /*set the link for news*/
	color: #ffff88; /*formerly: ffff88*/
	text-decoration: none; /*to turn off underlining*/	
}

#right_column a:hover {
	color: #77ccff; /*formerly 77ccff (light blue)*/
}



/*use this default styling when there is no gray background on a new div, to override the right column styling*/
#right_column_normal p {
	color:#000000;
}

#right_column_normal a {
	color:#0055cc;
}

#right_column_normal a:hover {
	color: #992200;
}






/*misc*/

/*use clear_all to start new columns etc / to separate columns etc (clear current columns)*/

#clearboth { 
	clear:both;
	height: 5px;
} /*to clear all floats*/

#clear_all {
	width:100%;
	height:20px;
	clear:both;
} /* to clear floating elements*/

#clear_left {
	width:100%;
	height:20px;
	clear:left;
}

#clear_right {
	width:100%;
	height:20px;
	clear:right;
} 


#note_text { /*use this to the bottom of video player, to give instructions to viewer*/
	padding-left:20px;
	padding:5px;
	padding-top: 0px;
	color: #550000;
	background-color: #ffff22;
	border:solid;
	border-width: 1px;
}


.highlighted1 { /*used to highlight 'hard cover'*/
	background-color: #ffff33;
	padding:20px;
	padding-top: 7px;
	padding-bottom: 8px;
	margin-bottom:10px;
	border:solid;
	border-width:1px;
	border-bottom:none;
}

.announcement1 {
	/*background-color: #ffffcc;*/
	padding-top: 12px;
	padding-left:20px;
	padding-right:10px;
	padding-bottom:17px;
	margin-top: -10px;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	background-color: #ffaa33; /*ffff44*/
	border:solid;
	border-width: 1px;
}


.bold_text {
	font-weight: bold;
}

.line_above {
	border:solid;
	border-left: none;
	border-bottom: none;
	border-right:none;
	border-width: 1px;
}

.larger_top_margin {
	margin-top: 15px;
}

.smaller_top_margin {
	margin-top: -8px;
}

.align_right {
	text-align: right;
}

.smaller_bottom_margin { /*use this to get paragraphs close to text below*/
	margin-bottom:5px;
}

.padding15px {
	padding:15px;
}


#video_front_page {
 
}

/*the big video on the video page*/
#video_video_page {
	padding-top:40px;
	padding-bottom: 40px;
}

.larger_left_padding1 {
	padding-left: 40px;
}

.larger_left_and_right_padding {
	padding-left: 33px;
	padding-right: 40px;
	background-color:#ffffff;
}

/*networking links: facebook etc*/
#networking_links {
	padding: 20px;
	padding-left: 30px;
}

.networking_links_item { /*for individual links items*/
	margin-bottom: 10px;
}

#networking_links img { /*override the img border*/
	border: none;
}

#featured_program { /*currently on top page */
	background-color: #ffa340;	/*ff6666*/
	border-style: dashed;
	border-color: #000000;
	border-width: 1px;
	padding-top: 15px;
	padding-bottom: 25px;
	padding-left:20px;
	padding-right: 25px;
}

#featured_program h3 {

}




/*control how the news items appear*/
#news {
	margin-top: 0px; 
	margin-bottom: 0px;
	font: 12px arial, sans-serif; /*font in the sidebar - news, etc*/
	color: #000000; /*formerly: ffffff */
	/*background-color: #333333;*/
	/*padding-top:65px;*/ /*how far down are the news..*/
	/*
	padding-left:30px;
	padding-right:35px;
	padding-bottom:20px;
	*/

	line-height:14px;
}

#news p {
	color: #000000;
	margin: 0;
	padding: 0px;
}

#news a { /*set the link for news*/
	color: #666666; /*formerly: ffff88*/
	text-decoration: none; /*to turn off underlining*/
}

#news a:hover {
	color: #333333; /*formerly 77ccff (light blue)*/
	text-decoration: underline;
}

/*news heading*/
#news h2 {
	margin:0;
	padding:0;
	font-weight: normal;
	margin-bottom: 10px;
	/*to bring the paragraph closer to heading*/
}

#news h3 {
	margin:0;
	padding:0;
	margin-bottom: -15px; /*to bring the paragraph closer to heading*/
	font-weight: normal;
}

/*for individual news entries: */
#news_entry {
	padding-bottom: 15px;
	border-top:solid;
	border-color: #dddddd;
	border-width: 1px;
}






















/*this code pushes the footer to the bottom...*/
.push, .footer {
	height: 4em;
}


/*FOOTER*/
#clearfooter {
	width:100%;
	height:82px;
	clear:both;
} /* to clear footer */

#footer {
	clear:both;
	position:relative;
	left:70px;
	width:400px; /*def: 776px; */
	text-align:left;
	/*background-color: #222222; */	
/*	background: url(images/bg_grey_960x75.png) repeat-x left top; */
}

#footer p {
	color: #000000;
	/*margin-top: 5px;*/
	/*margin-bottom: 5px;*/
	padding-left: 30px;
	/*padding-bottom: 15px;*/
}

#footer p a {
	text-decoration: none;
	color: #ffffff;
}
* html #footer{
	margin-bottom:-1px
}/* ie rounding bug*/

/* mac hide \*/
* html #footer {
	/*only ie gets this style*/
	height:82px;
	/* for ie*/
}
/* end hide*/
/*------END FOOTER ----------*/














/*MISC left overs*/
.FSF_searchResults {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}


.FSF_extract {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}


.FSF_resultLink {
	color: #618200;
}

.FSF_extract {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}

.highlight {
	font-size: 12px;
	background-color: #f2f2f2;
	/* color: #618200; */
	font-weight: bold;
	line-height: 18px;
	_line-height: 16px;

}


.LIn_shortMode {
	list-style-type: none;
	margin: 0;
	padding: 0;

}

.LIn_desc {
	display: none;
}
.LIn_date {
	font-style: italic;
	margin-left: 5px;
}








/*MODX MENU:*/






/*__________________________________*/
/* Navigation: */
/*main menu*/
#ajaxmenu{
	position:absolute;
	top:55px; /* how far down from top the menu appears. def: 110px; also: 245px*/
	left: 70px;
	width:960px; /*def: 776 */
	height:20px; /*def:  */
	z-index:65;
	margin-right: auto;
	margin-left: auto;
	/*background:  url(images/bg_grey_960x75.png) no-repeat left top;*/ /*no-repeat left top*/
}

/*list styling - links: font, alignment*/
#ajaxmenu ul {
    margin:0;
    padding: 0;
	list-style-type: none;
	list-style: none;
}

/*list item styling*/
#ajaxmenu ul li {
 /*display nav list in a row,  not as a list*/
    margin:0;
    padding:0;
	color: #FFFFFF; /*text color #062E4B*/
	position: relative;
	float: left;
	width:120px; /* width of tabs. */
	display: block;
	text-decoration: none;
	text-align: center;
	font: bold 14px Arial, Helvetica, sans-serif;
	/* def: font: bold 12px/27px Arial, Helvetica, sans-serif; */
}

/*if they are links (a): space the links; display as block, float*/
#ajaxmenu a {
   float: left;
    /* display: block; */
    width: 120px;
    height: 20px; /*def: 27px, same width as nav buttons*/
    margin-right: 1px;
}

/*upstate: if they are links, show background image*/
#ajaxmenu a:link, #ajaxmenu a:visited {
    float: left;
    /* background: url(images/btn_grey.gif) no-repeat left top; */
    /*background-position:0% -76px; */
		/*offset background position on y axis (to show proper one) def: -27px*/
 	color: #888888; /*link text color*/
    text-decoration: none;
	line-height: 20px;
}

/*over state. */
#ajaxmenu a:hover {
    float: left;
    /*background: url(images/btn_grey.gif) no-repeat left top; */
		/*same image, but offset down, to reveal different button state*/
    /*background-position:0% 0px;*/ /*-165*/
    text-decoration: none;
    line-height: 20px;
	color: #333333;
}

/*current tab -- the currently selected tab*/
#ajaxmenu ul li a#currentTab {
    float: left;
    /* background: url(images/btn_grey.gif) no-repeat left top; */ /*same button*/
    /* background-position:0% 0px;*/ /*different position*/
    color: #FFFFFF;
    text-decoration: none;
    line-height: 20px;
}

/*______________END NAV_______________*/
/*END MENU*/









/*----FORM----*/
/*search container*/
#search {
	position:absolute;
	top: 0px;
	float-right;
	/*margin-top: 0px;*/ /*top position of search: def: 25px. my previous: 65, 180*/
	/*width:476px;*/ /*def: 476px*/
	z-index:900;
	/* padding-right: 15px;*/
}

#search img {display: none;}

#search-directory {
	position:absolute;
	top:26px;
	left:5px;
	width:496px;
	height:32px;
	overflow:hidden;
	z-index:400;
}

#search fieldset, #sidebarlogin fieldset{
	border: none;
	margin: 0px;
	padding: 0px;
}
#search form, #sidebarlogin form {
	border: none;
	margin: 0px;
	padding: 0px;
}


#search label, #sidebarlogin label {
color: #444444;
}


#search input, #sidebarlogin input {
	border-top: 1px solid #75767B;
	border-left: 1px solid #75767B;
	border-bottom: 1px solid #B6B9C0;
	border-right: 1px solid #B6B9C0;
	height: 19px;
}






/* SIDEBAR LOG-IN */
#sidebarlogin label {
	display: block;
	margin-top: 5px !important;

}

#sidebarlogin input {
	width: 90%; /*width of log-in input. def: 100%*/
}
#sidebarlogin #checkbox_1 {	
	width: auto; 
	float: right; 
	border: 0 !
	important;
}

#sidebarlogin h3 {
	display: none;
}

.button {
	width: auto !important; 
	height: auto !important; 
	padding: 2px !important; 
	margin-top: 5px !important; 
	margin-bottom: 5px !important;
	}

#sidebarlogin #forgotpsswd {
	font-size: 80%;
	display: block;
	float: right;
	margin: 10px 0 0 1px;
}

#search select {
	border-top: 1px solid #75767B;
	border-left: 1px solid #75767B;
	border-bottom: 1px solid #B6B9C0;
	border-right: 1px solid #B6B9C0;
	height: 19px; /*def: 19px*/
}
#search textarea {
	border-top: 1px solid #75767B;
	border-left: 1px solid #75767B;
	border-bottom: 1px solid #B6B9C0;
	border-right: 1px solid #B6B9C0;
	height: 19px;
}

#search-txt {
    position: absolute;
    top: 0px;
    left: 158px;
    width: 57px;
    height: 21px;
    color: #ffffff;
    font-size: 13px;
    line-height: 23px;
}

#ajaxSearch_input {
    position: absolute;
    top: 0px;
    left:  0px; /*left position. def: 200px. my values: 265px, 270*/
    width: 120px; /*width of input box: 165px. my values: 120px*/
    height: 19px; /*height of input box*/
}

#ajaxSearch_submit {
    width: 70px !important; /*def: 70px*/
    height: 21px !important; /*def: 21px*/
    margin: 0 !important;
    border: 0 !important;
    background: transparent  url(images/search_70x21.png) no-repeat center top;
    padding: 22px 0 0 !important; /*def" 55px 0 0. reduced to prevent blocking below*/
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
    position: absolute;
    top: 1px;
    left: 130px; /*position of search button. 395*/
}

#ajaxSearch_output {
    background: #000;
    color: white;
    -moz-opacity:0.95 !important;
    opacity:0.95 !important;
    filter: alpha(opacity=95) !important;
    position: absolute;
    top: 23px;
    left: 220px;
    width: 165px !important;
    z-index: 1;
    border: 0;
    padding: 0;
    margin: 0;

}
#ajaxSearch_output a {
	color: #fff;
	text-align: left;
	width: 172px;
	display: block;	
	width: 93% !important;
}

#ajaxSearch_output a:hover{ background-color: #8dbc00; }
#ajaxSearch_output p {margin: 0;}
.ajaxSearch_paging { }

.AS_ajax_result {
    border-top: 1px solid #2f2f2f;
    color: #444;
    padding: 5px 10px 7px;
    margin: 0;
}
    .AS_resultLink {
        text-decoration: underline;
        padding: 0;
        margin: 0;
    }
    .AS_ajax_resultDescription {
        color: #888;
    }
    .AS_ajax_more { color: #555; }
    .AS_intro { display: none;}


#dirsearch-txt {
position: absolute;
top: 0px;
left: 0px;
width: 118px;
height: 21px;
color: #4E5760;
font-size: 13px;
line-height: 23px;
}

#dirsearch-inp {
position: absolute;
top: 0px;
left: 123px;
width: 201px;
height: 18px;
}

#dirsearch-btn {
position: absolute;
top: 0px;
left: 329px;
width: 70px;
height: 21px;
}

#dirsearch-txt2 {
position: absolute;
top: 3px;
left: 405px;
width: 170px;
height: 21px;
color: #4E5760;
}

#dirsearch-txt2 a {
color: #4E5760;
}

#join {
position: relative;
}

#join-inp {
    margin-top: 5px;
    width: 158px;
    height: 18px;
    }
    #join-btn {
    margin-top: 5px;
    width: 120px;
    height: 21px;
    }
.AS_ajax_highlight1, .ajaxSearch_highlight1{
  color : #000000;
  padding: 0;
  font-weight: bold;
	background: yellow;
}
.AS_ajax_highlight2, .ajaxSearch_highlight2{
  color : #CB53DF;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight3, .ajaxSearch_highlight3{
  color : #DF53B5;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight4, .ajaxSearch_highlight4{
  color : #DF5380;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight5, .ajaxSearch_highlight5{
  color : #A453DF;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight6, .ajaxSearch_highlight6{
  color : #53ADDF;
  padding: 0;
  font-weight: bold;
}

div.post label {
	display:block;
	width:430px;
	margin-bottom:8px;
}

div.post label input {
	position:absolute;
	left:170px;
}

div.post fieldset {
	border:none;
}

/*END FORM*/



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





















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

/* Ditto 2 Blog
------------------------------------------------------------------------------- */
.ditto_summaryPost h3 {
    border-bottom: 1px solid #ccc;
    margin: 0px !important;
    padding: 5px !important;
    color: black;
}
.ditto_summaryPost .ditto_info {
    background-color: #F8F8F8;
    padding: 5px !important;
    font-size: 0.8em;
    color: black;
}
.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;
}




/*---END MODX----*/

















