/*  $Id: freerealty.css,v 2.12 2011-11-30 02:05:27 pat Exp $   */
/* Basic css template for FreeRealty.  
 *
 */

body { background-color: rgb(250,250,255); 
 font-style: "arial, helvetica, sans serif" ; 
 background-image: url(images/background1.gif);
 /*******************************************
 background-image: url(images/backgroundpage.gif); 
 background-image: url(images/background1.gif);
 background-image: url(images/background2.gif);
 background-image: url(images/backgrfr1.gif);
 background-image: url(images/backgrfr2.gif);
 background-image: url(images/backgrfr3.gif); 
 *********************************************/

} 
h1,h2,h3,h4 {  
 text-align: center}
 h4.listing { 
 font-weight: bold; 
 font-size: 120%; 
 text-align: left;
 } 
:link { color: rgb(75, 75,255) }
:visited { color: rgb(200,0,200) }
/* :active { color: rgb(50,50,250); font-size: 125%  } */ /* Change the size if you don't like the larger link text when you click on it */ 

/* Sets up the title strip at the top of the page */
div.title { 
 padding-left: 0.25em; 
 padding-right: 0.25em; 
 padding-top: 0.125em; 
 padding-bottom: 0.125em;
 margin-left: -8px; margin-top: -8px ; margin-right: -8px;
 text-align: left;
 background-color: rgb(075,075,255);  
 font-size: 200% ; 
 font-weight: bold;  
 color: rgb(255,255,255) }

/* The link section just below the title  */
div.link { 
 background-color: rgb(190,190,250); 
 font-style: "sans-serif"; 
 font-size: 60%;  
 padding-right: 2em;
 margin-left: -8px; 
 margin-right: -8px;
 padding-left: 1em; 
 padding-bottom: 0.12em; 
 text-align: right; 
 } 

/* Used by the content/featured.php file, we put a solid, thin black border 
 * around the featured properties, with a slight padding (spacing) 
 */

div.feature {
 float: left; 
 padding: 2px; 
 width: 120px 
}

div.featured {
 border: solid; 
 border-width: thin; 
 border-color: rgb(0,0,0);
 padding-left: 0.5em; 
 padding-bottom: 0.5em; 
 font-style: "ms sans serif"; 
 font-weight: bold; 
 font-size: 80%  
}

div.middle { text-align: center }

img.featured { 
border: solid; border-width: thin; border-color: rgb(125,125,125) 
} 
img.equalhousing { float:left;  padding: 0.5em  }

/* Single listing section */
/* Image title */
div.imagetitle { padding-bottom: 0.20em; font-weight: bold }


img.view {  padding-right: 0em; 
	/* padding-bottom: 0.5em; */
border: none; border-width: thin; border-color: rgb(25,25,25); width: 100px; height; 100px} 

/* Small bold font. "Click Photos to enlarge"  */ 
div.small_bold { font-size: 70%; font-style: "arial, sans serif"; 
 font-weight: bold; }
/*End listing section */

/* Used in content/main.php */
div.main { 
 fixed: right;  
 margin-left: 130px; 
 margin-right: 50px;
 padding-left: 1em;  
 padding-right: 5em;
 border-style: dashed; 
 border-width: thin;
 min-height: 120px;
 }
div.quicksearch{ 
 fixed: right;  
 margin-left: 130px; 
 margin-right: 50px;
 padding-left: 1em;  
 padding-right: 5em;
 border-style: dashed; 
 border-width: thin;
 min-height: 120px;
 }
/* Single and multiple image view */
div.view { 
 float:left; 
 margin-left: 2px;	
 margin-bottom: 3px;
 padding-left: 0.5em;
 padding-right: 0.5em;
 padding-bottom: 2px;
 border-style: dashed;
 border-width: thin; 

 }
div.admin {
 float: right;
 border-style: solid;
 border-width:thin ;
 border-color: red; 
}
div.edit_box {
	background-color:black;
	margin-bottom: 2em;
	margin-top: 2em;
color: rgb(255,255,255);
}


div.image_upload {
	padding-top: 1em;
	padding-left: 20%;
	margin-top: 2em;
	border-style: dashed;
	border-width: thin;
	border-color: green;
}
/* Single and multiple image view */
div.search { 
 float:right;
 margin-left: 2px;	
 margin-bottom: 3px;
 padding-left: 0.5em;
 padding-right: 0.5em;
 padding-bottom: 2px;
 border-style: dashed;
 border-width: thin; 

 }
/* Try to get the page to look decent */
/* Sets the home and community features table */

div.features { 
	font-style: "Arial"; 
/* 	border: solid; 
	border-width: thin; */
 	font-size: 85%; 
	font-weight: normal; 
}
 div.leftfeatures {
float:left;
/* border: dashed; */
/*	border-width: thin; */
/*	margin-right: 52%; */
	padding-right: 2em;
		 
 }
 div.rightfeatures {
fixed:right;
/* border: solid;
	border-width: thin; */
	 margin-left: 50%;
 }
	 
div.bottomlinks { font-style: "ms sans serif"; font-size: 70%; }

/* includes/user_bottom.php  */
div.foot { 
 clear:both; 
 height: 63px;       
 background-color: rgb(190,190,250); padding-left: 1em;
 padding-right: 2em; 
 padding-top: 0.5em;
 padding-bottom: 0.5em;  
 margin-top: 2em;
 margin-bottom: -8px; 
 margin-left: -18px; 
 margin-right: -8px;
 font-size: 80%;  
 }
font.title {
	font-weight: bold;
	font-style: "ms sans serif, sans serif";
}
font.foot {
float:right;
 text-align: right;
 padding-top: 25px ;
 padding-right: 2em;
}

