/*
 * Push EC# Iconlet down 5px
 */

div.ec3_iconlet {
    margin: 6px 1ex 0.2ex 0 !important;
}

/*
 * search input box and go button adjustments *************************************************
 */
 
.go {
  width:  30px;
  height: 22px;
}

.button {
  padding: 0px;
}

#s {
  width: 100px;
}

/*
 * Correct transparancy of menu in IE7 *************************************************
 */

.header_widget {
	z-index: 9999;
}


/*
 * Eliminate white space around QM menu *************************************************
 */

.header_widget .pad {
    padding: 0px !important;
}
.header_widget_top,
.header_widget_bottom {
	height: 0px;
}


/*
 * Custom pad menu *************************************************
 */

#qm0 {
	padding:4px 0 3px 8px !important;
}
	
/*
 * Remove mortgate calc footer *************************************************
 */ 
 
p#mlcalc-footer {
	display: none;
}

/*
 * Remove cforms link love *************************************************
 */ 

.linklove a, .linklove a:visited {
	display: none;
}

/*
 * add box around nav icons *************************************************
 */ 
 
.iconnav {
  border: 1px dashed darkblue ;
  height:52px;
}

/*
 * adjust footer widget background *************************************************
 for classic blue, enable if used 

.footer_widget_top,
.footer_widget_bottom,
.footer_widget {
	background: #CCCCCC;
}*/ 

/*
 * adjust footer box widget background *************************************************
 for classic blue, enable if used

#footer_boxes,
#footer_boxes_top,
#footer_boxes_bottom
.mmm #footer_boxes {
	background: url(custom-images/mmm-inline_boxes.jpg) center repeat-y #fcd7bd;
}

.mmm #footer_boxes_top {
	background: url(custom-images/mmm-inline_boxes_top.jpg) bottom center no-repeat;
}

.mmm #footer_boxes_bottom {
	background: url(custom-images/mmm-inline_boxes_bottom.jpg) top center no-repeat;
}*/	
	

/*
 * Make Highslide find zoomin.cur
 */

.highslide
{
	cursor: url(http://www.fortbendbuyersagent.com/wp-content/plugins/highslide-integration/graphics/zoomin.cur), pointer;
}

/*
 * Create classes to format search and float it to right, from QM main container and item css
 */
 
div.searchfloatright {
	TEXT-ALIGN: center;
	padding:7px 0px 4px 8px;
	background-color:#eeeeee;
	border-width:1px;
	border-style:solid;
	border-color:#a2bfe9;
	!important;
}

/*
 * Create class to float menu to the left
 */

div.menufloatleft {
	TEXT-ALIGN: left;
	float: left;
	width: 782px;
}

/*
 * Create "clear" classes for formatting
 */
 
.clear { clear:both; overflow:hidden }
.clearleft { clear:left; overflow:hidden }
.clearright { clear:right; overflow:hidden }

/*
 * Center the month in event calendar (EC)
 */

#wp-calendar table caption {
  text-align:center;
}

/*
 * Set width of cat and tag drop downs
 */

#cat.postform,
#drop_tags input, textarea, select {
   width: 180px;
}

/*
 * reduce line spacing for post titles and credits below
 
 
.small-line {
    line-height: .7em;
}*/


/*
 * enhance text (made for post author)
 
 
.small-line em {
    color: red;
    font-size: 1.1em;
}*/


/*
 * add a little space after the related widget
 
 
.related_widget {
	padding-bottom: 2em;
}*/

/*
 * draw bookmark_me tighter at the top
 
#main.main 
.bookmark_me {
	margin-top: -1.9em;
}*/


/*
 * Force EC Big Calendar to clear all above it
 */

div#ec3_big_cal { 
    clear:both 
}

p.footer_dl

/*
 * Change sidebar text size
 

div#sidebar2.sidebar,
div#sidebar.sidebar,
div#sidebars {
	font-size: 11px !important;
}
*/